Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/external/deqp-deps/SPIRV-Tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestTopologicalSort.java55 List<String> nodes = g.sort(); in testFairlyLargeGraph() local
69 List<String> nodes = g.sort(); in testCyclicGraph() local
83 List<String> nodes = g.sort(); in testRepeatedEdges() local
97 List<String> nodes = g.sort(); in testSimpleTokenDependence() local
111 List<String> nodes = g.sort(); in testParserLexerCombo() local
/external/ltp/libs/libltpnuma/
Dtst_numa.c20 void tst_nodemap_print_counters(struct tst_nodemap *nodes) in tst_nodemap_print_counters()
30 void tst_nodemap_reset_counters(struct tst_nodemap *nodes) in tst_nodemap_reset_counters()
40 void tst_nodemap_free(struct tst_nodemap *nodes) in tst_nodemap_free()
65 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter()
77 void tst_nodemap_count_pages(struct tst_nodemap *nodes, in tst_nodemap_count_pages()
175 struct tst_nodemap *nodes; in tst_get_nodemap() local
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerTester.java61 void complete(String... nodes) { in complete()
74 Only assertStarted(String... nodes) { in assertStarted()
79 Only assertCancelled(String... nodes) { in assertCancelled()
84 Only assertNotStarted(String... nodes) { in assertNotStarted()
89 Only assertNotCancelled(String... nodes) { in assertNotCancelled()
100 private Only assertAboutNodes(Predicate<? super TestFuture> assertion, String... nodes) { in assertAboutNodes()
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c63 int alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) in alloc_pages_on_nodes()
112 int nodes[num]; in alloc_pages_linear() local
153 int nodes[num]; in alloc_pages_on_node() local
169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) in verify_pages_on_nodes()
220 int nodes[num]; in verify_pages_linear() local
252 int nodes[num]; in verify_pages_on_node() local
275 int nodes[num]; in alloc_shared_pages_on_node() local
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DState.java10 ArrayList nodes; field in State
12 State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes) in State()
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DNode.java72 static Node cons(String resourceName, int lineNumber, ImmutableList<Node> nodes) { in cons()
77 private final ImmutableList<Node> nodes; field in Node.Cons
79 Cons(String resourceName, int lineNumber, ImmutableList<Node> nodes) { in Cons()
DReparser.java61 private final ImmutableList<Node> nodes; field in Reparser
75 Reparser(ImmutableList<Node> nodes) { in Reparser()
79 private Reparser(ImmutableList<Node> nodes, Map<String, Macro> macros) { in Reparser()
102 private static ImmutableList<Node> removeSpaceBeforeSet(ImmutableList<Node> nodes) { in removeSpaceBeforeSet()
/external/tensorflow/tensorflow/python/grappler/
Dlayout_optimizer_test.py211 def _assert_trans_nchw_to_nhwc(self, name, nodes): argument
214 def _assert_trans_nhwc_to_nchw(self, name, nodes): argument
217 def _assert_trans_ncdhw_to_ndhwc(self, name, nodes): argument
220 def _assert_trans_ndhwc_to_ncdhw(self, name, nodes): argument
223 def _assert_map_nhwc_to_nchw(self, name, nodes): argument
226 def _assert_map_ndhwc_to_ncdhw(self, name, nodes): argument
229 def _assert_vec_nchw_to_nhwc(self, name, nodes): argument
232 def _assert_vec_nhwc_to_nchw(self, name, nodes): argument
235 def _assert_vec_ncdhw_to_ndhwc(self, name, nodes): argument
239 def _assert_vec_ndhwc_to_ncdhw(self, name, nodes): argument
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles_test.cc62 static void PrintNodes(Nodes *nodes) { in PrintNodes()
79 static void PrintGCEdges(Nodes *nodes, tensorflow::GraphCycles *gc) { in PrintGCEdges()
93 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges, in PrintTransitiveClosure()
109 static void PrintGCTransitiveClosure(Nodes *nodes, in PrintGCTransitiveClosure()
124 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, in CheckTransitiveClosure()
147 static void CheckEdges(Nodes *nodes, Edges *edges, in CheckEdges()
177 static int RandomNode(std::mt19937 *rnd, Nodes *nodes) { in RandomNode()
200 Nodes nodes; in TEST() local
519 int32 *nodes = new int32[num_nodes]; in BM_StressTest() local
542 std::vector<int32> nodes; in BM_ContractEdge() local
/external/doclava/src/com/google/doclava/
DHierarchy.java27 HashMap<String, TreeSet<String>> nodes = new HashMap<String, TreeSet<String>>(); in makeHierarchy() local
76 private static int depth(HashMap<String, TreeSet<String>> nodes, String name) { in depth()
94 private static void recurse(HashMap<String, TreeSet<String>> nodes, String name, Data hdf, in recurse()
/external/python/cpython2/Lib/lib2to3/
Dpytree.py513 def match_seq(self, nodes, results=None): argument
523 def generate_matches(self, nodes): argument
711 def match_seq(self, nodes, results=None): argument
722 def generate_matches(self, nodes): argument
767 def _iterative_matches(self, nodes): argument
796 def _bare_name_matches(self, nodes): argument
812 def _recursive_matches(self, nodes, count): argument
846 def match_seq(self, nodes): argument
850 def generate_matches(self, nodes): argument
862 def generate_matches(patterns, nodes): argument
/external/python/cpython3/Lib/lib2to3/
Dpytree.py479 def match_seq(self, nodes, results=None): argument
489 def generate_matches(self, nodes): argument
677 def match_seq(self, nodes, results=None): argument
688 def generate_matches(self, nodes): argument
733 def _iterative_matches(self, nodes): argument
762 def _bare_name_matches(self, nodes): argument
778 def _recursive_matches(self, nodes, count): argument
812 def match_seq(self, nodes): argument
816 def generate_matches(self, nodes): argument
828 def generate_matches(patterns, nodes): argument
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_cross_buffer_pointers.cpp78 cl_int create_linked_lists_on_host(cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, cl_int ListL… in create_linked_lists_on_host()
102 cl_int verify_linked_lists_on_host(int ci, cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, cl_i… in verify_linked_lists_on_host()
158 …clMemWrapper nodes = clCreateBuffer(context, CL_MEM_USE_HOST_PTR, sizeof(Node)*ListLength*numLists… in test_svm_cross_buffer_pointers_coarse_grain() local
Dtest_shared_sub_buffers.cpp71 cl_int create_linked_lists_on_host_sb(cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, cl_int Li… in create_linked_lists_on_host_sb()
95 cl_int verify_linked_lists_on_host_sb(int ci, cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, c… in verify_linked_lists_on_host_sb()
156 … clMemWrapper nodes = clCreateBuffer(context, CL_MEM_USE_HOST_PTR, nodes_bufsize, pNodes, &error); in test_svm_shared_sub_buffers() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DPositionUtils.java46 public static <T extends Node> void sortByBeginPosition(List<T> nodes) { in sortByBeginPosition()
50 public static <T extends Node> void sortByBeginPosition(NodeList<T> nodes) { in sortByBeginPosition()
54 …public static <T extends Node> void sortByBeginPosition(List<T> nodes, final boolean ignoringAnnot… in sortByBeginPosition()
/external/antlr/runtime/ObjC/Framework/
DBufferedTreeNodeStream.h49 __strong AMutableArray *nodes; variable
68 AMutableArray *nodes; variable
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dgraphcycles_test.cc77 static void PrintGCEdges(Nodes *nodes, const IdMap &id, GraphCycles *gc) { in PrintGCEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
102 static void PrintGCTransitiveClosure(Nodes *nodes, const IdMap &id, in PrintGCTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
169 static int RandomNode(RandomEngine* rng, Nodes *nodes) { in RandomNode()
193 Nodes nodes; in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc77 static void PrintGCEdges(Nodes *nodes, const IdMap &id, GraphCycles *gc) { in PrintGCEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
102 static void PrintGCTransitiveClosure(Nodes *nodes, const IdMap &id, in PrintGCTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
169 static int RandomNode(RandomEngine* rng, Nodes *nodes) { in RandomNode()
193 Nodes nodes; in TEST() local
/external/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc77 static void PrintGCEdges(Nodes *nodes, const IdMap &id, GraphCycles *gc) { in PrintGCEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
102 static void PrintGCTransitiveClosure(Nodes *nodes, const IdMap &id, in PrintGCTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
169 static int RandomNode(RandomEngine* rng, Nodes *nodes) { in RandomNode()
193 Nodes nodes; in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc77 static void PrintGCEdges(Nodes *nodes, const IdMap &id, GraphCycles *gc) { in PrintGCEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
102 static void PrintGCTransitiveClosure(Nodes *nodes, const IdMap &id, in PrintGCTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
169 static int RandomNode(RandomEngine* rng, Nodes *nodes) { in RandomNode()
193 Nodes nodes; in TEST() local
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc77 static void PrintGCEdges(Nodes *nodes, const IdMap &id, GraphCycles *gc) { in PrintGCEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
102 static void PrintGCTransitiveClosure(Nodes *nodes, const IdMap &id, in PrintGCTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
169 static int RandomNode(RandomEngine* rng, Nodes *nodes) { in RandomNode()
193 Nodes nodes; in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DAwait.kt75 val nodes = Array(deferreds.size) { i -> in await() constant
95 …private inner class DisposeHandlersOnCancel(private val nodes: Array<AwaitAllNode>) : CancelHandle… constant in kotlinx.coroutines.AwaitAll.DisposeHandlersOnCancel
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/
DSourceFileInfoExtractor.java168 List<Node> nodes = new LinkedList<>(); in collectAllNodes() local
174 private void collectAllNodes(Node node, List<Node> nodes) { in collectAllNodes()
190 List<Node> nodes = collectAllNodes(cu); in solve() local

12345678910>>...21