/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | ml_v1.projects.models.versions.html | 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; 27 margin-bottom: 1em; [all …]
|
D | appengine_v1.apps.services.versions.html | 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; 27 margin-bottom: 1em; [all …]
|
D | ml_v1.projects.jobs.html | 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; 27 margin-bottom: 1em; [all …]
|
D | ml_v1.projects.models.html | 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; 27 margin-bottom: 1em; [all …]
|
D | appengine_v1beta.apps.services.versions.html | 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; 27 margin-bottom: 1em; [all …]
|
D | appengine_v1beta5.apps.services.versions.html | 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; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | SystemUtils.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 43 // ----------------------------------------------------------------------- 53 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 78 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 99 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 117 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 136 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 156 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 174 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… 192 …* Defaults to {@code null} if the runtime does not have security access to read this property or t… [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/operator_upgraders/ |
H A D | README.md | 3 …ew runtime problem), or forward compatibility (FC) breaking, where new programs will not run on ol… 5 When a new runtime reads an old program containing the old operator definition, the upgrader will a… 6 …r Versioning RFC](https://github.com/pytorch/rfcs/blob/master/RFC-0017-PyTorch-Operator-Versioning… 8 If the change to the operator is BC-breaking in either the schema or the semantics, you are respons… 18 - Return types are more generic than the older version 19 - Old: `foo(Tensor self, int a) -> int` 20 - New: `foo(Tensor self, int a) -> Scalar` 21 - Argument types are more specific than the older version 22 - Old: `foo(Tensor self, Scalar a) -> int` 23 - New: `foo(Tensor self, int a) -> int` [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.doc/docroot/doc/ |
H A D | classids.html | 1 <?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" /> 8 <title>JaCoCo - Class Ids</title> 28 Class ids are 64-bit integer values, for example 36 Class ids are used to unambiguously identify Java classes. At runtime execution 45 The concept of class ids allows distinguishing different versions of classes, 46 for example when multiple versions of an application are deployed to an 47 application server or different versions of libraries are included. [all …]
|
H A D | implementation.html | 1 <?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 - Implementation Design</title> 38 Coverage information has to be collected at runtime. For this purpose JaCoCo 39 creates instrumented versions of the original class definitions. The 40 instrumentation process happens on-the-fly during class loading using so [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/internal/macos/ |
D | corefoundation.go | 2 // Use of this source code is governed by a BSD-style 7 // Package macOS provides cgo-less wrappers for Core Foundation and 16 "runtime" 23 //go:cgo_ldflag "-framework" 62 …Create CFDataCreate "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation" 67 runtime.KeepAlive(p) 72 …ringCreateWithBytes "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation" 74 // StringToCFString returns a copy of the UTF-8 contents of s as a new CFString. 79 runtime.KeepAlive(p) 84 …ryGetValueIfPresent "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation" [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gccinstall.info | 4 Copyright (C) 1988-2013 Free Software Foundation, Inc. 9 Invariant Sections, the Front-Cover texts being (a) (see below), and 10 with the Back-Cover Texts being (b) (see below). A copy of the license 13 (a) The FSF's Front-Cover Text is: 17 (b) The FSF's Back-Cover Text is: 22 INFO-DIR-SECTION Software development 23 START-INFO-DIR-ENTRY 25 END-INFO-DIR-ENTRY 27 Copyright (C) 1988-2013 Free Software Foundation, Inc. 32 Invariant Sections, the Front-Cover texts being (a) (see below), and [all …]
|
/aosp_15_r20/external/google-cloud-java/ |
H A D | TROUBLESHOOTING.md | 9 - The timing of underlying client-server communication 10 - Request and response message headers 11 - Verbose messages in underlying dependency libraries 19 # -Djava.util.logging.config.file=path/to/logging.properties 21 java.util.logging.SimpleFormatter.format=%1$tF %1$tT,%1$tL %4$-8s %3$-50s - %5$s %6$s%n 23 # --- ConsoleHandler --- 28 # --- Specify logging level for certain packages --- 41 and run your application with `-Djava.util.logging.config.file=path/to/logging.properties` 49 the FINE-level logging in your console. Example output: 52 2023-04-05 13:03:01,761 FINE com.google.auth.oauth2.DefaultCredentialsProvider - Attempting to… [all …]
|
/aosp_15_r20/external/python/typing_extensions/ |
D | CHANGELOG.md | 3 - Fix regression in v4.12.0 where specialization of certain 6 - Fix tests so they pass on 3.13.0b2 10 - Preliminary changes for compatibility with the draft implementation 12 - Fix regression in v4.12.0 where nested `Annotated` types would cause 21 - Fix incorrect behaviour of `typing_extensions.ParamSpec` on Python 3.8 and 34 Waygood, who did most of the work adapting typing-extensions to the 39 - Improve the implementation of type parameter defaults (PEP 696) 40 - Backport the `typing.NoDefault` sentinel object from Python 3.13. 43 - TypeVars, ParamSpecs and TypeVarTuples now have a `has_default()` 46 - TypeVars, ParamSpecs and TypeVarTuples with `default=None` passed to [all …]
|
/aosp_15_r20/external/python/typing_extensions/doc/ |
D | index.rst | 6 ``typing_extensions`` complements the standard-library :py:mod:`typing` module, 7 providing runtime support for type hints as specified by :pep:`484` and subsequent 10 - Enable use of new type system features on older Python versions. For example, 12 users on previous Python versions to use it too. 13 - Enable experimentation with type system features proposed in new PEPs before they are accepted and 26 ``typing_extensions`` also re-exports all names from the :py:mod:`typing` module, 31 3.14, is not re-exported. Similarly, the ``typing.io`` and ``typing.re`` submodules, 35 -------------------------------------- 41 The major version is incremented for all backwards-incompatible changes. 68 Runtime use of types [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/34/ |
D | 34cc874dfa1f0db53f02708207049c856dc2e2e9 | 1 // This is auto-generated. DO NOT EDIT. 6 default_applicable_licenses: ["Android-Apache-2.0"], 10 name: "runtime-module-sdk.contributions", 30 name: "runtime-module-sdk_bionic_apex_license", 32 license_kinds: ["SPDX-license-identifier-Apache-2.0"], 37 name: "runtime-module-sdk_bionic_libc_license", 40 "SPDX-license-identifier-Apache-2.0", 41 "SPDX-license-identifier-BSD", 42 "SPDX-license-identifier-ISC", 43 "SPDX-license-identifier-MIT", [all …]
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/ |
H A D | PlatformTest.java | 19 // java.runtime.version = pwa6480sr1fp10-20150711_01 (SR1 FP10) 21 // JRE 1.8.0 Windows 7 amd64-64 Compressed References 20150630_255633 (JIT enabled, AOT enabled) 22 // J9VM - R28_jvm.28_20150630_1742_B255633 23 // JIT - tr.r14.java_20150625_95081.01 24 // GC - R28_jvm.28_20150630_1742_B255633_CMPRSS 25 // J9CL - 20150630_255633 35 assertThat(Platform.JVM_VERSION).isEqualTo(System.getProperty("java.runtime.version")); in const_are_initialized_from_system_properties() 44 assertThat(Platform.warnForVM("Java HotSpot(TM) 64-Bit Server VM", in should_warn_for_jvm() 62 // - http://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html in should_parse_open_jdk_string_and_report_wether_below_or_nut_update_45() 63 // - http://www.oracle.com/technetwork/java/javase/jdk7-naming-418744.html in should_parse_open_jdk_string_and_report_wether_below_or_nut_update_45() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/ |
H A D | SECURITY.md | 6 [gRPC CVE Process]: https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md 21 [Play Services Provider](#tls-on-android) and for non-Android systems we 22 recommend [netty-tcnative with 23 BoringSSL](#tls-with-netty-tcnative-on-boringssl). 28 Provider][] to ensure your application has an up-to-date OpenSSL library with 29 the necessary cipher-suites and a reliable ALPN implementation. This requires 30 [updating the security provider at runtime][config-psdsp]. 35 Dynamic Security Provider for all Android versions. 42 … Provider]: https://www.appfoundry.be/blog/2014/11/18/Google-Play-Services-Dynamic-Security-Provid… 43 [config-psdsp]: https://developer.android.com/training/articles/security-gms-provider.html [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/docs/ |
H A D | toolchains.md | 1 :::{default-domain} bzl 16 2. A library module with dev-only uses of Python. For example, a Java project 27 Root modules are always the top-most module. These are special in two ways: 40 you should read the dev-only library module section. 52 bzlmod module graph -- it's unknown where in the breadth-first search order the 56 #### Library modules with dev-only Python usage 58 A library module with dev-only Python usage is usually one where Python is only 61 Python to work. To configure this, follow the root-module setup, but remember to 85 `python.toolchain` -- rules_python ensures _some_ Python version is available, 108 To configure this, request the Python versions needed in MODULE.bazel and use [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | ml.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 60 "Responses with Content-Type of application/json", 61 "Media download with context-dependent Content-Type", 62 "Responses with Content-Type of application/x-protobuf" 94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 114 …lanation on the data in the request. {% dynamic include \"/ai-platform/includes/___explain-request… 138 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/ |
H A D | python.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 load("//python:versions.bzl", "DEFAULT_RELEASE_BASE_URL", "PLATFORMS", "TOOL_VERSIONS") 94 # Duplicate versions within a module indicate a misconfigured module. 181 # A default toolchain is required so that the non-version-specific rules 197 fail("more than {} python versions are not supported".format(_MAX_NUM_TOOLCHAINS)) 202 default_python_version = toolchains[-1].python_version, 250 "True" if i != len(py.toolchains) - 1 else "False" 311 …_fail("The 'python_version' attribute needs to specify an 'X.Y.Z' semver-compatible version, got: … 398 _fail("unknown version '{}', known versions are: {}".format( 501 versions = {} [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/ |
H A D | CHANGELOG.md | 1 :::{default-domain} bzl 6 This is a human-friendly changelog in a keepachangelog.com style format. 7 Because this changelog is for end-user consumption of meaningful changes,only 20 * Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or 39 ## [0.36.0] - 2024-09-24 44 * (gazelle): Update error messages when unable to resolve a dependency to be more human-friendly. 45 * (flags) The {obj}`--python_version` flag now also returns 52 the {obj}`--python_version` flag will determine the value. This allows 53 specifying the build-time Python version for the 61 * (whl_library): Remove `--no-index` and add `--no-build-isolation` to the [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/config/ |
D | auto_link.hpp | 27 rather than a mangled-name version. 28 BOOST_AUTO_LINK_TAGGED: Specifies that we link to libraries built with the --layout=tagged option. 29 … This is essentially the same as the default name-mangled version, but without 31 BOOST_AUTO_LINK_SYSTEM: Specifies that we link to libraries built with the --layout=system option. 32 This is essentially the same as the non-name-mangled version, but with 36 has no include guards - so be sure to include it only once from your library! 52 "-" 64 BOOST_LIB_THREAD_OPT: "-mt" for multithread builds, otherwise nothing. 66 BOOST_LIB_RT_OPT: A suffix that indicates the runtime library used, 70 s static runtime (dynamic if not present). [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/synthetics/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2017-10-11", 7 "protocol":"rest-json", 13 "uid":"synthetics-2017-10-11" 46 …. Canaries are scripts that monitor your endpoints and APIs from the outside-in. Canaries help you… 62 …-Region canaries. Using groups can help you with managing and automating your canaries, and you ca… 78 …-SharpDrop-Alarm-<i>MyCanaryName</i> </code>.</p> </li> <li> <p>Amazon S3 objects and buckets, suc… 108 …with full details about each canary.</p> <p>This operation supports resource-level authorization u… 114 "requestUri":"/canaries/last-run" 122 …f each canary that you have created.</p> <p>This operation supports resource-level authorization u… 128 "requestUri":"/runtime-versions" [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/ |
D | README.md | 1 # clang-sys 3 [](https://crates.io/crates/clang-sys) 4 [](https://docs.rs/clang-sys) 5 …ithub/actions/workflow/status/KyleMayes/clang-sys/ci.yml?branch=master)](https://github.com/KyleMa… 6  10 …t idiomatic Rust wrapper for these bindings, see [`clang-rs`](https://github.com/KyleMayes/clang-r… 14 ## [Documentation](https://docs.rs/clang-sys) 16 Note that the documentation on https://docs.rs for this crate assumes usage of the `runtime` Cargo … 18 …runtime` Cargo feature, this documentation will contain some additional types and functions to man… 22 ## Supported Versions [all …]
|