Searched refs:Find (Results 126 - 146 of 146) sorted by relevance

123456

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp392 status_t status = iterator.Find((uint8 *)gKeys[i].data,gKeys[i].length);
394 printf("TreeIterator::Find() returned: %s\n",strerror(status));
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp121 message.Find##type("data", i, &value); \
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp725 // Find the last item or one with the same name we have to add
1291 status_t status = tree->Find((uint8*)name, (uint16)strlen(name), &id);
2482 if (fTree->Find((uint8*)name, (uint16)strlen(name), &id) < B_OK)
2524 if (fTree->Find((uint8*)name, (uint16)strlen(name), &id) == B_OK) {
2603 if (tree->Find((uint8*)name, (uint16)strlen(name), &offset) == B_OK) {
H A Dkernel_interface.cpp585 status = tree->Find((uint8*)file, (uint16)strlen(file), _vnodeID);
1105 status = tree->Find((const uint8*)oldName, strlen(oldName), &id);
1156 if (newTree->Find((const uint8*)newName, strlen(newName), &clobber)
H A DBlockAllocator.cpp772 // Find the block_run that can fulfill the request best
1577 status = tree->Find((uint8*)name, (uint16)strlen(name), &id);
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat28 Rem Find out if NLS is wanted or not,
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.cpp1186 if (name && (status = fTree->Find((uint8 *)name, (uint16)strlen(name),
1216 if ((status = fTree->Find((uint8 *)name, (uint16)strlen(name),
H A DBPlusTree.cpp1036 status_t BPlusTree::Find(uint8 *key,uint16 keyLength,off_t *value) function in class:BPlusTree
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBPlusTree.cpp1603 BPlusTree::Find(const uint8 *key, uint16 keyLength, off_t *_value) function in class:BPlusTree
1864 /** This is more or less a copy of BPlusTree::Find() - but it just
1870 TreeIterator::Find(const uint8 *key, uint16 keyLength) function in class:TreeIterator
/haiku-fatelf/src/apps/terminal/
H A DTermWindow.cpp491 .AddItem(B_TRANSLATE("Find" B_UTF8_ELLIPSIS), MENU_FIND_STRING,'F')
492 .AddItem(B_TRANSLATE("Find previous"), MENU_FIND_PREVIOUS, 'G',
496 .AddItem(B_TRANSLATE("Find next"), MENU_FIND_NEXT, 'G')
731 BAlert* alert = new BAlert(B_TRANSLATE("Find failed"),
745 findresult = _ActiveTermView()->Find(fFindString, fForwardSearch, fMatchCase, fMatchWord);
748 BAlert* alert = new BAlert(B_TRANSLATE("Find failed"),
759 // Enable the menu items Find Next and Find Previous
767 findresult = _ActiveTermView()->Find(fFindString,
771 BAlert* alert = new BAlert(B_TRANSLATE("Find faile
[all...]
H A DTermView.cpp3016 // Find a string, and select it if found
3018 TermView::Find(const BString &str, bool forwardSearch, bool matchCase, function in class:TermView
3039 if (!fTextBuffer->Find(str.String(), start, forwardSearch, matchCase,
3225 // TODO: Find out if what we did it's ok, currently we don't consider
H A DBasicTerminalBuffer.cpp468 BasicTerminalBuffer::Find(const char* _pattern, const TermPos& start, function in class:BasicTerminalBuffer
472 //debug_printf("BasicTerminalBuffer::Find(\"%s\", (%ld, %ld), forward: %d, case: %d, "
688 // Find the next tab stop
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DDavicomDevice.cpp765 bool isInTable = fMulticastHashes.Find(hash) != fMulticastHashes.End();
/haiku-fatelf/src/apps/diskprobe/
H A DDataEditor.cpp1051 DataEditor::Find(off_t startPosition, const uint8 *data, size_t dataSize, function in class:DataEditor
/haiku-fatelf/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp925 if (fRangeTree.Find(range->base) != range) {
H A Dvm.cpp1441 // during boot time. Find the appropriate vm_page objects and stick
5731 return VMAreaHash::Find(name);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dudf.cpp487 error = dir->Find(filename, vnodeId);
/haiku-fatelf/src/kits/tracker/
H A DFindPanel.cpp179 BWindow(kInitialRect, B_TRANSLATE("Find"), B_TITLED_WINDOW,
495 FindWindow::Find() function in class:BPrivate::FindWindow
604 Find();
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1515 status_t status = attribute.Find(index);
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp339 menu->AddItem(new BMenuItem(B_TRANSLATE("Find" B_UTF8_ELLIPSIS),
341 menu->AddItem(new BMenuItem(B_TRANSLATE("Find again"),
1160 // Find the next message that should be displayed
1377 FindWindow::Find(this);
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure93 # Find who we are. Look in the path if we contain no directory separator.
1936 # Find the source files, if location was not specified.
3446 # Find a good install program. We prefer a C program (faster),
35461 /* Find the different bit. */
35563 /* Find the different bit. */
35665 /* Find the different bit. */
[all...]

Completed in 800 milliseconds

123456