Home
last modified time | relevance | path

Searched refs:graph (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DDirectedGraphTest.java31 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/
DTfSuiteRunner.java89 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/
DREADME.md4 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/
DREADME.md23 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/
Dpylintrc410 # 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/
Dpoetry.lock37 graph = ["objgraph (>=1.7.2)"]
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto995 // Information about the size and shape of the build graph. Some fields may