/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/hosttest/ |
D | binary_search_tree_test.cpp | 52 static struct bst_node *bst_node(struct bst_node nodes[], size_t index[], in bst_node() 132 struct bst_node nodes[]) { in bst_test_node_num() 137 struct bst_node nodes[], size_t row, in bst_test_print_node_at() 164 static void bst_test_print_tree(struct bst_root *root, struct bst_node nodes[]) { in bst_test_print_tree() 196 struct bst_node nodes[], in bst_test_check_child() 225 struct bst_node nodes[], in bst_test_check_sub_tree() 263 static void _bst_test_check_tree(struct bst_root *root, struct bst_node nodes[], in _bst_test_check_tree() 273 struct bst_node nodes[], in bst_test_check_array() 302 #define bst_test_check(root, nodes, items...) do { \ argument 328 #define bst_test_insert_check(root, nodes, insert, items...) do { \ argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/nodes/android_onboarding.nodes/android_common/kotlin_headers/ |
D | android_onboarding.nodes.jar | ... android/onboarding/
com/android/onboarding/nodes/
com/android/onboarding/nodes/AndroidOnboardingGraphLog ... |
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/util/ |
D | ilist_test.cpp | 49 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/util/ |
H A D | ilist_test.cpp | 49 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 …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/util/ |
H A D | ilist_test.cpp | 49 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 …]
|
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/nodes/android_onboarding.nodes/android_common/kotlin/ |
D | android_onboarding.nodes.jar | ... android/onboarding/
com/android/onboarding/nodes/
com/android/onboarding/nodes/AndroidOnboardingGraphLog ... |
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/nodes/android_onboarding.nodes/android_common/repackaged-jarjar/kotlinc/ |
D | android_onboarding.nodes.jar | ... .nodes
public final com.android.onboarding.nodes.OnboardingGraphNodeTransitionObserver extends java.lang.Object implements com |
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 515 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 548 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 556 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 565 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 574 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 583 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 592 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 601 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local 631 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes("invalid json"); in TEST_F() local 641 std::vector<std::unique_ptr<Node>> nodes = HintManager::ParseNodes(json_doc_); in TEST_F() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityCache.java | 322 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in removeCachedNodeLocked() local 351 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in getNode() local 382 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in isNodeInCache() local 501 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in add() local 650 LongSparseArray<AccessibilityNodeInfo> nodes = in getFocus() local 686 LongSparseArray<AccessibilityNodeInfo> nodes) { in isCachedNodeOrDescendantLocked() 704 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in clearNodesForWindowLocked() local 739 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in clearSubTreeLocked() local 754 private boolean clearSubTreeRecursiveLocked(LongSparseArray<AccessibilityNodeInfo> nodes, in clearSubTreeRecursiveLocked() 828 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.valueAt(i); in checkIntegrity() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/ |
H A D | layout_optimizer_test.py | 207 def _assert_trans_nchw_to_nhwc(self, name, nodes): argument 210 def _assert_trans_nhwc_to_nchw(self, name, nodes): argument 213 def _assert_trans_ncdhw_to_ndhwc(self, name, nodes): argument 216 def _assert_trans_ndhwc_to_ncdhw(self, name, nodes): argument 219 def _assert_map_nhwc_to_nchw(self, name, nodes): argument 222 def _assert_map_ndhwc_to_ncdhw(self, name, nodes): argument 225 def _assert_vec_nchw_to_nhwc(self, name, nodes): argument 228 def _assert_vec_nhwc_to_nchw(self, name, nodes): argument 231 def _assert_vec_ncdhw_to_ndhwc(self, name, nodes): argument 235 def _assert_vec_ndhwc_to_ncdhw(self, name, nodes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
H A D | graphcycles_test.cc | 58 static void PrintNodes(Nodes *nodes) { in PrintNodes() 75 static void PrintGCEdges(Nodes *nodes, tensorflow::GraphCycles *gc) { in PrintGCEdges() 89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges, in PrintTransitiveClosure() 105 static void PrintGCTransitiveClosure(Nodes *nodes, in PrintGCTransitiveClosure() 120 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, in CheckTransitiveClosure() 143 static void CheckEdges(Nodes *nodes, Edges *edges, in CheckEdges() 173 static int RandomNode(std::mt19937 *rnd, Nodes *nodes) { in RandomNode() 196 Nodes nodes; in TEST() local 515 int32_t *nodes = new int32_t[num_nodes]; in BM_StressTest() local 538 std::vector<int32_t> nodes; in BM_ContractEdge() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages_support.c | 63 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
|
/aosp_15_r20/external/ltp/libs/libltpnuma/ |
H A D | tst_numa.c | 20 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() 67 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter() 79 void tst_nodemap_count_pages(struct tst_nodemap *nodes, in tst_nodemap_count_pages() 184 struct tst_nodemap *nodes; in tst_get_nodemap() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/cancellation/ |
H A D | ProducerTester.java | 61 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/ |
D | pytree.py | 479 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
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/ |
D | pytree.py | 479 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/ |
D | pytree.py | 479 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/ |
D | pytree.py | 479 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
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 513 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/ |
D | pytree.py | 479 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
|
/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/ |
H A D | TestTopologicalSort.java | 55 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
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | backward_references_hq.c | 248 static BROTLI_INLINE void UpdateZopfliNode(ZopfliNode* nodes, size_t pos, in UpdateZopfliNode() 303 const ZopfliNode* nodes, in ComputeMinimumCopyLength() 333 const ZopfliNode* nodes) { in ComputeDistanceShortcut() 362 const ZopfliNode* nodes, in ComputeDistanceCache() 384 const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) { in EvaluateNode() 408 StartPosQueue* queue, ZopfliNode* nodes) { in UpdateNodes() 555 ZopfliNode* nodes) { in ComputeShortestPathFromNodes() 572 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands() 620 const BackwardMatch* matches, ZopfliNode* nodes) { in ZopfliIterate() 660 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() [all …]
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | backward_references_hq.c | 261 static BROTLI_INLINE void UpdateZopfliNode(ZopfliNode* nodes, size_t pos, in UpdateZopfliNode() 316 const ZopfliNode* nodes, in ComputeMinimumCopyLength() 346 const ZopfliNode* nodes) { in ComputeDistanceShortcut() 375 const ZopfliNode* nodes, in ComputeDistanceCache() 397 const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) { in EvaluateNode() 421 StartPosQueue* queue, ZopfliNode* nodes) { in UpdateNodes() 587 ZopfliNode* nodes) { in ComputeShortestPathFromNodes() 604 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands() 652 const BackwardMatch* matches, ZopfliNode* nodes) { in ZopfliIterate() 709 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 77 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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 77 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
|