/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource7.js | 90 var symbol = scopeChain.scope.find(name, false, true); 158 // REVIEW: technically, this call isn't strictly necessary, since we'll find the type during the call to resolveTypeMembers 633 // If we could not find the function symbol in the value context, look 910 var symbol = scopeChain.scope.find(name, false, true);
964 // REVIEW: technically, this call isn't strictly necessary, since we'll find the type during the call to resolveTypeMembers
1336 // If we could not find the function symbol in the value context, look
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 503 size_t start_pos = type.find("|"); in PhpSetterTypeName() 1044 if (deps->find(dependency) == deps->end()) { in AnalyzeDependencyForFile()
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 54 # find new size based on brace 55 j = cur.find('{', 0, i) 61 j = cur.find('(', 0, i)
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 222 if (descriptor_options->find(descriptor) != descriptor_options->end()) { in GetOrBuildOptions() 360 interned_descriptors->find(descriptor); in NewInternedDescriptor() 1695 PyErr_Format(PyExc_KeyError, "Couldn't find method %.200s", name); in FindMethodByName()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | JsonFormat.java | 525 public Descriptor find(String name) { in find() method in JsonFormat.TypeRegistry 531 return find(getTypeName(typeUrl)); in getDescriptorForTypeUrl() 886 throw new InvalidProtocolBufferException("Cannot find type for url: " + typeUrl); in printAny() 1497 "Cannot find field: " in mergeMessage()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 729 int newline_pos = val.find('\n'); 735 newline_pos = val.find('\n', last_pos);
|
/third_party/spirv-tools/source/val/ |
H A D | validate_memory.cpp | 43 if (std::find(allowed.begin(), allowed.end(), type->opcode()) != in IsAllowedTypeOrArrayOfSame() 50 return std::find(allowed.begin(), allowed.end(), elem_type->opcode()) != in IsAllowedTypeOrArrayOfSame() 1396 << " can not find index " << cur_index in ValidateAccessChain()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 300 if (m_shaders.find(shaderType) != m_shaders.end()) in hasShader() 1149 return (std::find(m_formats.begin(), m_formats.end(), format) != m_formats.end()); in isFormatSupported()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceDefinitionUtil.cpp | 1204 if (bufferSizes.find(bufferBinding) == bufferSizes.end()) 1492 if (addedVariables.find(resources[ndx]) == addedVariables.end())
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 429 if (val.name.find('.') == string::npos) in generateUniformDeclarations() 702 // just ignore bytesWritten to be safe, find the null terminator 703 stringLength = (int)(std::find(logBuffer.begin(), logBuffer.end(), '0') - logBuffer.begin());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineInputAssemblyTests.cpp | 1153 if (std::find(adjacencies.begin(), adjacencies.end(), vertexNdx) != adjacencies.end()) in createListPrimitives() 1182 return std::find(m_restartPrimitives.begin(), m_restartPrimitives.end(), primitiveIndex) != m_restartPrimitives.end(); in isRestartPrimitive()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 384 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration() 990 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration() 1506 " // To iterate from the 'first vertex' of the triangle we need to find it first by looking for\n" in initPrograms()
|
H A D | vktRayQueryTraversalControlTests.cpp | 303 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration() 971 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 1544 // find the spanItem where the position is 3622 auto it = SELECTOR_ADJUST_DIR_MAP.find({ handleType, policy }); 4174 auto it = subMap.find(spanBase->GetSpanType()); 4335 auto findResult = nodeIds.find(child->GetId()); 5186 auto index = textTemp.find(lineSeparator); 6234 auto iter = std::find(spans_.begin(), spans_.end(), spanItem); 9564 auto it = textTemp.find(lineSeparator); in GetReplacedSpan() 9593 auto index = wContent.find(lineSeparator); in GetReplacedSpanFission() 9606 index = wContent.find(lineSeparator); in GetReplacedSpanFission() 9787 // find th in GetDelPartiallySpanItem() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 159 LOGW("cannot find theme of blurStyle, create blurStyle failed"); in CreateRSMaterialFilter() 1194 auto canvasImageIter = particleImageMap_.find(imageParameter.GetImageSource()); in NeedPreloadImage() 1301 if (particleImageMap_.find(imageSource) != particleImageMap_.end()) { in ConvertParticleEmitterOption() 1321 auto it = particleImageMap_.find(imageSource); in SetRsParticleImage() 1381 if (particleImageContextMap_.find(src) != particleImageContextMap_.end()) { in LoadParticleImage() 1417 if (particleImageContextMap_.find(src) != particleImageContextMap_.end()) { in OnParticleImageLoaded() 3894 auto iter = childNodeMap.find(nodeId); 3904 auto iter = childNodeMap.find(childNodeIds[index]); 5826 // if can not find the breakPoint, means the node is not disappearing (reappear? or the node of subtree), return.
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.cpp | 1347 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end()) in isExtensionSupported() 1403 * @param search_position Position at which find will start, it is updated to position at which replaced text ends 1412 const size_t token_position = string.find(token, search_position); in replaceToken() 1434 const size_t token_position = string.find(token, search_position); in replaceAllTokens() 5967 if (out_test_decl.find("sample") != std::string::npos) in prepareShaderSource() 5968 out_test_decl.erase(out_test_decl.find("sample"), 7); in prepareShaderSource() 6369 if (out_test_decl.find("sample") != std::string::npos) in prepareShaderSource() 6370 out_test_decl.erase(out_test_decl.find("sample"), 7); in prepareShaderSource()
|
/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 113 return std::string::npos != data.find("previous ability app name [NULL]"); in IsTestAbilityExist() 118 return std::string::npos != data.find("test_pre_app"); in IsTestAbilityExist1() 123 return std::string::npos != data.find("test_next_app"); in IsTestAbilityExist2()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.cpp | 1487 auto it = itemsPosInGroup.find(indexInGroup); 1532 auto iter = itemPosition_.find(index); 1921 if (itemPosition_.find(index) == itemPosition_.end()) {
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 237 if (auto const handlePos = std::find(handles.begin(), handles.end(), handle); handlePos != handles.end()) { in FindHandleIndex() 391 // sorted for find performance in GenerateGltfImages() 438 const auto gltfPos = originalUri.find(extension); in ResolveGltfAndResourceIndex() 453 auto pos = originalGltfs.find(uri); in ResolveGltfAndResourceIndex() 614 // find the skeleton root node in FindSkeletonRoot() 684 // find the skeleton root node in ExportGltfSkins() 687 CORE_LOG_D("Couldn't find common root for skinned entity %s", to_hex(skinnedEntity.id).data()); in ExportGltfSkins() 949 // couldn't find original glTF. in ExportGltfMeshes() 1236 // sorted for find performance in ExportGltfMaterials()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base_impl.cpp | 851 "WebGL framebufferRenderbuffer can not find bind frame buffer"); in FrameBufferRenderBuffer() 901 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_ENUM, "can not find bind frame buffer"); in FrameBufferTexture2D() 1537 LOGE("WebGL uniform_f can not find uniform"); in UniformF() 1569 LOGE("WebGL uniform_i can not find uniform"); in UniformI() 1600 LOGE("WebGL uniform_ui can not find uniform"); in UniformUi() 1657 LOGE("WebGL uniform_fv can not find uniform"); in UniformFv() 1707 LOGE("WebGL UniformIv can not find uniform"); in UniformIv() 1756 LOGE("WebGL uniform_uiv can not find uniform"); in UniformUiv() 1841 LOGE("WebGL uniformMatrix_fv can not find uniform"); in UniformMatrixFv() 2279 auto it = std::find(glSuppor in CheckGLenum() [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1130 ASSERT_EQ(displayHookMap.find(uid) != displayHookMap.end(), true); in HWTEST_F() 1290 ASSERT_EQ(displayHookMap.find(uid) != displayHookMap.end(), true); in HWTEST_F() 1312 ASSERT_EQ(displayHookMap.find(uid) != displayHookMap.end(), false); in HWTEST_F()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 1111 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find() 1736 /* Atomically find and remove tp from chain. */ in tcf_chain_tp_delete_empty() 2263 NL_SET_ERR_MSG(extack, "Cannot find specified filter chain"); in tc_del_tfilter() 2412 NL_SET_ERR_MSG(extack, "Cannot find specified filter chain"); in tc_get_tfilter() 2607 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter() 2874 NL_SET_ERR_MSG(extack, "Cannot find specified filter chain"); in tc_ctl_chain() 2996 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 1234 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find() 1907 /* Atomically find and remove tp from chain. */ in tcf_chain_tp_delete_empty() 2442 NL_SET_ERR_MSG(extack, "Cannot find specified filter chain"); in tc_del_tfilter() 2591 NL_SET_ERR_MSG(extack, "Cannot find specified filter chain"); in tc_get_tfilter() 2786 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter() 3055 NL_SET_ERR_MSG(extack, "Cannot find specified filter chain"); in tc_ctl_chain() 3167 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 291 auto it = defs.find(val); in entry() 462 PhiMap::iterator it = phis.find(std::make_pair(phi, pb)); in splitEdges() 474 PhiMap::const_iterator it = phis.find(std::make_pair(phi, pb)); in splitEdges()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 974 auto writesItr = randomLayout.descriptorWrites.find(descriptorId); in initPrograms() 1932 auto writeInfoItr = randomLayout.descriptorWrites.find(descriptorId); in iterate() 1978 auto writeInfoItr = randomLayout.descriptorWrites.find(descriptorId); in iterate()
|