Searched refs:dependencies (Results 1 – 11 of 11) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandFileWatcher.java | 57 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/ |
D | build.gradle | 9 dependencies { 50 dependencies { 62 // shadow jar: Includes all dependencies 67 dependencies { 110 dependencies {
|
/tools/apksig/ |
D | build.gradle | 11 dependencies {
|
D | android_plugin_for_gradle.gradle | 5 dependencies {
|
/tools/apkzlib/ |
D | build.gradle | 3 dependencies {
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 20 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
|
D | develop_test_runners.md | 20 determine its specific dependencies that need to be built prior to any test
|
D | develop_test_finders.md | 13 A ```TestInfo``` object holds the test name, test dependencies, test runner, and
|
/tools/test/connectivity/acts/ |
D | README.md | 23 System dependencies: 28 Python dependencies (installed automatically by setup.py): 74 1. Install the system dependencies.
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 6 Python dependencies:
|
/tools/repohooks/tools/ |
D | pylintrc | 396 # 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
|