Home
last modified time | relevance | path

Searched refs:find (Results 3001 - 3025 of 3495) sorted by relevance

1...<<121122123124125126127128129130>>...140

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp441 /// Index that keeps track of where to find a metadata record in the stream.
755 "Corrupted bitcode: Expected `Record` when trying to find the " in lazyLoadModuleMetadataBlock()
762 "find the Metadata index"); in lazyLoadModuleMetadataBlock()
1965 auto K = MDKindMap.find(Record[I]); in parseGlobalObjectAttachment()
2027 DenseMap<unsigned, unsigned>::iterator I = MDKindMap.find(Kind); in parseMetadataAttachment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp333 // such class we would find.
335 // 1. find a physical register PhysR from the same class as RR.Reg,
336 // 2. find a physical register PhysS that corresponds to PhysR:RR.Sub,
337 // 3. find a register class that contains PhysS.
364 CellMapType::const_iterator F = M.find(RR.Reg);
783 auto F = Dist.find(MI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp321 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
599 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp898 auto VI = ResolvedValues.find(V); in scanPHIsAndUpdateValueMap()
940 auto it = ResolvedValues.find(V); in simplifyTerminatorLeadingToRet()
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp156 SkGlyphID* g = fCMap.find(uni[i]); in onCharsToGlyphs()
1323 int* colorIndexPtr = fColors->find(color);
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource7.js90 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 Dphp_generator.cc503 size_t start_pos = type.find("|"); in PhpSetterTypeName()
1044 if (deps->find(dependency) == deps->end()) { in AnalyzeDependencyForFile()
/third_party/python/Parser/
H A Dasdl_c.py54 # 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 Ddescriptor.cc222 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 DJsonFormat.java525 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 Dtext_format_unittest.cc729 int newline_pos = val.find('\n');
735 newline_pos = val.find('\n', last_pos);
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp43 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 Des3fShaderApiTests.cpp300 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 Des31fProgramInterfaceDefinitionUtil.cpp1204 if (bufferSizes.find(bufferBinding) == bufferSizes.end())
1492 if (addedVariables.find(resources[ndx]) == addedVariables.end())
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp429 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 DvktPipelineInputAssemblyTests.cpp1153 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 DvktRayQueryCullRayFlagsTests.cpp384 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 DvktRayQueryTraversalControlTests.cpp303 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration()
971 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp1347 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()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp291 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 DvktBindingDescriptorSetRandomTests.cpp974 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()
H A DvktBindingValveMutableTests.cpp868 return (std::find(begin(typesVec), end(typesVec), descriptorType) != end(typesVec)); in hasDescriptorType()
917 return std::find(kBeginForbidden, kEndForbidden, t) != kEndForbidden; in SingleBinding()
987 DE_ASSERT(std::find(begin(kForbiddenMutableTypes), end(kForbiddenMutableTypes), type) == end(kForbiddenMutableTypes));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp974 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp323 // need to find a dead register when using pop. in emitSPUpdate()
1318 // to find the root function establisher frame by loading the PSPSym from
1531 // (mostly empty) frame of its parent funclet, but it will need to find
1539 // which uses the PSPSym for some bookkeeping, to find it in any funclet's
1857 const auto it = WinEHXMMSlotInfo.find(FI);
2637 if (F->getName().find("erlang.") != StringRef::npos ||
2638 F->getName().find("bif_") != StringRef::npos ||
2746 // Try to find up to NumPops free registers.
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs2054 if let Some(i) = name.find("!=") { in parse_unicode_class()
2063 } else if let Some(i) = name.find(':') { in parse_unicode_class()
2072 } else if let Some(i) = name.find('=') { in parse_unicode_class()

Completed in 93 milliseconds

1...<<121122123124125126127128129130>>...140