Searched refs:artifact (Results 1 – 10 of 10) sorted by relevance
/tools/acloud/create/ |
D | create_common.py | 94 def DownloadRemoteArtifact(cfg, build_target, build_id, artifact, extract_path, argument 108 temp_file = os.path.join(extract_path, artifact) 112 artifact,
|
D | remote_image_local_instance.py | 82 for artifact in artifacts: 84 cfg, build_target, build_id, artifact, extract_path, decompress=True)
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ArtifactTagger.kt | 81 if (cls.artifact == null && cls.isTopLevelClass()) { in any() 106 if (cls.artifact == null) { in applyArtifactsFromSpec() 107 cls.artifact = mavenSpec in applyArtifactsFromSpec()
|
/tools/apksig/ |
D | build.gradle | 28 artifact = 'com.google.protobuf:protoc:3.8.0'
|
/tools/asuite/asuite_plugin/ |
D | README.md | 9 The artifact will be generated at build/libs/asuite_plugin-1.0.jar.
|
/tools/tradefederation/core/util-apps/ContentProvider/hostsidetests/ |
D | Android.bp | 29 // tag this module as a test artifact
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 37 general-tests artifact. That is, include following in the mk file:
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 39 - the artifact generated starts with 'Hi!'
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 56 // Any artifact files associated with this test.
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextClassItem.kt | 62 override var artifact: String? = null variable
|