/aosp_15_r20/external/opencensus-java/examples/ |
H A D | README.md | 10 ### Maven subsection 26 ./build/install/opencensus-examples/bin/TagContextExample 29 ### Maven subsection 31 ./target/appassembler/bin/TagContextExample 38 ./build/install/opencensus-examples/bin/ZPagesTester 41 ### Maven subsection 43 ./target/appassembler/bin/ZPagesTester 61 ./build/install/opencensus-examples/bin/QuickStart 64 ### Maven subsection 66 ./target/appassembler/bin/QuickStart [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
H A D | Maven221MultiVolumeTest.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 32 * JUnit testcase for a multi-volume zip file. 34 * Some tools (like 7-zip) allow users to split a large archives into 'volumes' 39 * Before commons-compress used to enter an infinite loop on the last entry for 48 "apache-maven-2.2.1/", 49 "apache-maven-2.2.1/LICENSE.txt", 50 "apache-maven-2.2.1/NOTICE.txt", 51 "apache-maven-2.2.1/README.txt", 52 "apache-maven-2.2.1/bin/", 53 "apache-maven-2.2.1/bin/m2.conf", [all …]
|
/aosp_15_r20/external/dagger2/util/ |
H A D | install-maven.sh | 1 #!/bin/bash 3 set -eux 5 function install-maven-version { 13 pushd "$(mktemp -d)" 14 # Download the maven version 15 …archive.apache.org/dist/maven/maven-3/${VERSION}/binaries/apache-maven-${VERSION}-bin.tar.gz --out… 18 sudo tar xvf apache-maven-${VERSION}-bin.tar.gz -C /usr/share/ 22 sudo unlink /usr/bin/mvn 23 sudo ln -s /usr/share/apache-maven-${VERSION}/bin/mvn /usr/bin/mvn 26 if [ $# -lt 1 ]; then [all …]
|
/aosp_15_r20/external/javaparser/ |
H A D | appveyor.yml | 6 - ps: | 7 Add-Type -AssemblyName System.IO.Compression.FileSystem 8 if (!(Test-Path -Path "C:\maven" )) { 9 (new-object System.Net.WebClient).DownloadFile( 10 'http://www.us.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip', 11 'C:\maven-bin.zip' 13 [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven") 15 - cmd: SET PATH=C:\maven\apache-maven-3.2.5\bin;%JAVA_HOME%\bin;%PATH% 16 - cmd: SET MAVEN_OPTS=-Xmx1g 17 - cmd: SET JAVA_OPTS=-Xmx1g [all …]
|
/aosp_15_r20/prebuilts/gradle-plugin/ |
H A D | update-metalava-lint-deps.sh | 1 #!/bin/bash 3 set -ex 10 CURRENT_LINT_VERSION=$(grep release com/android/tools/lint/lint/maven-metadata.xml | sed "s|.*<rele… 16 MVN_DIR=$(mktemp -d) 17 if [[ ! "$MVN_DIR" || ! -d "$MVN_DIR" ]]; then 18 echo "Could not create temp dir into which maven can be downloaded" >&2 23 rm -fr ${MVN_DIR} 29 # Download and unzip Apache Maven 32 …lcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.zip --ou… 33 unzip apache-maven-${MAVEN_VERSION}-bin.zip [all …]
|
/aosp_15_r20/external/snakeyaml/ |
H A D | mvnw | 1 #!/bin/sh 2 # ---------------------------------------------------------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 # ---------------------------------------------------------------------------- 21 # ---------------------------------------------------------------------------- 22 # Maven Start Up Batch script 25 # ------------------ 26 # JAVA_HOME - location of a JDK home dir 29 # ----------------- 30 # M2_HOME - location of maven2's installed home dir [all …]
|
/aosp_15_r20/external/jazzer-api/examples/junit-spring-web/ |
H A D | mvnw | 1 #!/bin/sh 2 # ---------------------------------------------------------------------------- 11 # https://www.apache.org/licenses/LICENSE-2.0 19 # ---------------------------------------------------------------------------- 21 # ---------------------------------------------------------------------------- 22 # Maven Start Up Batch script 25 # ------------------ 26 # JAVA_HOME - location of a JDK home dir 29 # ----------------- 30 # M2_HOME - location of maven2's installed home dir [all …]
|
H A D | mvnw.cmd | 1 @REM ---------------------------------------------------------------------------- 10 @REM https://www.apache.org/licenses/LICENSE-2.0 18 @REM ---------------------------------------------------------------------------- 20 @REM ---------------------------------------------------------------------------- 21 @REM Maven Start Up Batch script 24 @REM JAVA_HOME - location of a JDK home dir 27 @REM M2_HOME - location of maven2's installed home dir 28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands 29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending 30 @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven [all …]
|
/aosp_15_r20/external/guava/ |
H A D | mvnw | 1 #!/bin/sh 2 # ---------------------------------------------------------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 # ---------------------------------------------------------------------------- 21 # ---------------------------------------------------------------------------- 22 # Apache Maven Wrapper startup batch script, version 3.2.0 25 # ------------------ 26 # JAVA_HOME - location of a JDK home dir 29 # ----------------- 30 # MAVEN_OPTS - parameters passed to the Java VM when running Maven [all …]
|
H A D | mvnw.cmd | 1 @REM ---------------------------------------------------------------------------- 10 @REM http://www.apache.org/licenses/LICENSE-2.0 18 @REM ---------------------------------------------------------------------------- 20 @REM ---------------------------------------------------------------------------- 21 @REM Apache Maven Wrapper startup batch script, version 3.2.0 24 @REM JAVA_HOME - location of a JDK home dir 27 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands 28 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending 29 @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven 30 @REM e.g. to debug Maven itself, use [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/ |
H A D | mvnw | 1 #!/bin/sh 2 # ---------------------------------------------------------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 # ---------------------------------------------------------------------------- 21 # ---------------------------------------------------------------------------- 22 # Apache Maven Wrapper startup batch script, version 3.2.0 25 # ------------------ 26 # JAVA_HOME - location of a JDK home dir 29 # ----------------- 30 # MAVEN_OPTS - parameters passed to the Java VM when running Maven [all …]
|
H A D | mvnw.cmd | 1 @REM ---------------------------------------------------------------------------- 10 @REM http://www.apache.org/licenses/LICENSE-2.0 18 @REM ---------------------------------------------------------------------------- 20 @REM ---------------------------------------------------------------------------- 21 @REM Apache Maven Wrapper startup batch script, version 3.2.0 24 @REM JAVA_HOME - location of a JDK home dir 27 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands 28 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending 29 @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven 30 @REM e.g. to debug Maven itself, use [all …]
|
/aosp_15_r20/external/jacoco/ |
H A D | .appveyor.yml | 2 - C:\Users\appveyor\apache-maven-3.3.9 -> appveyor.yml 3 - C:\Users\appveyor\.m2 -> **\pom.xml 6 - if not exist C:\Users\appveyor\apache-maven-3.3.9 ( 7 …l -LsS "http://www.apache.org/dyn/closer.cgi?action=download&filename=maven/maven-3/3.3.9/binaries… 8 unzip apache-maven-3.3.9-bin.zip -d C:\Users\appveyor 10 - SET PATH=C:\Users\appveyor\apache-maven-3.3.9\bin;%PATH% 13 …# Maven 3.3.9 requires Java >= 7, but generation of Javadocs requires Java <= 6 (https://github.co… 14 - mvn -V -B -e verify -Djdk.version=6 --toolchains=.travis\appveyor-toolchains.xml 17 - path: jacoco\target\*.zip
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/ |
H A D | README.md | 4 Examples for google-cloud (Java idiomatic client for [Google Cloud Platform][cloud-platform] servic… 7 https://github.com/googleapis/google-cloud-java/tree/main_202208/google-cloud-examples) 11 …rcleci.com/gh/googleapis/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/… 12 …veralls.io/repos/googleapis/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/goo… 13 …Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-examples.svg)]( https:… 14 …dge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java) 17 - [Examples](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/e… 20 ---------- 22 [//]: # ({x-version-update-start:google-cloud-examples:released}) 23 If you are using Maven, add this to your pom.xml file [all …]
|
/aosp_15_r20/external/sdk-platform-java/.github/workflows/ |
H A D | ci.yaml | 4 - main 11 runs-on: ubuntu-22.04 16 - uses: actions/checkout@v3 17 - uses: actions/setup-java@v3 19 java-version: ${{ matrix.java }} 21 cache: maven 22 - run: java -version 23 - name: Unit Tests 25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \ 26 -Dfmt.skip -DenableTestCoverage [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/java/ |
H A D | README.md | 10 - Refer to [Installing TensorFlow for Java](https://www.tensorflow.org/install/lang_java) 11 - [Javadoc](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary) 12 - [ 49 …n_sdk_finalization_cmd = 'prebuilts/build-tools/path/linux-x86/python3 %s -r "{readme}" {local_mod… 61 # - Name format is MAVEN.replaceAll(':','_') 62 # - Path format is MAVEN.replaceAll(':','/').replaceAll('.','/') 65 'androidx.benchmark:benchmark-macro': {}, 66 'androidx.benchmark:benchmark-macro-junit4': {}, 67 'androidx.benchmark:benchmark-common': {}, [all …]
|
/aosp_15_r20/prebuilts/sdk/update_prebuilts/ |
H A D | update_prebuilts.py | 1 #!/usr/bin/python3 5 For details on how to use this script, visit go/update-prebuilts. 30 from maven import MavenLibraryInfo, GMavenArtifact, maven_path_for_artifact 47 jetifier_dir = os.path.join(buildtools_dir, 'jetifier', 'jetifier-standalone') 49 …n_sdk_finalization_cmd = 'prebuilts/build-tools/path/linux-x86/python3 %s -r "{readme}" {local_mod… 61 # - Name format is MAVEN.replaceAll(':','_') 62 # - Path format is MAVEN.replaceAll(':','/').replaceAll('.','/') 65 'androidx.benchmark:benchmark-macro': {}, 66 'androidx.benchmark:benchmark-macro-junit4': {}, 67 'androidx.benchmark:benchmark-common': {}, [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/protoc-artifacts/ |
H A D | Dockerfile | 3 RUN yum install -y git \ 8 curl-devel \ 12 glibc-static.i686 \ 13 glibc-devel \ 14 glibc-devel.i686 \ 19 RUN wget -q --no-cookies --no-check-certificate \ 20 …--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie… 21 …"http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-… 22 -O - | tar xz -C /var/local 24 ENV PATH $JAVA_HOME/bin:$PATH [all …]
|
/aosp_15_r20/external/protobuf/protoc-artifacts/ |
H A D | Dockerfile | 3 RUN yum install -y git \ 8 curl-devel \ 12 glibc-static.i686 \ 13 glibc-devel \ 14 glibc-devel.i686 \ 19 RUN wget -q --no-cookies --no-check-certificate \ 20 …--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie… 21 …"http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-… 22 -O - | tar xz -C /var/local 24 ENV PATH $JAVA_HOME/bin:$PATH [all …]
|
/aosp_15_r20/external/grpc-grpc-java/buildscripts/grpc-java-artifacts/ |
H A D | Dockerfile | 3 RUN yum install -y \ 6 gcc-c++ \ 7 gcc-c++.i686 \ 8 glibc-devel \ 9 glibc-devel.i686 \ 10 java-1.8.0-openjdk-devel \ 11 libstdc++-devel \ 12 libstdc++-devel.i686 \ 13 libstdc++-static \ 14 libstdc++-static.i686 \ [all …]
|
/aosp_15_r20/external/aws-crt-java/ |
H A D | README.md | 16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/) 18 * [Platform-Specific JARs](#platform-specific-jars) 19 * [System Properties](#system-properties) 20 * [TLS Behavior](#tls-behavior) 33 * Maven 36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y` 37 2) `git clone https://github.com/awslabs/aws-crt-java.git` 38 3) `cd aws-crt-java` 39 4) `git submodule update --init --recursive` 47 * Maven [all …]
|
/aosp_15_r20/external/jazzer-api/ |
H A D | WORKSPACE.bazel | 14 patches = ["//third_party:protobuf-disable-layering_check.patch"], 16 strip_prefix = "protobuf-23.2", 18 …urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v23.2/protobuf-23.2.tar.gz"… 31 …urls = ["https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/2202c161310ffde63… 37 strip_prefix = "bazel-toolchain-0.6.3", 38 urls = ["https://github.com/grailbio/bazel-toolchain/archive/refs/tags/0.6.3.tar.gz"], 44 strip_prefix = "googletest-release-1.12.1", 45 url = "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz", 51 strip_prefix = "rules_foreign_cc-0.8.0", 59 strip_prefix = "rules_jvm_external-90280783fa4e74439b88191acafd99232ada61aa", [all …]
|
/aosp_15_r20/external/nanohttpd/ |
H A D | pom.xml | 1 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>oss-parent</artifactId> 9 <artifactId>nanohttpd-project</artifactId> 12 <name>NanoHttpd-Project</name> 13 …<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.… 19 <tag>nanohttpd-project-2.2.0</tag> 26 <id>sonatype-nexus-staging</id> 27 <name>nanohttpd sonytype Maven 2 repository</name> 31 <id>sonatype-nexus-staging</id> 32 <name>nanohttpd sonytype Snapshot Maven 2 repository</name> [all …]
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/ |
H A D | DEVELOPMENT.md | 7 To run the unit tests in `gapic-generator-java` submodule, first build all 8 modules with `mvn -pl '!gapic-generator-java' install -DskipTests` at the root 10 then `cd` into `gapic-generator-java` submodule for the following commands: 12 - Run all unit tests: 15 # In gapic-generator-java submodule 19 - Run a single or multiple unit tests: 22 # In gapic-generator-java submodule 23 mvn test -Dtest=JavaCodeGeneratorTest 25 …mvn test "-Dtest=Basic*, !%regex[.*.Unstable.*], !%regex[.*.MyTest.class#one.*|two.*], %regex[#fas… 28 - Update all unit test golden files: [all …]
|