Home
last modified time | relevance | path

Searched +full:- +full:- +full:base +full:- +full:artifacts +full:- +full:url (Results 1 – 25 of 105) sorted by relevance

12345

/external/mesa3d/.gitlab-ci/
Dlava-gitlab-ci.yml2 DISTRIBUTION_TAG: "2020-11-09-kmod-fix"
5 stage: container-2
7 - .ci-run-policy
10 …RL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.10-rc2-for-mesa-ci/linux-v5.10-rc2-fo…
14 - .gitlab-ci/container/lava_build.sh
18 - .use-x86_build-base
19 - .kernel+rootfs
20 image: "$CI_REGISTRY_IMAGE/debian/x86_build-base:$BASE_TAG"
26 - .use-arm_build
27 - .kernel+rootfs
[all …]
/external/autotest/client/common_lib/cros/
Ddev_server.py3 # Use of this source code is governed by a BSD-style license that can be
51 # artifacts are staged.
53 # Artifacts that should be staged when client calls devserver RPC to stage an
56 # Artifacts that should be staged when client calls devserver RPC to stage an
61 # Artifacts that should be staged when client calls devserver RPC to stage an
105 # Raised when the auto-update process is timed out.
106 (r'.*The CrOS auto-update process is timed out, '
108 '(5) Auto-update is timed out'),
111 '(6) Host is not pingable during auto-update'),
117 # Raised when devserver returns non-json response to shard/drone.
[all …]
/external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/
DMavenDependencyResolver.java3 import com.google.common.base.Strings;
8 import java.net.URL;
27 * MavenCentral. Initially the fetching was being done with maven-ant-tasks, but that dependency
30 * <p>There was an initial attempt to use maven-resolver for this, but that depends on a newer
32 * for Android 16-18.
37 * @see <a href="https://maven.apache.org/ant-tasks/">maven-ant-tasks</a>
77 public URL[] getLocalArtifactUrls(DependencyJar dependency) { in getLocalArtifactUrls()
83 …* same as the input order of dependencies, i.e., urls[i] is the local artifact URL for dependencie…
86 public URL[] getLocalArtifactUrls(DependencyJar... dependencies) { in getLocalArtifactUrls()
87 List<MavenJarArtifact> artifacts = new ArrayList<>(dependencies.length); in getLocalArtifactUrls() local
[all …]
DMavenArtifactFetcher.java6 import com.google.common.base.Strings;
23 import java.net.URL;
32 * Class responsible for fetching artifacts from Maven. This uses a thread pool of size two in order
80 () -> { in fetchArtifact()
91 "SHA-512 mismatch for POM file for " in fetchArtifact()
93 + ", expected SHA-512=" in fetchArtifact()
95 + ", actual SHA-512=" in fetchArtifact()
102 "SHA-512 mismatch for POM file for " in fetchArtifact()
104 + ", expected SHA-512=" in fetchArtifact()
106 + ", actual SHA-512=" in fetchArtifact()
[all …]
/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py26 # global configurations needed for build artifacts
44 # Template for the url used to generate the link to the job
187 """Returns a url to build artifacts on google storage.
189 @param build: A string, e.g. stout32-release/R30-4433.0.0
191 @returns: A url to build artifacts on google storage.
199 """Returns an url to the job on cautotest.
203 Eg: cautotest, cautotest-cq, localhost.
205 @returns: An url to the job on cautotest.
219 """Returns the base url of the job's results.
226 @returns: The base url of the job's results.
[all …]
/external/guava/guava/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <!-- do_not_remove: published-with-gradle-metadata -->
8 <artifactId>guava-parent</artifactId>
9 <version>32.1.2-jre</version>
14 <url>https://github.com/google/guava</url>
29 <version>9999.0-empty-to-avoid-conflict-with-guava</version>
37 <artifactId>checker-qual</artifactId>
45 <artifactId>j2objc-annotations</artifactId>
[all …]
/external/guava/android/guava/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <!-- do_not_remove: published-with-gradle-metadata -->
8 <artifactId>guava-parent</artifactId>
9 <version>32.1.2-android</version>
14 <url>https://github.com/google/guava</url>
29 <version>9999.0-empty-to-avoid-conflict-with-guava</version>
37 <artifactId>checker-qual</artifactId>
45 <artifactId>j2objc-annotations</artifactId>
[all …]
/external/kotlinx.coroutines/gradle/
Ddokka.gradle.kts5 …* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
8 // Configures generation of JavaDoc & Dokka artifacts
16 remoteUrl.set(URL("https://github.com/kotlin/kotlinx.coroutines/tree/master/$relPath/src")) in GradleDokkaSourceSetBuilder()
24 plugins("org.jetbrains.kotlinx:dokka-pathsaver-plugin:$knit_version") in <lambda>()
30 …Of("org.jetbrains.dokka.base.DokkaBase" to """{ "templatesDir" : "${rootProject.projectDir.toStrin… in <lambda>()
38 url.set(URL("https://kotlinlang.org/api/latest/jvm/stdlib/")) in <lambda>()
48 if (project.name == "kotlinx-coroutines-core") {
/external/testng/
Dbuild.gradle10 url 'http://dl.bintray.com/cbeust/maven'
13 url 'http://oss.jfrog.org/artifactory/plugins-release'
23 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3"
24 classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
25 classpath "com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3"
35 version = '6.9.10-SNAPSHOT'
38 apply plugin: 'nebula.optional-base'
39 apply plugin: 'nebula.provided-base'
50 url 'http://dl.bintray.com/cbeust/maven'
64 testCompile 'org.assertj:assertj-core:2.0.0'
[all …]
/external/kotlinx.serialization/
Dbuild.gradle2 …* Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
8 * kotlin_repo_url - local repository with snapshot Kotlin compiler
9 * kotlin_version - kotlin version to use
10 * kotlin_language_version - LV to use
17 maven { url snapshotRepoUrl }
28 ext.experimentalsEnabled = ["-progressive",
29 "-opt-in=kotlin.ExperimentalMultiplatform",
30 "-opt-in=kotlinx.serialization.InternalSerializationApi",
31 … "-P", "plugin:org.jetbrains.kotlinx.serialization:disableIntrinsic=false"
34 ext.experimentalsInTestEnabled = ["-progressive",
[all …]
/external/guava/android/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <artifactId>guava-parent</artifactId>
9 <version>32.1.2-android</version>
12 <description>Parent for guava artifacts</description>
13 <url>https://github.com/google/guava</url>
15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
22 <javac.version>9+181-r4173-1</javac.version>
23 <!-- Empty for all JDKs but 9-12 -->
[all …]
/external/guava/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <artifactId>guava-parent</artifactId>
9 <version>32.1.2-jre</version>
12 <description>Parent for guava artifacts</description>
13 <url>https://github.com/google/guava</url>
15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
22 <javac.version>9+181-r4173-1</javac.version>
23 <!-- Empty for all JDKs but 9-12 -->
[all …]
/external/cronet/components/cronet/android/
Dcronet_library_loader.cc2 // Use of this source code is governed by a BSD-style license that can be
10 #include "base/android/base_jni_onload.h"
11 #include "base/android/build_info.h"
12 #include "base/android/jni_android.h"
13 #include "base/android/jni_array.h"
14 #include "base/android/jni_registrar.h"
15 #include "base/android/jni_string.h"
16 #include "base/android/jni_utils.h"
17 #include "base/android/library_loader/library_loader_hooks.h"
18 #include "base/check_op.h"
[all …]
/external/accompanist/
Dbuild.gradle8 * https://www.apache.org/licenses/LICENSE-2.0
63 // If we have a base ref to diff against, extract the branch name and use it
82 … maven { url "https://androidx.dev/snapshots/builds/$composeSnapshot/artifacts/repository/" }
107 tasks.whenTaskAdded { task ->
114 resolutionStrategy.eachDependency { DependencyResolveDetails details ->
124 tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { compile ->
131 freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
133 freeCompilerArgs += "-Xjvm-default=all"
141 signingPropsFile.withInputStream { is -> localProperties.load(is) }
142 localProperties.each { prop ->
[all …]
/external/grpc-grpc/src/python/grpcio/
Dcommands.py7 # http://www.apache.org/licenses/LICENSE-2.0
45 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported
49 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a
64 url = BINARIES_REPOSITORY + "/{target}".format(target=decorated_path)
65 bdist_data = request.urlopen(url).read()
106 ["-b", "html", "-W", "--keep-going", source_dir, target_dir]
159 base, file_ext = os.path.splitext(source)
163 base + gen_ext
168 if os.path.isfile(base + gen_ext)
175 sys.stderr.write("Cython-generated files are missing...\n")
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcontaineranalysis_v1.projects.occurrences.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dondemandscanning_v1beta1.projects.locations.scans.vulnerabilities.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dondemandscanning_v1.projects.locations.scans.vulnerabilities.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontaineranalysis_v1.projects.notes.occurrences.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontaineranalysis_v1alpha1.projects.occurrences.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontaineranalysis_v1alpha1.projects.notes.occurrences.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dconstants.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
28 CHROOT_CACHE_ROOT = '/var/cache/chromeos-cache'
43 SOURCE_ROOT, 'src/platform/container-guest-tools/termina')
48 # packages: 'cros_log_failed_packages' in profiles/base/profile.bashrc in
49 # chromiumos-overlay. The status file is generated in CROS_METRICS_DIR, and
58 CHROMITE_DIR, 'config', 'luci-scheduler.cfg')
67 SDK_TOOLCHAINS_OUTPUT = 'tmp/toolchain-pkgs'
68 SDK_OVERLAYS_OUTPUT = 'tmp/sdk-overlays'
71 UNITTEST_PKG_PATH = 'test-packages'
[all …]
/external/tink/python/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
46 return version_line.split(' = ')[-1].strip('\n \'"')
87 protoc_args = [protoc, '-I.', '--python_out=.', source]
103 When installing the sdist, e.g., with `pip install tink --no-binary` or
104 `python3 -m pip install -v path/to/sdist.tar.gz`, setuptools unpacks the
123 Instead of providing a URL of an archive of the current master branch,
125 for creating release artifacts).
141 archive_prefix = 'tink-{}'.format(tagged_version)
147 'master.zip', 'tink-master')
154 """Replaces the base paths in the local_repository() rules."""
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcontaineranalysis.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
15 …es, and enables querying and retrieval of critical metadata about all of your software artifacts.",
17 "documentationLink": "https://cloud.google.com/container-analysis/api/reference/rest/",
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
137 "https://www.googleapis.com/auth/cloud-platform"
[all …]
/external/icu/icu4j/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
5 -->
6 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
10 <artifactId>icu4j-root</artifactId>
14 <name>${proj-title} (${project.artifactId})</name>
17 This is the base artifact with common settings, not intended to use directly.</description>
18 <url>https://icu.unicode.org/</url>
23 <url>https://icu.unicode.org/</url>
29 <!-- For publishing to Maven Central -->
[all …]

12345