Home
last modified time | relevance | path

Searched +full:- +full:djdk (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/jacoco/org.jacoco.doc/docroot/doc/
H A Dbuild.html1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
7 …<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text…
9 <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script>
10 <title>JaCoCo - Build</title>
51 ./jacoco/target/jacoco-<i>x.y.z.qualifier</i>.zip
62 mvn clean verify -DskipTests
71 <a href="http://maven.apache.org/guides/mini/guide-using-toolchains.html">Maven
[all …]
/aosp_15_r20/external/jacoco/.azure-pipelines/
H A Dazure-pipelines.yml2 - job:
35 vmImage: 'ubuntu-18.04'
37 - bash: |
38 set -e
42 curl -L $JDK_URL -o .jdk/jdk.tar.gz
43 tar -xzf .jdk/jdk.tar.gz -C .jdk --strip-components 1
44 .jdk/bin/java -version
60 - bash: |
61 if [[ "$JDK_VERSION" -ge "8" ]]; then
65 mvn -V -B -e -f org.jacoco.build \
[all …]
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/
H A DJazzer.java8 * http://www.apache.org/licenses/LICENSE-2.0
56 * The libFuzzer-compatible CLI entrypoint for Jazzer.
58 * <p>Arguments to Jazzer are passed as command-line arguments or {@code jazzer.*} system
61 * {@code --target_class=com.example.FuzzTest}.
63 * <p>Arguments to libFuzzer are passed as command-line arguments.
74 .map(bytes -> new String(bytes, StandardCharsets.UTF_8)) in main()
85 // --asan and --ubsan imply --native by default, but --native can also be used by itself to fuzz in start()
93 Log.error("--asan, --hwasan and --ubsan cannot be used without --native"); in start()
107 -> (arg.startsWith("-fork=") && !arg.equals("-fork=0")) in start()
108 || (arg.startsWith("-jobs=") && !arg.equals("-jobs=0")) in start()
[all …]
/aosp_15_r20/external/jacoco/
H A D.appveyor.yml2 - 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 …rl -LsS "http://www.apache.org/dyn/closer.cgi?action=download&filename=maven/maven-3/3.3.9/binarie…
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%
14 - mvn -V -B -e verify -Djdk.version=6 --toolchains=.travis\appveyor-toolchains.xml
17 - path: jacoco\target\*.zip
/aosp_15_r20/libcore/ojluni/src/test/java/net/InetAddress/
H A DInternalNameServiceWithNoHostsFileTest.java17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
30 * /etc/hosts file. TestHosts-II file doesn't exist, so a UHE should be
32 * @run main/othervm -Djdk.net.hosts.file=TestHosts-II -Dsun.net.inetaddr.ttl=0
48 testAddress = InetAddress.getByName("host.sample-domain"); in testINSwithoutHosts()
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_java_binary_script.py4 # Use of this source code is governed by a BSD-style license that can be
21 # be user-supplied paths in the args. The script receives the classpath relative
45 # https://chromium-review.googlesource.com/c/chromium/src/+/4697557/3
46 java_cmd += ['-Djdk.util.zip.disableZip64ExtraFieldValidation=true']
50 parser.add_argument('--jar-args')
51 parser.add_argument('--jvm-args')
52 parser.add_argument('--classpath')
70 java_cmd += ['-classpath', ':'.join(classpath), \"{main_class}\"]
79 parser.add_argument('--output',
83 '--main-class',
[all …]
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcreate_java_binary_script.py4 # Use of this source code is governed by a BSD-style license that can be
21 # be user-supplied paths in the args. The script receives the classpath relative
45 # https://chromium-review.googlesource.com/c/chromium/src/+/4697557/3
46 java_cmd += ['-Djdk.util.zip.disableZip64ExtraFieldValidation=true']
50 parser.add_argument('--jar-args')
51 parser.add_argument('--jvm-args')
52 parser.add_argument('--classpath')
70 java_cmd += ['-classpath', ':'.join(classpath), \"{main_class}\"]
79 parser.add_argument('--output',
83 '--main-class',
[all …]
/aosp_15_r20/external/okio/
H A Dbuild.gradle.kts21 id("build-support").apply(false) in <lambda>()
79 "${rootDir.toString().replace('\\', '/')}/docs/css/dokka-logo.css" in <lambda>()
82 "${rootDir.toString().replace('\\', '/')}/docs/images/icon-square.png" in <lambda>()
123 url.set("http://www.apache.org/licenses/LICENSE-2.0.txt") in <lambda>()
142 // com.squareup.okio:okio:3.x.y) even though we changed that artifact from JVM-only to Kotlin in <lambda>()
181 freeCompilerArgs += "-Xjvm-default=all" in <lambda>()
206 "-Djdk.tracePinnedThread=full", in <lambda>()
207 "--enable-preview", in <lambda>()
208 "-DloomEnabled=true" in <lambda>()
221 ignoreAttribute("Bnd-LastModified") in <lambda>()
[all …]
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dbuild_utils.py2 # Use of this source code is governed by a BSD-style license that can be
50 ret += ['-Xmx' + xmx]
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|'
235 stdout = stdout.decode('utf-8')
236 stderr = stderr.decode('utf-8')
[all …]
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dbuild_utils.py2 # Use of this source code is governed by a BSD-style license that can be
50 ret += ['-Xmx' + xmx]
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|'
232 stdout = stdout.decode('utf-8')
233 stderr = stderr.decode('utf-8')
[all …]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst2 .. date: 2019-05-21-23-20-18
4 .. release date: 2019-06-04
7 CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
14 .. date: 2019-02-24-18-48-16
19 loop when there are too many non-ASCII characters in a header.
24 .. date: 2018-03-30-12-26-47
34 .. date: 2019-06-03-00-51-02
44 .. date: 2019-06-01-20-03-13
54 .. date: 2019-06-01-16-53-41
55 .. nonce: dZ3-NY
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc1 /* Copyright (C) 1995-1998 Eric Young ([email protected])
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
80 * openssl-[email protected].
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
179 CBS_init(&cipher_suites, client_hello->cipher_suites, in ssl_client_cipher_list_contains_cipher()
180 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
198 SSL *const ssl = hs->ssl; in negotiate_version()
199 assert(!ssl->s3->have_version); in negotiate_version()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc1 /* Copyright (C) 1995-1998 Eric Young ([email protected])
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
80 * openssl-[email protected].
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
179 CBS_init(&cipher_suites, client_hello->cipher_suites, in ssl_client_cipher_list_contains_cipher()
180 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
198 SSL *const ssl = hs->ssl; in negotiate_version()
199 assert(!ssl->s3->have_version); in negotiate_version()
[all …]
/aosp_15_r20/external/boringssl/src/ssl/
H A Dhandshake_server.cc1 /* Copyright (C) 1995-1998 Eric Young ([email protected])
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
80 * openssl-[email protected].
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
179 CBS_init(&cipher_suites, client_hello->cipher_suites, in ssl_client_cipher_list_contains_cipher()
180 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
198 SSL *const ssl = hs->ssl; in negotiate_version()
199 assert(!ssl->s3->have_version); in negotiate_version()
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dhandshake_server.cc1 /* Copyright (C) 1995-1998 Eric Young ([email protected])
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
80 * openssl-[email protected].
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
179 CBS_init(&cipher_suites, client_hello->cipher_suites, in ssl_client_cipher_list_contains_cipher()
180 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
198 SSL *const ssl = hs->ssl; in negotiate_version()
199 assert(!ssl->s3->have_version); in negotiate_version()
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.16.1/
HDgrpc-netty-shaded-1.16.1.jar ... META-INF/ META-INF/MANIFEST.MF io/ io/grpc ... ...
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jar ... META-INF/MANIFEST.MF META-INF/ META-INF/native/ io/ io/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/
HDgrpc-netty-shaded-1.56.0.jar ... META-INF/ META-INF/MANIFEST.MF io/ io/grpc ...
/aosp_15_r20/packages/apps/TV/tuner/tests/assets/
Dcapture_stream.ts14 …v���M�����ն%����u�>~?� ����TX�if �.f���r?|~��o�Qv���(���$��%R���-���ڨXR{�G�X/ȊC��…
15 …@`� ����Ƹ��Cŭ�pW��dGN����r����g�����/�m��[�Z����������+�.���w*�tY�p-���#�3�@g~����6<�Ȭ�|�…
17 zd{-S���)p��G�A���-g���U4��/堩���b������
19 …���.��}�5�Ծ@X���(�az\�k�<!� ?�hK��ثmkn�c��G���V;@ �$�q���Ym�J����c-��7M�u�1���\�a��…
28 …�0@��������q+�O���w�G����D��|�MO�kZ��|�����Hw���u�y�?������Z���p>z����̓-�@Gj��
31 …��}����;8D�8�!T �hpa��!�x�WT�t�\�E�+��<P���m�|�cp|�&�*�>|�gρR��-R��jp�"��O��w����ȵ…
33 …p|�����~ ����wa�?�z1�p"|v���{���'��dD�I�p��w�d��( Z&r\q׊x�9�j�GԦ?-4�Z�,p�%���;�d��K�…
34 …�R�̓u��U ���J�ީ�##Mi(5�\���ـt����1wGgo�Y�ϜE��Ȳ�6���Xé����tmfv1�{��I-� .��������"vUwx�x�…
41 …�."`���|S>J[|-P��}'���?z*о�����Gk�{]ҧ�]F|����a�Kn���B����ϟ>|���ϟ>|���Ϗ����Vt��*��V��Z��Ҵ�…
42 )?vK���Ѣ(%����<> 1=���)�e-<F���I��jdS5.�MK���i1¬��W* C�w��N�G  ��*E�Q�,.�M��9�>��@�…
[all …]
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dats_local_runner_deploy.jar ... META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google ...
Dats_console_deploy.jar ... META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google ...
Dats_olc_server_local_mode_deploy.jar ... META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google ...
Dats_olc_server_deploy.jar ... META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google ...
Dlab_server_oss_deploy.jar ... META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google ...
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Dall_android_tools_deploy.jar ... META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google ...

12