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 D | ugrep.cpp | 146 if (matcher->find()) { in main()
|
| /third_party/skia/src/sksl/lex/ |
| H A D | TransitionTable.cpp | 72 assert(translationTable.find(value) != translationTable.end()); in add_compact_entry()
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | D3D12CachingTests.cpp | 54 auto entry = mCache.find(keyStr);
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | BackendGL.cpp | 191 // 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 D | gen-indic-table.py | 49 j = line.find ('#')
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| H A D | font_assembler.cc | 67 && table_blacklist_->find(it->first) != table_blacklist_->end()) { in Assemble()
|
| /third_party/python/Lib/test/ |
| H A D | test_zipimport_support.py | 45 for example in finder.find(obj, name, module):
|
| /third_party/python/Doc/tools/extensions/ |
| H A D | suspicious.py | 15 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 D | autocomplete.py | 144 (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 D | DWARFLinkerCompileUnit.h | 90 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 D | ExecutionUtils.h | 223 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 D | ARMAttributeParser.h | 134 return Attributes.find(Tag)->second; in getAttributeValue()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 22 /// 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 D | FunctionImportUtils.cpp | 310 auto Replacement = RenamedComdats.find(C); in processGlobalsForThinLTO()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Signals.cpp | 112 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 D | ConstantMerge.cpp | 187 // 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 D | main.go | 216 return "", fmt.Errorf("Could find fix for 'HasSubstr' pattern in '%v'", file)
|
| /third_party/spirv-tools/source/ |
| H A D | assembly_grammar.cpp | 63 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 D | SCCIterator.h | 10 /// This builds on the llvm/ADT/GraphTraits.h file to find the strongly 164 nodeVisitNumbers.find(childN); in DFSVisitChildren()
|
| H A D | SetVector.h | 159 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 D | ScheduleDAGInstrs.h | 396 DenseMap<MachineInstr*, SUnit*>::const_iterator I = MISUnitMap.find(MI); in getSUnit()
|
| /third_party/unity/auto/ |
| H A D | stylize_as_junit.rb | 154 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 D | java_name_resolver.cc | 89 GOOGLE_CHECK(full_name.find('.') == std::string::npos); in ClassNameWithoutPackage()
|
| /third_party/python/Lib/urllib/ |
| H A D | robotparser.py | 105 i = line.find('#')
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | flat_hash_map.h | 62 // * 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