/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 624 std::unordered_set<const Global*> visited; in SortGlobals() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 553 const FileDescriptor* file, std::set<std::string>* visited, in ExtractDebugString() 555 if (!visited->insert(file->name()).second) { in ExtractDebugString() 559 ExtractDebugString(file->dependency(i), visited, debug_strings); in ExtractDebugString() 579 std::set<std::string> visited; in TEST_F() local 582 &visited, &debug_strings); in TEST_F() 585 &visited, &debug_strings); in TEST_F() 587 &visited, &debug_strings); in TEST_F() 552 ExtractDebugString( const FileDescriptor* file, std::set<std::string>* visited, std::vector<std::pair<std::string, std::string>>* debug_strings) ExtractDebugString() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 115 return visited (s, visited_script); in visitedScript() 123 return visited (l, visited_langsys); in visitedLangsys() 128 bool visited (const T *p, hb_set_t &visited_set) in visited() function
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 2073 std::unordered_set<uint32_t> visited; in ClassifyCFGEdges() local 2075 [&successors, &visited](const uint32_t succ) { in ClassifyCFGEdges() 2076 if (visited.count(succ) == 0) { in ClassifyCFGEdges() 2078 visited.insert(succ); in ClassifyCFGEdges() 4710 // we might rely on the storage class for a previously-visited definition. in RegisterLocallyDefinedValues() 4713 // visited before their uses. in RegisterLocallyDefinedValues()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 105 bool visited;
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.hpp | 1069 Block::Set visited; // Blocks already built.
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 1135 // reset visited flag back to false in ClearVisited() 1147 // assumes that segments going in have visited flag clear 1178 if (!opp->visited()) { in missingCoincidence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 351 DenseSet<SDNode *> &visited,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 299 bool visited() const { return state_ == kVisited; } in visited() function in v8::internal::compiler::RepresentationSelector::final 608 // If we had already pushed (and not visited) an input, it means that in GenerateTraversal() 609 // the current node will be visited in the Retype phase before one of in GenerateTraversal() 629 if (info->visited()) { in PushNodeToRevisitIfVisited() 649 // Visits the node and marks it as visited. Inside of VisitNode, we might 651 // this). If we change the truncation of an already visited node, we will add 989 // visited before input is visited. 4227 DCHECK(info->visited()); in EnqueueInput()
|
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 476 is visited twice while iterating through all possible tuples of 479 visited = 1<<memlen 483 if visited & bit: 485 visited |= bit
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9752 // If a node has already been visited on this depth-first walk, reject it as 9779 SmallPtrSet<const SDNode*, 32> visited; 9781 checkForCyclesHelper(N, visited, checked, DAG);
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |