/external/autotest/client/common_lib/cros/ |
D | cr50_utils.py | 3 # Use of this source code is governed by a BSD-style license that can be 25 CR50_VERSION = '/var/cache/cr50-version' 27 GET_CR50_MESSAGES ='grep "cr50-.*\[" /var/log/messages' 28 UPDATE_FAILURE = 'unexpected cr50-update exit code' 29 STUB_VER = '-1.-1.-1' 31 # There are two gsctool commands that will return versions: 'fwver' and 34 # 'fwver' is used to get the running RO and RW versions from cr50 41 # --fwver 46 # ------- 51 # Current versions: [all …]
|
/external/accompanist/docs/ |
D | using-snapshot-version.md | 4 library, you can use the [snapshot versions][snap] that are published to 17 classpath 'com.google.accompanist:accompanist-coil:XXX-SNAPSHOT' 23 …-SNAPSHOT` is a build from the `main` branch, and depends on the latest tagged Jetpack Compose rel… 24 …-6574163-SNAPSHOT` is a build from the `snapshot` branch. This depends on the [SNAPSHOT build](htt… 28 If you're using [`SNAPSHOT`](https://androidx.dev) versions of the `androidx.compose` libraries, yo… 30 …versions of Accompanist which depend on recent Jetpack Compose SNAPSHOT repositories. To find a re… 41 classpath 'com.google.accompanist:accompanist-coil:XXXX.compose-YYYYY-SNAPSHOT' 47 *Note:* you might also see versions in the scheme `x.x.x.ui-YYYY-SNAPSHOT`. These are the same, jus…
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | shape-inference.mlir | 1 // RUN: tf-opt -split-input-file -verify-diagnostics --tf-shape-inference %s | FileCheck %s 3 module attributes {tf.versions = {producer = 888 : i32}} { 4 // CHECK-LABEL: testConv2dShapeValidPadding 5 …112x80x128xf32>, %arg1: tensor<128x3x3x128xf32>, %arg2: tensor<128xf32>) -> tensor<1x?x?x128xf32> { 6 …i32} : (tensor<1x112x80x128xf32>, tensor<128x3x3x128xf32>, tensor<128xf32>) -> tensor<1x108x76x128… 7 …32} : (tensor<1x112x80x128xf32>, tensor<128x3x3x128xf32>, tensor<128xf32>) -> tensor<1x?x?x128xf32> 8 func.return %0 : tensor<1x?x?x128xf32> 12 // ----- 14 module attributes {tf.versions = {producer = 888 : i32}} { 15 // CHECK-LABEL: testConv2dShapeInferenceSamePadding [all …]
|
/external/python/cpython3/Mac/BuildScript/ |
D | README.rst | 1 Building a Python Mac OS X distribution 4 The ``build-install.py`` script creates Python distributions, including 5 certain third-party libraries as necessary. It builds a complete 6 framework-based Python out-of-tree, installs it in a funny place with 13 To be usable on newer versions of macOS, the bits in the bundle package 15 versions of the pkgbuild and productbuild utilities. To pass macoS 25 available in the on-line Apple Developer Documentation and man pages. 27 A goal of PSF-provided (python.org) Python binaries for macOS is to 28 support a wide-range of operating system releases with one set of 31 Python installers on older versions of macOS but we not regularly [all …]
|
/external/sdk-platform-java/scripts/ |
D | create_native_image_test_env.sh | 4 # GraalVM updates with handwritten libraries (including, pubsub, bigquery, bigtable and spanner-jdb… 9 # At a high-level, the script will do the following: 10 # - Modifies graal-sdk version in gapic-generator-java/gax 11 # - Modifies the gapic-generator-bom version in java-shared-dependencies. 12 # - Updates the version of native-maven-plugin in java-shared-config. 13 # - Updates the java-shared-config and java-shared-dependencies versions in the handwritten librari… 14 # - Adds gapic-generator-java, java-shared-config and handwritten libraries listed previously 16 set -eo pipefail 19 xmllint --shell pom.xml <<EOF 20 setns x=http://maven.apache.org/POM/4.0.0 [all …]
|
/external/tensorflow/tensorflow/core/public/ |
D | version.h | 7 http://www.apache.org/licenses/LICENSE-2.0 27 // TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1", 28 // "-beta", "-rc", "-rc.1") 31 #define TF_STR_HELPER(x) #x argument 32 #define TF_STR(x) TF_STR_HELPER(x) argument 34 // e.g. "0.5.0" or "0.6.0-alpha". 39 // GraphDef compatibility versions (the versions field in graph.proto). 41 // Each graph has producer and min_consumer versions, and each 43 // mark specific consumer versions as bad (to prevent bugs from executing). 50 // min_consumer TF_GRAPH_DEF_MIN_CONSUMER, and no other bad consumer versions. [all …]
|
/external/python/pyserial/documentation/ |
D | pyserial.rst | 16 Copyright (C) 2001-2020 Chris Liechti <cliechti(at)gmx.net> 20 - `project page on GitHub`_ 21 - `Download Page`_ with releases (PyPi) 22 - This page, when viewed online is at https://pyserial.readthedocs.io/en/latest/ or 33 - Same class based interface on all supported platforms. 34 - Access to the port settings through Python properties. 35 - Support for different byte sizes, stop bits, parity and flow control with 37 - Working with or without receive timeout. 38 - File like API with "read" and "write" ("readline" etc. also supported). 39 - The files in this package are 100% pure Python. [all …]
|
/external/grpc-grpc-java/ |
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 …]
|
/external/sdv/vsomeip/third_party/boost/range/doc/reference/algorithm/ |
D | adjacent_find.qbk | 54 [*Non-predicate versions:] 56 `adjacent_find` finds the first adjacent elements `[x,y]` in `rng` where `x == y` 58 [*Predicate versions:] 60 `adjacent_find` finds the first adjacent elements `[x,y]` in `rng` where `pred(x,y)` is `true`. 68 [*For the non-predicate versions of adjacent_find:] 73 [*For the predicate versions of adjacent_find:] 81 Linear. If `empty(rng)` then no comparisons are performed; otherwise, at most `distance(rng) - 1` c…
|
D | sort.qbk | 28 …r versions of the `sort` function without a predicate, ascending order is defined by `operator<()`… 30 For versions of the `sort` function with a predicate, ascending order is defined by `pred` such tha… 38 [*For versions of sort without a predicate:] 45 [*For versions of sort with a predicate] 54 `O(N log(N))` comparisons (both average and worst-case), where `N` is `distance(rng)`.
|
D | lexicographical_compare.qbk | 30 …ed using `operator<` in the non-predicate versions of `lexicographical_compare` and using `pred` i… 38 [*For the non-predicate versions of lexicographical_compare:] 44 * Let `x` be an object of `SinglePassRange1`'s value type. Let `y` be an object of `SinglePassRange… 46 [*For the predicate versions of lexicographical_compare:]
|
/external/rust/android-crates-io/crates/rayon/tests/ |
D | sort-panic-safe.rs | 16 static VERSIONS: AtomicUsize = ZERO; variable 22 x: u32, field 28 fn eq(&self, other: &Self) -> bool { in eq() 35 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 38 VERSIONS.fetch_add(2, Relaxed); in partial_cmp() 39 self.x.partial_cmp(&other.x) in partial_cmp() 44 fn cmp(&self, other: &Self) -> Ordering { in cmp() 52 VERSIONS.fetch_sub(self.version.get(), Relaxed); in drop() 78 VERSIONS.store(0, Relaxed); 110 // Check that the most recent versions of values were dropped. [all …]
|
/external/curl/tests/ |
D | test1222.pl | 22 # SPDX-License-Identifier: curl 28 # files, manpages and symbols-in-versions are in sync. 41 # Symbol-indexed hashes. 43 # X Not deprecated 45 # x.yy.z Deprecated in version x.yy.z 46 my %syminver; # Symbols-in-versions deprecations. 63 # Remove multi-line comment trail. 105 # Handle non-deprecated CURLOPT_* option. 111 $hdr{$1} = "X"; 114 my $version = "X"; [all …]
|
/external/python/google-api-python-client/ |
D | UPGRADING.md | 3 The 2.0 release of `google-api-python-client` includes a substantial reliability 4 improvement, compared with 1.x, as discovery documents are now cached in the library 5 rather than fetched dynamically. It is highly recommended to upgrade from v1.x to v2.x. 8 please continue to use version 1.x as we will continue supporting python 2.7+ in 9 [v1](https://github.com/googleapis/google-api-python-client/tree/v1). 13 from the client library directly. New versions of this library are released weekly. 19 ------------------------ 20 Existing code written for earlier versions of this library will not require 24 ------------------------- 31 for backwards compatibility with version 1.x, if `static_discovery` is not [all …]
|
D | README.md | 3 …I version](https://badge.fury.io/py/google-api-python-client.svg)](https://badge.fury.io/py/google… 5 This is the [Google API Python client library](https://cloud.google.com/apis/docs/client-libraries-… 7 [docs folder](https://github.com/googleapis/google-api-python-client/blob/main/docs/README.md). 14 …mmend using [Cloud Client Libraries for Python](https://github.com/googleapis/google-cloud-python), 16 [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained). 19 The 2.0 release of `google-api-python-client` includes a substantial reliability 20 improvement, compared with 1.x, as discovery documents are now cached in the library 21 rather than fetched dynamically. It is highly recommended to upgrade from v1.x to v2.x. 24 please continue to use version 1.x as we will continue supporting python 2.7+ in 25 [v1](https://github.com/googleapis/google-api-python-client/tree/v1). [all …]
|
/external/bazelbuild-rules_python/python/private/ |
D | pythons_hub.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 load("//python:versions.bzl", "PLATFORMS") 38 srcs = ["versions.bzl"], 133 "versions.bzl", 149 This rule also writes out the various toolchains for the different Python versions. 154 doc = "Default Python version for the build in `X.Y` or `X.Y.Z` format.", 161 … doc = "The minor mapping of the `X.Y` to `X.Y.Z` format that is used in config settings.", 165 …doc = "The list of python versions to include in the `interpreters.bzl` if the toolchains are not … 173 doc = "List of Python versions for the toolchains. In `X.Y.Z` format.",
|
/external/aac/libFDK/include/ |
D | fixmadd.h | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 55 Your modified versions of the FDK AAC Codec must carry prominent notices stating 56 that you changed the software and the date of any change. For modified versions 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/ |
D | tf_to_corert_pipeline_cpurt.mlir | 1 // RUN: tf-tfrt-opt %s \ 2 // RUN: -split-input-file \ 3 // RUN: -tf-executor-to-tfrt-pipeline=" \ 4 // RUN: enable-native-ops=false \ 5 // RUN: enable-optimizer=true \ 6 // RUN: tfrt-cost-threshold=1024 \ 7 // RUN: auto-fusion-oplist=tf.Relu,tf.Transpose,tf.Const \ 8 // RUN: auto-fusion-min-cluster-size=1" \ 9 // RUN: | FileCheck %s --dump-input=always 11 // Check TF->JitRT JIT compiled operations clustering and outlining starting [all …]
|
/external/mesa3d/docs/_extra/relnotes/ |
D | 6.0 | 11 ------------ 14 Odd numbered versions (such as 5.1) designate new developmental releases. 15 Even numbered versions (such as 6.0) designate stable releases. 28 Mesa 1.x == OpenGL 1.0 29 Mesa 2.x == OpenGL 1.1 30 Mesa 3.x == OpenGL 1.2 31 Mesa 4.x == OpenGL 1.3 32 Mesa 5.x == OpenGL 1.4 33 Mesa 6.x == OpenGL 1.5 38 ------------ [all …]
|
D | 5.0 | 11 ------------ 14 Even-numbered versions (such as 5.0) designate stable releases. 15 Odd-numbered versions (such as 4.1) designate new developmental releases. 18 bug fixes, etc. see the VERSIONS file. 23 ------------------------ 28 ------------------------------ 29 1.0 1.x 30 1.1 2.x 31 1.2 3.x 32 1.3 4.x [all …]
|
/external/mockito-kotlin/ |
D | README.md | 1 # Mockito-Kotlin 2 …-badges.herokuapp.com/maven-central/org.mockito.kotlin/mockito-kotlin/badge.svg) ](https://maven-b… 3 …ckito-kotlin?server=https%3A%2F%2Fs01.oss.sonatype.org%2F)](https://s01.oss.sonatype.org/content/r… 9 Mockito-Kotlin is available on Maven Central. 10 For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest versi… 13 testImplementation "org.mockito.kotlin:mockito-kotlin:x.x.x" 18 A test using Mockito-Kotlin typically looks like the following: 37 For more info and samples, see the [Wiki](https://github.com/mockito/mockito-kotlin/wiki). 41 Mockito-Kotlin is built with Gradle. 43 - `./gradlew build` builds and tests the project [all …]
|
/external/python/typing/typing_extensions/ |
D | README.rst | 7 …:target: https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&u… 14 - Enable use of new type system features on older Python versions. For example, 17 - Enable experimentation with new type system PEPs before they are accepted and 28 major version is incremented for all backwards-incompatible changes. 30 on ``typing_extensions`` like this: ``typing_extensions >=x.y, <(x+1)``, 31 where ``x.y`` is the first version that includes all features you need. 33 ``typing_extensions`` supports Python versions 3.7 and higher. In the future, 34 support for older Python versions will be dropped some time after that version 42 - Experimental features 44 - ``@dataclass_transform()`` (see PEP 681) [all …]
|
/external/aac/libFDK/include/x86/ |
D | abs_x86.h | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 55 Your modified versions of the FDK AAC Codec must carry prominent notices stating 56 that you changed the software and the date of any change. For modified versions 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this [all …]
|
/external/mesa3d/include/android_stub/hardware/ |
D | hardware.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 53 * Therefore, libhardware HAL API will always consider versions 0.0 and 1.0 63 * versions so that implementations can explicitly specify module/device 64 * versions at definition time. 97 * not to inter-operate with the supplied module implementation. 99 * it knows how to manage different versions of the gralloc-module API, 100 * and AudioFlinger must know how to do the same for audio-module API. 104 * implies that versions 0x0100-0x01ff are all API-compatible. 108 * versions as arguments and would be able to reject modules with 109 * versions outside of the supplied range. [all …]
|
/external/aac/libFDK/include/mips/ |
D | scramble_mips.h | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 55 Your modified versions of the FDK AAC Codec must carry prominent notices stating 56 that you changed the software and the date of any change. For modified versions 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this [all …]
|