/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser_unittest.cc | 225 EXPECT_TRUE(GetCapturedTestStderr().find("No syntax specified") != in TEST_F() 235 EXPECT_TRUE(error_collector_.warning_.find( in TEST_F() 248 EXPECT_TRUE(error_collector_.warning_.find( in TEST_F() 261 EXPECT_TRUE(error_collector_.warning_.find( in TEST_F() 2398 debug_string.find(expected_comments[i]); in TEST_F() 2431 EXPECT_TRUE(debug_string.find("map<") != std::string::npos); in TEST_F() 2432 EXPECT_TRUE(debug_string.find("option map_entry") == std::string::npos); in TEST_F() 2433 EXPECT_TRUE(debug_string.find("MapEntry") == std::string::npos); in TEST_F()
|
H A D | command_line_interface.cc | 617 auto it = directory_->files_.find(filename_ + ".meta"); in UpdateMetadata() 696 std::string::size_type pos = target->find(magic_string); in ~MemoryOutputStream() 1111 if (file.name().find("google/ads/googleads") != std::string::npos) { in AllowProto3Optional() 1116 if (file.name().find("test_proto3_optional") != std::string::npos) { in AllowProto3Optional() 1129 std::cerr << "Could not find file in descriptor database: " << input_file in VerifyInputFilesInDescriptors() 1196 if (direct_dependencies_.find(parsed_file->dependency(i)->name()) == in ParseInputFiles() 1393 if (plugins_.find(i->first) != plugins_.end()) { in ParseArguments() 2341 if (to_output.find(dependency) == to_output.end()) { in WriteDescriptorSet() 2473 if (groups.find(nested_desc) != groups.end()) { in GatherOccupiedFieldRanges()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 185 ASSERT_TRUE(log.find("Emulating call in ICD")); in TEST() 220 ASSERT_FALSE(log.find("Emulating call in ICD")); in TEST() 277 ASSERT_FALSE(log.find("Emulating call in ICD")); in TEST() 571 ASSERT_TRUE(log.find("Emulating call in ICD")); in TEST() 600 ASSERT_FALSE(log.find("Emulating call in ICD")); in TEST() 644 ASSERT_FALSE(log.find("Emulating call in ICD")); in TEST() 848 ASSERT_TRUE(log.find("Emulating call in ICD")); in TEST() 879 ASSERT_FALSE(log.find("Emulating call in ICD")); in TEST() 928 ASSERT_FALSE(log.find("Emulating call in ICD")); in TEST() 1184 ASSERT_TRUE(log.find("Emulatin in TEST() [all...] |
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_file_access_test_info.cpp | 182 EXPECT_EQ(newDirUriTest.ToString().find("访问目录"), std::string::npos); in HWTEST_F() 186 EXPECT_EQ(newFileUri.ToString().find("访问文件.txt"), std::string::npos); in HWTEST_F() 464 EXPECT_EQ(newDirUriTest.ToString().find("测试目录"), std::string::npos); in HWTEST_F() 513 EXPECT_EQ(newDirUriTest.ToString().find("测试目录1"), std::string::npos); in HWTEST_F() 517 EXPECT_EQ(newFileUri.ToString().find("测试文件1.txt"), std::string::npos); in HWTEST_F() 797 EXPECT_EQ(newDirUriTest.ToString().find("新建目录"), std::string::npos); in HWTEST_F() 1270 EXPECT_EQ(newDirUriTest1.ToString().find(displayName), std::string::npos); in HWTEST_F() 1273 EXPECT_EQ(newDirUriTest2.ToString().find("查询目录2"), std::string::npos); in HWTEST_F() 1279 EXPECT_EQ(newFileUri1.ToString().find(fileName), std::string::npos); in HWTEST_F() 1282 EXPECT_EQ(newFileUri2.ToString().find(fileNam in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 507 if (failIndex.find(index) != failIndex.end()) { in CheckLocaLAssets() 1020 if (extend.find("assets") != extend.end()) { in HWTEST_F() 1060 if (extend.find("assets") != extend.end()) { in HWTEST_F() 1094 if (extend.find("assets") != extend.end()) { in HWTEST_F() 1122 if (extend.find("assets") != extend.end() && count == 0) { in HWTEST_F() 1299 if (extend.find("assets") != extend.end() && count == 0) { in HWTEST_F() 1319 if (extend.find("assets") != extend.end() && num == 0) { in HWTEST_F() 1402 if (extend.find("assets") != extend.end() && count == 0) { in HWTEST_F() 1632 if (extend.find("assets") != extend.end()) { in HWTEST_F() 1653 if (extend.find("asset in HWTEST_F() [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 150 LOGE("OnRemoteDied, deviceManagerNapi not find for bundleName %{public}s", callback->bundleName_.c_str()); in OnRemoteDied() 191 LOGE("OnDeviceOnline, deviceManagerNapi not find for bundleName %{public}s", callback->bundleName_.c_str()); in OnDeviceOnline() 231 LOGE("OnDeviceReady, deviceManagerNapi not find for bundleName %{public}s", callback->bundleName_.c_str()); in OnDeviceReady() 271 LOGE("OnDeviceOffline, deviceManagerNapi not find for bundleName %{public}s", in OnDeviceOffline() 312 LOGE("OnDeviceChanged, deviceManagerNapi not find for bundleName %{public}s", in OnDeviceChanged() 356 LOGE("OnDeviceFound, deviceManagerNapi not find for bundleName %{public}s", callback->bundleName_.c_str()); in OnDeviceFound() 400 LOGE("OnDiscoveryFailed, deviceManagerNapi not find for bundleName %{public}s", in OnDiscoveryFailed() 419 LOGE("OnDiscoverySuccess, deviceManagerNapi not find for bundleName %{public}s", bundleName_.c_str()); in OnDiscoverySuccess() 526 LOGE("OnAuthResult, deviceManagerNapi not find for bundleName %{public}s", callback->bundleName_.c_str()); in OnAuthResult() 555 auto iter = g_deviceManagerMap.find(bundleNam in GetDeviceManagerNapi() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 59 size_t pos = nativeVersionString.find("Mesa"); in IsMesa() 210 if (nativeVendorString.find("NVIDIA") != std::string::npos) in GetVendorID() 214 else if (nativeVendorString.find("ATI") != std::string::npos || in GetVendorID() 215 nativeVendorString.find("AMD") != std::string::npos || in GetVendorID() 216 nativeVendorString.find("Radeon") != std::string::npos) in GetVendorID() 220 else if (nativeVendorString.find("Qualcomm") != std::string::npos) in GetVendorID() 224 else if (nativeVendorString.find("Intel") != std::string::npos) in GetVendorID() 228 else if (nativeVendorString.find("Imagination") != std::string::npos) in GetVendorID() 232 else if (nativeVendorString.find("Vivante") != std::string::npos) in GetVendorID() 253 if (nativeRendererString.find(knownDeviceI in GetDeviceID() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 95 if (callerInfo.extraInfoJson.find(DMS_VERSION_ID) != callerInfo.extraInfoJson.end()) { in StartAbilityFromRemote() 354 if (callerInfo.extraInfoJson.find(DMS_VERSION_ID) != callerInfo.extraInfoJson.end()) { in ConnectAbilityFromRemote() 838 if (callerInfo.extraInfoJson.find(DMS_VERSION_ID) != callerInfo.extraInfoJson.end()) { in StartAbilityByCallFromRemote() 841 if (callerInfo.extraInfoJson.find(DMS_UID_SPEC_BUNDLE_NAME) != callerInfo.extraInfoJson.end()) { in StartAbilityByCallFromRemote() 946 if (info.callerInfo.extraInfoJson.find(DMS_VERSION_ID) != info.callerInfo.extraInfoJson.end()) { in StartFreeInstallFromRemote()
|
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 782 std::vector<WantAgentConstant::Flags>::iterator oneTimeIt = std::find(flagsVec.begin(), flagsVec.end(), in HWTEST_F() 789 std::vector<WantAgentConstant::Flags>::iterator cancelPresentIt = std::find(flagsVec.begin(), flagsVec.end(), in HWTEST_F() 796 std::vector<WantAgentConstant::Flags>::iterator updateResentIt = std::find(flagsVec.begin(), flagsVec.end(), in HWTEST_F() 803 std::vector<WantAgentConstant::Flags>::iterator constantIt = std::find(flagsVec.begin(), flagsVec.end(), in HWTEST_F() 810 std::vector<WantAgentConstant::Flags>::iterator noBuildIt = std::find(flagsVec.begin(), flagsVec.end(), in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
H A D | local_call_container_ut_test.cpp | 492 idx = resultReceiver.find("REQUESTEND"); in HWTEST_F() 514 idx = resultReceiver.find("REQUESTING"); in HWTEST_F() 521 idx = resultReceiver.find("REQUESTING"); in HWTEST_F() 542 idx = resultReceiver.find("REQUESTEND"); in HWTEST_F() 550 idx = resultReceiver.find("REQUESTEND"); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.cpp | 565 auto res = uiWindowMap_.find(componentId); in OnInsightIntentExecuteDone() 653 if (uiWindowMap_.find(compId) == uiWindowMap_.end()) { in HandleSessionCreate() 757 if (uiWindowMap_.find(componentId) == uiWindowMap_.end()) { in BackgroundWindow() 758 TAG_LOGE(AAFwkTag::UI_EXT, "Fail to find uiWindow"); in BackgroundWindow() 780 if (uiWindowMap_.find(componentId) == uiWindowMap_.end()) { in DestroyWindow() 781 TAG_LOGE(AAFwkTag::UI_EXT, "Wrong to find uiWindow"); in DestroyWindow() 784 if (contentSessions_.find(componentId) != contentSessions_.end() && contentSessions_[componentId] != nullptr) { in DestroyWindow()
|
H A D | js_ui_extension_base.cpp | 519 auto res = uiWindowMap_.find(componentId); in OnInsightIntentExecuteDone() 639 if (uiWindowMap_.find(componentId) == uiWindowMap_.end()) { in HandleSessionCreate() 705 if (uiWindowMap_.find(componentId) == uiWindowMap_.end()) { in BackgroundWindow() 706 TAG_LOGE(AAFwkTag::UI_EXT, "Fail to find uiWindow"); in BackgroundWindow() 726 if (uiWindowMap_.find(componentId) == uiWindowMap_.end()) { in DestroyWindow() 727 TAG_LOGE(AAFwkTag::UI_EXT, "Fail to find uiWindow"); in DestroyWindow() 730 if (contentSessions_.find(componentId) != contentSessions_.end() && contentSessions_[componentId] != nullptr) { in DestroyWindow()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view.cpp | 418 auto found = lastAccessedViewIds_.find(startIter->first); in CleanUpAbandonedChild() 440 auto found = customViewChildren_.find(id); in GetChildById() 445 auto lazyItem = customViewChildrenWithLazy_.find(id); in GetChildById() 483 auto iter = lazyItemGroups_.find(viewId); in RemoveChildGroupById() 489 auto removeView = customViewChildrenWithLazy_.find(item); in RemoveChildGroupById()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.cpp | 73 return source.find(prefix) == 0; in StartWith() 243 auto it = placeholderMap_.find(type); in MountPlaceholderNode() 1369 if (std::find(params.begin(), params.end(), NO_EXTRA_UIE_DUMP) != params.end()) { in DumpInfo() 1400 if (std::find(params.begin(), params.end(), NO_EXTRA_UIE_DUMP) != params.end()) { in DumpInfo() 1422 if (std::find(params.begin(), params.end(), NO_EXTRA_UIE_DUMP) != params.end()) { in DumpOthers()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_connection.cpp | 163 auto iter = infos_.find(rawAddr.GetAddress()); in GetConnectInfo() 275 auto iter = info->notes_.find(notification); in EnableNotifyState() 292 auto iter = info->notes_.find(notification); in DisableNotifyState() 311 auto iter = info->notes_.find(notification); in IsNotifyStateEnabled() 1037 auto iter = infos_.find(btAddr); in GetConnectInfo()
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 225 auto t = uri.find("://"); in FetchResourceOrUri() 530 auto pos = path.find('/', 0); in GetNode() 914 auto it = bitmaps_.find(uri); in FetchBitmap() 1064 auto it = disposables_.find(token); in ReleaseDispose() 1077 auto it = strongDisposables_.find(token); in ReleaseStrongDispose()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 271 } else if (dataType.find("TEXCOORD_") == 0u) { in GetAttributeType() 278 } else if (dataType.find("COLOR_") == 0u) { in GetAttributeType() 285 } else if (dataType.find("JOINTS_") == 0u) { in GetAttributeType() 292 } else if (dataType.find("WEIGHTS_") == 0u) { in GetAttributeType() 968 auto pos = in.find(","); in ParseDataUri()
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display.cpp | 177 if (g_JsDisplayMap.find(displayId) != g_JsDisplayMap.end()) {
in Finalizer() 218 if (jsCbMap_.empty() || jsCbMap_.find(type) == jsCbMap_.end()) {
in IfCallbackRegistered() 350 if (jsCbMap_.empty() || jsCbMap_.find(type) == jsCbMap_.end()) {
in UnregisterAllDisplayListenerWithType() 373 if (jsCbMap_.empty() || jsCbMap_.find(type) == jsCbMap_.end()) {
in UnRegisterDisplayListenerWithType() 677 WLOGD("[NAPI]Try to find display %{public}" PRIu64" in g_JsDisplayMap", displayId);
in FindJsDisplayObject() 679 if (g_JsDisplayMap.find(displayId) == g_JsDisplayMap.end()) {
in FindJsDisplayObject() 680 WLOGD("[NAPI]Can not find display %{public}" PRIu64" in g_JsDisplayMap", displayId);
in FindJsDisplayObject()
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_manager_test.cpp | 318 std::vector<std::string>::iterator it = std::find(result.begin(), result.end(), DEV_NAME); in HWTEST_F() 505 std::find(cfg.flags.begin(), cfg.flags.end(), DEV_DOWN); in HWTEST_F() 506 auto fit = std::find(cfg.flags.begin(), cfg.flags.end(), DEV_DOWN); in HWTEST_F() 524 std::find(cfg.flags.begin(), cfg.flags.end(), DEV_UP); in HWTEST_F() 525 auto fit = std::find(cfg.flags.begin(), cfg.flags.end(), DEV_UP); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.cpp | 146 auto it = tables_.find(store); in GenerateQuery() 152 return tables_.empty() || tables_.find(storeName) != tables_.end(); in Contains() 293 auto it = traceIds.find(schema.bundleName); in GetPostEventTask() 366 auto it = traceIds.find(info.bundleName_); 685 if (std::find(kvApps_.begin(), kvApps_.end(), queryKey.bundleName) != kvApps_.end()) {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 210 auto iter = syncOperationMap_.find(syncId); in CancelSync() 275 auto iter = syncOperationMap_.find(syncId); in RemoveSyncOperation() 288 if (syncIdMap_.find(syncId) == syncIdMap_.end()) { in RemoveSyncOperation() 292 if (connectionIdMap_.find(connectionId) != connectionIdMap_.end()) { in RemoveSyncOperation() 306 if (connectionIdMap_.find(connectionId) == connectionIdMap_.end()) { in StopSync()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 129 auto it = tables_.find(tableName); 306 auto it = trackerTables_.find(tableName); 1063 // find all node which can reach source as collection recordSources 1065 auto node = end.find(referenceProperty.sourceTableName); 1066 // find the node and it can reach 1072 // find all node which start with target as collection recordTargets 1094 if (nextNodes.find(start) == nextNodes.end()) { 1106 if (nextNodes.find(node) == nextNodes.end()) {
|
/third_party/gn/src/base/containers/ |
H A D | flat_tree.h | 270 iterator find(const K& key); 273 const_iterator find(const K& key) const; 852 auto flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::find(const K& key) 854 return const_cast_it(as_const().find(key)); 859 auto flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::find(
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 121 while (fSetRefsMatcher->find() && U_SUCCESS(status)) { in addCharClass() 172 while (fSetRefsMatcher->find() && U_SUCCESS(status)) { in addRule() 447 // Apply reference rules to find the expected breaks. in set() 983 if (m.find()) { in getIntParam() 1000 if (m.find()) { in getStringParam() 1015 if (m.find()) { in getBoolParam()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | transreg.cpp | 556 TransliteratorEntry *entry = find(ID); in get() 566 TransliteratorEntry *entry = find(ID); in reget() 1043 * Attempt to find a source-target/variant in the dynamic registry 1059 * Attempt to find a source-target/variant in the static locale 1096 * Attempt to find an entry in a single resource bundle. This is 1184 * Convenience method. Calls 3-arg find(). 1186 TransliteratorEntry* TransliteratorRegistry::find(const UnicodeString& ID) { in find() function in TransliteratorRegistry 1190 return find(source, target, variant); in find() 1194 * Top-level find method. Attempt to find 1214 TransliteratorEntry* TransliteratorRegistry::find(UnicodeString& source, find() function in TransliteratorRegistry [all...] |