| /external/mockito/src/test/java/org/mockito/internal/util/ |
| D | PlatformTest.java | 7 import java.util.HashMap; 8 import java.util.Map; 15 // java.specification.version = 1.8 16 // java.vm.vendor = IBM Corporation 17 // java.vm.version = 2.8 18 // java.vm.name = IBM J9 VM 19 // java.runtime.version = pwa6480sr1fp10-20150711_01 (SR1 FP10) 20 // java.vm.info = 21 // JRE 1.8.0 Windows 7 amd64-64 Compressed References 20150630_255633 (JIT enabled, AOT enabled) 22 // J9VM - R28_jvm.28_20150630_1742_B255633 [all …]
|
| /external/sdk-platform-java/scripts/ |
| D | create_native_image_test_env.sh | 4 # GraalVM updates with handwritten libraries (including, pubsub, bigquery, bigtable and spanner-jdb… 9 # At a high-level, the script will do the following: 10 # - Modifies graal-sdk version in gapic-generator-java/gax 11 # - Modifies the gapic-generator-bom version in java-shared-dependencies. 12 # - Updates the version of native-maven-plugin in java-shared-config. 13 # - Updates the java-shared-config and java-shared-dependencies versions in the handwritten librari… 14 # - Adds gapic-generator-java, java-shared-config and handwritten libraries listed previously 16 set -eo pipefail 19 xmllint --shell pom.xml <<EOF 21 cd .//x:artifactId[text()="google-cloud-shared-config"] [all …]
|
| /external/sdk-platform-java/.github/workflows/ |
| D | ci.yaml | 4 - main 11 runs-on: ubuntu-22.04 14 java: [ 11, 17 ] 16 - uses: actions/checkout@v3 17 - uses: actions/setup-java@v3 19 java-version: ${{ matrix.java }} 22 - run: java -version 23 - name: Unit Tests 25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \ 26 -Dfmt.skip -DenableTestCoverage [all …]
|
| /external/google-auth-library-java/.github/workflows/ |
| D | ci.yaml | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 14 # Github action job to test core java library features on 19 - main 24 runs-on: ubuntu-latest 26 fail-fast: false 28 java: [11, 17, 21] 30 - uses: actions/checkout@v3 31 - uses: actions/setup-java@v3 34 java-version: ${{matrix.java}} [all …]
|
| /external/google-cloud-java/java-securitycenter/ |
| D | owlbot.py | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # https://www.apache.org/licenses/LICENSE-2.0 16 from synthtool.languages import java 20 # put any special-case replacements here 22 version = library.parts[len(library.parts) - 1] variable 24 …"owl-bot-staging/{version}/proto-google-cloud-securitycenter-{version}/src/main/java/com/google/cl… 29 …"owl-bot-staging/{version}/proto-google-cloud-securitycenter-{version}/src/main/java/com/google/cl… 34 …"owl-bot-staging/{version}/proto-google-cloud-securitycenter-{version}/src/main/java/com/google/cl… 39 …"owl-bot-staging/{version}/proto-google-cloud-securitycenter-{version}/src/main/java/com/google/cl… 44 …"owl-bot-staging/{version}/proto-google-cloud-securitycenter-{version}/src/main/java/com/google/cl… [all …]
|
| /external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ |
| D | SoftwareConfig.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 45 @java.lang.Override 47 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 51 @java.lang.Override 62 @java.lang.Override 76 @java.lang.Override 89 private volatile java.lang.Object imageVersion_ = ""; 94 * The version of the software running in the environment. 95 * This encapsulates both the version of Cloud Composer functionality and the [all …]
|
| /external/google-cloud-java/.github/workflows/ |
| D | ci.yaml | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 14 # Github action job to test core java library features on 19 - main 24 runs-on: ubuntu-latest 26 fail-fast: false 28 java: [8, 11, 17] 30 - name: Get current week within the year 32 run: echo "::set-output name=week_of_year::$(date +'%W' --utc)" 33 - uses: actions/checkout@v3 [all …]
|
| /external/icu/icu4j/maven-migration/main/localespi/ |
| D | pom.xml | 1 <?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> 11 <version>74.1-SNAPSHOT</version> 15 <artifactId>icu4j-localespi</artifactId> 16 …<description>icu4j-localespi is a supplemental library for icu4j, implementing Java Locale SPI.</d… 21 <mf.Automatic-Module-Name>com.ibm.icu.localespi</mf.Automatic-Module-Name> 28 <version>${project.version}</version> [all …]
|
| /external/icu/icu4j/main/localespi/ |
| D | pom.xml | 1 <?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> 11 <version>75.1</version> 15 <artifactId>icu4j-localespi</artifactId> 16 …<description>icu4j-localespi is a supplemental library for icu4j, implementing Java Locale SPI.</d… 21 <mf.Automatic-Module-Name>com.ibm.icu.localespi</mf.Automatic-Module-Name> 28 <version>${project.version}</version> [all …]
|
| /external/sdk-platform-java/java-shared-dependencies/ |
| D | CHANGELOG.md | 4 ## [3.1.2](https://github.com/googleapis/java-shared-dependencies/compare/v3.1.1...v3.1.2) (2023-01… 9 …java:** Skip fixing poms for special modules ([#1744](https://github.com/googleapis/java-shared-de… 14 …-generator-java-bom to v2.14.0 ([#972](https://github.com/googleapis/java-shared-dependencies/issu… 15 …-cloud-core-bom to v2.9.3 ([#974](https://github.com/googleapis/java-shared-dependencies/issues/97… 16 …re.version to v2.9.2 ([#969](https://github.com/googleapis/java-shared-dependencies/issues/969)) (… 17 …re.version to v2.9.4 ([#976](https://github.com/googleapis/java-shared-dependencies/issues/976)) (… 19 ## [3.1.1](https://github.com/googleapis/java-shared-dependencies/compare/v3.1.0...v3.1.1) (2023-01… 24 …-generator-java-bom` to `first-party-dependencies` ([#957](https://github.com/googleapis/java-shar… 25 …-client:google-api-client-bom to v2.1.2 ([#956](https://github.com/googleapis/java-shared-dependen… 26 …api-common to v2.3.1 ([#947](https://github.com/googleapis/java-shared-dependencies/issues/947)) (… [all …]
|
| /external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ |
| D | CheckUpgradeRequest.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 45 @java.lang.Override 47 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 51 @java.lang.Override 61 @java.lang.Override 75 private volatile java.lang.Object environment_ = ""; 89 @java.lang.Override 90 public java.lang.String getEnvironment() { in getEnvironment() 91 java.lang.Object ref = environment_; in getEnvironment() [all …]
|
| D | SoftwareConfig.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 45 @java.lang.Override 47 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 51 @java.lang.Override 62 @java.lang.Override 76 @java.lang.Override 89 private volatile java.lang.Object imageVersion_ = ""; 94 * The version of the software running in the environment. 95 * This encapsulates both the version of Cloud Composer functionality and the [all …]
|
| /external/google-cloud-java/ |
| D | changelog.json | 2 "repository": "googleapis/google-cloud-java", 15 "version": "1.11.0", string 16 "language": "JAVA", 17 "artifactName": "com.google.cloud:google-cloud-cloudsupport", 18 "id": "a1a27028-b96d-4d0a-8948-3811d4139d24", 19 "createTime": "2023-05-10T18:30:04.129Z" 32 "version": "1.11.0", string 33 "language": "JAVA", 34 "artifactName": "com.google.cloud:google-cloud-texttospeech", 35 "id": "26c2fac5-d89f-4ef9-9d1b-0aac72fe0ea3", [all …]
|
| /external/okhttp/ |
| D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License"); 8 // http://www.apache.org/licenses/LICENSE-2.0 23 // Added automatically by a large-scale-change 24 // See: http://go/android-license-faq 29 "SPDX-license-identifier-Apache-2.0", 40 "-Xep:InvalidTimeZoneID:WARN", 41 "-Xep:TryFailThrowable:WARN", 50 // Use the repackaged version of android as that is what is used by Android core library 52 srcs: ["repackaged/android/src/main/java/com/android/okhttp/internalandroidapi/**/*.java"], 60 // non-jarjar'd version of okhttp to compile the tests against [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | NetworkEndpointGroupAppEngine.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 25 … service is optional, may be provided explicitly or in the URL mask. The version is optional and c… 46 @java.lang.Override 48 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 52 @java.lang.Override 62 @java.lang.Override 76 private volatile java.lang.Object service_ = ""; 81 …rving service. The service name is case-sensitive and must be 1-63 characters long. Example value:… 88 @java.lang.Override [all …]
|
| /external/guava/guava/src/com/google/common/base/ |
| D | StandardSystemProperty.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 7 * http://www.apache.org/licenses/LICENSE-2.0 28 @GwtIncompatible // java.lang.System#getProperty 32 /** Java Runtime Environment version. */ 33 JAVA_VERSION("java.version"), 35 /** Java Runtime Environment vendor. */ 36 JAVA_VENDOR("java.vendor"), 38 /** Java vendor URL. */ 39 JAVA_VENDOR_URL("java.vendor.url"), 41 /** Java installation directory. */ [all …]
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | StandardSystemProperty.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 7 * http://www.apache.org/licenses/LICENSE-2.0 28 @GwtIncompatible // java.lang.System#getProperty 32 /** Java Runtime Environment version. */ 33 JAVA_VERSION("java.version"), 35 /** Java Runtime Environment vendor. */ 36 JAVA_VENDOR("java.vendor"), 38 /** Java vendor URL. */ 39 JAVA_VENDOR_URL("java.vendor.url"), 41 /** Java installation directory. */ [all …]
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ |
| D | AuxiliaryVersionConfig.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 44 @java.lang.Override 46 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 50 @java.lang.Override 61 @java.lang.Override 71 @java.lang.Override 84 private volatile java.lang.Object version_ = ""; 89 * The Hive metastore version of the auxiliary service. It must be less 90 * than the primary Hive metastore service's version. [all …]
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ |
| D | AuxiliaryVersionConfig.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 44 @java.lang.Override 46 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 50 @java.lang.Override 61 @java.lang.Override 71 @java.lang.Override 84 private volatile java.lang.Object version_ = ""; 89 * The Hive metastore version of the auxiliary service. It must be less 90 * than the primary Hive metastore service's version. [all …]
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ |
| D | AuxiliaryVersionConfig.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 44 @java.lang.Override 46 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 50 @java.lang.Override 61 @java.lang.Override 71 @java.lang.Override 84 private volatile java.lang.Object version_ = ""; 89 * The Hive metastore version of the auxiliary service. It must be less 90 * than the primary Hive metastore service's version. [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/workflows/ |
| D | ci.yaml | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 14 # Github action job to test core java library features on 19 - main 24 runs-on: ubuntu-latest 26 fail-fast: false 28 java: [8, 11, 17] 30 - uses: actions/checkout@v3 31 - uses: actions/setup-java@v3 34 java-version: ${{'{{matrix.java}}'}} [all …]
|
| /external/sdk-platform-java/java-common-protos/.github/workflows/ |
| D | ci.yaml | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 14 # Github action job to test core java library features on 19 - main 24 runs-on: ubuntu-latest 26 fail-fast: false 28 java: [8, 11, 17] 30 - uses: actions/checkout@v3 31 - uses: actions/setup-java@v3 34 java-version: ${{matrix.java}} [all …]
|
| /external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ |
| D | AppEngineRouting.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 28 * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), 30 * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), 32 * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), 34 * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). 56 @java.lang.Override 58 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 62 @java.lang.Override 72 @java.lang.Override [all …]
|
| /external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/ |
| D | AppEngineRouting.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 28 * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), 30 * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), 32 * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), 34 * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). 56 @java.lang.Override 58 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 62 @java.lang.Override 72 @java.lang.Override [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
| D | Version.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/dialogflow/v2/version.proto 28 * can save the draft agent as an agent version, which is an immutable snapshot 33 * - testing 34 * - development 35 * - production 36 * - etc. 38 * guide](https://cloud.google.com/dialogflow/docs/agents-versions). 41 * Protobuf type {@code google.cloud.dialogflow.v2.Version} [all …]
|