| /third_party/grpc/tools/run_tests/performance/templates/ |
| D | loadtest_template_basic_all_languages.yaml | 17 - 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 …]
|
| D | loadtest_template_psm_proxied_basic_all_languages.yaml | 17 - build: 18 args: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 31 - args: 32 - -c 33 - | [all …]
|
| D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 17 - build: 18 args: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 31 - args: 32 - -c 33 - | [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
| D | Mf2FeaturesTest.java | 23 …* <a href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">spec documen… 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() 74 .arguments(Args.of("name", "John")) in testArgumentMissing() [all …]
|
| D | FromJsonTest.java | 16 …ub.com/messageformat/messageformat/blob/master/packages/mf2-messageformat/src/__fixtures/test-mess… 26 .build(), 30 .build(), 34 .build(), 37 .arguments(Args.of("place", "world")) 39 .build(), 43 // errorsJs: ["missing-var"] 44 .build(), 47 .arguments(Args.of("one", 1.3, "two", 4.2)) 49 .build(), [all …]
|
| /third_party/gn/src/gn/ |
| D | args.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "gn/args.h" 15 R"(Build Arguments Overview 17 Build arguments are variables passed in from outside of the build that build 18 files can query to determine how the build works. 20 How build arguments are set 23 built-in arguments are: 24 - host_cpu 25 - host_os 26 - current_cpu [all …]
|
| D | switches.cc | 2 // Use of this source code is governed by a BSD-style license that can be 9 const char kArgs[] = "args"; 10 const char kArgs_HelpShort[] = "--args: Specifies build arguments overrides."; 12 R"(--args: Specifies build arguments overrides. 14 See "gn help buildargs" for an overview of how build arguments work. 16 Most operations take a build directory. The build arguments are taken from 17 the previous build done in that directory. If a command specifies --args, it 18 will override the previous arguments stored in the build directory, and use 21 The args specified will be saved to the build directory for subsequent 22 commands. Specifying --args="" will clear all build arguments. [all …]
|
| D | command_args.cc | 2 // Use of this source code is governed by a BSD-style license that can be 40 const char kSwitchOverridesOnly[] = "overrides-only"; 61 cur--; in BackUpToLineBegin() 91 Location location = value.origin()->GetRange().begin(); in GetContextForValue() 96 *location_str = file->name().value(); in GetContextForValue() 99 const std::string& data = file->contents(); in GetContextForValue() 104 line_off -= 2; // Back up to end of previous line. in GetContextForValue() 108 line_off - previous_line_offset + 1); in GetContextForValue() 112 comment->insert(0, StripHashFromLine(line, pad_comment) + "\n"); in GetContextForValue() 140 void PrintArgHelp(std::string_view name, const Args::ValueWithOverride& val) { in PrintArgHelp() [all …]
|
| /third_party/alsa-lib/ |
| D | gitcompile | 3 set -e 10 if [ $# -ne 0 ]; then 12 while [ -z "$endloop" ]; do 16 cbits32="-m32" 17 echo "Forced 32-bit library build..." 21 echo "Forced mixer modules build..." 25 echo "Forced alisp code build..." 29 echo "Forced python2 interpreter build..." 32 lto="-flto -flto-partition=none" 33 echo "Forced lto build..." [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | genRelease | 3 # Copyright 2016-2024 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 …]
|
| /third_party/python/Tools/wasm/ |
| D | wasm_build.py | 2 """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 …]
|
| /third_party/skia/site/docs/user/ |
| D | build.md | 1 --- 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 …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/tests/unit/ |
| D | launch_config.test.ts | 8 const args = Cargo.artifactSpec([ constant 9 "build", 10 "--package", 12 "--bin", 16 assert.deepStrictEqual(args.cargoArgs, [ 17 "build", 18 "--package", 20 "--bin", 22 "--message-format=json", 24 assert.deepStrictEqual(args.filter, undefined); [all …]
|
| /third_party/skia/m133/site/docs/user/ |
| D | build.md | 1 --- 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 …]
|
| /third_party/python/Tools/ssl/ |
| D | multissltests.py | 14 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 …]
|
| /third_party/skia/m133/third_party/externals/libyuv/docs/ |
| D | getting_started.md | 3 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 …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | DevSetupAndroid.md | 5 ## Setting up the ANGLE build for Android 11 The following command will open a text editor to populate GN args for an Android Release build: 13 gn args out/Android 16 Once the editor is up, paste the following GN args to generate an Android build, and save the file. 23 use_goma = true # Googlers-only! If you're not a Googler remove this. 26 More targeted GN arg combinations can be found [below](#android-gn-args-combinations). 28 If you run into any problems with the above, you can copy the canonical args from CI: 29 - Visit the ANGLE [CI Waterfall](https://ci.chromium.org/p/angle/g/ci/console). 30 - Open any recent Android build. 31 - Expand the for "lookup GN args" step and copy the GN args. [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/ |
| D | Makefile.toml | 5 [tasks.build-bin] 7 args = [ 8 "build", 9 "--bin", 11 "--bin", 12 "cargo-fmt", 15 [tasks.build-bins] 17 args = [ 18 "build", 19 "--bins", [all …]
|
| /third_party/rust/rust/src/tools/miri/cargo-miri/src/ |
| D | main.rs | 15 // Rustc does not support non-UTF-8 arguments so we make no attempt either. in main() 16 // (We do support non-UTF-8 environment variables though.) in main() 17 let mut args = std::env::args(); in main() localVariable 19 args.next().unwrap(); in main() 21 // Dispatch to `cargo-miri` phase. Here is a rough idea of "who calls who". in main() 23 // Initially, we are invoked as `cargo-miri miri run/test`. We first run the setup phase: in main() 24 …// - We use `rustc-build-sysroot`, and set `RUSTC` back to us, together with `MIRI_CALLED_FROM_SET… in main() 25 … // so that the sysroot build rustc invocations end up in `phase_rustc` with `RustcPhase::Setup`. in main() 26 // There we then call the Miri driver with `MIRI_BE_RUSTC` to perform the actual build. in main() 30 // - We set RUSTC_WRAPPER to ourselves, so for (almost) all rustc invocations, we end up in in main() [all …]
|
| /third_party/vk-gl-cts/scripts/ |
| D | check_build_sanity.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 29 from ctsbuild.build import * 57 args = [pythonExecutable, os.path.join(env.srcDir, self.scriptPath)] 60 args += self.getExtraArgs(env) 62 execute(args) 66 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr] [all …]
|
| /third_party/grpc/tools/run_tests/ |
| D | task_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 """Runs selected gRPC test/build tasks.""" 42 label_build_map["all"] = [t for t in _TARGETS] # to build all targets 57 argp = argparse.ArgumentParser(description="Runs build/test targets.") 59 "-b", 60 "--build", 64 help="Target name or target label to build.", 67 "-f", 68 "--filter", 72 help="Filter targets to build with AND semantics.", [all …]
|
| /third_party/grpc/tools/bazelify_tests/ |
| D | build_defs.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 def _dockerized_sh_test(name, srcs = [], args = [], data = [], size = "medium", timeout = None, tag… 42 # since the tests require special bazel args, only run them when explicitly requested 52 "args": args, 86 # since the tests require special bazel args, only run them when explicitly requested 106 def grpc_run_tests_harness_test(name, args = [], data = [], size = "medium", timeout = None, tags =… 107 """Execute an run_tests.py-harness style test under bazel. 109 Args: 111 args: The args to supply to the test binary. 128 args = [ [all …]
|
| /third_party/skia/m133/infra/bots/task_drivers/codesize/ |
| D | codesize.go | 2 // Use of this source code is governed by a BSD-style license that can be 5 // This task driver takes a binary (e.g. "dm") built by a Build-* task (e.g. 6 // "Build-Debian10-Clang-x86_64-Release"), runs Bloaty against the binary, and uploads the resulting 10 // tryjob's changelist/patchset vs. built at tip-of-tree. The binary built at tip-of-tree is 11 // produced by a *-NoPatch task (e.g. "Build-Debian10-Clang-x86_64-Release-NoPatch"), whereas the 13 // without the "-NoPatch" suffix (e.g. "Build-Debian10-Clang-x86_64-Release"). The size diff is 15 …s://github.com/google/bloaty/blob/f01ea59bdda11708d74a3826c23d6e2db6c996f0/doc/using.md#size-diffs. 51 codesizeGCSBucketName = "skia-codesize" 52 perfGCSBucketName = "skia-perf" 53 taskdriverURL = "https://task-driver.skia.org/td/" [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | makeSpec | 3 # Copyright 2020-2024 The Khronos Group Inc. 5 # SPDX-License-Identifier: Apache-2.0 7 # Build a spec with requested extension sets and options. 9 # Usage: makeSpec script-options make-options 11 # -genpath path - directory for generated files and outputs 12 # -spec core - make a spec with no extensions (default) 13 # -spec khr - make a spec with all KHR extensions 14 # -spec ratified - make a spec with all ratified (KHR + some EXT) extensions 15 # -spec all - make a spec with all registered extensions 16 # -version {1.0 | 1.1 | 1.2 | 1.3 | sc1.0} - make a spec with this core version [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | bootstrap.py | 52 "Pre-built artifacts might not be available for this " 53 "target at this time, see https://doc.rust-lang.org/nightly" 54 "/rustc/platform-support.html for more information.") 60 print("using already-download file", path, file=sys.stderr) 64 print("ignoring already-download file", 92 # https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows/) 94 # - If we are on win32 fallback to powershell 95 # - Otherwise raise the error if appropriate 101 option = "-#" 103 option = "-s" [all …]
|