/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 223 MapType::const_iterator F = Map.find(R); in has() 230 MapType::const_iterator F = Map.find(R); in get()
|
/third_party/python/Lib/test/ |
H A D | test_unicode.py | 247 self.checkequal(100, 'a' * 100 + '\u0102', 'find', '\u0102') 248 self.checkequal(-1, 'a' * 100 + '\u0102', 'find', '\u0201') 249 self.checkequal(-1, 'a' * 100 + '\u0102', 'find', '\u0120') 250 self.checkequal(-1, 'a' * 100 + '\u0102', 'find', '\u0220') 251 self.checkequal(100, 'a' * 100 + '\U00100304', 'find', '\U00100304') 252 self.checkequal(-1, 'a' * 100 + '\U00100304', 'find', '\U00100204') 253 self.checkequal(-1, 'a' * 100 + '\U00100304', 'find', '\U00102004') 255 self.checkequalnofix(0, 'abcdefghiabc', 'find', 'abc') 256 self.checkequalnofix(9, 'abcdefghiabc', 'find', 'abc', 1) 257 self.checkequalnofix(-1, 'abcdefghiabc', 'find', 'de [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 1338 iterator find(const K &key) { in find() function in absl::container_internal::btree 1342 const_iterator find(const K &key) const { in find() function in absl::container_internal::btree 1544 // Internal routine which implements find().
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 635 (font.GetTypeface()->GetFamilyName().find("Emoji") != std::string::npos || 636 font.GetTypeface()->GetFamilyName().find("emoji") != std::string::npos)) {
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 236 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) in getDistinctSamplerTypes() 2090 if (glu::isDataTypeSampler(basicUniforms[i].type) && std::find(m_filledTextureUnits.begin(), m_filledTextureUnits.end(), basicUniforms[i].finalValue.val.samplerV.unit) == m_filledTextureUnits.end()) in renderTest()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 841 // could not find member, never happens 1454 // Check the resource name is a valid transform feedback resource and find the name generating resource 1953 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "could not find target resource"); 1989 const size_t accessorEnd = resourceName.find('.'); // includes potential array accessor 2007 if (deStringBeginsWith(resourceName.c_str(), "gl_") && resourceName.find('.') == std::string::npos)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 397 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration() 989 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration() 1822 " // To iterate from the 'first vertex' of the triangle we need to find it first by looking for\n" in initPrograms()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 176 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) in getDistinctSamplerTypes() 1678 if (glu::isDataTypeSampler(basicUniforms[i].type) && std::find(m_filledTextureUnits.begin(), m_filledTextureUnits.end(), basicUniforms[i].finalValue.val.samplerV.unit) == m_filledTextureUnits.end()) in renderTest()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 297 function find(array, predicate, startIndex) { function 308 ts.find = find; 2052 * find the candidate with the smallest Levenshtein distance, 3577 // make this conditional in the future if we find that native web performance hooks 8272 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."), 8445 Cannot_find_parameter_0: diag(1225, ts.DiagnosticCategory.Error, "Cannot_find_parameter_0_1225", "Cannot find parameter '{0}'."), 8672 Cannot_find_name_0: diag(2304, ts.DiagnosticCategory.Error, "Cannot_find_name_0_2304", "Cannot find name '{0}'."), 8675 Cannot_find_module_0_or_its_corresponding_type_declarations: diag(2307, ts.DiagnosticCategory.Error, "Cannot_find_module_0_or_its_corresponding_type_declarations_2307", "Cannot find module '{0}' or its corresponding type declarations."), 8679 Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function: diag(2311, ts.DiagnosticCategory.Error, "Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311", "Cannot find nam [all...] |
H A D | tsc.js | 238 function find(array, predicate, startIndex) { function 249 ts.find = find; 5409 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."), 5582 Cannot_find_parameter_0: diag(1225, ts.DiagnosticCategory.Error, "Cannot_find_parameter_0_1225", "Cannot find parameter '{0}'."), 5809 Cannot_find_name_0: diag(2304, ts.DiagnosticCategory.Error, "Cannot_find_name_0_2304", "Cannot find name '{0}'."), 5812 Cannot_find_module_0_or_its_corresponding_type_declarations: diag(2307, ts.DiagnosticCategory.Error, "Cannot_find_module_0_or_its_corresponding_type_declarations_2307", "Cannot find module '{0}' or its corresponding type declarations."), 5816 Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function: diag(2311, ts.DiagnosticCategory.Error, "Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311", "Cannot find name '{0}'. Did you mean to write this in an async function?"), 5823 Cannot_find_global_type_0: diag(2318, ts.DiagnosticCategory.Error, "Cannot_find_global_type_0_2318", "Cannot find global type '{0}'."), 5963 Cannot_find_global_value_0: diag(2468, ts.DiagnosticCategory.Error, "Cannot_find_global_value_0_2468", "Cannot find globa [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 1548 auto errNode = ETS_API_ERROR_CODE.find(tag); in ThrowExceptionError() 1550 errNode->second.find(code) != errNode->second.end()) { in ThrowExceptionError() 4152 if (MetadataEtsMap.find(type) != MetadataEtsMap.end()) { in GetMetadataType() 4458 if (EtsMetadataMap.find(type) != EtsMetadataMap.end()) { in ParseHdrMetadataValue()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 226 // Put a dummy entry in the remembered pages so we can find the list the in Heap() 1832 // find a subset of references of the marker. in CollectGarbage() 2418 // As long as we need to iterate the client heap to find references into the in PerformSharedGarbageCollection() 4756 auto it = ephemeron_remembered_set_->find(table); 4761 CHECK(it->second.find(entry.as_int()) != it->second.end()); 4946 // We need to find a FixedArrayBase map after walking the fillers. in FixHandle() 6209 std::find(gc_prologue_callbacks_.begin(), gc_prologue_callbacks_.end(), in AddGCPrologueCallback() 6232 std::find(gc_epilogue_callbacks_.begin(), gc_epilogue_callbacks_.end(), in AddGCEpilogueCallback() 7220 // Iterate through the page until we reach the end or find an object in GcSafeFindCodeForInnerPointer() 7446 // find in PageFlagsAreConsistent() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 2417 unsigned find = res->sampler_bind_count[0]; in update_res_sampler_layouts() local 2418 for (unsigned i = 0; find && i < PIPE_SHADER_COMPUTE; i++) { in update_res_sampler_layouts() 2423 find--; in update_res_sampler_layouts() 2424 if (!find) break; in update_res_sampler_layouts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 2150 auto TermI = SiblingFuncletInfo.find(PredPad); in verifySiblingFuncletUnwinds() 2544 Assert(ArgBBs.find(BB) != ArgBBs.end(), in visitCallBrInst() 2897 // We have a bug if we can find that there is an underlying alloca without in visitCallBase() 3916 // Walk ResolvedPad up the ancestor list until we either find the in visitFuncletPadInst() 3925 // If the resolved ancestor search didn't find the uncle's parent, in visitFuncletPadInst() 5198 auto Itr = TBAABaseNodes.find(BaseNode); in verifyTBAABaseNode() 5344 auto ResultIt = TBAAScalarNodes.find(MD); in isValidScalarTBAANode() 5381 CheckFailed("Could not find TBAA parent in struct type node", &I, in getFieldNodeFromTBAABaseNode()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 486 EXPECT_NE(std::string::npos, errorMessage.find(expectedErrorType)); in validateComponentsInErrorMessage() 487 EXPECT_NE(std::string::npos, errorMessage.find(expectedVariableFullName)); in validateComponentsInErrorMessage() 2778 if (infoLog.find("Loop index cannot be compared with non-constant expression") == in TEST_P() 8184 EXPECT_EQ(std::string::npos, varyingTypeMismatch.find(lackOfFragmentShader)); 10557 // "uniforms" to find the range for each resource. A bug there was causing some resource ranges to
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 654 if (Val* id = fIndex.find(inst)) { in push() 2584 // Ordinarily we'd never find ourselves with non-null jit_entry and !gSkVMAllowJIT, but it 3352 a->vmovups(r, constants.find(instructions[v].immA)); 3388 a->ldrq(r, constants.find(instructions[v].immA)); 3429 // We want to find a block of N adjacent registers requiring the fewest spills. 3458 break; // (optimization) stop early if we find an unbeatable block. 3589 return constants.find(instructions[v].immA); 4274 // the loop comes around we'd better find those same registers holding those same values.
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 1194 if (std::find(previewFormats_.begin(), previewFormats_.end(), CAMERA_FORMAT_YUV_420_SP) != previewFormats_.end()) { in SetUp() 1218 if (std::find(videoFormats_.begin(), videoFormats_.end(), CAMERA_FORMAT_YUV_420_SP) != videoFormats_.end()) { in SetUp() 4074 EXPECT_TRUE(find(modeVec.begin(), modeVec.end(), SceneMode::SCAN) != modeVec.end()); in HWTEST_F() 10902 if (find(modes.begin(), modes.end(), SceneMode::SECURE) != modes.end()) { in HWTEST_F() 10968 if (find(modes.begin(), modes.end(), SceneMode::SECURE) != modes.end()) { in HWTEST_F() 11029 if (find(modes.begin(), modes.end(), SceneMode::SECURE) != modes.end()) { in HWTEST_F() 11098 if (find(modes.begin(), modes.end(), SceneMode::SECURE) != modes.end()) { in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 476 (param.baseParam.callerName.find(SETTRINGS_NAME) != std::string::npos ||
in CopyAuthParamToHal()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 1337 auto iter = dumpKeyMap_.find(optionKey); in ParseOption()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_0.cpp | 933 if (convertOpMap.find(type) != convertOpMap.end()) { in Convert()
|
H A D | lite_graph_to_hdi_model_v1_0.cpp | 932 if (convertOpMap.find(type) != convertOpMap.end()) { in Convert()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 1138 auto it = DMS_CONVERT_TO_SDK_ERR_MAP.find(result); in ConvertToDmsSdkErr()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1746 auto iter = recordMap.find(IPCSkeleton::GetCallingPid()); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | pac_map_test.cpp | 56 std::size_t splitPos = str.find("#");
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 1524 std::string::size_type pos = GetAbilityName().find(GetApplicationInfo()->bundleName); in CreateADelegatorAbilityProperty()
|