Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java57 public final List<CommandFile> dependencies; field in CommandFileWatcher.CommandFile
71 this.dependencies = Collections.emptyList(); in CommandFile()
86 public CommandFile(File cmdFile, List<String> extraArgs, List<File> dependencies) { in CommandFile() argument
97 if (dependencies == null) { in CommandFile()
98 this.dependencies = Collections.emptyList(); in CommandFile()
101 this.dependencies = new ArrayList<CommandFile>(dependencies.size()); in CommandFile()
102 for (File f: dependencies) { in CommandFile()
103 this.dependencies.add(new CommandFile(f)); in CommandFile()
131 void addCmdFile(File cmdFile, List<String> extraArgs, List<File> dependencies) { in addCmdFile() argument
132 CommandFile f = new CommandFile(cmdFile, extraArgs, dependencies); in addCmdFile()
[all …]
/tools/metalava/
Dbuild.gradle9 dependencies {
50 dependencies {
62 // shadow jar: Includes all dependencies
67 dependencies {
110 dependencies {
/tools/apksig/
Dbuild.gradle11 dependencies {
Dandroid_plugin_for_gradle.gradle5 dependencies {
/tools/apkzlib/
Dbuild.gradle3 dependencies {
/tools/tradefederation/core/atest/docs/
Datest_structure.md20 3. Build test dependencies
38 Required info would be the test name, test dependencies, and the test runner
43 by the user, all of the test dependencies are built. This step can by bypassed
78 dependencies for the supplied test, translating it into a form that a test
Ddevelop_test_runners.md20 determine its specific dependencies that need to be built prior to any test
Ddevelop_test_finders.md13 A ```TestInfo``` object holds the test name, test dependencies, test runner, and
/tools/test/connectivity/acts/
DREADME.md23 System dependencies:
28 Python dependencies (installed automatically by setup.py):
74 1. Install the system dependencies.
/tools/test/connectivity/tools/lab/
DREADME.md6 Python dependencies:
/tools/repohooks/tools/
Dpylintrc396 # Create a graph of every (i.e. internal and external) dependencies in the
400 # Create a graph of external dependencies in the given file (report RP0402 must
404 # Create a graph of internal dependencies in the given file (report RP0402 must