| /third_party/skia/experimental/wasm-skp-debugger/tests/ |
| D | mskp_playback.spec.js | 6 const container = document.createElement('div'); 7 document.body.appendChild(container); 10 container.innerHTML = `<canvas id=debugger_view width=720 height=1280></canvas>`; 14 container.innerHTML = ''; 34 canvasElement.width = bounds.fRight - bounds.fLeft; 35 canvasElement.height = bounds.fBottom - bounds.fTop; 43 let cmd = JSON.parse(player.jsonCommandList(surface)); 44 expect(cmd).toBeTruthy(); 47 player.drawTo(surface, cmd.commands.length); 52 cmd = JSON.parse(player.jsonCommandList(surface)); [all …]
|
| /third_party/skia/infra/bots/assets/mesa_intel_driver_linux/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 9 """Create the mesa driver. This defers to a Docker container 17 # part of this script so that we don't need to push it to the container repo. 20 DOCKER_IMAGE = 'gcr.io/skia-public/mesa-driver-builder:v2' 27 cmd = [ 28 'docker', 'run', '--volume', '%s:/OUT' % target_dir, 29 '--env', 'MESA_VERSION=%s' % MESA_VERSION, 32 print('Running docker cmd', cmd) 33 subprocess.check_output(cmd) 38 parser.add_argument('--target_dir', '-t', required=True)
|
| /third_party/flutter/skia/infra/bots/assets/mesa_intel_driver_linux/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 9 """Create the mesa driver. This defers to a Docker container 17 # part of this script so that we don't need to push it to the container repo. 20 DOCKER_IMAGE = 'gcr.io/skia-public/mesa-driver-builder:v2' 27 cmd = [ 28 'docker', 'run', '--volume', '%s:/OUT' % target_dir, 29 '--env', 'MESA_VERSION=%s' % MESA_VERSION, 32 print('Running docker cmd', cmd) 33 subprocess.check_output(cmd) 38 parser.add_argument('--target_dir', '-t', required=True)
|
| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| D | docker.py | 2 # Use of this source code is governed by a BSD-style license that can be 8 """Docker flavor, used for running inside a Docker container.""" 11 # TODO(dogben): Move this mapping to a machine-editable file. 14 'gcc-debian10': ( 15 'gcr.io/skia-public/gcc-debian10@sha256:' 17 'gcc-debian10-x86': ( 18 'gcr.io/skia-public/gcc-debian10-x86@sha256:' 28 """Returns the path in the Docker container mapped to the given path. 30 Returns None if the path is not mapped into the Docker container. 41 def step(self, name, cmd, **unused_kwargs): argument [all …]
|
| /third_party/rust/crates/clap/src/ |
| D | derive.rs | 9 /// Parse command-line arguments into `Self`. 11 /// The primary one-stop-shop trait used to create an instance of a `clap` 70 /// fn from(m: ArgMatches) -> Self { 81 fn parse() -> Self { in parse() 88 … // Since this is more of a development-time error, we aren't doing as fancy of a quit in parse() 96 fn try_parse() -> Result<Self, Error> { in try_parse() 102 fn parse_from<I, T>(itr: I) -> Self in parse_from() 113 … // Since this is more of a development-time error, we aren't doing as fancy of a quit in parse_from() 121 fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> in try_parse_from() 140 // Since this is more of a development-time error, we aren't doing as fancy of a quit in update_from() [all …]
|
| /third_party/flutter/skia/infra/bots/recipes/test_lottie_web.expected/ |
| D | Test-Debian9-none-GCE-CPU-AVX2-x86_64-Debug-All-LottieWeb.json | 3 "cmd": [ array 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 18 "cmd": [ array 20 "-u", 22 "--json-output", 31 "cmd": [ array 33 "-u", [all …]
|
| D | lottie_web_trybot.json | 3 "cmd": [ array 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 18 "cmd": [ array 20 "-u", 22 "--json-output", 31 "cmd": [ array 33 "-u", [all …]
|
| /third_party/mesa3d/.gitlab-ci/windows/ |
| D | Dockerfile_vs | 6 # https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/ 7 # Wrapping the following command in cmd.exe 8 # iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet" 9 …rshell -ExecutionPolicy RemoteSigned -Command "$ErrorActionPreference = 'Stop'; iex ""& { $(irm ht… 12 SHELL ["pwsh", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Stop';"] 13 RUN Write-Output $PSVersionTable $ErrorActionPreference 24 # `base_image` should use windows image that can be run with `--isolation=process` option, 25 # since the resulting container will want to be used that way be later containers in the build proc… 26 # Only --isolation=hyperv can succeed building this container locally, 27 # --isolation=process have network issue when installing Visual Studio and choco will crash [all …]
|
| /third_party/ffmpeg/tests/fate/ |
| D | h264.mak | 91 frext-alphaconformanceg \ 92 frext-bcrm_freh10 \ 93 frext-brcm_freh11 \ 94 frext-brcm_freh3 \ 95 frext-brcm_freh4 \ 96 frext-brcm_freh5 \ 97 frext-brcm_freh8 \ 98 frext-brcm_freh9 \ 99 frext-freh12_b \ 100 frext-freh1_b \ [all …]
|
| D | lavf-container.mak | 1 FATE_LAVF_CONTAINER-$(call ENCDEC2, MSMPEG4V3, MP2, ASF) += asf 2 FATE_LAVF_CONTAINER-$(call ENCDEC2, MPEG4, MP2, AVI) += avi 3 FATE_LAVF_CONTAINER-$(call ENCDEC2, DVVIDEO, PCM_S16LE, AVI) += dv dv_pal dv_ntsc 4 FATE_LAVF_CONTAINER-$(call ENCDEC, FLV, FLV) += flv 5 FATE_LAVF_CONTAINER-$(call ENCDEC, RAWVIDEO, FILMSTRIP) += flm 6 FATE_LAVF_CONTAINER-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, GXF) += gxf gxf_pal gxf_n… 7 FATE_LAVF_CONTAINER-$(call ENCDEC2, MPEG4, MP2, MATROSKA) += mkv mkv_attachment 8 FATE_LAVF_CONTAINER-$(call ENCDEC2, MPEG4, PCM_ALAW, MOV) += mov mov_rtphint i… 9 FATE_LAVF_CONTAINER-$(call ENCDEC, MPEG4, MOV) += mp4 10 FATE_LAVF_CONTAINER-$(call ENCDEC2, MPEG1VIDEO, MP2, MPEG1SYSTEM MPEGPS) += mpg [all …]
|
| /third_party/flutter/skia/infra/bots/recipes/test_skqp_emulator.expected/ |
| D | Test-Debian9-Clang-GCE-CPU-Emulator-x86-devrel-All-Android_SKQP.json | 3 "cmd": [ array 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 18 "cmd": [ array 20 "-u", 22 "--json-output", 31 "cmd": [ array 33 "-u", [all …]
|
| /third_party/gstreamer/gstreamer/docs/random/wtay/ |
| D | threads_hilevel | 2 -------- 4 - the managing container (top half). This is the main thread that 7 - the main_loop (bottom half), this is the thread that actually does 16 NULL->READY 17 ----------- 38 READY->NULL 39 ----------- 50 (lock reacquired after wait for cmd) 61 READY->PAUSED 62 ------------- [all …]
|
| /third_party/flutter/skia/infra/bots/recipes/ |
| D | test_lottie_web.py | 2 # Use of this source code is governed by a BSD-style license that can be 5 # Recipe which generates the Gold images for lottie-web using docker 21 DOCKER_IMAGE = 'gcr.io/skia-public/gold-lottie-web-puppeteer:v2' 29 lottie_files_src = api.vars.slave_dir.join('lottie-samples') 31 # The lottie-web repo is DEP'd in. This links to its build directory 43 # e.g. /LOTTIE_FILES/foo.json -> ../.cipd/alpha/beta/foo.json 60 # them in the docker container. 66 # This typically means that the non-privileged docker won't be able to write. 72 cmd = ['docker', 'run', '--shm-size=2gb', '--rm', 73 '-v', '%s:/SRC' % checkout_root, [all …]
|
| D | test_skqp_emulator.py | 2 # Use of this source code is governed by a BSD-style license that can be 19 # This image is public, and thus doesn't require log-in to read. 20 DOCKER_IMAGE = ('butomo1989/docker-android-x86-8.1@sha256:' 51 start_cmd = ['docker', 'run', '--privileged', '--rm', '-d', # detached/daemon 52 '--name', container_name, 53 '--env', 'DEVICE=Samsung Galaxy S6', 54 '--volume', '%s:/SRC' % checkout_root, 55 '--volume', '%s:/OUT' % apk_location, 59 'timeout', '45', 'adb', 'wait-for-device'] 66 # Wait a short time using adb-wait-for-device [all …]
|
| /third_party/flutter/skia/third_party/externals/dawn/scripts/ |
| D | git-clang-format | 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===# 10 #===------------------------------------------------------------------------===# 13 clang-format git integration 16 This file provides a clang-format integration for git. Put it somewhere in your 17 path and ensure that it is executable. Then, "git clang-format" will invoke 18 clang-format on the changes in current files or a specific commit. 21 git clang-format -h 36 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]' 39 If zero or one commits are given, run clang-format on all lines that differ 43 If two commits are given (requires --diff), run clang-format on all lines in the [all …]
|
| /third_party/libabigail/tests/ |
| D | test-read-common.cc | 1 // -*- Mode: C++ -*- 12 #include "test-read-common.h" 75 = create_write_context(corp->get_environment(), of); in serialize_corpus() 83 /// Spawn `abidw --abidiff` tool appending @p extargs argument. 102 drop_private_types += "--headers-dir " + in_public_headers_path + in run_abidw() 103 " --drop-private-types"; in run_abidw() 104 string cmd = abidw + " " + spec_options + drop_private_types + in run_abidw() local 105 " --abidiff " + extargs + in_elf_path; in run_abidw() 106 if (system(cmd.c_str())) in run_abidw() 113 + "command was: '" + cmd + "'\n"; in run_abidw() [all …]
|
| /third_party/mesa3d/.gitlab-ci/b2c/ |
| D | generate_b2c.py | 30 parser.add_argument('--ci-job-id') 31 parser.add_argument('--container-cmd') 32 parser.add_argument('--initramfs-url') 33 parser.add_argument('--job-success-regex') 34 parser.add_argument('--job-warn-regex') 35 parser.add_argument('--kernel-url') 36 parser.add_argument('--log-level', type=int) 37 parser.add_argument('--poweroff-delay', type=int) 38 parser.add_argument('--session-end-regex') 39 parser.add_argument('--session-reboot-regex') [all …]
|
| /third_party/python/Lib/distutils/tests/ |
| D | test_sdist.py | 78 """Returns a cmd""" 87 cmd = sdist(dist) 88 cmd.dist_dir = 'dist' 89 return dist, cmd 111 dist, cmd = self.get_cmd() 115 cmd.formats = ['zip'] 117 cmd.ensure_finalized() 118 cmd.run() 123 self.assertEqual(files, ['fake-1.0.zip']) 125 zip_file = zipfile.ZipFile(join(dist_folder, 'fake-1.0.zip')) [all …]
|
| /third_party/openssl/crypto/x509/ |
| D | by_store.c | 2 * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved. 32 * from the container that the URI represents rather than the subset that in cache_objects() 67 criterion, depth - 1, libctx, propq); in cache_objects() 108 static int by_store_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, in by_store_ctrl_ex() argument 112 switch (cmd) { in by_store_ctrl_ex() 141 static int by_store_ctrl(X509_LOOKUP *ctx, int cmd, in by_store_ctrl() argument 144 return by_store_ctrl_ex(ctx, cmd, argp, argl, retp, NULL, NULL); in by_store_ctrl() 203 ok = X509_OBJECT_set1_X509(ret, tmp->data.x509); in by_store_subject_ex() 205 X509_free(tmp->data.x509); in by_store_subject_ex() 208 ok = X509_OBJECT_set1_X509_CRL(ret, tmp->data.crl); in by_store_subject_ex() [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 …- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver… 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K" 18 - results/ 20 .test-gl: 22 - .test 23 - .use-debian/x86_test-gl [all …]
|
| /third_party/openssl/doc/man3/ |
| D | X509_LOOKUP.pod | 18 - OpenSSL certificate lookup mechanisms 36 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 38 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, 98 The meaning of the arguments depends on the I<cmd> number of the 101 The control I<cmd>s known to OpenSSL are discussed in more depth 124 X509_LOOKUP_add_store_ex() passes a URI for a directory-like structure 132 X509_LOOKUP_load_store_ex() passes a URI for a single container from 160 X509_LOOKUP_ctrl() I<cmd>s: 198 X509_LOOKUP_ctrl() returns -1 if the B<X509_LOOKUP> doesn't have an 231 Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| D | spp_client.c | 3 * Copyright (c) 2012-2014, Qualcomm Atheros, Inc. 16 #include "xml-utils.h" 17 #include "http-utils.h" 44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() 50 return -1; in hs20_spp_validate() 54 return -1; in hs20_spp_validate() 61 return -1; in hs20_spp_validate() 117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data() 124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_post_dev_data() 125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| D | spp_client.c | 3 * Copyright (c) 2012-2014, Qualcomm Atheros, Inc. 16 #include "xml-utils.h" 17 #include "http-utils.h" 44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() 50 return -1; in hs20_spp_validate() 54 return -1; in hs20_spp_validate() 61 return -1; in hs20_spp_validate() 117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data() 124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_post_dev_data() 125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data() [all …]
|
| /third_party/python/Doc/library/ |
| D | trace.rst | 1 :mod:`trace` --- Trace or track Python statement execution 9 -------------- 19 A popular third-party coverage tool that provides HTML 22 .. _trace-cli: 24 Command-Line Usage 25 ------------------ 30 python -m trace --count -C . somefile.py ... 37 .. cmdoption:: --help 41 .. cmdoption:: --version 46 Added ``--module`` option that allows to run an executable module. [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI.yml | 6 build-windows: 7 runs-on: windows-${{ matrix.config.server }} 8 name: build-${{ matrix.config.toolchain}}-${{ matrix.config.arch}} 10 fail-fast: false 13 - {toolchain: Visual Studio 15 2017, arch: Win32, server: 2016} 14 - {toolchain: Visual Studio 15 2017, arch: x64, server: 2016} 15 - {toolchain: Visual Studio 16 2019, arch: Win32, server: 2019} 16 - {toolchain: Visual Studio 16 2019, arch: x64, server: 2019} 17 - {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022} 18 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022} [all …]
|