/third_party/spirv-tools/tools/util/ |
H A D | flags.cpp | 43 size_t equal_index = flag.find('='); in get_flag_name() 60 size_t equal_index = raw_flag.find('='); in parse_bool_flag() 120 const size_t equal_index = raw_flag.find('='); in parse_flag()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextInfo.cpp | 165 while ((end = src.find(' ', start)) != string::npos) in split() 252 return formats.find(format) != formats.end(); in isCompressedTextureFormatSupported() 258 return std::find(extensions.begin(), extensions.end(), name) != extensions.end(); in isExtensionSupported()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglClientExtensionTests.cpp | 217 if (knownDisplayExtensions.find(clientExtensions[extNdx]) != knownDisplayExtensions.end()) in iterate() 226 if (knownClientExtensions.find(displayExtensions[extNdx]) != knownClientExtensions.end()) in iterate() 301 if (displayExtensionSet.find(*iter) != displayExtensionSet.end()) in iterate()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | registry_xml.py | 413 proto = command_node.find('proto') 414 cmd_name = proto.find('name').text 568 proto = command_node.find('proto')
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_handle_test.cc | 932 if (inst.find("Gather") != std::string::npos) { in TEST_P() 937 if (inst.find("ImageQueryLod") != std::string::npos) { in TEST_P() 942 if (inst.find("ImageSampleDrefExplicitLod") != std::string::npos) { in TEST_P() 989 if (inst.find("Gather") != std::string::npos) { in TEST_P() 994 if (inst.find("ImageQueryLod") != std::string::npos) { in TEST_P() 1093 const bool is_storage = GetParam().type.find("storage") != std::string::npos; in TEST_P() 1094 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() 1126 const bool is_storage = GetParam().type.find("storage") != std::string::npos; in TEST_P() 1127 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() 1322 const bool is_sampled_image_type = GetParam().spirv_image_type_details.find( in TEST_P() [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | stxncpy.S | 86 negq t8, t12 # e0 : find low bit set 123 and a0, 7, t0 # .. e1 : find dest misalignment 150 full source word. We can still find a zero at the end of it 175 cmpbge zero, t2, t8 # e0 : find nulls in second partial 295 and a0, 7, t4 # .. e1 : find dest misalignment 296 and a1, 7, t5 # e0 : find src misalignment
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | stxncpy.S | 86 negq t8, t12 # e0 : find low bit set 123 and a0, 7, t0 # .. e1 : find dest misalignment 150 full source word. We can still find a zero at the end of it 175 cmpbge zero, t2, t8 # e0 : find nulls in second partial 295 and a0, 7, t4 # .. e1 : find dest misalignment 296 and a1, 7, t5 # e0 : find src misalignment
|
/third_party/benchmark/test/ |
H A D | output_test_helper.cc | 87 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions() 309 auto pos = name.find("/threads:"); in NumThreads() 311 auto end = name.find('/', pos + 9); in NumThreads() 453 for (size_t offset = haystack.find(pat); offset != std::string::npos; in SubstrCnt() 454 offset = haystack.find(pat, offset + pat.length())) in SubstrCnt()
|
/third_party/node/deps/npm/node_modules/ssri/lib/ |
H A D | index.js | 188 const foundHash = other[algo].find(hash => hash.digest === this.digest) 309 if (!this[algo].find(hash => 310 other[algo].find(otherhash => 330 this[algo].find(hash => 331 other[algo].find(otherhash =>
|
/third_party/python/Lib/ |
H A D | gettext.py | 46 # find this format documented anywhere. 55 'bindtextdomain', 'find', 'translation', 'install', 224 pos = loc.find('@') 231 pos = loc.find('.') 238 pos = loc.find('_') 467 def find(domain, localedir=None, languages=None, all=False): function 511 mofiles = find(domain, localedir, languages, all=True)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | StructureHLSL.cpp | 260 numComponents = mStructElementIndexes->find(structName)->second; in postPaddingString() 313 ASSERT(mDefinedStructs.find(name) == mDefinedStructs.end()); in defineVariants() 332 ASSERT(std::find(mStructDeclarations.begin(), mStructDeclarations.end(), structString) == in defineVariants() 367 if (mDefinedStructs.find(name) == mDefinedStructs.end()) in ensureStructDefined() 382 auto definedStruct = mDefinedStructs.find(name); in addStructConstructor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 229 auto I = AnonDeps.find(&TargetSym); in computeNamedSymbolDependencies() 289 auto I = DepMap.find(TargetSym); in computeAnonDeps() 386 auto AllocItr = TrackedAllocs.find(K); in removeModule() 442 auto EHFrameRangeItr = InProcessLinks.find(&MR); in notifyEmitted() 460 auto EHFrameRangeItr = TrackedEHFrameRanges.find(K); in notifyRemovingModule()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | mem_pass.cpp | 243 const auto uitr = type2undefs_.find(type_id); 263 if (seen_non_target_vars_.find(varId) != seen_non_target_vars_.end()) 265 if (seen_target_vars_.find(varId) != seen_target_vars_.end()) return true; 353 if (reachable_blocks.find(in_block) == reachable_blocks.end()) { 365 reachable_blocks.find(def_block) == reachable_blocks.end()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | mem_pass.cpp | 243 const auto uitr = type2undefs_.find(type_id); 263 if (seen_non_target_vars_.find(varId) != seen_non_target_vars_.end()) 265 if (seen_target_vars_.find(varId) != seen_target_vars_.end()) return true; 353 if (reachable_blocks.find(in_block) == reachable_blocks.end()) { 365 reachable_blocks.find(def_block) == reachable_blocks.end()) {
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.cpp | 164 SkASSERT(!nodeMap->find(nodeId)); in Copy() 194 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in createMarkIdForNodeId() 214 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in createStructParentKeyForNodeId() 305 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in addNodeAnnotation() 356 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in makeStructTreeRoot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 394 Mi2IndexMap::const_iterator itr = mi2iMap.find(&BundleNonDebug); in getInstructionIndex() 428 Mi2IndexMap::const_iterator MapItr = mi2iMap.find(&*I); in getIndexBefore() 445 Mi2IndexMap::const_iterator MapItr = mi2iMap.find(&*I); in getIndexAfter() 536 assert(mi2iMap.find(&MI) == mi2iMap.end() && "Instr already indexed."); in insertMachineInstrInMaps() 587 Mi2IndexMap::iterator mi2iItr = mi2iMap.find(&MI); in replaceMachineInstrInMaps()
|
H A D | RegAllocPBQP.h | 151 auto VRegItr = VRegToNodeId.find(VReg); in getNodeIdForVReg() 244 (std::find(&OptUnsafeEdges[0], &OptUnsafeEdges[NumOpts], 0) != in isConservativelyAllocatable() 366 assert(OptimallyReducibleNodes.find(NId) != in removeFromCurrentSet() 372 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet() 378 assert(NotProvablyAllocatableNodes.find(NId) != in removeFromCurrentSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 315 iterator find(StringRef Key) { in find() function in llvm::StringMap 321 const_iterator find(StringRef Key) const { in find() function in llvm::StringMap 330 const_iterator it = find(Key); in lookup() 342 return find(Key) == end() ? 0 : 1; in count() 425 iterator I = find(Key); in erase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 74 auto I = S2.find(P.first); in isEqual() 335 auto I = LiveRegs.find(Reg); 448 auto I = LISLR.find(P.first); 464 auto I = TrackedLR.find(P.first); 502 auto It = LiveRegs.find(Reg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 92 return Sec.find(".sdata.") != StringRef::npos || in isSmallDataSection() 93 Sec.find(".sbss.") != StringRef::npos || in isSmallDataSection() 94 Sec.find(".scommon.") != StringRef::npos; in isSmallDataSection() 181 if (Section.find(".access.text.group") != StringRef::npos) in getExplicitSectionGlobal() 184 if (Section.find(".access.data.group") != StringRef::npos) in getExplicitSectionGlobal() 351 // If -mno-sort-sda is not set, find out smallest accessible entity in in selectSmallSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 355 iterator find(StringRef Key) { in find() function in llvm::StringMap 361 const_iterator find(StringRef Key) const { in find() function in llvm::StringMap 370 const_iterator it = find(Key); in lookup() 382 return find(Key) == end() ? 0 : 1; in count() 480 iterator I = find(Key); in erase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 450 if (Members.find(Key) != Members.end()) 484 auto Member = Members.find(Key); in getMember() 590 return InterleaveGroupMap.find(Instr) != InterleaveGroupMap.end(); in isInterleaved() 599 return InterleaveGroupMap.find(Instr)->second; in getInterleaveGroup() 753 return Dependences.find(Src) == Dependences.end() || in canReorderMemAccessesForInterleavedGroups()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_benchmark.cc | 169 ::benchmark::DoNotOptimize(t.find(*--it)); in BM_CacheInSteadyState() 172 for (int i = 0; i != 10; ++i) ::benchmark::DoNotOptimize(t.find(gen(rng))); in BM_CacheInSteadyState() 400 int64_t key) -> decltype(table->find(key)) { 401 return table->find(key); 406 return table->find(key) != table->end(); in CodegenAbslRawHashSetInt64FindNeEnd()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser_test.cc | 279 EXPECT_EQ(fmt.find('-') == std::string::npos, in TEST_F() 281 EXPECT_EQ(fmt.find('+') == std::string::npos, in TEST_F() 283 EXPECT_EQ(fmt.find(' ') == std::string::npos, in TEST_F() 285 EXPECT_EQ(fmt.find('#') == std::string::npos, in TEST_F() 287 EXPECT_EQ(fmt.find('0') == std::string::npos, in TEST_F()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | FontCollection.cpp | 172 auto found = fTypefaces.find(familyKey); 223 auto found = fTypefaces.find(familyKey); 380 std::shared_ptr<RSTypeface> find(uint32_t fontId) { function in skia::textlayout::SkLRUCacheMgr 381 auto face = fLRUCache.find(fontId); 431 auto cached = GetLRUCacheInstance().find(hash);
|