Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Dcheck_quality.py308 artifacts = quality_res['artifacts']
309 if artifacts['noise_before_playback']:
311 (artifacts['noise_before_playback']))
312 if artifacts['noise_after_playback']:
314 (artifacts['noise_after_playback']))
315 if artifacts['delay_during_playback']:
317 (artifacts['delay_during_playback']))
318 if artifacts['burst_during_playback']:
320 (artifacts['burst_during_playback']))
383 artifacts = quality_res['artifacts']
[all …]
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DNdkPortsPlugin.kt6 import org.gradle.api.artifacts.Configuration in <lambda>()
81 aars = consumedAars.incoming.artifacts.artifactFiles in createTasks()
122 project.artifacts.add(exportedAars.name, aarTask) in createTasks()
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/buildinfo/
DCreateAggregateLibraryBuildInfoFileTask.kt51 private data class AllLibraryBuildInfoFiles(val artifacts: ArrayList<LibraryBuildInfoFile>) in <lambda>() constant in com.android.tools.metalava.buildinfo.CreateAggregateLibraryBuildInfoFileTask.AllLibraryBuildInfoFiles
61 aggregateBuildInfoFile.artifacts.forEach { artifact -> in <lambda>()
DLibraryBuildInfo.kt29 import org.gradle.api.artifacts.Dependency in <lambda>()
30 import org.gradle.api.artifacts.ProjectDependency in <lambda>()
31 import org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectComponentPublication in <lambda>()
/tools/asuite/atest/bazel/resources/rules/
Dsoong_prebuilt.bzl15 """Rule used to import artifacts prebuilt by Soong into the Bazel workspace.
17 The rule returns a DefaultInfo provider with all artifacts and runtime dependencies,
18 and a SoongPrebuiltInfo provider with the original Soong module name, artifacts,
46 # artifacts that still don't exist. This in turn causes errors in rules
57 "Attempting to import missing artifacts for Soong module '%s'; " +
133 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",
Ddevice_test.bzl28 "data": "runfiles of all needed artifacts in the executable.",
/tools/treble/split/
DREADME.md89 ### 5. Compare built artifacts
92 manifest. You should diff the output artifacts of the split-manifest build
93 against the output artifacts of the full-manifest build.
102 The following may cause differences between output artifacts:
/tools/apkzlib/
Dbuild.gradle24 artifacts {
/tools/treble/fetcher/
Dfetcher_lib.py229 artifacts = list_artifacts(
235 for artifact in artifacts:
/tools/ndkports/
DDockerfile20 # Build release artifacts.
DREADME.md10 Note: Gradle support for consuming these artifacts from an AAR is a work in
/tools/tradefederation/core/tools/
Dcontent_uploader.py397 def _add_fallback_artifacts(artifacts: list[ArtifactConfig]):
403 for artifact in artifacts:
410 artifacts.append(fallback_artifact)
/tools/test/mobly_extensions/tools/results_uploader/src/
Dresultstore_client.py226 def create_action(self, gcs_path: str, artifacts: list[str]) -> str:
240 for path in artifacts
/tools/treble/hacksaw/
DREADME.md19 * Remove a Hacksaw workspace with no edits or build artifacts.
39 * Remove a full repo workspace with no build artifacts
111 copies **everything** else. Make sure you remove all build artifacts from a
/tools/asuite/atest/test_finders/
Dtest_info.py83 self.artifacts = set()
Dmodule_finder.py235 test.artifacts = [apk for p in artifact_map.values() for apk in p]
236 logging.debug('Will install target APK: %s\n', test.artifacts)
239 result=len(test.artifacts),
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DKtfmt.kt24 import org.gradle.api.artifacts.Configuration
DMetalavaBuildPlugin.kt30 import org.gradle.api.artifacts.Configuration in <lambda>()
/tools/asuite/atest/
Dmodule_info_unittest.py371 artifacts = {
390 mod_info.get_instrumentation_target_apps('AmSlamTests'), artifacts
396 mod_info.get_instrumentation_target_apps('AmSlamTests'), artifacts
425 artifacts = {
433 self.assertEqual(mod_info.get_artifact_map('AmSlam'), artifacts)
/tools/asuite/adevice/
DREADME.md3 …oid Platform developers to update their device with their locally built artifacts. The tool provid…
/tools/metalava/
DREADME.md32 It puts build artifacts in `../../out/metalava/`.
61 metalava extracts metadata from source code to generate artifacts such as the
76 ### Maven artifacts
78 To build Metalava's Maven artifacts including `.pom` and `.module` metadata, run:
82 Then locate the artifacts under `../../out/dist/repo/m2repository`.
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto118 // Identifier of an event introducing a named set of files (usually artifacts)
493 // Payload of a message to describe a set of files, usually build artifacts, to
585 // Report output artifacts (referenced transitively via output_group) which
978 // Measures all output artifacts from executed actions. This includes
983 // Measures all output artifacts from actions that were cached locally
984 // via the action cache. These artifacts were already present on disk at the
987 // Measures all artifacts that belong to a top-level output group. Does not
1026 // How many artifacts are outputs of the above actions. May not be populated
/tools/asuite/atest/tf_proto/
Dtest_record.proto57 map<string, google.protobuf.Any> artifacts = 9; field
/tools/tradefederation/core/proto/
Dtest_record.proto57 map<string, google.protobuf.Any> artifacts = 9; field
/tools/netsim/rust/cli/
Dnetsim-cli.md122 * ### `artifact`: Opens netsim artifacts directory (log, pcaps)

12