| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | reparse.c | 147 } 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 D | futex-emulation.cc | 183 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 D | RuntimeDyld.cpp | 421 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 D | LoopRerollPass.cpp | 299 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 D | btree_container.h | 113 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 D | str_split_test.cc | 215 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 D | param_manager.cpp | 43 return IGNORE_FILE_LIST.find(fileName) != IGNORE_FILE_LIST.end(); in IsFileNeedIgnore()
|
| H A D | param_reader.cpp | 92 if (line.find("Name: " + filePathStr) != std::string::npos) { in VerifyParamFile()
|
| /base/inputmethod/imf/frameworks/ndk/src/ |
| H A D | native_capi_utils.cpp | 58 auto iter = ERROR_CODE_MAP.find(code); in ErrorCodeConvert()
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/config/ |
| H A D | export_config_manager.cpp | 46 auto iter = exportConfigs_.find(moduleName); in GetExportConfig()
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| H A D | flow_control.cpp | 53 auto it = g_domainMap.find(domainId); in FlowCtrlDomain()
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
| H A D | event_write_handler.cpp | 57 auto iter = allJsonFileWriters_.find(writerKey); in GetEventWriter()
|
| /base/hiviewdfx/hiview/adapter/service/test/unittest/common/ |
| H A D | hiview_sa_test.cpp | 92 if (str.find("Error") != std::string::npos) { in HWTEST_F()
|
| /base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
| H A D | hilog_collector_test.cpp | 72 ASSERT_TRUE(result.data.find(TEST_STR) != std::string::npos); in HWTEST_F()
|
| /base/inputmethod/imf/services/adapter/keyboard/src/ |
| H A D | input_event_callback.cpp | 36 auto currKey = MASK_MAP.find(keyCode); in OnInputEvent()
|
| /base/hiviewdfx/hiview/core/test/unittest/common/ |
| H A D | plugin_platform_test.cpp | 127 auto pos = pluginList.find("EventProcessorExample1");
in HWTEST_F()
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
| H A D | decorator.cpp | 27 if (statInfos_.find(funcName) == statInfos_.end()) {
in UpdateStatInfo()
|
| /base/accesscontrol/sandbox_manager/frameworks/sandbox_manager/src/ |
| H A D | sandbox_manager_dfx_helper.cpp | 27 auto it = OPERATE_TYPE_MAP.find(operateType); in GetOperateString()
|
| /base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
| H A D | border_rule.cpp | 72 while (mat->find()) { in Handle()
|
| /base/account/os_account/interfaces/innerkits/common/include/ |
| H A D | iaccount_info.h | 47 if (jsonObject.find(key) != end) { in GetDataByType()
|
| /base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
| H A D | ndk_app_event_processor.cpp | 71 auto it = config_.customConfigs.find(key); in SetCustomConfig()
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
| H A D | chain_rule.cpp | 86 auto index = options.find(key); in TruncateOption()
|
| /base/powermgr/power_manager/services/native/src/shutdown/ |
| H A D | shutdown_callback_holer.cpp | 89 auto iter = callbacks.find(callback); in RemoveCallback()
|
| /base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
| H A D | thermal_service_subscriber.cpp | 79 auto iter = typeHistoryMap_.find(itMap.first); in SetHistoryTypeTempMap()
|
| /base/powermgr/power_manager/services/native/src/suspend/ |
| H A D | sleep_callback_holder.cpp | 75 auto iter = callbacks.find(callback); in RemoveCallback()
|