Searched refs:graph (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | DirectedGraphTest.java | 31 DirectedGraph<Integer> graph = new DirectedGraph<Integer>(); in testBasicGraph() local 32 graph.addEdge(0, 1); in testBasicGraph() 33 graph.addEdge(1, 2); in testBasicGraph() 34 graph.addEdge(2, 3); in testBasicGraph() 35 assertTrue(graph.contains(0)); in testBasicGraph() 36 assertTrue(graph.contains(1)); in testBasicGraph() 37 assertTrue(graph.contains(2)); in testBasicGraph() 38 assertTrue(graph.contains(3)); in testBasicGraph() 40 assertTrue(graph.isDag()); in testBasicGraph() 45 DirectedGraph<Integer> graph = new DirectedGraph<Integer>(); in testCyclicGraph() local [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | TfSuiteRunner.java | 89 String parentConfig, DirectedGraph<String> graph) { in loadTests() argument 171 configNameAbi, testConfig, parentConfig, graph); in loadTests() 176 expandTestSuites(configName, testConfig, parentConfig, graph); in loadTests() 217 DirectedGraph<String> graph) { in expandTestSuites() argument 224 graph.addEdge(parentConfig, configName); in expandTestSuites() 225 if (!graph.isDag()) { in expandTestSuites() 226 CLog.e("%s", graph); in expandTestSuites() 240 runner.loadTests(configName, graph); in expandTestSuites()
|
/tools/treble/build/treble_build/ |
D | README.md | 4 Set of tools to run against the Android source tree and build graph. 6 this will also create the needed build graph that the tool uses.
|
/tools/treble/split/ |
D | README.md | 23 The `treble_manifest_split` tool needs the ninja build graph and deps log from a 24 completed build in order to have a full view of the dependency graph. While the 25 build graph is created at the beginning of a ninja build, the deps log is not
|
/tools/repohooks/tools/ |
D | pylintrc | 410 # Create a graph of every (i.e. internal and external) dependencies in the 412 import-graph= 414 # Create a graph of external dependencies in the given file (report RP0402 must 416 ext-import-graph= 418 # Create a graph of internal dependencies in the given file (report RP0402 must 420 int-import-graph=
|
/tools/external_updater/ |
D | poetry.lock | 37 graph = ["objgraph (>=1.7.2)"]
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 995 // Information about the size and shape of the build graph. Some fields may
|