Home
last modified time | relevance | path

Searched +full:build +full:- +full:args (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/templates/
Dloadtest_template_basic_all_languages.yaml17 - build:
19 - bash
20 - /build_scripts/build_qps_worker.sh
27 - args:
28 - -c
29 - |
30 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \
32 --driver_port="${DRIVER_PORT}"
34 - bash
36 - build:
[all …]
Dloadtest_template_psm_proxied_basic_all_languages.yaml17 - build:
18 args:
19 - build
20 - --config
21 - opt
22 - //test/cpp/qps:qps_worker
24 - bazel
31 - args:
32 - -c
33 - |
[all …]
Dloadtest_template_psm_proxyless_basic_all_languages.yaml17 - build:
18 args:
19 - build
20 - --config
21 - opt
22 - //test/cpp/qps:qps_worker
24 - bazel
31 - args:
32 - -c
33 - |
[all …]
/external/grpc-grpc/tools/run_tests/performance/templates/
Dloadtest_template_basic_all_languages.yaml17 - build:
19 - bash
20 - /build_scripts/build_qps_worker.sh
27 - args:
28 - -c
29 - |
30 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \
32 --driver_port="${DRIVER_PORT}"
34 - bash
36 - build:
[all …]
Dloadtest_template_psm_proxied_basic_all_languages.yaml17 - build:
18 args:
19 - build
20 - --config
21 - opt
22 - //test/cpp/qps:qps_worker
24 - bazel
31 - args:
32 - -c
33 - |
[all …]
Dloadtest_template_psm_proxyless_basic_all_languages.yaml17 - build:
18 args:
19 - build
20 - --config
21 - opt
22 - //test/cpp/qps:qps_worker
24 - bazel
31 - args:
32 - -c
33 - |
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DMf2FeaturesTest.java25 …* <a href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">spec documen…
31 @SuppressWarnings({"static-method", "javadoc"})
41 .arguments(Args.NONE) in testEmptyMessage()
43 .build()); in testEmptyMessage()
50 .arguments(Args.NONE) in testPlainText()
52 .build()); in testPlainText()
59 .arguments(Args.of("userName", "John")) in testPlaceholders()
61 .build()); in testPlaceholders()
72 .arguments(Args.of("name", "John", "today", TEST_DATE)) in testArgumentMissing()
74 .build()); in testArgumentMissing()
[all …]
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/message2/
DMf2FeaturesTest.java23 …* <a href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">spec documen…
28 @SuppressWarnings({"static-method", "javadoc"})
38 .arguments(Args.NONE) in testEmptyMessage()
40 .build()); in testEmptyMessage()
47 .arguments(Args.NONE) in testPlainText()
49 .build()); in testPlainText()
56 .arguments(Args.of("userName", "John")) in testPlaceholders()
58 .build()); in testPlaceholders()
69 .arguments(Args.of("name", "John", "today", TEST_DATE)) in testArgumentMissing()
71 .build()); in testArgumentMissing()
[all …]
/external/libopus/.github/workflows/
Dcmake.yml7 name: Test build with CMake 3.1.0
8 runs-on: ubuntu-20.04
10 - uses: actions/checkout@v3
12 fetch-depth: 0
13 - name: Download models
15 - name: Install CMake 3.1
17 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o …
19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
21 sudo apt-get install libidn11
22 - name: Create Work Dir
[all …]
/external/clang/tools/scan-build-py/libscanbuild/
Danalyze.py1 # -*- coding: utf-8 -*-
6 """ This module implements the 'scan-build' command API.
8 To run the static analyzer against a build is done in multiple steps:
10 -- Intercept: capture the compilation command during the build,
11 -- Analyze: run the analyzer against the captured commands,
12 -- Report: create a cover report from the analyzer outputs. """
32 COMPILER_WRAPPER_CC = 'analyze-cc'
33 COMPILER_WRAPPER_CXX = 'analyze-c++'
38 """ Entry point for 'analyze-build' and 'scan-build'. """
41 args = parser.parse_args()
[all …]
/external/cronet/build/gn_ast/
Dgn_editor.py3 # Use of this source code is governed by a BSD-style license that can be
23 _BUILD_ANDROID_PATH = _SRC_PATH / 'build/android'
28 _BUILD_ANDROID_GYP_PATH = _SRC_PATH / 'build/android/gyp'
67 path: str, dryrun: bool) -> Optional[OperationResult]:
80 target_name_filter: Optional[str]) -> Optional[OperationResult]:
91 def _add(args: argparse.Namespace, build_filepaths: List[str],
93 deps = args.deps
94 target = args.target
102 def _search(args: argparse.Namespace, build_filepaths: List[str],
104 name_query = args.name
[all …]
/external/angle/build/gn_ast/
Dgn_editor.py3 # Use of this source code is governed by a BSD-style license that can be
23 _BUILD_ANDROID_PATH = _SRC_PATH / 'build/android'
28 _BUILD_ANDROID_GYP_PATH = _SRC_PATH / 'build/android/gyp'
67 path: str, dryrun: bool) -> Optional[OperationResult]:
80 target_name_filter: Optional[str]) -> Optional[OperationResult]:
91 def _add(args: argparse.Namespace, build_filepaths: List[str],
93 deps = args.deps
94 target = args.target
102 def _search(args: argparse.Namespace, build_filepaths: List[str],
104 name_query = args.name
[all …]
/external/python/cpython3/Tools/wasm/
Dwasm_build.py2 """Build script for Python on WebAssembly platforms.
4 $ ./Tools/wasm/wasm_builder.py emscripten-browser build repl
5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
6 $ ./Tools/wasm/wasm_builder.py wasi build test
8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
9 "emscripten-browser", and "wasi".
16 and falls back to /opt/wasi-sdk.
18 The 'build' Python interpreter must be rebuilt every time Python's byte code
21 ./Tools/wasm/wasm_builder.py --clean build build
55 # path to WASI-SDK root
[all …]
/external/pigweed/pw_build/py/pw_build/
Dproject_builder_presubmit_runner.py7 # https://www.apache.org/licenses/LICENSE-2.0
38 from pw_presubmit.build import GnGenNinja, gn_args
79 def _pw_package_install_command(package_name: str) -> BuildCommand:
83 '--no-banner',
93 ) -> BuildCommand:
106 ) -> list[BuildCommand]:
110 if not 'bazel' in trace.args:
113 bazel_command = list(arg for arg in trace.args if not arg.startswith('--'))
115 arg for arg in trace.args if arg.startswith('--') and arg != '--'
117 # Check for `bazel build` or `bazel test`
[all …]
/external/cronet/build/rust/
Drun_build_script.py4 # Use of this source code is governed by a BSD-style license that can be
7 # This is a wrapper script which runs a Cargo build.rs build script
8 # executable in a Cargo-like environment. Build scripts can do arbitrary
10 # to support everything because that means the build is not deterministic.
11 # Code review processes must be applied to ensure that the build script
15 # https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-carg…
18 # Similarly, the only allowable output from such a build script
22 # * cargo:rustc-cfg output.
24 # That's it. We don't even support the other standard cargo:rustc-
39 os.pardir, 'build'))
[all …]
/external/libyuv/docs/
Dgetting_started.md3 How to get and build the libyuv code.
5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv
62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
64 ninja -v -C out\Release
65 ninja -v -C out\Debug
67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
68 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\""
[all …]
/external/angle/build/
Dextract_partition.py3 # Use of this source code is governed by a BSD-style license that can be
18 Computes the new build-id from old build-id and file_path.
20 Args:
21 old_build_id: Original build-id in bytearray.
25 New build id with the same length as |old_build_id|.
29 m.update(os.path.basename(file_path).encode('utf-8'))
43 the .note.gnu.build-id section so that the build-id remains
47 - `objcopy` does not modify build-id when partitioning the
49 - The new build-id is calculated as hash of original build-id
52 Args:
[all …]
/external/cronet/build/
Dextract_partition.py3 # Use of this source code is governed by a BSD-style license that can be
19 Computes the new build-id from old build-id and file_path.
21 Args:
22 old_build_id: Original build-id in bytearray.
26 New build id with the same length as |old_build_id|.
30 m.update(os.path.basename(file_path).encode('utf-8'))
44 the .note.gnu.build-id section so that the build-id remains
48 - `objcopy` does not modify build-id when partitioning the
50 - The new build-id is calculated as hash of original build-id
53 Args:
[all …]
/external/skia/site/docs/user/
Dbuild.md1 ---
2 title: 'How to build Skia'
3 linkTitle: 'How to build Skia'
6 ---
14 ## `is_official_build` and Third-party Dependencies
19 This mode configures Skia in a way that's suitable to ship: an optimized build
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
27 Skia offers several features that make use of third-party libraries, like
[all …]
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DgenRelease3 # Copyright 2016-2023 The Khronos Group Inc.
4 # SPDX-License-Identifier: Apache-2.0
21 parser.add_argument('-internal', action='store_true',
22 help='Generate internal build, not public')
23 parser.add_argument('-norefpages', action='store_true',
25 parser.add_argument('-singlerefpage', action='store_true',
26 help='Generate single-page refpage - NOT SUPPORTED')
27 parser.add_argument('-chunked', action='store_true',
29 parser.add_argument('-pdf', action='store_true',
32 parser.add_argument('-nov13', action='store_false', dest='v13',
[all …]
/external/angle/build/rust/
Drun_build_script.py4 # Use of this source code is governed by a BSD-style license that can be
7 # This is a wrapper script which runs a Cargo build.rs build script
8 # executable in a Cargo-like environment. Build scripts can do arbitrary
10 # to support everything because that means the build is not deterministic.
11 # Code review processes must be applied to ensure that the build script
15 # https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-carg…
18 # Similarly, the only allowable output from such a build script
22 # * cargo:rustc-cfg output.
24 # That's it. We don't even support the other standard cargo:rustc-
39 os.pardir, 'build'))
[all …]
/external/python/cpython3/Tools/ssl/
Dmultissltests.py14 The script must be run with Python's build directory as current working
23 (c) 2013-2017 Christian Heimes <christian@python.org>
75 '--debug',
80 '--disable-ancient',
85 '--openssl',
94 '--libressl',
103 '--tests',
109 '--base-directory',
114 '--no-network',
120 '--steps',
[all …]
/external/webrtc/infra/specs/
Dinternal.client.webrtc.json7 "args": [ array
8 "--xctest",
9 "--xcode-build-version",
11 "--out-dir",
16 "args": [], array
35 "os": "iOS-15.7",
45 "service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com"
50 "args": [ array
51 "--xctest",
52 "--xcode-build-version",
[all …]
/external/cronet/build/android/
Dlist_java_targets.py3 # Use of this source code is governed by a BSD-style license that can be
11 build/android/list_java_targets.py -C out/Default --type android_app_bundle \
12 --gn-labels
15 build/android/list_java_targets.py -C out/Default --print-types
17 # Build all apk targets:
18 build/android/list_java_targets.py -C out/Default --type android_apk | xargs \
19 autoninja -C out/Default
22 build/android/list_java_targets.py -C out/Default --stats
38 sys.path.append(os.path.join(_SRC_ROOT, 'build'))
41 sys.path.append(os.path.join(_SRC_ROOT, 'build', 'android'))
[all …]
/external/angle/build/android/
Dlist_java_targets.py3 # Use of this source code is governed by a BSD-style license that can be
11 build/android/list_java_targets.py -C out/Default --type android_app_bundle \
12 --gn-labels
15 build/android/list_java_targets.py -C out/Default --print-types
17 # Build all apk targets:
18 build/android/list_java_targets.py -C out/Default --type android_apk | xargs \
19 autoninja -C out/Default
22 build/android/list_java_targets.py -C out/Default --stats
38 sys.path.append(os.path.join(_SRC_ROOT, 'build'))
41 sys.path.append(os.path.join(_SRC_ROOT, 'build', 'android'))
[all …]

12345678910>>...48