Searched refs:found (Results 51 - 75 of 170) sorted by relevance

1234567

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c106 bool found; local
137 found = (INREG(regs, RADEON_DAC_CNTL) & RADEON_DAC_CMP_OUTPUT) != 0;
138 if (found) {
147 return found;
156 bool found; local
167 found = Radeon_DetectCRTInt(ai, true) || Radeon_DetectCRTInt(ai, false);
172 return found;
182 bool found; local
214 found = (INREG(regs, RADEON_DAC_CNTL2) & RADEON_DAC2_CMP_OUTPUT) != 0;
215 if (found)
234 bool found; local
[all...]
/haiku/src/apps/patchbay/
H A DPatchView.cpp92 bool found = false; local
96 for (int32 i = 0; !found && i < size; i++) {
101 found = true;
106 for (int32 i = 0; !found && i < size; i++) {
111 found = true;
116 if (!found)
167 const char* message = B_TRANSLATE("No MIDI devices found!");
216 PRINT(("PatchView::HandleMidiEvent: \"op\" field not found\n"));
226 " field not found in B_MIDI_REGISTERED event\n"));
233 " field not found i
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c423 BOOL found; local
445 found = FALSE;
449 found = ((next > (int)(sizeof(lxdev) + sizeof(device)))
454 if (!found)
456 } while (!found && (next > 0) && (offset < lth));
457 if (found) {
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp107 video_mode *found = NULL; local
113 if (found == NULL || found->bits_per_pixel < mode->bits_per_pixel)
114 found = mode;
118 return found;
238 video_mode* found = find_video_mode(info.std_timing[i].h_size, local
240 if (found != NULL) {
243 if (found->width > mode->width) {
244 mode = found;
248 mode = found;
300 bool found = false; local
[all...]
/haiku/src/kits/support/
H A DJobQueue.cpp246 JobPriorityQueue::iterator found = fQueuedJobs->find(dependantJob); local
248 if (found != fQueuedJobs->end()) {
/haiku/headers/private/storage/sniffer/
H A DParser.h284 void ThrowUnexpectedTokenError(TokenType expected, const Token *found);
285 void ThrowUnexpectedTokenError(TokenType expected1, TokenType expected2, const Token *found);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp344 CommandIDMap::iterator found local
346 if (found != fOngoingCommands.end()) {
347 status_t status = found->second->HandleTagged(response);
351 fOngoingCommands.erase(found);
/haiku/src/kits/media/
H A DSharedBufferList.cpp259 // If we found a buffer, we also need to mark it in all other groups as
306 // we found a buffer
336 ERROR("SharedBufferList:: RequestBuffer: no buffer found\n");
435 int32 found = 0;
439 buffers[found++] = fInfos[i].buffer;
440 if (found == bufferCount)
447 return found == bufferCount ? B_OK : B_ERROR;
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp163 bool found; local
191 // TBD: need better error code like "device not found"
199 found = scsi_scan_get_inquiry(worker_req, &new_inquiry_data)
208 if (!found) {
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp320 bool found = false; local
326 found = true;
331 if (!found) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp291 bool found = false; local
296 found = true;
304 if (!found) {
/haiku/src/bin/
H A Dfindpaths.cpp235 bool found = false; local
239 found = true;
245 if (!found) {
/haiku/src/servers/notification/
H A DAppGroupView.cpp215 bool found = false; local
225 found = true;
238 if (!found) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp325 bool found = true; local
329 found = fIndex->fNodes->FindFirst(size, &fIterator);
331 if (found) {
H A DLastModifiedIndex.cpp327 bool found = true; local
331 found = fIndex->fNodes->FindFirst(modified, &fIterator);
333 if (found) {
/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp107 bool found = false; local
112 found = true;
117 if (!found)
175 * NULL is returned if no matching catalog could be found.
220 // (even if the parent catalog was not found)
252 * NULL is returned if no matching catalog could be found.
315 // (even if the parent catalog was not found)
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.cpp278 bool found = false; local
281 found = true;
286 if (found)
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp185 PRINT(("folder '%s' not found\n", kDeviceFolder));
279 bool found = false; local
284 found = true;
288 // remove the device if the devfs entry was not found
289 if (!found) {
/haiku/src/servers/app/
H A DVirtualScreen.cpp100 ScreenModeMap::const_iterator found = previousModes.find(screen); local
101 if (found != previousModes.end()
102 && memcmp(&mode, &found->second, sizeof(display_mode)))
124 // we found settings for this screen, and try to apply them now
129 // We found no configuration or it wasn't valid, try to fallback to
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp129 TRACE("SearchSlot() found slot %" B_PRId32 " comp %" B_PRId32 "\n",
611 TRACE("BTree::Traverse() found %" B_PRIu32 " %" B_PRIu32 "\n",
625 btrfs_key found;
626 status = path->GetCurrentEntry(&found, _value, _size, _offset);
630 if (found.Type() != wanted.Type() && wanted.Type() != BTRFS_KEY_TYPE_ANY) {
631 ERROR("Find() not found wanted: %" B_PRIu64 " %" B_PRIu8 " %"
632 B_PRIu64 " found: %" B_PRIu64 " %" B_PRIu8 " %" B_PRIu64 "\n",
633 wanted.ObjectID(), wanted.Type(), wanted.Offset(), found.ObjectID(),
634 found.Type(), found
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp395 JobMap::const_iterator found = fJobs.find(BString(name).ToLower());
396 if (found != fJobs.end())
397 return found->second;
409 TargetMap::const_iterator found = fTargets.find(BString(name).ToLower());
410 if (found != fTargets.end())
411 return found->second;
420 SessionMap::const_iterator found = fSessions.find(user); local
421 if (found != fSessions.end())
422 return found->second;
571 TeamMap::iterator found local
603 TeamMap::iterator found = fTeams.find(team); local
1931 EventMap::const_iterator found = fEvents.find(eventName); local
[all...]
/haiku/src/kits/storage/mime/
H A DTextSnifferAddon.cpp353 bool found = false; local
357 found = true;
360 if (!found && subtypeMimeGeneric != NULL) {
363 found = true;
366 if (!found)
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp181 char *found = find_string(string, cut); local
182 if (found != NULL) {
183 uint32 foundLength = strlen(found);
185 memmove(found, found + cutLength, foundLength + 1 - cutLength);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp26 match_info(image_id i) { id = i; found = false; };
28 bool found; member in struct:match_info
38 (mi)->found = true;
319 if (!mi.found)
354 if (mi.found)
/haiku/src/kits/storage/sniffer/
H A DParser.cpp714 + ", found " + tokenTypeToString(t->Type())).c_str(), t->Pos());
1262 Parser::ThrowUnexpectedTokenError(TokenType expected, const Token *found) { argument
1264 + ", found " + (found ? tokenTypeToString(found->Type()) : "NULL token")).c_str()
1265 , (found ? found->Pos() : stream.EndPos()));
1269 Parser::ThrowUnexpectedTokenError(TokenType expected1, TokenType expected2, const Token *found) { argument
1271 + " or " + tokenTypeToString(expected2) + ", found "
1272 + (found
[all...]

Completed in 186 milliseconds

1234567