Searched +full:existing +full:- +full:versions +full:- +full:check (Results 1 – 25 of 1088) sorted by relevance
12345678910>>...44
| /external/python/cpython3/Lib/dbm/ |
| D | __init__.py | 10 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/ |
| D | versions.yaml | 7 # 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 …]
|
| D | generated_files_sync.yaml | 7 # 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/ |
| D | python_packages.py | 9 # 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/python/cpython2/Tools/versioncheck/ |
| D | pyversioncheck.py | 1 """pyversioncheck - Module to help with checking versions""" 8 VERBOSE_SILENT=0 # Single-line reports per package 9 VERBOSE_NORMAL=1 # Single-line reports per package, more info if outdated 11 VERBOSE_CHECKALL=3 # Check each URL for each package 24 print '%s: up-to-date (version %s)'%(package, version) 55 return -1, None, None 57 newversion = msg.getheader('current-version') 60 print ' No "Current-Version:" header in URL or URL not found' 61 return -1, None, None 70 print ' Versions different (installed: %s, new: %s)'% \ [all …]
|
| /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/ |
| D | common.sh | 3 # 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/vboot_reference/scripts/keygeneration/ |
| D | common.sh | 3 # Use of this source code is governed by a BSD-style license that can be 44 EC_KEYBLOCK_MODE=7 # Only allow RW EC firmware in non-recovery. 45 FIRMWARE_KEYBLOCK_MODE=7 # Only allow RW firmware in non-recovery. 48 KERNEL_KEYBLOCK_MODE=7 # Only allow in non-recovery. 55 # you feel the need to change this file, check the history of that other file 60 local key_version=${3:-1} 66 openssl genrsa -F4 -out "${base}_${len}.pem" $len 67 # create a self-signed certificate 68 openssl req -batch -new -x509 -key "${base}_${len}.pem" \ 69 -out "${base}_${len}.crt" [all …]
|
| /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/ |
| D | common.sh | 3 # 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_UpdateKernelDataKeyVersion/files/ |
| D | common.sh | 3 # 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/ |
| D | README.md | 21 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/tensorflow/tensorflow/tools/ci_build/builds/ |
| D | pip_new.sh | 8 # 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/libcups/ |
| D | INSTALL.md | 1 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/bzip2/ |
| D | bzip2.1 | 4 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 …]
|
| D | bzip2.txt | 3 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/cronet/base/metrics/ |
| D | persistent_memory_allocator.h | 2 // Use of this source code is governed by a BSD-style license that can be 16 #include "base/check.h" 38 // however, fully general-purpose and can be freely moved to base/memory 41 // This class provides for thread-secure (i.e. safe against other threads 57 // use virtual memory, including memory-mapped files, as backing storage with 63 // this way the sizing, type-checking, and construction are all automatic. For 71 // // Expected size for 32/64-bit check. Update this if structure changes! 84 // like this to get the hash: echo -n "MyPersistentObjectType" | sha1sum 86 // newer versions of the code don't try to interpret persistent data written 87 // by older versions with a different layout. [all …]
|
| /external/vboot_reference/tests/ |
| D | run_preamble_tests.sh | 1 #!/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 VbFirmwarePreambleHeader 9 # keep the old versions around to make sure that we can still sign images in 10 # the ways that existing devices can validate. 15 if [ "${1:---some}" == "--all" ] ; then 31 # Check the firmware results 37 cmp="-ne" 40 cmp="-eq" 43 echo -n "${what} fw_${d}_${r}.vblock with root_${rr}.vbpubk ... " [all …]
|
| /external/python/cpython3/Doc/c-api/ |
| D | stable.rst | 11 most changes will be 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). 30 compiled once and work with multiple versions of Python. 31 Contents of the Limited API are :ref:`listed below <stable-abi-list>`. 34 remain compatible across Python 3.x versions. The Stable ABI contains symbols 36 necessary to support older versions of the Limited API. 55 compiling with future Python versions. [all …]
|
| /external/libchrome/base/metrics/ |
| D | persistent_memory_allocator.h | 2 // 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/selinux/checkpolicy/ |
| D | checkmodule.8 | 3 checkmodule \- SELinux policy module compiler 6 .I "[\-h] [\-b] [\-c policy_version] [\-C] [\-E] [\-m] [\-M] [\-U handle_unknown] [\-V] [\-o output… 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/cronet/third_party/libc++/src/docs/ |
| D | Contributing.rst | 14 Looking for pre-existing pull requests 19 filtering pull requests `tagged with libc++ <https://github.com/llvm/llvm-project/pulls?q=is%3Apr+i… 23 RFCs for significant user-affecting changes 49 `argument-dependent lookup (ADL) <https://en.cppreference.com/w/cpp/language/adl>`_. 57 a user-defined ``operator&``. Use ``std::addressof`` instead. Similarly, to 58 avoid invoking a user-defined ``operator,``, make sure to cast the result to 61 .. code-block:: cpp 67 In general, try to follow the style of existing code. There are a few 70 - ``_VSTD::foo`` is no longer used in new code. Use ``std::foo`` instead. 71 - ``_LIBCPP_INLINE_VISIBILITY`` is no longer used in new code. Use [all …]
|
| /external/python/setuptools/docs/deprecated/ |
| D | easy_install.rst | 9 use-case. 17 <http://mail.python.org/pipermail/distutils-sig/>`_. (Note: please DO NOT send 19 mailing list is a searchable archive of previously-asked and answered 21 bug -- and then do so via list discussion first.) 24 own packages work better with EasyInstall, or provide EasyInstall-like features 26 to check out the full documentation as well.) 35 ------------------------- 45 are installing to Python's primary ``site-packages`` directory. If this is 51 internet. If you are behind an NTLM-based firewall that prevents Python 57 can restrict it from doing so with the ``--allow-hosts`` option; see the [all …]
|
| /external/python/dateutil/ |
| D | CONTRIBUTING.md | 3 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… 12 …versions 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/rust/crates/gdbstub/docs/ |
| D | transition_guide.md | 5 …iew of what's been _added_ to `gdbstub` (as opposed to what's _changed_), check out the [`CHANGELO… 7 … find it helpful to refer to the in-tree `armv4t` and `armv4t_multicore` examples when transitioni… 9 ## `0.6` -> `0.7` 17 `stub::GdbStubError` is now an opaque `struct` with a handful of methods to extract user-defined co… 21 … the old version - which was an `enum` that directly exposed all error internals to the user - thi… 51 println!("connection error: {:?} - {}", kind, e,) 64 …es an alternative mechanism, which may or may not be more appropriate for your particular use-case. 72 … if you're maintaining a custom `Arch` implementation (vs. using a community-maintained one via `g… 79 ## `0.5` -> `0.6` 83 The following guide is a **best-effort** attempt to document all the changes, but there are some pa… [all …]
|
| /external/cldr/keyboards/test/ |
| D | README.md | 5 * [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/ |
| D | instance.proto | 7 // 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>>...44