Home
last modified time | relevance | path

Searched +full:build +full:- +full:java (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/external/google-cloud-java/java-cloudbuild/
Dsynth.metadata13 "remote": "https://github.com/googleapis/java-cloudbuild.git",
37 "apiName": "devtools-cloudbuild",
39 "language": "java",
51 ".github/generated-files-bot.yml",
53 ".github/release-please.yml",
54 ".github/snippet-bot.yml",
55 ".github/sync-repo-settings.yaml",
56 ".github/trusted-contribution.yml",
57 ".github/workflows/approve-readme.yaml",
58 ".github/workflows/auto-release.yaml",
[all …]
DREADME.md1 # Google Cloud Build Client for Java
3 Java idiomatic client for [Cloud Build][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
22 <artifactId>libraries-bom</artifactId>
33 <artifactId>google-cloud-build</artifactId>
39 <!-- {x-version-update-start:google-cloud-build:released} -->
[all …]
/external/apache-xml/test/tests/bugzilla/
Dbugzilla.bat5 @rem Always attempt Java first, since it might do additional validation
6 if exist Bugzilla%1.java goto dojava
11-classpath ..\..\..\java\build\xalan.jar;..\..\..\java\bin\xml-apis.jar;..\..\..\java\bin\xercesIm…
12-classpath ..\..\..\java\build\xalan.jar;..\..\..\java\bin\xml-apis.jar;..\..\..\java\bin\xercesIm…
14 @echo java -classpath build;..\..\..\java\build\xalan.jar;..\..\..\java\bin\xml-apis.jar;..\..\..\j…
15 java -classpath build;..\..\..\java\build\xalan.jar;..\..\..\java\bin\xml-apis.jar;..\..\..\java\bi…
19java -classpath ..\..\..\java\build\xalan.jar;..\..\..\java\bin\xml-apis.jar;..\..\..\java\bin\xer…
20 java -classpath ..\..\..\java\build\xalan.jar;..\..\..\java\bin\xml-apis.jar;..\..\..\java\bin\xerc…
26 @echo ERROR! Could not find file Bugzilla%1.java/xsl
/external/angle/build/android/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/android/build_vars.gni")
6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni")
8 import("//build/config/clang/clang.gni")
9 import("//build/config/coverage/coverage.gni")
10 import("//build/config/gclient_args.gni")
11 import("//build/config/python.gni")
12 import("//build_overrides/build.gni")
21 # cache while linting java targets in android_lint.
[all …]
/external/cronet/build/android/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/android/build_vars.gni")
6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni")
8 import("//build/config/clang/clang.gni")
9 import("//build/config/coverage/coverage.gni")
10 import("//build/config/gclient_args.gni")
11 import("//build/config/python.gni")
12 import("//build_overrides/build.gni")
17 # cache while linting java targets in android_lint.
[all …]
/external/sdk-platform-java/.github/workflows/
Dci.yaml4 - main
10 build:
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 \
[all …]
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
DBuild.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * A build resource in the Cloud Build API.
26 * At a high level, a `Build` describes where to find source code, how to build
30 * build is created:
31 * - $PROJECT_ID: the project ID of the build.
32 * - $PROJECT_NUMBER: the project number of the build.
33 * - $LOCATION: the location/region of the build.
34 * - $BUILD_ID: the autogenerated ID of the build.
35 * - $REPO_NAME: the source repository name specified by RepoSource.
36 * - $BRANCH_NAME: the branch name specified by RepoSource.
[all …]
DBuildOptions.java8 * https://www.apache.org/licenses/LICENSE-2.0
41 sourceProvenanceHash_ = java.util.Collections.emptyList(); in BuildOptions()
50 volumes_ = java.util.Collections.emptyList(); in BuildOptions()
54 @java.lang.Override
56 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
60 @java.lang.Override
70 @java.lang.Override
84 * Specifies the manner in which the build should be verified, if at all.
94 * Not a verifiable build (the default).
104 * Build must be verified.
[all …]
DBuildOperationMetadata.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Metadata for build operations.
42 @java.lang.Override
44 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
48 @java.lang.Override
58 @java.lang.Override
69 private com.google.cloudbuild.v1.Build build_;
74 * The build that the operation is tracking.
77 * <code>.google.devtools.cloudbuild.v1.Build build = 1;</code>
79 * @return Whether the build field is set.
[all …]
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/build/
DBuildSignature.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/devtools/containeranalysis/v1beta1/build/build.proto
19 package io.grafeas.v1beta1.build;
25 * Message encapsulating the signature of the verified build.
28 * Protobuf type {@code grafeas.v1beta1.build.BuildSignature}
32 // @@protoc_insertion_point(message_implements:grafeas.v1beta1.build.BuildSignature)
47 @java.lang.Override
49 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
53 @java.lang.Override
64 throw new java.lang.NullPointerException(); in BuildSignature()
[all …]
DDetails.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/devtools/containeranalysis/v1beta1/build/build.proto
19 package io.grafeas.v1beta1.build;
25 * Details of a build occurrence.
28 * Protobuf type {@code grafeas.v1beta1.build.Details}
32 // @@protoc_insertion_point(message_implements:grafeas.v1beta1.build.Details)
44 @java.lang.Override
46 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
50 @java.lang.Override
61 throw new java.lang.NullPointerException(); in Details()
[all …]
DBuild.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/devtools/containeranalysis/v1beta1/build/build.proto
19 package io.grafeas.v1beta1.build;
26 * provenance message in the build details occurrence.
29 * Protobuf type {@code grafeas.v1beta1.build.Build}
31 public final class Build extends com.google.protobuf.GeneratedMessageV3 class
33 // @@protoc_insertion_point(message_implements:grafeas.v1beta1.build.Build)
36 // Use Build.newBuilder() to construct.
37 private Build(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Build() method in Build
41 private Build() { in Build() method in Build
[all …]
/external/libwebsockets/test-apps/android/app/
Dapp.iml1 <?xml version="1.0" encoding="UTF-8"?>
4 <facet type="android-gradle" name="Android-Gradle">
26 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
27 <output url="file://$MODULE_DIR$/build/intermediates/classes/debug" />
28 <output-test url="file://$MODULE_DIR$/build/intermediates/classes/test/debug" />
29 <exclude-output />
31 …<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" genera…
32 …<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" gen…
33 …<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="fal…
34 …<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" gener…
[all …]
/external/javapoet/
DREADME.md4 `JavaPoet` is a Java API for generating `.java` source files.
15 ```java
27 ```java
33 .build();
38 .build();
41 .build();
48 that to a `HelloWorld.java` file.
57 Most of JavaPoet's API uses plain old immutable Java objects. There's also builders, method chaining
65 ```java
72 .build();
[all …]
/external/grpc-grpc-java/buildscripts/kokoro/
Dandroid.sh3 set -exu -o pipefail
9 # (a composite gradle build can't find protoc-gen-grpc-java)
11 cd "$BASE_DIR/github/grpc-java"
13 export LDFLAGS=-L/tmp/protobuf/lib
14 export CXXFLAGS=-I/tmp/protobuf/include
19 # defaults to -Xmx512m -XX:MaxMetaspaceSize=256m
21 # Increased due to java.lang.OutOfMemoryError: Metaspace failures, "JVM heap
22 # space is exhausted", and to increase build speed
23 org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=1024m
26 echo y | ${ANDROID_HOME}/tools/bin/sdkmanager "build-tools;28.0.3"
[all …]
/external/javapoet/src/test/java/com/squareup/javapoet/
DFileWritingTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
20 import java.io.File;
21 import java.io.IOException;
22 import java.nio.file.FileSystem;
23 import java.nio.file.Files;
24 import java.nio.file.Path;
25 import java.util.Date;
36 import static java.nio.charset.StandardCharsets.UTF_8;
41 // Used for testing java.io File behavior.
44 // Used for testing java.nio.file Path behavior.
[all …]
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/provenance/
DBuildProvenance.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Provenance of a build. Contains all information needed to verify the full
26 * details about the build from source to completion.
44 commands_ = java.util.Collections.emptyList(); in BuildProvenance()
45 builtArtifacts_ = java.util.Collections.emptyList(); in BuildProvenance()
52 @java.lang.Override
54 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
58 @java.lang.Override
69 throw new java.lang.NullPointerException(); in BuildProvenance()
84 java.lang.String s = input.readStringRequireUtf8(); in BuildProvenance()
[all …]
DBuildProvenanceOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. Unique identifier of the build.
37 java.lang.String getId(); in getId()
42 * Required. Unique identifier of the build.
62 java.lang.String getProjectId(); in getProjectId()
80 * Commands requested by the build.
85 java.util.List<io.grafeas.v1beta1.provenance.Command> getCommandsList(); in getCommandsList()
90 * Commands requested by the build.
100 * Commands requested by the build.
110 * Commands requested by the build.
[all …]
/external/ksp/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/
DIncrementalIT.kt9 import java.io.File in <lambda>()
17 "workload/src/main/java/p1/J1.java" to setOf( in <lambda>()
19 "w: [ksp] p1/TestJ2J.java", in <lambda>()
20 "w: [ksp] p1/J1.java", in <lambda>()
22 "workload/src/main/java/p1/J2.java" to setOf( in <lambda>()
23 "w: [ksp] p1/J2.java", in <lambda>()
25 "workload/src/main/java/p1/TestJ2J.java" to setOf( in <lambda>()
26 "w: [ksp] p1/TestJ2J.java", in <lambda>()
28 "workload/src/main/java/p1/TestJ2K.java" to setOf( in <lambda>()
29 "w: [ksp] p1/TestJ2K.java", in <lambda>()
[all …]
/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
DBuildProvenance.java8 * https://www.apache.org/licenses/LICENSE-2.0
26 * Provenance of a build. Contains all information needed to verify the full
27 * details about the build from source to completion.
45 commands_ = java.util.Collections.emptyList(); in BuildProvenance()
46 builtArtifacts_ = java.util.Collections.emptyList(); in BuildProvenance()
53 @java.lang.Override
55 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
59 @java.lang.Override
69 @java.lang.Override
79 @java.lang.Override
[all …]
DBuildProvenanceOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
31 * Required. Unique identifier of the build.
38 java.lang.String getId(); in getId()
43 * Required. Unique identifier of the build.
63 java.lang.String getProjectId(); in getProjectId()
81 * Commands requested by the build.
86 java.util.List<io.grafeas.v1.Command> getCommandsList(); in getCommandsList()
91 * Commands requested by the build.
101 * Commands requested by the build.
111 * Commands requested by the build.
[all …]
/external/libphonenumber/
Dbuild.xml12 <property name="build.dir" value="build"/>
13 <property name="classes.dir" value="${build.dir}/classes"/>
15 <property name="script.name" value="download-junit-jars.sh"/>
16 <property name="jar.dir" value="${build.dir}/jar"/>
18 <property name="report.dir" value="${build.dir}/junitreport"/>
21 <property name="build.tools.jar"
22 value="../tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar"/>
29 <pathelement location="${lib.dir}/junit/junit-4.13.1.jar"/>
30 <pathelement location="${jar.dir}/${ant.project.name}-test.jar"/>
36 <target name="download-jars">
[all …]
/external/protobuf/java/
DREADME.md1 # Protocol Buffers - Google's data interchange format
5 https://developers.google.com/protocol-buffers/
7 ## Use Java Protocol Buffers
9 To use protobuf in Java, first obtain the protocol compiler (a.k.a., protoc,
11 generate Java code for your .proto files:
13 $ protoc --java_out=${OUTPUT_DIR} path/to/your/proto/file
15 Include the generated Java files in your project and add a dependency on the
16 protobuf Java runtime.
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
[all …]
/external/cronet/third_party/protobuf/java/
DREADME.md1 # Protocol Buffers - Google's data interchange format
5 https://developers.google.com/protocol-buffers/
7 ## Use Java Protocol Buffers
9 To use protobuf in Java, first obtain the protocol compiler (a.k.a., protoc,
11 generate Java code for your .proto files:
13 $ protoc --java_out=${OUTPUT_DIR} path/to/your/proto/file
15 Include the generated Java files in your project and add a dependency on the
16 protobuf Java runtime.
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
[all …]
/external/nullaway/.github/workflows/
Dcontinuous-integration.yml6 - master
9 cancel-in-progress: true
11 build:
12 name: "JDK ${{ matrix.java }} on ${{ matrix.os }} with Error Prone ${{ matrix.epVersion }}"
16 - os: ubuntu-latest
17 java: 11
19 - os: ubuntu-latest
20 java: 17
22 - os: macos-latest
23 java: 11
[all …]

12345678910>>...57