Searched +full:- +full:- +full:enable +full:- +full:test +full:- +full:bundles (Results  1 – 25 of 135) sorted by relevance
123456
| /external/curl/.circleci/ | 
| D | config.yml | 21 # SPDX-License-Identifier: curl27 …ersion of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
 31   install-cares:
 33       - run:
 35             sudo apt-get update && sudo apt-get install -y libc-ares-dev
 37   install-libssh:
 39       - run:
 41             sudo apt-get update && sudo apt-get install -y libssh-dev
 43   install-deps:
 45       - run:
 [all …]
 
 | 
| /external/pigweed/pw_software_update/ | 
| D | guides.rst | 1 .. _module-pw_software_update-guides:3 -----
 5 -----
 6 .. pigweed-module-subpage::
 13 High-level steps
 14 ----------------
 16 Setting up an end-to-end software delivery system can seem overwhelming, but
 17 generally involves the following high-level steps.
 20 #. Enable local updates for development.
 21 #. Enable remote updates for internal testing.
 [all …]
 
 | 
| /external/curl/.github/workflows/ | 
| D | non-native.yml | 3 # SPDX-License-Identifier: curl5 name: non-native
 10       - master
 11       - '*/ci'
 12     paths-ignore:
 13       - '**/*.md'
 14       - '.circleci/**'
 15       - 'appveyor.*'
 16       - 'packages/**'
 17       - 'plan9/**'
 [all …]
 
 | 
| D | linux-old.yml | 3 # SPDX-License-Identifier: curl12 # stretch has ELTS support from Freexian until 2027-06-30
 13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
 14 # The Debian key will expire 2025-05-20, after which package signature
 24       - master
 25       - '*/ci'
 26     paths-ignore:
 27       - '**/*.md'
 28       - '.circleci/**'
 29       - 'appveyor.*'
 [all …]
 
 | 
| D | windows.yml | 3 # SPDX-License-Identifier: curl10       - master
 11       - '*/ci'
 12     paths-ignore:
 13       - '**/*.md'
 14       - '.circleci/**'
 15       - 'appveyor.*'
 16       - 'packages/**'
 17       - 'plan9/**'
 18       - 'projects/**'
 [all …]
 
 | 
| D | macos.yml | 3 # SPDX-License-Identifier: curl10       - master
 11       - '*/ci'
 12     paths-ignore:
 13       - '**/*.md'
 14       - '.circleci/**'
 15       - 'appveyor.*'
 16       - 'packages/**'
 17       - 'plan9/**'
 18       - 'projects/**'
 [all …]
 
 | 
| D | http3-linux.yml | 3 # SPDX-License-Identifier: curl10       - master
 11       - '*/ci'
 12     paths-ignore:
 13       - '**/*.md'
 14       - '.circleci/**'
 15       - 'appveyor.*'
 16       - 'packages/**'
 17       - 'plan9/**'
 18       - 'projects/**'
 [all …]
 
 | 
| D | linux.yml | 3 # SPDX-License-Identifier: curl10       - master
 11       - '*/ci'
 12     paths-ignore:
 13       - '**/*.md'
 14       - '.circleci/**'
 15       - 'appveyor.*'
 16       - 'packages/**'
 17       - 'plan9/**'
 18       - 'projects/**'
 [all …]
 
 | 
