Searched +full:jdk17 +full:- +full:build (Results 1 – 16 of 16) sorted by relevance
| /external/bazelbuild-rules_java/java/ |
| D | repositories.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 30 "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools-v12.3.zip", 31 … "https://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools-v12.3.zip", 40 … "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_linux-v12.3.zip", 41 …"https://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_linux-v12.3.zip", 50 … "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_windows-v12.3.zip", 51 …ttps://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_windows-v12.3.zip", 60 …"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_darwin_x86_64-v12.3.zi… 61 …/github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_darwin_x86_64-v12.3.zip", 70 …"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_darwin_arm64-v12.3.zip… [all …]
|
| /external/aws-sdk-java-v2/.github/workflows/ |
| D | codebuild-ci.yml | 4 paths-ignore: 5 - '**.md' 6 - '.all-contributorsrc' 7 - 'docs/**' 10 - master 11 paths-ignore: 12 - '**.md' 13 - '.all-contributorsrc' 14 - 'docs/**' 17 id-token: write [all …]
|
| /external/nullaway/jdk-recent-unit-tests/ |
| D | build.gradle | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 id 'java-library' 18 id 'nullaway.java-test-conventions' 29 // used to test analysis of module-info.java files. 30 // See com.uber.nullaway.jdk17.NullAwayModuleInfoTests 39 testImplementation(deps.build.errorProneTestHelpers) { 42 testImplementation deps.build.jsr305Annotations 49 // Used by com.uber.nullaway.jdk17.NullAwayModuleInfoTests 50 "-Dtest.module.path=${configurations.testModulePath.asPath}"
|
| /external/nullaway/jdk-recent-unit-tests/src/test/java/com/uber/nullaway/jdk17/ |
| D | NullAwayModuleInfoTests.java | 1 package com.uber.nullaway.jdk17; 23 "-d", in setup() 25 // The module path system property is set in the build.gradle file to just in setup() 27 "--module-path", in setup() 29 "-XepOpt:NullAway:AnnotatedPackages=com.uber")); in setup() 37 "module-info.java", in testModuleInfo() 39 … " // Important: two-level deep module tests matching of identifier `java` as base expression;", in testModuleInfo()
|
| /external/boringssl/src/ |
| D | MODULE.bazel.lock | 6 "https://bcr.bazel.build/" 21 "version": "0.0.0-dev", 44 "com_google_absl": "abseil-cpp@20230802.0", 47 "com_googlesource_code_re2": "re2@2023-09-01", 58 "integrity": "sha256-itWYxzrXluDYKAsILOvYKmMNc+c808cAV5OKZQG7pdc=", 59 "strip_prefix": "googletest-1.14.0", 61 …"https://bcr.bazel.build/modules/googletest/1.14.0.bcr.1/patches/module_dot_bazel.patch": "sha256-… 80 "file": "https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel", 103 "https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz" 105 "integrity": "sha256-XtpTnIQSZQMcL4LYrno6ZJC9YhduDAOPxGnqv5H2FJs=", [all …]
|
| /external/protobuf/ |
| D | tests.sh | 3 # Build and run tests for the protobuf project. We use this script to run 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test 38 grep -q -- "-Og" src/Makefile.am && [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/ |
| D | Dockerfile | 1 # This dockerfile is taken from go/rbe-windows-user-guide 4 # TODO(jtattermusch): check the --compilation_mode=dbg fix 10 # * Visual Studio 2019 Build Tools installed 17 # downloads with Invoke-WebRequest not show the progress bar and is MUCH faster). 18 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; … 21 RUN Get-NetAdapter | Where-Object Name -like "*Ethernet*" | ForEach-Object { \ 23 …$gateway = (Get-NetRoute | Where { $_.DestinationPrefix -eq \"0.0.0.0/0\" } | Sort-Object RouteMet… 25 $ifIndex = (Get-NetAdapter -InterfaceDescription \"Hyper-V Virtual Ethernet*\" | Sort-Object \ 27 New-NetRoute -DestinationPrefix 169.254.169.254/32 -InterfaceIndex $ifIndex -NextHop $gateway 29 RUN New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem \ [all …]
|
| /external/grpc-grpc/third_party/toolchains/dockerfile/rbe_windows2019/ |
| D | Dockerfile | 1 # This dockerfile is taken from go/rbe-windows-user-guide 4 # TODO(jtattermusch): check the --compilation_mode=dbg fix 10 # * Visual Studio 2019 Build Tools installed 17 # downloads with Invoke-WebRequest not show the progress bar and is MUCH faster). 18 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; … 21 RUN Get-NetAdapter | Where-Object Name -like "*Ethernet*" | ForEach-Object { \ 23 …$gateway = (Get-NetRoute | Where { $_.DestinationPrefix -eq \"0.0.0.0/0\" } | Sort-Object RouteMet… 25 $ifIndex = (Get-NetAdapter -InterfaceDescription \"Hyper-V Virtual Ethernet*\" | Sort-Object \ 27 New-NetRoute -DestinationPrefix 169.254.169.254/32 -InterfaceIndex $ifIndex -NextHop $gateway 29 RUN New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem \ [all …]
|
| /external/cronet/components/cronet/tools/ |
| D | generate_javadoc.py | 4 # Use of this source code is governed by a BSD-style license that can be 17 sys.path.insert(0, os.path.join(REPOSITORY_ROOT, 'build/android/gyp')) 19 # pylint: disable=wrong-import-position 21 import action_helpers # build_utils adds //build to sys.path. 25 # pylint: enable=wrong-import-position 30 # Doclava support for JDK17 was actively being worked on as of Jan 2023. 36 javadoc: warning - The old Doclet and Taglet APIs in the packages 60 android_sdk_jar = os.path.join(SDK_DIR, 'platforms', 'android-27', 69 '-d', 71 '-quiet', [all …]
|
| /external/gson/gson/ |
| D | pom.xml | 1 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 6 <artifactId>gson-parent</artifactId> 15 <name>Apache-2.0</name> 16 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> 32 <build> 34 <!-- 36 --> 39 <artifactId>templating-maven-plugin</artifactId> 43 <id>filtering-java-templates</id> 45 <goal>filter-sources</goal> [all …]
|
| /external/google-java-format/core/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 9 ~ http://www.apache.org/licenses/LICENSE-2.0 16 --> 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 20 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 24 <artifactId>google-java-format-parent</artifactId> 25 <version>HEAD-SNAPSHOT</version> 28 <artifactId>google-java-format</artifactId> 37 <!-- Required runtime dependencies --> [all …]
|
| /external/nullaway/ |
| D | CHANGELOG.md | 4 --------------- 13 --------------- 18 * Fix backwards-incompatible calls to ASTHelpers.hasDirectAnnotationWithSimpleName (#894) 22 --------------- 24 * Build / CI tooling upgrades for NullAway itself: 25 - Update to WALA 1.6.3 (#887) 26 - Update to Error Prone 2.24.1 (#888) 29 --------------- 32 - Main use case is NullAwayAnnotator 36 - JSpecify: In generics code, get rid of checks for ClassType (#863) [all …]
|
| /external/cronet/build/android/gyp/util/ |
| D | build_utils.py | 2 # Use of this source code is governed by a BSD-style license that can be 29 # Use relative paths to improved hermetic property of build scripts. 50 ret += ['-Xmx' + xmx] 51 # JDK17 bug. 52 # See: https://chromium-review.googlesource.com/c/chromium/src/+/4705883/3 54 ret += ['-Djdk.util.zip.disableZip64ExtraFieldValidation=true'] 101 parser.error('--%s is required' % option_name.replace('_', '-')) 140 exits with a non-zero exit code.""" 186 # WARNING: Use --illegal-access=warn to enable warnings of further ... 193 'Use --illegal-access=warn|' [all …]
|
| /external/angle/build/android/gyp/util/ |
| D | build_utils.py | 2 # Use of this source code is governed by a BSD-style license that can be 29 # Use relative paths to improved hermetic property of build scripts. 50 ret += ['-Xmx' + xmx] 51 # JDK17 bug. 52 # See: https://chromium-review.googlesource.com/c/chromium/src/+/4705883/3 54 ret += ['-Djdk.util.zip.disableZip64ExtraFieldValidation=true'] 101 parser.error('--%s is required' % option_name.replace('_', '-')) 140 exits with a non-zero exit code.""" 186 # WARNING: Use --illegal-access=warn to enable warnings of further ... 193 'Use --illegal-access=warn|' [all …]
|
| /external/rust/cxx/ |
| D | MODULE.bazel.lock | 6 "https://bcr.bazel.build/" 71 "vendor__cc-1.0.89": "vendor__cc-1.0.89", 72 "vendor__clap-4.5.1": "vendor__clap-4.5.1", 73 "vendor__codespan-reporting-0.11.1": "vendor__codespan-reporting-0.11.1", 74 "vendor__once_cell-1.19.0": "vendor__once_cell-1.19.0", 75 "vendor__proc-macro2-1.0.78": "vendor__proc-macro2-1.0.78", 76 "vendor__quote-1.0.35": "vendor__quote-1.0.35", 77 "vendor__scratch-1.0.7": "vendor__scratch-1.0.7", 78 "vendor__syn-2.0.52": "vendor__syn-2.0.52" 115 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" [all …]
|
| /external/speex/ |
| D | config.log | 9 ## --------- ## 11 ## --------- ## 13 hostname = sadaf-specialist.c.googlers.com 14 uname -m = x86_64 15 uname -r = 5.19.11-1rodete1-amd64 16 uname -s = Linux 17 uname -v = #1 SMP PREEMPT_DYNAMIC Debian 5.19.11-1rodete1 (2022-10-31) 19 /usr/bin/uname -p = unknown 20 /bin/uname -X = unknown 23 /usr/bin/arch -k = unknown [all …]
|