Home
last modified time | relevance | path

Searched refs:find (Results 3201 - 3225 of 8477) sorted by relevance

1...<<121122123124125126127128129130>>...340

/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c147 } find; in ntfs_fix_file_name() local
154 find.attr.file_name_length = uname_len; in ntfs_fix_file_name()
165 find.attr.file_name[i] = vol->upcase[cpuchar]; in ntfs_fix_file_name()
167 find.attr.file_name[i] = uname[i]; in ntfs_fix_file_name()
170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx); in ntfs_fix_file_name()
185 && ntfs_names_are_equal(find.attr.file_name, in ntfs_fix_file_name()
186 find.attr.file_name_length, in ntfs_fix_file_name()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc183 auto it = isolate_map.find(node->isolate_for_async_waiters_); in NotifyAsyncWaiter()
202 auto it = location_lists_.find(node->wait_location_); in AddNode()
216 auto it = location_lists_.find(node->wait_location_); in RemoveNode()
665 auto it = location_lists.find(wait_location); in Wake()
826 auto it = isolate_map.find(isolate); in ResolveAsyncWaiterPromises()
879 // Iterate all locations to find nodes belonging to "isolate" and delete them. in IsolateDeinit()
902 auto it = isolate_map.find(isolate); in IsolateDeinit()
926 auto it = location_lists.find(wait_location); in NumWaitersForTesting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp421 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl()
896 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()
919 RTDyldSymbolTable::const_iterator Loc = GlobalSymbolTable.find(SymbolName); in addRelocationForSymbol()
936 // since symbol lookup won't necessarily find a handy, in-range, in createStubFunction()
1086 RTDyldSymbolTable::const_iterator Loc = GlobalSymbolTable.find(Name); in applyExternalSymbolRelocations()
1088 auto RRI = ExternalSymbolMap.find(Name); in applyExternalSymbolRelocations()
1098 i = ExternalSymbolRelocations.find(Name); in applyExternalSymbolRelocations()
1245 auto I = ObjSecToIDMap.find(Sec); in getSectionLoadAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp299 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1); in isPairInSame()
301 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame()
812 if (Roots.find(V) != Roots.end()) in collectPossibleRoots()
827 if (Roots.find(0) != Roots.end()) { in collectPossibleRoots()
927 if (V.find(0) == V.end()) in findRootsBase()
942 } else if (V.find(KV.first - 1) != V.end()) { in findRootsBase()
1360 DenseMap<Value *, Value *>::iterator BMI = BaseMap.find(Op2); in validate()
1670 // First, we need to find the induction variable with respect to which we can in runOnLoop()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h113 iterator find(const key_arg<K> &key) { in find() function in absl::container_internal::btree_container
114 return tree_.find(key); in find()
117 const_iterator find(const key_arg<K> &key) const { in find() function in absl::container_internal::btree_container
118 return tree_.find(key); in find()
122 return find(key) != end(); in contains()
484 auto it = this->find(key); in at()
491 auto it = this->find(key); in at()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split_test.cc215 auto it = m.find("a"); in TEST()
219 it = m.find("b"); in TEST()
249 EXPECT_EQ("b=c", m.find("a")->second); in TEST()
250 EXPECT_EQ("e", m.find("d")->second); in TEST()
251 EXPECT_EQ("", m.find("f")->second); in TEST()
252 EXPECT_EQ("", m.find("g")->second); in TEST()
854 // There is a test below that demonstrates this for absl::string_view::find(). in TEST()
859 EXPECT_EQ(0, abc.find("")); // "" is found at position 0 in TEST()
/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_manager.cpp43 return IGNORE_FILE_LIST.find(fileName) != IGNORE_FILE_LIST.end(); in IsFileNeedIgnore()
H A Dparam_reader.cpp92 if (line.find("Name: " + filePathStr) != std::string::npos) { in VerifyParamFile()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_capi_utils.cpp58 auto iter = ERROR_CODE_MAP.find(code); in ErrorCodeConvert()
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_config_manager.cpp46 auto iter = exportConfigs_.find(moduleName); in GetExportConfig()
/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp53 auto it = g_domainMap.find(domainId); in FlowCtrlDomain()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_write_handler.cpp57 auto iter = allJsonFileWriters_.find(writerKey); in GetEventWriter()
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dhiview_sa_test.cpp92 if (str.find("Error") != std::string::npos) { in HWTEST_F()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dhilog_collector_test.cpp72 ASSERT_TRUE(result.data.find(TEST_STR) != std::string::npos); in HWTEST_F()
/base/inputmethod/imf/services/adapter/keyboard/src/
H A Dinput_event_callback.cpp36 auto currKey = MASK_MAP.find(keyCode); in OnInputEvent()
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp127 auto pos = pluginList.find("EventProcessorExample1"); in HWTEST_F()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp27 if (statInfos_.find(funcName) == statInfos_.end()) { in UpdateStatInfo()
/base/accesscontrol/sandbox_manager/frameworks/sandbox_manager/src/
H A Dsandbox_manager_dfx_helper.cpp27 auto it = OPERATE_TYPE_MAP.find(operateType); in GetOperateString()
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dborder_rule.cpp72 while (mat->find()) { in Handle()
/base/account/os_account/interfaces/innerkits/common/include/
H A Diaccount_info.h47 if (jsonObject.find(key) != end) { in GetDataByType()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor.cpp71 auto it = config_.customConfigs.find(key); in SetCustomConfig()
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dchain_rule.cpp86 auto index = options.find(key); in TruncateOption()
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.cpp89 auto iter = callbacks.find(callback); in RemoveCallback()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp79 auto iter = typeHistoryMap_.find(itMap.first); in SetHistoryTypeTempMap()
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsleep_callback_holder.cpp75 auto iter = callbacks.find(callback); in RemoveCallback()

Completed in 27 milliseconds

1...<<121122123124125126127128129130>>...340