Searched refs:found (Results 76 - 100 of 170) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp373 bool found = false; local
399 TRACE(("found %s descriptor\n", descriptor_type_to_string(
401 found = true;
430 TRACE(("duplicate iso9660 volume name found, using "
470 "found: 0%4x\n", ch));
480 TRACE(("duplicate joliet volume name found, using "
502 return found ? B_OK : error;
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp99 Layer *found = FindLayer(child, where); local
100 if (found)
101 return found;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp132 at the given index; if none is found, this function
164 /*! This function returns the first box or endpoint found that
212 return (fLastItemUnder = 0); // no item was found!
373 bool found = false; local
379 if (index >= 0) { // the item was found
385 found = true;
399 found = true;
407 return found;
441 at the given \param index; if none is found, this function
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c80 bool found = false; local
91 found = false;
96 found = true;
102 if( !found )
107 SHOW_INFO( 2, "found ROM @0x%" B_PRIx32, segstart );
111 SHOW_INFO0( 2, "no ROM found" );
381 SHOW_INFO0( 4 , "No Device Info Table found!");
389 * 0 -- nothing found,
431 SHOW_INFO0(4, "No Connector Info Table found!");
437 /* For the cases where only one VGA connector is found,
721 uint32 found = FALSE; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp136 TRACE_ALWAYS("no read and write endpoints found\n");
390 bool found = false; local
392 for (int i = 0; i < deviceDescriptor->num_configurations && !found; i++) {
397 for (size_t j = 0; j < config->interface_count && !found; j++) {
426 found = true;
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp462 bool found = false; local
466 !found && types.FindString("types", i, &supportedType) == B_OK;
468 found = strcmp(supportedType, "application/octet-stream") == 0
472 return found;
486 bool found = false; local
490 !found && types.FindString("types", i, &supportedType) == B_OK;
492 found = BMimeType(supportedType).Contains(type);
495 return found;
/haiku/src/apps/mail/
H A DQueryList.cpp162 RefMap::iterator found = fRefs.find(nodeRef); local
163 if (found != fRefs.end())
/haiku/src/kits/storage/
H A DAppFileInfo.cpp460 bool found = false; local
464 !found && types.FindString("types", i, &supportedType) == B_OK;
466 found = strcmp(supportedType, "application/octet-stream") == 0
470 return found;
484 bool found = false; local
488 !found && types.FindString("types", i, &supportedType) == B_OK;
490 found = BMimeType(supportedType).Contains(type);
493 return found;
1026 \retval B_ENTRY_NOT_FOUND The entry was not found.
1196 \retval B_ENTRY_NOT_FOUND The attribute or resource was not found
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c143 FILE_NAME_ATTR *found; local
149 mref = (u64)-1; /* default return (not found) */
183 found = &entry->key.file_name;
187 found->file_name, found->file_name_length,
193 * name found :
199 for (i=0; i<found->file_name_length; i++)
200 uname[i] = found->file_name[i];
202 for (i=0; i<found->file_name_length; i++)
203 uname[i] = vol->locase[le16_to_cpu(found
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp610 // found range
934 bool found = false; local
947 found = true;
950 if (!found) TRACE(" %*soutput: not added mixer/selector widget %"
952 return found;
999 bool found = false;
1012 found = true;
1015 if (!found) TRACE(" %*sinput: not added mixer/selector widget %"
1017 return found;
1028 bool found local
1083 bool found = false; local
[all...]
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp456 InfoMap::iterator found = fInfoMap.find(addonID); local
457 ASSERT(found != fInfoMap.end());
459 AddOnInfo& info = found->second;
559 InfoMap::iterator found = fInfoMap.find(id); local
560 AddOnInfo& info = found->second;
790 "media add-on found\n", fileNode);
/haiku/src/bin/
H A Dsysinfo.cpp434 int32 found = 0; local
438 printf("%s%s", found == 0 ? "\t\t" : " ", table[i]);
439 found++;
440 if (found > 0 && (found % 16) == 0) {
442 found = 0;
447 if (found != 0)
H A Dcopyattr.cpp710 bool found = false; local
714 found = true;
720 if (!found) {
/haiku/src/system/kernel/
H A Dsem.cpp225 bool found = false; local
258 found = true;
262 if (!found)
1060 bool found = false; local
1062 while (!found) {
1075 // found one!
1078 found = true;
1083 if (!found)
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp445 bool found = false; local
450 found = true;
463 if (!found)
/haiku/src/tests/servers/launch/
H A DSettingsParserTest.cpp527 int32 found; local
528 if (message.GetInfo(name, NULL, &found, NULL) != B_OK)
531 return found;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp456 bool found = true; local
460 found = fIndex->fAttributes->FindFirst(PrimaryKey(key, length),
464 if (found) {
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp401 bool found = false; local
414 found = true;
418 if (!found) {
/haiku/src/kits/locale/
H A DLocaleRoster.cpp479 - \c B_ENTRY_NOT_FOUND: failure. Attribute not found, entry not found
531 bool found = false; local
536 found = true;
541 if (!found)
/haiku/src/servers/launch/
H A DJob.cpp319 PortMap::const_iterator found = fPortMap.find(name); local
320 if (found != fPortMap.end())
321 return found->second.GetInt32("port", -1);
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp530 bool found = false; local
535 found = true;
540 if (!found)
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp118 bool found = false; local
123 found = true;
127 if (!found) {
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp397 bool found = false; local
402 found = true;
407 if (!found && !icon->Styles()->AddItem(style)) {
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp309 bool found = false; local
327 found = true;
332 if (!found) {
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp783 bool found = false;
793 found = true;
800 if (found) {
811 return found ? B_OK : B_ERROR;

Completed in 292 milliseconds

1234567