/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileSystems.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 41 * <p> The first invocation of any of the methods defined by this class causes 48 * <p> The first invocation of the {@link FileSystemProvider#installedProviders 52 * service-provider loading facility defined by the {@link ServiceLoader} class. 58 * provider-configuration file named {@code java.nio.file.spi.FileSystemProvider} 59 * in the resource directory {@code META-INF/services}, and the file lists one or 60 * more fully-qualified names of concrete subclass of {@link FileSystemProvider} 72 * <p> This class also defines factory methods that allow a {@link ClassLoader} 75 * in the resource directory {@code META-INF/services}. 77 * <p> If a thread initiates the loading of the installed file system providers [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileSystems.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 41 * <p> The first invocation of any of the methods defined by this class causes 48 * <p> The first invocation of the {@link FileSystemProvider#installedProviders 52 * service-provider loading facility defined by the {@link ServiceLoader} class. 58 * provider-configuration file named {@code java.nio.file.spi.FileSystemProvider} 59 * in the resource directory {@code META-INF/services}, and the file lists one or 60 * more fully-qualified names of concrete subclass of {@link FileSystemProvider} 72 * <p> This class also defines factory methods that allow a {@link ClassLoader} 75 * in the resource directory {@code META-INF/services}. 77 * <p> If a thread initiates the loading of the installed file system providers [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/ |
H A D | FileSystems.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 41 * <p> The first invocation of any of the methods defined by this class causes 48 * <p> The first invocation of the {@link FileSystemProvider#installedProviders 52 * service-provider loading facility defined by the {@link ServiceLoader} class. 58 * provider-configuration file named {@code java.nio.file.spi.FileSystemProvider} 59 * in the resource directory {@code META-INF/services}, and the file lists one or 60 * more fully-qualified names of concrete subclass of {@link FileSystemProvider} 72 * <p> This class also defines factory methods that allow a {@link ClassLoader} 75 * in the resource directory {@code META-INF/services}. 77 * <p> If a thread initiates the loading of the installed file system providers [all …]
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
H A D | Deserializers.java | 14 *<p> 23 * Method called to locate deserializer for specified {@link java.lang.Enum} type. 37 * Method called to locate deserializer for specified JSON tree node type. 50 … * Method called to locate deserializer for specified value type which does not belong to any other 67 * Method called to locate deserializer for value that is of referential 88 * Method called to locate serializer for specified array type. 89 *<p> 115 …* Method called to locate serializer for specified {@link java.util.Collection} (List, Set etc) ty… 116 *<p> 141 * Method called to locate serializer for specified [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/ |
H A D | package-lock.json | 2 "name": "trusted-firmware-a", 8 "name": "trusted-firmware-a", 11 "license": "BSD-3-Clause", 14 "@commitlint/config-conventional": "^14.1.0", 16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a", 17 "cz-conventional-changelog": "^3.3.0", 19 "standard-version": "^9.3.2" 22 "node_modules/@babel/code-frame": { 24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", 25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 115 # If get_project() is called from locate(), the matcher instance 116 # is set from the requirement passed to locate(). See issue #18 for 160 If called from a locate() request, self.matcher will be set to a 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 115 # If get_project() is called from locate(), the matcher instance 116 # is set from the requirement passed to locate(). See issue #18 for 160 If called from a locate() request, self.matcher will be set to a 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 115 # If get_project() is called from locate(), the matcher instance 116 # is set from the requirement passed to locate(). See issue #18 for 160 If called from a locate() request, self.matcher will be set to a 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 115 # If get_project() is called from locate(), the matcher instance 116 # is set from the requirement passed to locate(). See issue #18 for 160 If called from a locate() request, self.matcher will be set to a 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | ServiceLoader.java | 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 59 // Android-changed: JPMS and Security related sections are commented out. 63 * <p> A <i>service</i> is a well-known interface or class for which zero, one, 65 * <i>provider</i>) is a class that implements or subclasses the well-known 75 * <p> An application obtains a service loader for a given service by invoking 76 * one of the static {@code load} methods of {@code ServiceLoader}. <!--If the 78 * directive that specifies the service; this helps to locate providers and ensure 83 * contain providers of the service.--/> 85 * <p> A service loader can be used to locate and instantiate providers of the 90 * <p> As an example, suppose the service is {@code com.example.CodecFactory}, an [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | ServiceLoader.java | 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 59 // Android-changed: JPMS and Security related sections are commented out. 63 * <p> A <i>service</i> is a well-known interface or class for which zero, one, 65 * <i>provider</i>) is a class that implements or subclasses the well-known 75 * <p> An application obtains a service loader for a given service by invoking 76 * one of the static {@code load} methods of {@code ServiceLoader}. <!--If the 78 * directive that specifies the service; this helps to locate providers and ensure 83 * contain providers of the service.--/> 85 * <p> A service loader can be used to locate and instantiate providers of the 90 * <p> As an example, suppose the service is {@code com.example.CodecFactory}, an [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | ServiceLoader.java | 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 59 // Android-changed: JPMS and Security related sections are commented out. 63 * <p> A <i>service</i> is a well-known interface or class for which zero, one, 65 * <i>provider</i>) is a class that implements or subclasses the well-known 75 * <p> An application obtains a service loader for a given service by invoking 76 * one of the static {@code load} methods of {@code ServiceLoader}. <!--If the 78 * directive that specifies the service; this helps to locate providers and ensure 83 * contain providers of the service.--/> 85 * <p> A service loader can be used to locate and instantiate providers of the 90 * <p> As an example, suppose the service is {@code com.example.CodecFactory}, an [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/ |
D | package-lock.json | 2 "name": "trusted-firmware-a", 8 "name": "trusted-firmware-a", 10 "license": "BSD-3-Clause", 13 "@commitlint/config-conventional": "^19.0.0", 14 "@commitlint/cz-commitlint": "^19.0.0", 16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a", 18 "js-yaml": "^4.1.0", 19 "standard-version": "^9.5.0" 25 "node_modules/@babel/code-frame": { 27 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/node/ |
H A D | package-lock.json | 2 "name": "grpc-examples", 7 "@grpc/grpc-js": { 9 "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.1.8.tgz", 10 …"integrity": "sha512-64hg5rmEm6F/NvlWERhHmmgxbWU8nD2TMWE+9TvG7/WcOrFT3fzg/Uu631pXRFwmJ4aWO/kp9vVSl… 12 "@grpc/proto-loader": "^0.6.0-pre14", 14 "google-auth-library": "^6.0.0", 18 "@grpc/proto-loader": { 19 "version": "0.6.0-pre9", 20 "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.0-pre9.tgz", 21 …"integrity": "sha512-oM+LjpEjNzW5pNJjt4/hq1HYayNeQT+eGrOPABJnYHv7TyNPDNzkQ76rDYZF86X5swJOa4EujEMzQ… [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | networksecurity_v1beta1.projects.locations.clientTlsPolicies.html | 4 body, h1, h2, h3, div, span, p, pre, a { 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; [all …]
|
D | networksecurity_v1.projects.locations.clientTlsPolicies.html | 4 body, h1, h2, h3, div, span, p, pre, a { 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; [all …]
|
D | networksecurity_v1.projects.locations.serverTlsPolicies.html | 4 body, h1, h2, h3, div, span, p, pre, a { 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; [all …]
|
D | networksecurity_v1beta1.projects.locations.serverTlsPolicies.html | 4 body, h1, h2, h3, div, span, p, pre, a { 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; [all …]
|
/aosp_15_r20/external/dtc/tests/ |
H A D | value-labels.c | 1 // SPDX-License-Identifier: LGPL-2.1-or-later 3 * libfdt - Flat Device Tree manipulation 29 { "end1", -1 }, 36 { "innerend2", -1 }, 37 { "end2", -1 }, 44 { "innerend3", -1 }, 45 { "end3", -1 }, 52 const char *p; in check_prop_labels() local 58 FAIL("Couldn't locate property \"%s\"", name); in check_prop_labels() 60 p = dlsym(sohandle, name); in check_prop_labels() [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/msi/ |
D | uploadrelease.bat | 17 if "%1" EQU "-h" goto Help 18 if "%1" EQU "-o" (set HOST=%~2) && shift && shift && goto CheckOpts 19 if "%1" EQU "--host" (set HOST=%~2) && shift && shift && goto CheckOpts 20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts 21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts 22 if "%1" EQU "-t" (set TARGET=%~2) && shift && shift && goto CheckOpts 23 if "%1" EQU "--target" (set TARGET=%~2) && shift && shift && goto CheckOpts 24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts 25 if "%1" EQU "--skip-upload" (set NOUPLOAD=true) && shift && goto CheckOpts 26 if "%1" EQU "--skip-gpg" (set NOGPG=true) && shift && goto CheckOpts [all …]
|
/aosp_15_r20/external/kotlinx.serialization/integration-test/kotlin-js-store/ |
H A D | yarn.lock | 5 ansi-[email protected]: 7 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344… 8 …integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX… 10 ansi-regex@^5.0.1: 12 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53b… 13 …integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlM… 15 ansi-styles@^4.0.0, ansi-styles@^4.1.0: 17 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a… 18 …integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZ… 20 color-convert "^2.0.1" [all …]
|
/aosp_15_r20/external/kotlinx.serialization/kotlin-js-store/ |
H A D | yarn.lock | 5 ansi-[email protected]: 7 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344… 8 …integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX… 10 ansi-regex@^5.0.1: 12 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53b… 13 …integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlM… 15 ansi-styles@^4.0.0, ansi-styles@^4.1.0: 17 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a… 18 …integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZ… 20 color-convert "^2.0.1" [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.1/com/fasterxml/jackson/databind/deser/ |
H A D | Deserializers.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!--NewPage--> 5 <!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 09 17:08:12 PDT 2012 --> 6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 8 Deserializers (jackson-databind 2.1.0 API) 11 <META NAME="date" CONTENT="2012-10-09"> 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="Deserializers (jackson-databind 2.1.0 API)"; 32 <!-- ========= START OF TOP NAVBAR ======= --> 33 <A NAME="navbar_top"><!-- --></A> [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.0/com/fasterxml/jackson/databind/deser/ |
H A D | Deserializers.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!--NewPage--> 5 <!-- Generated by javadoc (build 1.6.0_29) on Mon Mar 26 19:07:13 PDT 2012 --> 6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 8 Deserializers (jackson-databind 2.0.0 API) 11 <META NAME="date" CONTENT="2012-03-26"> 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="Deserializers (jackson-databind 2.0.0 API)"; 32 <!-- ========= START OF TOP NAVBAR ======= --> 33 <A NAME="navbar_top"><!-- --></A> [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | make_vms.com | 2 $! Martin P.J. Zinser 5 $! [email protected]-ip.info(preferred) or 10 $!------------------------------------------------------------------------------ 21 $! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared 23 $! 0.09 20120305 SMS. P1 sets builder ("MMK", "MMS", " " (built-in)). 24 $! "" -> automatic, preference: MMK, MMS, built-in. 60 $! 2012-03-05 SMS. 67 $ mydir = f$parse(whoami,,,"DIRECTORY") - "][" 107 $! 2012-03-05 SMS. 179 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" - [all …]
|