Home
last modified time | relevance | path

Searched defs:find_it (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.cpp473 auto find_it = m_activity_map.find(activity_id); in GetActivityForID() local
491 auto find_it = m_activity_map.find(activity_id); in GetActivityChainForID_internal() local
/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc462 const auto find_it = std::lower_bound(array, end, c); in GetMatchIndex() local
476 const auto find_it = std::lower_bound(arr, end, c); in GetOverlappingRangeIndex() local
495 const auto find_it = std::lower_bound(end_arr, end_arr_end, c); in GetOverlappingRangeIndex() local
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py52 def find_it(self, event=None): member in ReplaceDialog
/external/python/cpython3/Lib/idlelib/
Dreplace.py93 def find_it(self, event=None): member in ReplaceDialog
/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl.cc185 auto find_it = changed_records.find(key); in UpdatePublishedRegistration() local
/external/llvm-project/lldb/source/Target/
DModuleCache.cpp217 const auto find_it = in Get() local
DProcess.cpp4360 auto find_it = m_structured_data_plugin_map.find(type_name); in GetStructuredDataPlugin() local
6107 auto find_it = m_structured_data_plugin_map.find(type_name); in RouteAsyncStructuredData() local
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp85 auto find_it = options_map.find(debugger_wp); in GetGlobalEnableOptions() local
97 auto find_it = options_map.find(debugger_wp); in SetGlobalEnableOptions() local
200 auto find_it = map.find(operation); in CreateRule() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc458 auto find_it = node_by_name.find(name); in PruneGraphDefInto() local