Home
last modified time | relevance | path

Searched refs:find (Results 4801 - 4825 of 7616) sorted by relevance

1...<<191192193194195196197198199200>>...305

/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A Dugrep.cpp146 if (matcher->find()) { in main()
/third_party/skia/src/sksl/lex/
H A DTransitionTable.cpp72 assert(translationTable.find(value) != translationTable.end()); in add_compact_entry()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DD3D12CachingTests.cpp54 auto entry = mCache.find(keyStr);
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBackendGL.cpp191 // Workaroud to find vendor id from vendor name
198 if (mPCIInfo.name.find("SwiftShader") != std::string::npos) {
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-indic-table.py49 j = line.find ('#')
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc67 && table_blacklist_->find(it->first) != table_blacklist_->end()) { in Assemble()
/third_party/python/Lib/test/
H A Dtest_zipimport_support.py45 for example in finder.find(obj, name, module):
/third_party/python/Doc/tools/extensions/
H A Dsuspicious.py15 It is common to find many false positives. To avoid reporting them
214 q = text.find('\n', index)
/third_party/python/Lib/idlelib/
H A Dautocomplete.py144 (not evalfuncs and comp_what.find('(') != -1)):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h223 auto I = CXXRuntimeOverrides.find(Name); in searchOverrides()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DARMAttributeParser.h134 return Attributes.find(Tag)->second; in getAttributeValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFG.cpp22 /// FindFunctionBackedges - Analyze the specified function to find all of the
79 assert(i != e && "Didn't find edge?"); in GetSuccessorNumber()
99 assert(find(predecessors(Dest), TI->getParent()) != pred_end(Dest) && in isCriticalEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp310 auto Replacement = RenamedComdats.find(C); in processGlobalsForThinLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp112 if (Argv0.find("llvm-symbolizer") != std::string::npos) in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp187 // If this is the first constant we find or if the old one is local, in mergeConstants()
216 auto Found = CMap.find(Init); in mergeConstants()
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go216 return "", fmt.Errorf("Could find fix for 'HasSubstr' pattern in '%v'", file)
/third_party/spirv-tools/source/
H A Dassembly_grammar.cpp63 end = std::find(begin, text_end, separator); in spvTextParseMaskOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h10 /// This builds on the llvm/ADT/GraphTraits.h file to find the strongly
164 nodeVisitNumbers.find(childN); in DFSVisitChildren()
H A DSetVector.h159 typename vector_type::iterator I = find(vector_, X);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h396 DenseMap<MachineInstr*, SUnit*>::const_iterator I = MISUnitMap.find(MI); in getSUnit()
/third_party/unity/auto/
H A Dstylize_as_junit.rb154 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_name_resolver.cc89 GOOGLE_CHECK(full_name.find('.') == std::string::npos); in ClassNameWithoutPackage()
/third_party/python/Lib/urllib/
H A Drobotparser.py105 i = line.find('#')
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h62 // * Supports heterogeneous lookup, through `find()`, `operator[]()` and
100 // auto result = ducks.find(search_key);
467 // flat_hash_map::find()
470 using Base::find;

Completed in 15 milliseconds

1...<<191192193194195196197198199200>>...305