Searched refs:matches (Results 1 - 24 of 24) sorted by relevance

/haiku/src/kits/package/
H A DPackageResolvableExpression.cpp162 bool matches = false; local
165 matches = compare < 0;
168 matches = compare <= 0;
171 matches = compare == 0;
174 matches = compare != 0;
177 matches = compare >= 0;
180 matches = compare > 0;
185 if (!matches)
/haiku/src/apps/mail/
H A DWords.h53 void sort_word_list(BList* matches, const char* reference);
67 int32 FindBestMatches(BList* matches, const char* word);
H A DWords.cpp55 length for more precise matches.
705 Words::FindBestMatches(BList* matches, const char* s) argument
775 matches->AddItem(new BString(testWord));
800 return matches->CountItems();
808 sort_word_list(BList* matches, const char* reference) argument
810 if (matches->CountItems() > 0) {
813 matches->SortItems((int(*)(const void*, const void*))word_cmp);
/haiku/src/kits/network/libnetapi/
H A DProxySecureSocket.cpp66 int matches = sscanf(buffer, "HTTP/1.0 %d %*[^\r\n]\r\n\r\n", &httpStatus); local
67 if (matches != 2)
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.cpp70 // Check each member of translator_info to see that it matches
125 uint8 matches[knmatches]; local
189 memset(matches, 0, sizeof(uint8) * nExpectedIns);
195 matches[k] = 1;
203 CPPUNIT_ASSERT(matches[i]);
216 memset(matches, 0, sizeof(uint8) * nExpectedOuts);
222 matches[k] = 1;
230 CPPUNIT_ASSERT(matches[i]);
/haiku/headers/private/kernel/platform/efi/
H A Dtypes.h90 bool matches = data1 == other.data1 && data2 == other.data2 local
92 for (auto i = 0; matches && i < 8; i++)
93 matches = data4[i] == other.data4[i];
94 return matches;
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py10 def processMatches(matches, name, text, highlights):
11 for match in matches:
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.cpp155 int32 matches = sscanf(test.String(), "%lf&%s", &value, t); local
156 if (matches != 2)
/haiku/src/bin/
H A Dtranslate.cpp392 bool matches = false; local
400 matches = true;
405 if (!matches)
595 bool matches = false; local
599 matches = true;
606 matches = true;
611 if (!matches)
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp154 if (typeId.matches(kVirtualPartitionMapId)) {
160 } else if (typeId.matches(kSparablePartitionMapId)) {
166 } else if (typeId.matches(kMetadataPartitionMapId)) {
H A DRecognition.cpp395 && impUse->implementation_id().matches(
H A DUdfStructures.cpp188 /*! \brief Returns true if the given \a id matches the header's id.
435 entity_id::matches(const entity_id &id) const function in class:entity_id
H A DUdfStructures.h278 bool matches(const entity_id &id) const;
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp39 bool matches(phys_addr_t expected_paddr, size_t expected_size) { function in struct:memory_region
295 if ((*ref)->matches((phys_addr_t)(addr_t)address, size)) {
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2039 bool matches = false; local
2044 // Check if this node matches the device path
2047 matches = type == PCI_mass_storage
2052 matches = type == PCI_multimedia
2055 matches = type == PCI_network;
2057 matches = type == PCI_display;
2059 matches = type == PCI_multimedia && subType == PCI_video;
2061 matches = type == PCI_data_acquisition;
2063 matches = type == PCI_data_acquisition
2069 matches
[all...]
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1564 // Check if this node matches the device path
1566 bool matches = false; local
1568 matches = type == PCI_mass_storage;
1570 matches = type == PCI_multimedia
1573 matches = type == PCI_network;
1575 matches = type == PCI_display;
1577 matches = type == PCI_multimedia && subType == PCI_video;
1580 if (matches) {
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp346 bool matches = originalCRC == crc32((const uint8*)&header, local
350 return matches;
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp215 // make sure that the translator matches
411 int32 matches; local
412 matches = 0;
422 matches++;
424 CPPUNIT_ASSERT(matches == 1);
457 // TODO: above and make certain that it matches instcount
/haiku/src/kits/shared/
H A DExpressionParser.cpp208 int32 matches = sscanf(test.String(), "%lf&%s", &value, t); local
209 if (matches != 2) {
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp972 bool matches; local
976 matches = fModel.MatchesFilter(package);
979 if (matches) {
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1072 int32 matches = 0;
1087 if (matches == windowIndex) {
1092 matches++;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp366 Returns MATCH_OK if it matches, NO_MATCH if not, < 0 if something went
632 // inode matches with the rest of the expression - we don't have to
848 /*! Returns true when the key matches the equation. You have to
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h1297 * Note that "64" matches the number of ack bits in a block-ack packet.
5422 * @IWM_LMAC_SCAN_FLAG_MATCH: Send match found notification on matches
5991 * matches passed in the scan offload request
5999 * @matches: array of match information, one for each match
6010 struct iwm_scan_offload_profile_match matches[IWM_SCAN_MAX_PROFILES]; member in struct:iwm_scan_offload_profiles_query
6564 * @cap: capabilities for all channels which matches the MCC
6587 * @cap: capabilities for all channels which matches the MCC
6617 * @cap: capabilities for all channels which matches the MCC
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h1775 * Note that "64" matches the number of ack bits in a block-ack packet.
7150 * matches passed in the scan offload request
7158 * @matches: array of match information, one for each match
7169 struct iwx_scan_offload_profile_match matches[IWX_SCAN_MAX_PROFILES]; member in struct:iwx_scan_offload_profiles_query
7650 * @cap: capabilities for all channels which matches the MCC
7686 * @cap: capabilities for all channels which matches the MCC

Completed in 419 milliseconds