/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/gover/ |
D | gover.go | 2 // Use of this source code is governed by a BSD-style 5 // Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1. 7 // This package provides the same basic analysis that golang.org/x/mod/semver does for semver. 8 // It also provides some helpers for extracting versions from go.mod files 9 // and for dealing with module.Versions that may use Go versions or semver 17 // Compare returns -1, 0, or +1 depending on whether 18 // x < y, x == y, or x > y, interpreted as toolchain versions. 19 // The versions x and y must not begin with a "go" prefix: just "1.21" not "go1.21". 20 // Malformed versions compare less than well-formed versions and equal to each other. 22 func Compare(x, y string) int { argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/versions/ |
D | versions.go | 2 // Use of this source code is governed by a BSD-style 5 package versions package 11 // Note: If we use build tags to use go/versions when go >=1.22, 13 // import of "go/versions" even if they would not compile the file. 14 // For example, during `go get -u ./...` (go.dev/issue/64490) we do not try to include 15 // For this reason, this library just a clone of go/versions for the moment. 17 // Lang returns the Go language version for version x. 18 // If x is not a valid version, Lang returns the empty string. 27 func Lang(x string) string { 28 v := lang(stripGo(x)) [all …]
|
D | gover.go | 2 // Use of this source code is governed by a BSD-style 5 // This is a fork of internal/gover for use by x/tools until 6 // go1.21 and earlier are no longer supported by x/tools. 8 package versions package 16 // go1.99999999999, which does not fit in an int on 32-bit platforms. 26 // compare returns -1, 0, or +1 depending on whether 27 // x < y, x == y, or x > y, interpreted as toolchain versions. 28 // The versions x and y must not begin with a "go" prefix: just "1.21" not "go1.21". 29 // Malformed versions compare less than well-formed versions and equal to each other. 31 func compare(x, y string) int { argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/gover/ |
D | gover.go | 2 // Use of this source code is governed by a BSD-style 5 // Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1. 7 // This package provides the same basic analysis that golang.org/x/mod/semver does for semver. 21 // go1.99999999999, which does not fit in an int on 32-bit platforms. 31 // Compare returns -1, 0, or +1 depending on whether 32 // x < y, x == y, or x > y, interpreted as toolchain versions. 33 // The versions x and y must not begin with a "go" prefix: just "1.21" not "go1.21". 34 // Malformed versions compare less than well-formed versions and equal to each other. 36 func Compare(x, y string) int { argument 37 vx := Parse(x) [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/development/tools/external_crates/name_and_version/src/ |
H A D | name_and_version_map.rs | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 //! A mapping from crate names and versions to some associated data. 24 /// A mapping from crate names and versions to some associated data. 30 fn map_field(&self) -> &BTreeMap<NameAndVersion, Self::Value>; in map_field() 32 fn map_field_mut(&mut self) -> &mut BTreeMap<NameAndVersion, Self::Value>; in map_field_mut() 34 fn insert_or_error(&mut self, key: NameAndVersion, val: Self::Value) -> Result<(), Error>; in insert_or_error() 35 /// Returns the number of crates. Multiple versions of a crate count multiple times. 36 fn num_crates(&self) -> usize; in num_crates() 38 fn contains_name(&self, name: &str) -> bool { in contains_name() 41 /// Returns an iterator over versions of a specified crate [all …]
|
/aosp_15_r20/external/sdk-platform-java/scripts/ |
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/Mac/ |
D | README | 2 Python on Mac OS X README 6 Jack Jansen (2004-07), 7 Ronald Oussoren (2010-04), 8 Ned Deily (2014-05) 12 This document provides a quick overview of some Mac OS X specific features in 15 OS X specific arguments to configure 18 * ``--enable-framework[=DIR]`` 22 _`Building and using a framework-based Python on Mac OS X` for more 29 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks 34 command-line tools in ``/Users/ronald/bin``. [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/version/ |
D | version.go | 2 // Use of this source code is governed by a BSD-style 5 // Package version provides operations on [Go versions] 7 // "go1.20", "go1.21.0", "go1.22rc2", and "go1.23.4-bigcorp". 9 // [Go versions]: https://go.dev/doc/toolchain#version 18 // stripGo converts from a "go1.21-bigcorp" version to a "1.21" version. 21 v, _, _ = strings.Cut(v, "-") // strip -bigcorp suffix. 28 // Lang returns the Go language version for version x. 29 // If x is not a valid version, Lang returns the empty string. 38 func Lang(x string) string { 39 v := gover.Lang(stripGo(x)) [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | graph_constructor_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 25 #include "tensorflow/core/framework/versions.pb.h" 114 EXPECT_EQ(min_consumer, graph_.versions().min_consumer()) in ExpectVersions() 116 << graph_.versions().min_consumer(); in ExpectVersions() 117 EXPECT_EQ(producer, graph_.versions().producer()) in ExpectVersions() 119 << graph_.versions().producer(); in ExpectVersions() 124 if (n->name() == name) return n; in FindNode() 133 if (e->src()->name() == src && e->src_output() == src_out && in HasEdge() 134 e->dst()->name() == dst && e->dst_input() == dst_in) { in HasEdge() 148 if (ni->name() == node) { in ColocationGroup() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | check.go | 2 // Use of this source code is governed by a BSD-style 5 // This file implements the Check function, which drives type-checking. 48 isLhs bool // expression is lhs operand of a shift with delayed type-check 55 // type-checked. 57 …decl *declInfo // package-level declaration whose init expression/functio… 58 scope *Scope // top-most scope for lookups 85 // A dotImportKey describes a dot-imported object in the given scope. 97 // If debug is set, describef sets a printf-formatted description for action a. 98 // Otherwise, it is a no-op. 117 // (initialized by NewChecker, valid for the life-time of checker) [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | check.go | 2 // Use of this source code is governed by a BSD-style 5 // This file implements the Check function, which drives type-checking. 65 isLhs bool // expression is lhs operand of a shift with delayed type-check 72 // type-checked. 74 …decl *declInfo // package-level declaration whose init expression/function b… 75 scope *Scope // top-most scope for lookups 102 // A dotImportKey describes a dot-imported object in the given scope. 114 // If debug is set, describef sets a printf-formatted description for action a. 115 // Otherwise, it is a no-op. 134 // (initialized by NewChecker, valid for the life-time of checker) [all …]
|
/aosp_15_r20/cts/hostsidetests/sustainedperf/dhrystone/ |
H A D | Drystone-2.1.sh | 12 if test -f 'Rationale' 14 echo shar: "will not over-write existing file 'Rationale'" 16 sed 's/^X//' << \SHAR_EOF > 'Rationale' 18 X 19 X Reinhold P. Weicker 20 X Siemens AG, E STE 35 21 X Postfach 3240 22 X D-8520 Erlangen 23 X Germany (West) 24 X [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/bionic/benchmarks/linker_relocation/regen/ |
H A D | gen_bench.py | 61 'ld-android.so', 135 def build_symbol_index(lib: LoadedLibrary) -> Definitions: 144 def check_rels(root: LoadedLibrary, defs: Definitions) -> None: 160 def rot13(text: str) -> str: 162 result = codecs.getencoder("rot-13")(text)[0] 170 defs: Definitions) -> bool: 172 def trans_sym(name: str, ver: Optional[str]) -> Optional[str]: 183 versions: Dict[Optional[str], List[str]] = {} 186 out.write(f'// AUTO-GENERATED BY {os.path.basename(__file__)} -- do not edit manually\n') 211 versions.setdefault(d.ver_name, []).append(sym) [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 // ----------------------------------------------------------------------- 221 * @since Java 1.2. Not used in Sun versions after 1.2. 429 * The {@code java.vendor} System Property. Java vendor-specific string. 722 () -> SystemProperties.getProperty(SystemProperties.USER_REGION)); 816 // ----------------------------------------------------------------------- 821 * Is {@code true} if this is Java version 1.1 (also 1.1.x versions). 833 * Is {@code true} if this is Java version 1.2 (also 1.2.x versions). 845 * Is {@code true} if this is Java version 1.3 (also 1.3.x versions). 857 * Is {@code true} if this is Java version 1.4 (also 1.4.x versions). [all …]
|
/aosp_15_r20/external/curl/tests/ |
H A 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 …]
|
/aosp_15_r20/external/aac/libFDK/include/ |
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/ |
D | README | 11 Copyright (c) 1995-2001 Corporation for National Research Initiatives. 14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum. 19 ------------------- 35 --------------------------- 41 ------------------------------ 43 Congratulations on getting this far. :-) 54 ---------------------- 56 Python is an interpreted, interactive object-oriented programming 65 ---------------------- 68 http://docs.python.org/ for online and downloadable versions, as well [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/msi/ |
D | README.txt | 7 build.bat [-x86] [-x64] [-ARM64] [--doc] 13 set SPHINXBUILD=<path to sphinx-build.exe> 16 buildrelease.bat [-x86] [-x64] [-ARM64] [-D] [-B] 17 [-o <output directory>] [-c <certificate name>] 45 and command-line logic, as well as the ability to locate and optionally 71 configured on recent versions of Windows, such as Windows 10). If you are 79 build.bat [-x86] [-x64] [-ARM64] [--doc] [--test-marker] [--pack] 82 generate an installer layout in PCbuild/(win32|amd64)/en-us. 84 Specify -x86, -x64 and/or -ARM64 to build for each platform. If none are 86 release versions of Python are required for the installer. [all …]
|
/aosp_15_r20/external/gsc-utils/docs/ |
H A D | case_closed_debugging_gsc.md | 8 [debug consoles][consoles], and [disable hardware write protect][hw-wp]. 22 over [Hardware Write Protect][hw-wp]. GSC CCD also allows 25 ### Capability and Privilege Levels {#cap-priv} 28 ---------------- | 34 ------------------ | ---------- 40 ------------------ | ---------------------------------------- 51 ----------------- | ---------- | -------- 75 your host machine as a `/dev/ttyUSBX` device when a debug cable ([Suzy-Q] or 76 [Type-C Servo v4]) is plugged in to the DUT. 79 ------- | ------------------------------------------- | --------------- [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/ |
H A D | render_pkg_aliases.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """render_pkg_aliases is a function to generate BUILD.bazel contents used to create user-friendly a… 17 This is used in bzlmod and non-bzlmod setups.""" 24 ) # buildifier: disable=bzl-visibility 41 versions available for this wheel. This wheel supports the following Python versions: 97 for alias in sorted(aliases, key = lambda x: x.version): 118 key_repr = lambda x: repr(x[0]) if len(x) == 1 else render.tuple(x), 149 # that we don't pass a 'default_version' that is not in 'versions'. 249 whl alias is for. If not set, then non-version aware aliases will be 282 """Render the multi-platform pkg aliases. [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | mod_get_replaced.txt | 5 # If a wildcard replacement exists for an otherwise-nonexistent module, 6 # 'go get' should resolve it to the minimum valid pseudo-version. 8 go mod edit -replace=example.com/x=./x 9 go get example.com/x 11 go list -m example.com/x 12 stdout '^example.com/x v0.0.0-00010101000000-000000000000 ' 14 # If specific-version replacements exist, the highest matching version should be used. 15 go mod edit -replace=example.com/x@v0.1.0=./x 16 go mod edit -replace=example.com/x@v0.2.0=./x 18 go get example.com/x [all …]
|