Home
last modified time | relevance | path

Searched +full:existing +full:- +full:versions +full:- +full:check (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/external/python/cpython3/Lib/dbm/
D__init__.py10 of an existing dbm. If the dbm does not exist and the create or new flag ('c'
17 # existing key)
23 list = d.keys() # return a list of all existing keys (slow!)
25 Future versions may change the order in which implementations are
26 tested for existence, and add interfaces to other dbm-like
56 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
57 for read-write access of an existing database, 'c' for read-write access
58 to a new or existing database, and 'n' for read-write access to a new
77 # guess the type of an existing database, if not creating a new one
103 - None if the database file can't be read;
[all …]
/external/google-cloud-java/.github/workflows/
Dversions.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
19 - main
21 name: versions check
23 unmanaged-versions-check:
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v3
27 - run: ./generation/check_non_release_please_versions.sh
30 # have the duplicate versions in Maven Central
31 existing-versions-check:
32 runs-on: ubuntu-latest
[all …]
Dgenerated_files_sync.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
19 - main
23 root-pom:
25 runs-on: ubuntu-latest
27 - uses: actions/checkout@v3
28 - name: Generate root pom.xml file
31 - name: Apply versions from versions.txt files
34 - name: Fail if there's any difference
35 run: git --no-pager diff --exit-code
37 gapic-bom:
[all …]
/external/pigweed/pw_env_setup/py/pw_env_setup/
Dpython_packages.py9 # https://www.apache.org/licenses/LICENSE-2.0
16 """Save list of installed packages and versions."""
27 def _installed_packages() -> Iterator[str]:
31 for pkg in pkg_resources.working_set # pylint: disable=not-an-iterable
32 # Non-editable packages only
34 # This will skip packages with local versions.
47 def ls(output_file: Path | None) -> int: # pylint: disable=invalid-name
54 # If updating an existing file, load the existing requirements to find lines
61 missing_requirements = expected_requirements - actual_requirements
76 # in the existing file that should be preserved.
[all …]
/external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
Dcommon.sh3 # Use of this source code is governed by a BSD-style license that can be
43 EC_KEYBLOCK_MODE=7 # Only allow RW EC firmware in non-recovery.
44 FIRMWARE_KEYBLOCK_MODE=7 # Only allow RW firmware in non-recovery.
47 KERNEL_KEYBLOCK_MODE=7 # Only allow in non-recovery.
54 # you feel the need to change this file, check the history of that other file
59 local key_version=${3:-1}
65 openssl genrsa -F4 -out "${base}_${len}.pem" $len
66 # create a self-signed certificate
67 openssl req -batch -new -x509 -key "${base}_${len}.pem" \
68 -out "${base}_${len}.crt"
[all …]
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
Dcommon.sh3 # Use of this source code is governed by a BSD-style license that can be
43 EC_KEYBLOCK_MODE=7 # Only allow RW EC firmware in non-recovery.
44 FIRMWARE_KEYBLOCK_MODE=7 # Only allow RW firmware in non-recovery.
47 KERNEL_KEYBLOCK_MODE=7 # Only allow in non-recovery.
54 # you feel the need to change this file, check the history of that other file
59 local key_version=${3:-1}
65 openssl genrsa -F4 -out "${base}_${len}.pem" $len
66 # create a self-signed certificate
67 openssl req -batch -new -x509 -key "${base}_${len}.pem" \
68 -out "${base}_${len}.crt"
[all …]
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
Dcommon.sh3 # Use of this source code is governed by a BSD-style license that can be
43 EC_KEYBLOCK_MODE=7 # Only allow RW EC firmware in non-recovery.
44 FIRMWARE_KEYBLOCK_MODE=7 # Only allow RW firmware in non-recovery.
47 KERNEL_KEYBLOCK_MODE=7 # Only allow in non-recovery.
54 # you feel the need to change this file, check the history of that other file
59 local key_version=${3:-1}
65 openssl genrsa -F4 -out "${base}_${len}.pem" $len
66 # create a self-signed certificate
67 openssl req -batch -new -x509 -key "${base}_${len}.pem" \
68 -out "${base}_${len}.crt"
[all …]
/external/rust/beto-rust/nearby/
DREADME.md21 Install [`cargo-deny`](https://github.com/EmbarkStudios/cargo-deny)
22 and [`cargo-fuzz`](https://github.com/rust-fuzz/cargo-fuzz):
25 cargo install --locked cargo-deny
26 cargo install cargo-fuzz
31 Our project requires specific versions of system dependencies like OpenSSL and
38 sudo docker build -t nearby_rust:v1.0 .
39 sudo docker run --rm -it nearby_rust:v1.0
46 Running the image runs `cargo run -- check-everything` to verify all of the targets can
52 sudo docker run -it nearby_rust:v1.0 bash
56 …iner on a remote host](https://code.visualstudio.com/remote/advancedcontainers/develop-remote-host)
[all …]
/external/pytorch/test/mobile/model_test/
DREADME.md2 …ct changes that would break existing mobile models used in production (usually they are generated …
3 - math_ops (https://pytorch.org/docs/stable/torch.html#math-operations)
4 - pointwise_ops
5 - reduction_ops
6 - comparison_ops
7 - spectral_ops
8 - other_math_ops
9 - blas_lapack_ops
10 - sampling_ops (https://pytorch.org/docs/stable/torch.html#random-sampling)
11 - tensor ops (https://pytorch.org/docs/stable/torch.html#tensors)
[all …]
/external/pigweed/pw_ide/ts/pigweed-vscode/
DREADME.md8 * High-quality C/C++ code intelligence for embedded systems projects using
17 * Built-in tools for building firmware, flashing it to your device, and
25 For more details, check out the [full documentation](https://pigweed.dev/pw_ide/guide/vscode).
31 ## Pre-Release Channel
33 Between main channel releases, pre-release versions will be published off of
34 Pigweed's `main` branch. Features available in pre-release versions can be
36 the [list of merged changes](https://pigweed-review.googlesource.com/q/status:merged).
38 You can opt in to the pre-release version on the Pigweed extension page in the
39 extension marketplace. Be warned that features in the pre-release versions may
40 not entirely work, and pre-release versions may break existing functionality.
/external/executorch/schema/
DREADME.md20 - Use `table`, not `struct`, for structured data.
21 - `struct` cannot handle optional fields; changes to `struct` are typically
23 - When adding new fields, do not modify the ID of existing fields.
24 - The easiest way to do this is to add new fields to the bottom of a `table`.
25 - If it's important to reorder the declaration of fields for readability,
27 that preserve their original zero-based indices.
28 - Fields must never be removed; they can only be deprecated using the
30 - Semantics for existing fields must not change without carefully auditing older
31 versions of the code to understand the implications.
32 - Default values for fields must be very carefully managed.
[all …]
/external/selinux/checkpolicy/
Dcheckmodule.83 checkmodule \- SELinux policy module compiler
6 .I "[\-h] [\-b] [\-c policy_version] [\-C] [\-E] [\-m] [\-M] [\-N] [\-U handle_unknown] [\-V] [\-o …
15 module (default) or a non-base policy module (\-m option); typically,
16 you would build a non-base policy module to add to an existing module
27 .B \-b,\-\-binary
28 Read an existing binary policy module file rather than a source policy
31 .B \-C,\-\-cil
34 .B \-E,\-\-werror
37 .B \-h,\-\-help
40 .B \-m
[all …]
/external/libcups/
DINSTALL.md1 INSTALL - CUPS v2.3.6 - 2022-05-25
8 Using CUPS requires additional third-party support software and printer drivers.
10 does not endorse or support third-party support software for CUPS.
12 > Note: Current versions of macOS DO NOT allow installation to /usr with the
16 > a. not all versions of CUPS are compatible with every macOS release,
29 ----------------
31 You'll need ANSI-compliant C and C++ compilers, plus a make program and POSIX-
33 have tested the current CUPS code against several versions of GCC with excellent
36 The makefiles used by the project should work with most versions of make. We've
50 sudo apt-get install autoconf build-essential libavahi-client-dev \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dpip_new.sh8 # http://www.apache.org/licenses/LICENSE-2.0
30 # e.g. TF_BUILD_FLAGS="--config=opt"
32 # e.g. TF_TEST_FLAGS="--verbose_failures=true \
33 # --build_tests_only --test_output=errors"
35 # input tags for `--test_filter_tags` flag.
36 # e.g. TF_TEST_FILTER_TAGS="no_pip,-nomac,no_oss"
39 # -//tensorflow/contrib/... \
40 # -//tensorflow/python/..."
43 # e.g. IS_NIGHTLY=0 # non-nightly runs
60 # and tensorflow-gpu pip package. Will
[all …]
/external/vboot_reference/scripts/keygeneration/
Dcommon.sh3 # Use of this source code is governed by a BSD-style license that can be
8 SCRIPT_DIR="$(dirname "$(readlink -f -- "$0")")"
69 ARV_ROOT_DIR="ApRoV1Signing-PreMP"
78 # Only allow RW firmware in non-recovery + non-miniOS.
80 # Only allow in dev mode + non-recovery + non-miniOS.
82 # Only allow in recovery mode + non-miniOS.
86 # Only allow in non-recovery + non-miniOS.
88 # Only allow in dev + recovery + non-miniOS.
90 # Only allow in non-recovery + non-miniOS, does not mean much for AP RO keys.
98 # you feel the need to change this file, check the history of that other file
[all …]
/external/bzip2/
Dbzip2.14 bzip2, bunzip2 \- a block-sorting file compressor, v1.0.8
6 bzcat \- decompresses files to stdout
8 bzip2recover \- recovers data from damaged bzip2 files
13 .RB [ " \-cdfkqstvzVL123456789 " ]
20 .RB [ " \-fkvsVL " ]
26 .RB [ " \-s " ]
36 compresses files using the Burrows-Wheeler block sorting
39 LZ77/LZ78-based compressors, and approaches the performance of the PPM
42 The command-line options are deliberately very similar to
49 command-line flags. Each file is replaced by a compressed version of
[all …]
Dbzip2.txt3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.8
4 bzcat - decompresses files to stdout
5 bzip2recover - recovers data from damaged bzip2 files
9 bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ]
10 bunzip2 [ -fkvsVL ] [ filenames ... ]
11 bzcat [ -s ] [ filenames ... ]
16 bzip2 compresses files using the Burrows-Wheeler block
19 achieved by more conventional LZ77/LZ78-based compressors,
20 and approaches the performance of the PPM family of sta-
23 The command-line options are deliberately very similar to
[all …]
/external/vboot_reference/tests/
Drun_preamble_tests.sh1 #!/bin/bash -u
4 # Use of this source code is governed by a BSD-style license that can be
7 # This tests that vblocks using pre-3.0 versions of vb2_fw_preamble
9 # need to keep the old versions around to make sure that we can still
10 # sign images in the ways that existing devices can validate.
15 if [ "${1:---some}" == "--all" ] ; then
31 # Check the firmware results
41 echo -n "${what} fw_${d}_${r}.vblock with root_${rr}.vbpubk ... "
42 "${FUTILITY}" verify --type fw_pre \
43 --publickey "${DATADIR}/root_${rr}.vbpubk" \
[all …]
/external/cronet/tot/base/metrics/
Dpersistent_memory_allocator.h2 // Use of this source code is governed by a BSD-style license that can be
22 #include "base/check.h"
44 // however, fully general-purpose and can be freely moved to base/memory
47 // This class provides for thread-secure (i.e. safe against other threads
63 // use virtual memory, including memory-mapped files, as backing storage with
69 // this way the sizing, type-checking, and construction are all automatic. For
77 // // Expected size for 32/64-bit check. Update this if structure changes!
90 // like this to get the hash: echo -n "MyPersistentObjectType" | sha1sum
92 // newer versions of the code don't try to interpret persistent data written
93 // by older versions with a different layout.
[all …]
/external/cronet/stable/base/metrics/
Dpersistent_memory_allocator.h2 // Use of this source code is governed by a BSD-style license that can be
22 #include "base/check.h"
44 // however, fully general-purpose and can be freely moved to base/memory
47 // This class provides for thread-secure (i.e. safe against other threads
63 // use virtual memory, including memory-mapped files, as backing storage with
69 // this way the sizing, type-checking, and construction are all automatic. For
77 // // Expected size for 32/64-bit check. Update this if structure changes!
90 // like this to get the hash: echo -n "MyPersistentObjectType" | sha1sum
92 // newer versions of the code don't try to interpret persistent data written
93 // by older versions with a different layout.
[all …]
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h2 // Use of this source code is governed by a BSD-style license that can be
30 // however, fully general-purpose and can be freely moved to base/memory
33 // This class provides for thread-secure (i.e. safe against other threads
49 // use virtual memory, including memory-mapped files, as backing storage with
55 // this way the sizing, type-checking, and construction are all automatic. For
63 // // Expected size for 32/64-bit check. Update this if structure changes!
76 // like this to get the hash: echo -n "MyPersistentObjectType" | sha1sum
78 // newer versions of the code don't try to interpret persistent data written
79 // by older versions with a different layout.
81 // kExpectedInstanceSize: This value is the hard-coded number that matches
[all …]
/external/python/dateutil/
DCONTRIBUTING.md3 This document outlines the ways to contribute to `python-dateutil`. This is a fairly small, low-tra…
8 …ontribution - it's important to get feedback about how the library is failing, and there's no bett…
10 1. A minimal, reproducible example - a small, self-contained script that can reproduce the behavior…
12versions of everything involved, at a minimum please include operating system, `python` version an…
13 - `dateutil`: `python -c 'import dateutil; print(dateutil.__version__)'`
14 - `Python`: `python --version`
16 3. A description of the problem - what *is* happening and what *should* happen.
18 While pull requests fixing bugs are accepted, they are *not* required - the bug report in itself is…
26- improvements to documentation, bug fixes, feature implementations, fixes to the build system, e…
28 …ests* - please write one or more tests to cover the behavior you intend your patch to improve. Ide…
[all …]
/external/python/cpython3/Doc/c-api/
Dstable.rst11 Most changes to it are source-compatible (typically by only adding new API).
12 Changing existing API or removing API is only done after a deprecation period
15 CPython's Application Binary Interface (ABI) is forward- and
16 backwards-compatible across a minor release (if these are compiled the same
17 way; see :ref:`stable-abi-platform` below).
23 - :ref:`Unstable API <unstable-c-api>`, may change in minor versions without
25 - :ref:`Limited API <limited-c-api>`, is compatible across several minor releases.
34 `CPython developers <https://discuss.python.org/c/core-dev/c-api/30>`_
37 .. _unstable-c-api:
49 It is generally intended for specialized, low-level tools like debuggers.
[all …]
/external/cldr/keyboards/test/
DREADME.md5 * [Keyboard Test Data](#keyboard-test-data)
6 * [Test Doctype](#test-doctype)
7 * [Test Element: keyboardTest](#test-element-keyboardtest)
8 * [Test Element: info](#test-element-info)
9 * [Test Element: repertoire](#test-element-repertoire)
10 * [Test Element: tests](#test-element-tests)
11 * [Test Element: test](#test-element-test)
12 * [Test Element: startContext](#test-element-startcontext)
13 * [Test Element: keystroke](#test-element-keystroke)
14 * [Test Element: emit](#test-element-emit)
[all …]
/external/googleapis/google/appengine/v1beta/
Dinstance.proto7 // http://www.apache.org/licenses/LICENSE-2.0
36 pattern: "apps/{app}/services/{service}/versions/{version}/instances/{instance}"
41 // Liveness health check status for Flex instances.
43 // There is no liveness health check for the instance. Only applicable for
53 // defined by the health check.
57 // defined by the health check.
60 // The instance is being drained. The existing connections to the instance
83 // Example: `apps/myapp/services/default/versions/v1/instances/instance-1`.
87 // Example: `instance-1`.
140 // Output only. The liveness health check of this instance. Only applicable for instances

12345678910>>...43