Home
last modified time | relevance | path

Searched refs:nodeC (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DIncrTopoSortTest.cpp422 Node* nodeC = g.addNode('c'); in test_diamond() local
428 dependedOn.push_back(nodeC); in test_diamond()
435 g.addEdge(nodeA, nodeC); // node A must come before node C in test_diamond()
467 Node* nodeC = g.addNode('c'); in test_lopsided_binary_tree() local
473 g.addEdge(nodeC, nodeE); in test_lopsided_binary_tree()
474 g.addEdge(nodeC, nodeD); in test_lopsided_binary_tree()
475 g.addEdge(nodeA, nodeC); in test_lopsided_binary_tree()
/external/skia/tests/
DIncrTopoSortTest.cpp422 Node* nodeC = g.addNode('c'); in test_diamond() local
428 dependedOn.push_back(nodeC); in test_diamond()
435 g.addEdge(nodeA, nodeC); // node A must come before node C in test_diamond()
467 Node* nodeC = g.addNode('c'); in test_lopsided_binary_tree() local
473 g.addEdge(nodeC, nodeE); in test_lopsided_binary_tree()
474 g.addEdge(nodeC, nodeD); in test_lopsided_binary_tree()
475 g.addEdge(nodeA, nodeC); in test_lopsided_binary_tree()