Searched refs:find (Results 101 - 125 of 167) sorted by relevance

1234567

/haiku/src/bin/debug/strace/
H A Dstrace.cpp217 map<string, Syscall *>::const_iterator i = sSyscallMap.find(name);
839 TeamMap::iterator it = debuggedTeams.find(message.origin.team);
866 TeamMap::iterator it = debuggedTeams.find(message.origin.team);
940 TeamMap::iterator it = debuggedTeams.find(message.origin.team);
/haiku/src/kits/tracker/
H A DFindPanel.h150 // save the contents of the find window into the query file
154 bool FindSaveCommon(bool find);
H A DVirtualDirectoryManager.cpp511 // Write some info into the definition file that helps us to find the
514 // application may need to find the root definition file and resolve
606 NodeRefInfoMap::const_iterator it = fInfos.find(nodeRef);
626 NodeRefInfoMap::iterator it = fInfos.find(info->DefinitionFileNodeRef());
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp395 JobMap::const_iterator found = fJobs.find(BString(name).ToLower());
409 TargetMap::const_iterator found = fTargets.find(BString(name).ToLower());
420 SessionMap::const_iterator found = fSessions.find(user);
460 // Even if we failed to find a matching source, we do not want to return an error,
571 TeamMap::iterator found = fTeams.find(team);
603 TeamMap::iterator found = fTeams.find(team);
1836 // TODO: find out which jobs require this job, and don't stop if any,
1931 EventMap::const_iterator found = fEvents.find(eventName);
1941 found = fEvents.find(eventName);
/haiku/headers/cpp/std/
H A Dbastring.cc245 find (const charT* s, size_type pos, size_type n) const function in class:basic_string
269 find (charT c, size_type pos) const function in class:basic_string
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp494 CHK(devices.find(device) != devices.end());
506 CHK(devices.find(device) != devices.end());
/haiku/src/kits/interface/
H A DChannelControl.cpp629 label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel);
641 label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel);
/haiku/src/apps/diskusage/
H A DPieView.cpp543 if (fMouseOverInfo.find(level) == fMouseOverInfo.end())
586 if (fMouseOverInfo.find(level) == fMouseOverInfo.end()) {
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp117 icon_map::const_iterator it = m_iconMap.find(key);
138 icon_map::const_iterator it = m_iconMap.find(key);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp384 if (addOnMap.find(path.Leaf()) == addOnMap.end())
466 SettingsMap::const_iterator found = fSettingsMap.find(item);
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp348 PackageInfos::iterator infoIter = packageInfos.find(packageInfo);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp345 = fOngoingCommands.find(response.Tag());
/haiku/src/bin/
H A Ddiff_zip.cpp228 EntryMap::const_iterator it = fEntries.find(entry->d_name);
/haiku/src/bin/rc/
H A Dparser.y516 if (symbol_table.find(name) != symbol_table.end())
526 sym_iter_t i = symbol_table.find(name);
553 if (type_table.find(name) != type_table.end())
591 type_iter_t i = type_table.find(name);
603 return type_table.find(name) != type_table.end();
610 define_iter_t i = define_table.find(name);
/haiku/src/kits/debugger/model/
H A DTeam.cpp339 SignalDispositionMappings::iterator it = fCustomSignalDispositions.find(
359 SignalDispositionMappings::iterator it = fCustomSignalDispositions.find(
374 = fCustomSignalDispositions.find(signal);
/haiku/src/bin/bfs_tools/
H A Drecover.cpp193 if (gMainInodes.find(run) == gMainInodes.end())
360 || gMainInodes.find(run) != gMainInodes.end())
573 if (gMainInodes.find(run) == gMainInodes.end()) {
/haiku/headers/cpp/
H A Dstl_algo.h87 // find and find_if.
90 inline _InputIter find(_InputIter __first, _InputIter __last, function
112 _RandomAccessIter find(_RandomAccessIter __first, _RandomAccessIter __last, function
190 inline _InputIter find(_InputIter __first, _InputIter __last, function
193 return find(__first, __last, __val, __ITERATOR_CATEGORY(__first));
292 return find(__first1, __last1, *__first2);
303 __first1 = find(__first1, __last1, *__first2);
337 return find(__first1, __last1, *__first2);
382 __first = find(__first, __last, __val);
394 __first = find(__
[all...]
H A Dstl_tree.h744 iterator find(const key_type& __x);
745 const_iterator find(const key_type& __x) const;
1115 _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::find(const _Key& __k) function in class:_Rb_tree
1134 _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::find(const _Key& __k) const function in class:_Rb_tree
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp47 if (stash.find(signature) == stash.end()) {
/haiku/src/libs/alm/
H A DSharedSolver.cpp265 if (autoConstraints.find(constraint) == autoConstraints.end())
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp703 TargetPortMap::iterator it = fTargetPorts->find(portID);
/haiku/src/kits/mail/
H A DMailProtocol.cpp273 std::map<entry_ref, image_id>::iterator it = fFilterImages.find(ref);
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp405 if (name.find(prefix) != 0)
/haiku/src/preferences/input/
H A DMouseSettings.cpp541 itr = fMouseSettingsObject.find(mouse_name);
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp319 if (std::find(fReservedOptionalFieldNames.begin(), fReservedOptionalFieldNames.end(),

Completed in 184 milliseconds

1234567