Home
last modified time | relevance | path

Searched defs:visited (Results 1 – 25 of 222) sorted by relevance

123456789

/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DTypeVariables.java51 public ImmutableSet<TypeVariable> visitArray(ArrayType t, Set<Element> visited) { in visitArray()
56 public ImmutableSet<TypeVariable> visitDeclared(DeclaredType t, Set<Element> visited) { in visitDeclared()
68 public ImmutableSet<TypeVariable> visitTypeVariable(TypeVariable t, Set<Element> visited) { in visitTypeVariable()
80 public ImmutableSet<TypeVariable> visitUnion(UnionType t, Set<Element> visited) { in visitUnion()
89 public ImmutableSet<TypeVariable> visitIntersection(IntersectionType t, Set<Element> visited) { in visitIntersection()
98 public ImmutableSet<TypeVariable> visitWildcard(WildcardType t, Set<Element> visited) { in visitWildcard()
/external/python/cpython2/Tools/gdb/
Dlibpython.py201 def write_field_repr(self, name, out, visited): argument
253 def proxyval(self, visited): argument
292 def write_repr(self, out, visited): argument
410 def _write_instance_repr(out, visited, name, pyop_attrdict, address): argument
492 def proxyval(self, visited): argument
514 def write_repr(self, out, visited): argument
540 def proxyval(self, visited): argument
549 def write_repr(self, out, visited): argument
566 def proxyval(self, visited): argument
607 def proxyval(self, visited): argument
[all …]
/external/python/cpython3/Tools/gdb/
Dlibpython.py210 def write_field_repr(self, name, out, visited): argument
262 def proxyval(self, visited): argument
301 def write_repr(self, out, visited): argument
418 def _write_instance_repr(out, visited, name, pyop_attrdict, address): argument
518 def proxyval(self, visited): argument
543 def write_repr(self, out, visited): argument
571 def proxyval(self, visited): argument
580 def write_repr(self, out, visited): argument
624 def proxyval(self, visited): argument
742 def proxyval(self, visited): argument
[all …]
/external/ComputeLibrary/src/graph/algorithms/
DTopologicalSort.cpp46 inline bool all_inputs_are_visited(const INode *node, const std::vector<bool> &visited) in all_inputs_are_visited()
77 std::vector<bool> visited(g.nodes().size(), false); in bfs() local
132 std::vector<bool> visited(g.nodes().size(), false); in dfs() local
/external/antlr/tool/src/main/java/org/antlr/misc/
DGraph.java83 Set<Node<T>> visited = new OrderedHashSet<Node<T>>(); in sort() local
97 public void DFS(Node<T> n, Set<Node<T>> visited, ArrayList<T> sorted) { in DFS()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFieldWalker.kt44 val visited = walkRefs(root, rootStatics) in <lambda>() constant
60 val visited = IdentityHashMap<Any, Ref>() in <lambda>() constant
/external/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c105 struct set *visited = in mir_analyze_helper_terminate() local
218 struct set *visited = in mir_analyze_helper_requirements() local
/external/dagger2/java/dagger/internal/codegen/xprocessing/
DXTypes.java585 public Void visitDeclared(DeclaredType t, Set<Element> visited) { in visitDeclared()
598 public Void visitError(ErrorType t, Set<Element> visited) { in visitError()
604 public Void visitArray(ArrayType t, Set<Element> visited) { in visitArray()
610 public Void visitWildcard(WildcardType t, Set<Element> visited) { in visitWildcard()
621 protected Void defaultAction(TypeMirror e, Set<Element> visited) { in defaultAction()
/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c44 static void map_batch_verify(int *visited, __u32 max_entries, in map_batch_verify()
70 int map_fd, *values, *visited; in test_lpm_trie_map_batch_ops() local
Darray_map_batch_ops.c40 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, in map_batch_verify()
72 int map_fd, *keys, *visited; in __test_map_lookup_and_update_batch() local
Dhtab_map_batch_ops.c41 static void map_batch_verify(int *visited, __u32 max_entries, in map_batch_verify()
81 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local
/external/antlr/tool/src/main/java/org/antlr/analysis/
DMachineProbe.java49 Set<DFAState> visited = new HashSet<DFAState>(); in getAnyDFAPathToTarget() local
54 DFAState targetState, Set<DFAState> visited) { in getAnyDFAPathToTarget()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/clustering/
DDBSCANClusterer.java133 final Map<Clusterable<T>, PointStatus> visited = new HashMap<Clusterable<T>, PointStatus>(); in cluster() local
166 final Map<Clusterable<T>, PointStatus> visited) { in expandCluster()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/debug/
DDebugSequenceOverheadBenchmark.kt35 val visited = HashSet<Node>() in generateRecursiveSequence() constant
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/clustering/
DDBSCANClusterer.java140 final Map<Clusterable, PointStatus> visited = new HashMap<Clusterable, PointStatus>(); in cluster() local
173 final Map<Clusterable, PointStatus> visited) { in expandCluster()
/external/grpc-grpc/src/proto/
Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
/external/rust/crates/grpcio-sys/grpc/src/proto/
Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp52 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
172 CFGBlocksSet &visited) { in FindUnreachableEntryPoints()
/external/stg/
Dscc_test.cc119 void dfs(std::set<size_t>& visited, SCC<size_t>& scc, const Graph& g, in dfs()
146 std::set<size_t> visited; in process() local
/external/guava/android/guava/src/com/google/common/reflect/
DTypeVisitor.java60 private final Set<Type> visited = Sets.newHashSet(); field in TypeVisitor
/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp44 llvm::BitVector visited(analyzed.size()); in mapReachability() local
/external/guava/guava/src/com/google/common/reflect/
DTypeVisitor.java60 private final Set<Type> visited = Sets.newHashSet(); field in TypeVisitor
/external/tensorflow/tensorflow/core/graph/
Dalgorithm.cc42 std::vector<bool> visited(g.num_node_ids(), false); in DFSFromHelper() local
139 std::vector<bool> visited(g.num_node_ids(), false); in ReverseDFSFromHelper() local
223 std::vector<bool> visited(g->num_node_ids()); in PruneForReverseReachability() local
/external/guice/core/test/com/google/inject/internal/
DSpiUtils.java226 Object visited = b.acceptTargetVisitor(visitor); in mapInjectorTest() local
427 Object visited = b.acceptTargetVisitor(visitor); in mapModuleTest() local
621 Object visited = b.acceptTargetVisitor(visitor); in setInjectorTest() local
702 Object visited = binding.acceptTargetVisitor(visitor); in setModuleTest() local
927 Object visited = b.acceptTargetVisitor(visitor); in optionalInjectorTest() local
1081 Object visited = b.acceptTargetVisitor(visitor); in optionalModuleTest() local
/external/rust/crates/protobuf/src/reflect/file/
Dfds.rs52 let mut visited = HashSet::new(); in fds_extend_with_public() localVariable

123456789