HomeSort by relevance Sort by last modified time
    Searched refs:artifacts (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
artifact.c 88 % CloneImageArtifacts() clones all image artifacts to another image.
90 % This will not delete any existing artifacts that may be present!
99 % o image: the image, to recieve the cloned artifacts.
101 % o clone_image: the source image for artifacts to clone.
116 if (clone_image->artifacts != (void *) NULL)
118 if (image->artifacts != (void *) NULL)
120 image->artifacts=CloneSplayTree((SplayTreeInfo *) clone_image->artifacts,
209 if (image->artifacts == (void *) NULL)
211 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->artifacts,artifact))
    [all...]
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/docs/
GenerateDocsTask.kt 29 private val artifacts = mutableListOf<Artifact>()
40 if (artifacts.isNotEmpty()) {
41 addMultilineMultiValueOption("artifact").value = artifacts.map { artifact ->
57 fun addArtifact(path: String, artifact: String) = artifacts.add(Artifact(path, artifact))
  /tools/metalava/src/test/java/com/android/tools/metalava/
ArtifactTaggerTest.kt 57 artifacts = mapOf(
85 src/test/pkg/foo/Foo.java:2: error: Class test.pkg.foo.Foo belongs to multiple artifacts: my.library.group:foo:1.0.0 and my.library.group:bar:3.1.4 [BrokenArtifactFile:130]
86 src/test/pkg/foo/Foo.java:4: error: Class test.pkg.foo.Foo.Inner belongs to multiple artifacts: my.library.group:foo:1.0.0 and my.library.group:bar:3.1.4 [BrokenArtifactFile:130]
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
check_quality.py 16 """Audio Analysis tool to analyze wave file and detect artifacts."""
316 artifacts = quality_res['artifacts']
317 if artifacts['noise_before_playback']:
319 (artifacts['noise_before_playback']))
320 if artifacts['noise_after_playback']:
322 (artifacts['noise_after_playback']))
323 if artifacts['delay_during_playback']:
325 (artifacts['delay_during_playback']))
326 if artifacts['burst_during_playback']
    [all...]
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/gmaven/
GMavenVersionChecker.kt 59 return groupData?.artifacts?.get(artifactName)?.versions
127 * Data class that holds the artifacts of a single maven group.
130 * @param artifacts Map of artifact versions keyed by artifact name
134 val artifacts: Map<String, ArtifactVersionData>
151 val artifacts: MutableMap<String, ArtifactVersionData> = HashMap()
164 artifacts.put(it.name(), ArtifactVersionData(it.name(), versions))
166 return GroupVersionData(name, artifacts)
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
SourceJarTaskHelper.kt 40 project.artifacts.add("archives", sourceJar)
53 project.artifacts.add("archives", sourceJar)
  /frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
JetifierExtension.kt 21 import org.gradle.api.artifacts.Configuration
22 import org.gradle.api.artifacts.Dependency
106 * other steps in the build process to use the artifacts information to generate pom files
JetifyGlobalTask.kt 23 import org.gradle.api.artifacts.Configuration
24 import org.gradle.api.artifacts.Dependency
25 import org.gradle.api.artifacts.FileCollectionDependency
26 import org.gradle.api.artifacts.ProjectDependency
42 * other steps in the build process to use the artifacts information to generate pom files
  /external/noto-fonts/emoji-compat/
build.gradle 61 artifacts {
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
ExportLicensesTask.groovy 19 import org.gradle.api.artifacts.ResolvedArtifact
23 List<ResolvedArtifact> artifacts = new ArrayList();
122 artifacts.add(artifact)
143 artifacts.each { artifact ->
MavenDependencyCollectorTask.groovy 39 import org.gradle.api.artifacts.Configuration
40 import org.gradle.api.artifacts.ModuleVersionIdentifier
  /tools/metalava/src/main/java/com/android/tools/metalava/
ArtifactTagger.kt 31 private val artifacts = LinkedHashMap<File, String>()
35 artifacts[signatureFile] = artifactId
38 /** Any registered artifacts? */
39 fun any() = artifacts.isNotEmpty()
41 /** Returns the artifacts */
42 private fun getRegistrations(): Collection<Map.Entry<File, String>> = artifacts.entries
103 "Class ${cls.qualifiedName()} belongs to multiple artifacts: ${cls.artifact} and $mavenSpec"
  /external/autotest/client/common_lib/
android_utils.py 192 """A wrapper class for constants and methods related to artifacts.
202 # (os, board) = 'artifacts'
209 # Default artifacts for Android provision
215 # android board `xyz` needs to stage artifacts
220 # A dict of board:artifacts, can be defined in global config
226 """Get artifacts need to be staged for reimage for given board.
230 @return: A string of artifacts to be staged.
232 logging.debug('artifacts for %s %s', os, board)
234 logging.debug('Found override of artifacts for board %s: %s', board,
236 artifacts = cls.artifacts_map[board
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /frameworks/data-binding/extensions/baseAdapters/
build.gradle 87 artifacts.add('archives', javadocJarTask);
88 artifacts.add('archives', sourcesJarTask);
  /external/jdiff/
build.gradle 67 description 'Builds distribution artifacts.'
69 from uploadArchives.artifacts
73 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
  /test/vti/test_serving/gae/webapp/src/endpoint/
build_info.py 69 build.artifacts = request.artifacts
  /external/autotest/client/cros/audio/
check_quality.py 7 """Command line tool to analyze wave file and detect artifacts."""
383 artifacts = quality_res['artifacts']
384 if artifacts['noise_before_playback']:
387 artifacts['noise_before_playback']))
388 if artifacts['noise_after_playback']:
391 artifacts['noise_after_playback']))
392 if artifacts['delay_during_playback']:
395 artifacts['delay_during_playback']))
396 if artifacts['burst_during_playback']
    [all...]
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstResultsSaver.java 95 // We save artifacts and their corresponding media
97 // of the artifacts is implicitly defined by
99 // artifacts are assumed to be sorted in ascending order
127 * Save individual artifacts for bursts.
159 0, // Artifacts returned from burst have upright orientation.
166 List<BurstArtifact> artifacts = local
168 if (!artifacts.isEmpty()) {
169 Log.d(TAG, "Saving " + artifacts.size()
  /external/doclava/
build.gradle 105 description 'Builds distribution artifacts.'
107 from uploadArchives.artifacts
111 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
MavenDependencyResolver.java 53 Hashtable<String, String> artifacts = project.getProperties(); local
57 urls[i] = Util.url(artifacts.get(key(dependencies[i])));
  /frameworks/base/tools/preload2/
Android.mk 20 # Copy to build artifacts
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/
maven-common-artifact-filters-1.4.jar 
  /prebuilts/ndk/
update.py 75 logger().info('Fetching %s from %s (artifacts matching %s)', build, branch,
78 artifacts = glob.glob('android-ndk-*.tar.bz2')
80 assert len(artifacts) == 1
81 artifact = artifacts[0]
89 for artifact in artifacts:

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>