| /external/pigweed/pw_software_update/py/pw_software_update/ | 
| D | generate_test_bundle.py | 7 #     https://www.apache.org/licenses/LICENSE-2.014 """Script for generating test bundles"""
 38 //     https://www.apache.org/licenses/LICENSE-2.0
 52 TEST_DEV_KEY = """-----BEGIN PRIVATE KEY-----
 56 -----END PRIVATE KEY-----"""
 58 TEST_PROD_KEY = """-----BEGIN PRIVATE KEY-----
 62 -----END PRIVATE KEY-----"""
 64 TEST_TARGETS_DEV_KEY = """-----BEGIN PRIVATE KEY-----
 68 -----END PRIVATE KEY-----"""
 70 TEST_TARGETS_PROD_KEY = """-----BEGIN PRIVATE KEY-----
 [all …]
 
 | 
| /external/pigweed/pw_software_update/py/ | 
| D | remote_sign_test.py | 7 #     https://www.apache.org/licenses/LICENSE-2.028 # inclusive-language: disable
 31     -----BEGIN RSA PRIVATE KEY-----
 57     -----END RSA PRIVATE KEY-----
 63     -----BEGIN PUBLIC KEY-----
 71     -----END PUBLIC KEY-----
 75 # inclusive-language: enable
 78 # TODO: b/235240430 - Improve unit test coverage.
 80     """Tests the signing of bundles by path."""
 
 | 
| /external/cronet/tot/build/fuchsia/ | 
| D | update_product_bundles.py | 3 # Use of this source code is governed by a BSD-style license that can be5 """Updates the Fuchsia product bundles to the given revision. Should be used
 16                                              'test')))
 25     'qemu.arm64': 'terminal.qemu-arm64',
 41       if image.endswith('-release'):
 42         image = image[:-len('-release')]
 43         logging.warning(f'Image name {image}-release has been deprecated. Use '
 79       common.run_ffx_command(cmd=('--machine', 'json', 'repository', 'list'),
 85     # Also assert the product-bundle repository is for the current repo
 103     The current version, or None if the image is non-existent.
 [all …]
 
 | 
| /external/angle/build/fuchsia/ | 
| D | update_product_bundles.py | 3 # Use of this source code is governed by a BSD-style license that can be5 """Updates the Fuchsia product bundles to the given revision. Should be used
 16                                              'test')))
 25     'qemu.arm64': 'terminal.qemu-arm64',
 41       if image.endswith('-release'):
 42         image = image[:-len('-release')]
 43         logging.warning(f'Image name {image}-release has been deprecated. Use '
 79       common.run_ffx_command(cmd=('--machine', 'json', 'repository', 'list'),
 85     # Also assert the product-bundle repository is for the current repo
 103     The current version, or None if the image is non-existent.
 [all …]
 
 | 
| /external/cronet/stable/build/fuchsia/ | 
| D | update_product_bundles.py | 3 # Use of this source code is governed by a BSD-style license that can be5 """Updates the Fuchsia product bundles to the given revision. Should be used
 16                                              'test')))
 25     'qemu.arm64': 'terminal.qemu-arm64',
 41       if image.endswith('-release'):
 42         image = image[:-len('-release')]
 43         logging.warning(f'Image name {image}-release has been deprecated. Use '
 79       common.run_ffx_command(cmd=('--machine', 'json', 'repository', 'list'),
 85     # Also assert the product-bundle repository is for the current repo
 103     The current version, or None if the image is non-existent.
 [all …]
 
 | 
| /external/angle/gni/ | 
| D | angle.gni | 2 # Use of this source code is governed by a BSD-style license that can be36   # Enable angle standalone benchmark mode if list of traces is provided
 54   import("//testing/test.gni")
 132   # be pre-processed before being used.
 137   # By default we enable debug layers when asserts are turned on.
 196   # extensions. Content can be rendered only off-screen.
 206   # Enables the OpenCL pass-through back end
 219   # ASTC emulation is only built on standalone non-android builds
 244   # Currently SwiftShader's Vulkan front-end doesn't build on Android.
 271   # for APKs and bundles expect a single .so file in trichrome builds. See
 [all …]
 
 | 
| /external/cronet/tot/build/android/docs/ | 
| D | java_toolchain.md | 12 * `java_library()`: Compiles `.java` -> `.jar`21 them from non-java targets (or [other variations](https://cs.chromium.org/chromium/src/build/config…
 24 * Device `.jar`: Used to produce `.dex.jar`, which is used on-device.
 43 For non-prebuilt `.jar` files`: we use [//third_party/turbine] to create
 107   files are generally those that are re-created with different implementations
 109   * E.g.: `R.class` files - a part of [Android Resources].
 110   * E.g.: `GEN_JNI.class` - a part of our [JNI] glue.
 115 ### Step 6: Per-Library Dexing
 121 * Dexing is incremental - it will reuse dex'ed classes from a previous build if
 123 * These per-library `.dex.jar` files are used directly by [incremental install],
 [all …]
 
 | 
| /external/cronet/stable/build/android/docs/ | 
| D | java_toolchain.md | 12 * `java_library()`: Compiles `.java` -> `.jar`21 them from non-java targets (or [other variations](https://cs.chromium.org/chromium/src/build/config…
 24 * Device `.jar`: Used to produce `.dex.jar`, which is used on-device.
 43 For non-prebuilt `.jar` files`: we use [//third_party/turbine] to create
 107   files are generally those that are re-created with different implementations
 109   * E.g.: `R.class` files - a part of [Android Resources].
 110   * E.g.: `GEN_JNI.class` - a part of our [JNI] glue.
 115 ### Step 6: Per-Library Dexing
 121 * Dexing is incremental - it will reuse dex'ed classes from a previous build if
 123 * These per-library `.dex.jar` files are used directly by [incremental install],
 [all …]
 
 | 
| /external/angle/build/android/docs/ | 
| D | java_toolchain.md | 12 * `java_library()`: Compiles `.java` -> `.jar`21 them from non-java targets (or [other variations](https://cs.chromium.org/chromium/src/build/config…
 24 * Device `.jar`: Used to produce `.dex.jar`, which is used on-device.
 43 For non-prebuilt `.jar` files`: we use [//third_party/turbine] to create
 107   files are generally those that are re-created with different implementations
 109   * E.g.: `R.class` files - a part of [Android Resources].
 110   * E.g.: `GEN_JNI.class` - a part of our [JNI] glue.
 115 ### Step 6: Per-Library Dexing
 121 * Dexing is incremental - it will reuse dex'ed classes from a previous build if
 123 * These per-library `.dex.jar` files are used directly by [incremental install],
 [all …]
 
 | 
| /external/autotest/docs/ | 
| D | user-doc.md | 27 At a high level, tests are organized in test cases, each test case being either28 server or client, with one main .py file named the same as the test case, and
 30 test, autotest expects tests to be placed in a monolithic file structure
 33 -   `/client/tests/`
 34 -   `/client/site_tests/`
 35 -   `/server/tests/`
 36 -   `/server/site_tests/`
 38 Each test directory has to have at least a control file, but typically also has
 39 a main job module (named the same as the test case). Furthermore, if it needs
 45 test cases in this structure in a single large source repository as upstream
 [all …]
 
 | 
| /external/autotest/server/site_tests/tast/ | 
| D | tast.py | 2 # Use of this source code is governed by a BSD-style license that can be21 from autotest_lib.server import test, utils
 29 _UNIX_EPOCH = dateutil.parser.parse('1970-01-01T00:00:00Z')
 46     @param args: List of strings passed to test_that --args
 62     """Takes an unicode string into utf-8 string
 66         return text.encode('utf-8')
 109 class tast(test.test):
 110     """Autotest server test that runs a Tast test suite.
 112     Tast is an integration-testing framework analagous to the test-running
 117     This class runs the "tast" command locally to execute a Tast test suite on a
 [all …]
 
 | 
| /external/curl/ | 
| D | configure.ac | 21 # SPDX-License-Identifier: curl29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
 47 AM_CONDITIONAL(DEBUGBUILD, test x$want_debug = xyes)
 69 if test -z "$SED"; then
 73   if test -z "$SED" || test "$SED" = "not_found"; then
 81 if test -z "$GREP"; then
 85   if test -z "$GREP" || test "$GREP" = "not_found"; then
 91 dnl 'grep -E' is mandatory for configure process and libtool.
 93 if test -z "$EGREP"; then
 95   AC_MSG_CHECKING([that grep -E works])
 [all …]
 
 | 
| /external/llvm/lib/CodeGen/ | 
| D | RegAllocGreedy.cpp | 1 //===-- RegAllocGreedy.cpp - greedy register allocator --------------------===//8 //===----------------------------------------------------------------------===//
 13 //===----------------------------------------------------------------------===//
 60     "split-spill-mode", cl::Hidden,
 69 LastChanceRecoloringMaxDepth("lcr-max-depth", cl::Hidden,
 74     "lcr-max-interf", cl::Hidden,
 80 ExhaustiveSearch("exhaustive-register-search", cl::NotHidden,
 85     "enable-local-reassign", cl::Hidden,
 91     "enable-deferred-spilling", cl::Hidden,
 100 CSRFirstTimeCost("regalloc-csr-first-time-cost",
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | RegAllocGreedy.cpp | 1 //===- RegAllocGreedy.cpp - greedy register allocator ---------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 12 //===----------------------------------------------------------------------===//
 89     "split-spill-mode", cl::Hidden,
 97 LastChanceRecoloringMaxDepth("lcr-max-depth", cl::Hidden,
 102     "lcr-max-interf", cl::Hidden,
 108     "exhaustive-register-search", cl::NotHidden,
 114     "enable-local-reassign", cl::Hidden,
 120     "enable-deferred-spilling", cl::Hidden,
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ | 
| D | RegAllocGreedy.cpp | 1 //===- RegAllocGreedy.cpp - greedy register allocator ---------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 12 //===----------------------------------------------------------------------===//
 87     "split-spill-mode", cl::Hidden,
 95 LastChanceRecoloringMaxDepth("lcr-max-depth", cl::Hidden,
 100     "lcr-max-interf", cl::Hidden,
 106     "exhaustive-register-search", cl::NotHidden,
 112     "enable-deferred-spilling", cl::Hidden,
 121 CSRFirstTimeCost("regalloc-csr-first-time-cost",
 [all …]
 
 | 
| /external/pigweed/pw_unit_test/ | 
| D | test.cmake | 7 #     https://www.apache.org/licenses/LICENSE-2.019     "Enable or disable pw_add_test calls. This is useful if you would like to \
 20      disable test generation when adding Pigweed to an existing project. Set to \
 43     "Path to a test runner to automatically run unit tests after they are \
 45      If set, a pw_add_test's {NAME}.run action will invoke the test runner \
 46      specified by this variable, passing the path to the unit test to run. If \
 56 # pw_add_test: Declares a single unit test suite with Pigweed naming rules and
 61 #   {NAME}.lib contains the provided test sources as a library target, which can
 62 #              then be linked into a test executable.
 63 #   {NAME}.bin is a standalone executable which contains only the test sources
 [all …]
 
 | 
| /external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/ | 
| D | bdk-csrs-gser.h | 3 /* This file is auto-generated. Do not edit */6  * Copyright (c) 2003-2017  Cavium Inc. (support@cavium.com). All rights
 107  * GSER Analog Test Register
 114 #if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
 116 …_dac_b             : 7;  /**< [ 11:  5](R/W) Controls the B-side DAC input to the analog test bloc…
 118 …                        is tied to the analog test block.  The other GSER()_ANA_ATEST registers are
 120 …_dac_a             : 5;  /**< [  4:  0](R/W) Controls the A-side DAC input to the analog test bloc…
 121 …                   tied to the analog test block.  The other GSER()_ANA_ATEST registers are unused.
 123 #else /* Word 0 - Little Endian */
 124 …_dac_a             : 5;  /**< [  4:  0](R/W) Controls the A-side DAC input to the analog test bloc…
 [all …]
 
 | 
        123456