Home
last modified time | relevance | path

Searched refs:contains (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h119 contains(const char **array, size_t size, const char *value) in contains() function
146 if (contains(trueStrings, sizeof(trueStrings) / sizeof(const char*), in _GetParameterValue()
150 if (contains(falseStrings, sizeof(falseStrings) / sizeof(const char*), in _GetParameterValue()
/haiku/docs/develop/servers/registrar/
H A DProtocols.rst150 - B_BAD_VALUE: A request message field is missing or contains an invalid value.
184 - B_BAD_VALUE: A request message field is missing or contains an
227 - B_BAD_VALUE: A request message field is missing or contains an
256 - B_BAD_VALUE: A request message field is missing or contains an
286 - B_BAD_VALUE: A request message field is missing or contains an
319 - B_BAD_VALUE: A request message field is missing or contains an
351 - B_BAD_VALUE: A request message field is missing or contains an
392 - B_BAD_VALUE: A request message field is missing or contains an
435 - B_BAD_VALUE: A request message field is missing or contains an
463 - B_BAD_VALUE: A request message field is missing or contains an
[all …]
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c.readme1 The source file libroot_stubs.c contains empty stubs for all symbols exported by
18 which uses a different symbol mangling format and contains the symbols for
/haiku/src/tests/kits/app/broster/
H A DGetAppListTester.cpp39 bool contains = true; in contains_list() local
40 for (int32 i = 0; contains && i < bCount; i++) in contains_list()
41 contains = a.HasItem(b.ItemAt(i)); in contains_list()
42 return contains; in contains_list()
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp72 contains(const char **array, size_t size, const char *value) in contains() function
100 if (contains(trueStrings, sizeof(trueStrings) / sizeof(const char*), in _GetParameterValue()
104 if (contains(falseStrings, sizeof(falseStrings) / sizeof(const char*), in _GetParameterValue()
/haiku/src/apps/diskusage/
H A DScanner.cpp134 bool contains = currentDir->ref == *ref; in _DirectoryContains() local
135 while (!contains && i != currentDir->children.end()) { in _DirectoryContains()
136 contains |= _DirectoryContains((*i), ref); in _DirectoryContains()
139 return contains; in _DirectoryContains()
/haiku/src/apps/mediaplayer/support/
H A DNOTE1 This folder contains some generic classes. The same code is used in Icon-O-Matic btw. I should move…
/haiku/docs/user/netservices/
H A DHttpTime.dox46 You can use \ref parse_http_time() to parse a string that contains a HTTP timestamp. You can
131 \param dateString A string that contains a valid HTTP timestamp. The \a dateString must not
157 \param string A string that contains a valid HTTP timestamp. The \a dateString must not
171 \return A valid \ref BDateTime object that contains the timestamp that this object is currently
204 \return A string that contains the formatted timestamp.
224 \return A string that contains the formatted timestamp.
238 \brief Parse a \a string that contains a timestamp and return a \ref BDateTime object.
243 \param string A string that contains a valid HTTP timestamp. The \a dateString must not
H A DHttpFields.dox43 bound to the lifetime of the object that contains the HTTP response.
62 \brief Error that represents when a string input contains characters that are incompatible with
71 \brief The input that contains the invalid contents.
87 \brief Retrieve a debug message that contains all info in this error.
97 \return A \ref BString object that contains the debug message.
159 is empty or contains invalid characters.
180 is empty or contains invalid characters.
266 \retval false This field contains a valid name and value.
495 contains invalid characters.
516 is empty or contains invalid characters.
H A DErrorsExt.dox38 The minimum definition of an error is that it contains an \em origin and
144 \brief Retrieve a debug message that contains all info in this error.
153 \return A \ref BString object that contains the debug message.
347 \brief Retrieve a debug message that contains all info in this error.
356 \return A \ref BString object that contains the debug message.
/haiku/src/data/package_infos/generic/
H A Dnetfs6 description "The package contains the NetFS add-on and servers."
H A Dhaiku_cross_devel_sysroot6 description "The package contains all files associated with the base \
H A Dhaiku_devel6 description "The package contains all files associated with the base system
H A Dhaiku_cross_devel6 description "This package provides a package that contains all files \
H A Dhaiku_devel_secondary6 description "The package contains all files associated with the base system
/haiku/src/data/package_infos/any/
H A Dhaiku_source5 description "This package contains the core source code of Haiku."
/haiku/3rdparty/
H A DJamfile3 # automatically pick any subdir that contains a Jamfile
/haiku/docs/user/interface/
H A DRegion.dox41 \brief Initializes an empty region. The region contains no rectangles,
267 \brief Returns whether or not if the region contains the given \a point.
271 \return \c true if the region contains the \a point, \c false if not.
279 \brief Returns whether or not the region contains the given coordinates.
284 \return \c true if the region contains the point, \c false if not.
292 \brief Return whether or not the region contains the given coordinates.
297 \return \c true if the region contains the point, \c false if not.
443 \brief Modifies the region so that it contains only the area
/haiku/src/tests/add-ons/print/ppd/test/
H A Dreadme.txt22 File header.txt contains parts of a PPD file that are typically part of the "header".
/haiku/docs/develop/packages/
H A DDirectoryStructure.rst51 contains the activated packages.
53 of the packagefs, i.e. each contains the virtually extracted contents of the
H A DREADME.rst51 - HaikuPorts_ contains the build recipes of various ports.
55 - haikuports.cross_ contains the minimal set of build recipes to bootstrap a new
/haiku/docs/interface_guidelines/docbook-css/
H A Dopera.css10 * This file contains CSS specific to the Opera browser.
H A Dmozilla.css10 * This file contains CSS specific to mozilla.org's Gecko rendering engine.
/haiku/docs/user/
H A Dcompatibility.dox36 - BeOS contains a deprecated \c add-ons/TrackerAddons.h header, and a
37 header called \c add-ons/TrackerAddOns.h - Haiku only contains the
/haiku/docs/develop/kernel/vm/
H A Dvm_store_device17 …apped in. Locks the translation map, Finds the region in the cache that contains this page and map…

12345678910>>...12