Home
last modified time | relevance | path

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

12

/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 {
63 // shadow jar: Includes all dependencies
68 dependencies {
111 dependencies {
/tools/asuite/aidegen/lib/
Dsource_locator.py133 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)
Dproject_file_gen.py337 dependencies = []
344 dependencies.append(jar_path)
350 for jar_path in sorted(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/asuite/aidegen/
DREADME.md3 manually configure an IntelliJ project, such as all the project dependencies.
7 dependencies resolved.
/tools/apksig/
Dbuild.gradle11 dependencies {
Dandroid_plugin_for_gradle.gradle5 dependencies {
/tools/apkzlib/
Dbuild.gradle3 dependencies {
/tools/trebuchet/core/model/
Dbuild.gradle19 dependencies {
/tools/trebuchet/
Dbuild.gradle25 dependencies {
/tools/trebuchet/trebuchet/viewer/
Dbuild.gradle24 dependencies {
/tools/trebuchet/trebuchet/startup-common/
Dbuild.gradle26 dependencies {
/tools/trebuchet/trebuchet/analyzer/
Dbuild.gradle28 dependencies {
/tools/trebuchet/core/common/
Dbuild.gradle26 dependencies {
/tools/trebuchet/trebuchet/startup-analyzer/
Dbuild.gradle28 dependencies {
/tools/trebuchet/trebuchet/traceutils/
Dbuild.gradle28 dependencies {
/tools/trebuchet/trebuchet/startup-summarizer/
Dbuild.gradle28 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
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/gen/
Dplugin_pb2.py25 dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
Dnanopb_pb2.py26 dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
/tools/test/connectivity/tools/lab/
DREADME.md6 Python dependencies:

12