Searched refs:dependencies (Results 1 – 25 of 29) sorted by relevance
12
/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 { 63 // shadow jar: Includes all dependencies 68 dependencies { 111 dependencies {
|
/tools/asuite/aidegen/lib/ |
D | source_locator.py | 133 dependencies = project.source_path 139 dependencies['source_folder_path'].update(module.src_dirs) 140 dependencies['test_folder_path'].update(module.test_dirs) 141 _append_jars_as_dependencies(dependencies, module)
|
D | project_file_gen.py | 337 dependencies = [] 344 dependencies.append(jar_path) 350 for jar_path in sorted(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/asuite/aidegen/ |
D | README.md | 3 manually configure an IntelliJ project, such as all the project dependencies. 7 dependencies resolved.
|
/tools/apksig/ |
D | build.gradle | 11 dependencies {
|
D | android_plugin_for_gradle.gradle | 5 dependencies {
|
/tools/apkzlib/ |
D | build.gradle | 3 dependencies {
|
/tools/trebuchet/core/model/ |
D | build.gradle | 19 dependencies {
|
/tools/trebuchet/ |
D | build.gradle | 25 dependencies {
|
/tools/trebuchet/trebuchet/viewer/ |
D | build.gradle | 24 dependencies {
|
/tools/trebuchet/trebuchet/startup-common/ |
D | build.gradle | 26 dependencies {
|
/tools/trebuchet/trebuchet/analyzer/ |
D | build.gradle | 28 dependencies {
|
/tools/trebuchet/core/common/ |
D | build.gradle | 26 dependencies {
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | build.gradle | 28 dependencies {
|
/tools/trebuchet/trebuchet/traceutils/ |
D | build.gradle | 28 dependencies {
|
/tools/trebuchet/trebuchet/startup-summarizer/ |
D | build.gradle | 28 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
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/gen/ |
D | plugin_pb2.py | 25 dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
|
D | nanopb_pb2.py | 26 dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 6 Python dependencies:
|
12