Searched refs:nodeB (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages02.c | 44 static int *nodes, nodeA, nodeB; variable 252 test_migrate_current_process(nodeA, nodeB, 1); in run() 253 test_migrate_current_process(nodeA, nodeB, 0); in run() 254 test_migrate_other_process(nodeA, nodeB, 1); in run() 255 test_migrate_other_process(nodeA, nodeB, 0); in run() 289 nodeA = nodeB = -1; in setup() 307 else if (nodeB == -1) in setup() 308 nodeB = nodes[i]; in setup() 314 if (nodeA == -1 || nodeB == -1) in setup() 317 tst_res(TINFO, "Using nodes: %d %d", nodeA, nodeB); in setup()
|
/third_party/flutter/skia/tests/ |
D | IncrTopoSortTest.cpp | 326 Node* nodeB = g.addNode('b'); in test_1() local 336 g.addEdge(nodeA, nodeB); in test_1() 423 Node* nodeB = g.addNode('b'); in test_diamond() local 427 dependedOn.push_back(nodeB); in test_diamond() 434 g.addEdge(nodeA, nodeB); // node A must come before node B in test_diamond() 468 Node* nodeB = g.addNode('b'); in test_lopsided_binary_tree() local 476 g.addEdge(nodeA, nodeB); in test_lopsided_binary_tree()
|
/third_party/skia/tests/ |
D | IncrTopoSortTest.cpp | 326 Node* nodeB = g.addNode('b'); in test_1() local 336 g.addEdge(nodeA, nodeB); in test_1() 423 Node* nodeB = g.addNode('b'); in test_diamond() local 427 dependedOn.push_back(nodeB); in test_diamond() 434 g.addEdge(nodeA, nodeB); // node A must come before node B in test_diamond() 468 Node* nodeB = g.addNode('b'); in test_lopsided_binary_tree() local 476 g.addEdge(nodeA, nodeB); in test_lopsided_binary_tree()
|