| /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/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/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 | 2 frext-hi422fr13_sony_b \ 3 frext-hi422fr6_sony_a \ 4 frext-pph10i1_panasonic_a \ 5 frext-pph10i2_panasonic_a \ 6 frext-pph10i3_panasonic_a \ 7 frext-pph10i4_panasonic_a \ 8 frext-pph10i5_panasonic_a \ 9 frext-pph10i6_panasonic_a \ 10 frext-pph10i7_panasonic_a \ 11 frext-pph422i1_panasonic_a \ [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 …]
|
| D | seek.mak | 1 # files from fate-acodec 3 FATE_SEEK_ACODEC += adpcm-ima_qt adpcm-ima_qt-trellis \ 4 adpcm-ima_wav adpcm-ima_wav-trellis \ 5 adpcm-ms adpcm-ms-trellis \ 6 adpcm-swf adpcm-swf-trellis \ 7 adpcm-yamaha adpcm-yamaha-trellis \ 9 pcm-alaw pcm-mulaw pcm-s8 pcm-u8 \ 10 pcm-s16be pcm-s16le pcm-s24be \ 11 pcm-s24le pcm-s32be pcm-s32le \ 12 pcm-f32be pcm-f32le pcm-f64be \ [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/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/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/node/deps/openssl/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/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/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/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/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/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/rust/crates/clap/src/_derive/ |
| D | mod.rs | 6 //! 2. [Command Attributes](#command-attributes) 7 //! 2. [ArgGroup Attributes](#arggroup-attributes) 8 //! 3. [Arg Attributes](#arg-attributes) 9 //! 4. [ValueEnum Attributes](#valueenum-attributes) 10 //! 5. [Possible Value Attributes](#possible-value-attributes) 11 //! 3. [Arg Types](#arg-types) 12 //! 4. [Doc Comments](#doc-comments) 13 //! 5. [Mixing Builder and Derive APIs](#mixing-builder-and-derive-apis) 31 //! #[command(CMD ATTRIBUTE)] 50 //! #[command(PARENT CMD ATTRIBUTE)] [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | depends.py | 4 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 16 - domain name, can be used to run only specific tests via command-line; 17 - configuration building method, described in detail below; 18 - list of symbols passed to the configuration building method; 19 - commands to be run on each job (only build, build and test, or any other custom); 20 - optional list of symbols to be excluded from testing. 24 - ComplementaryDomain - build a job for each passed symbol by disabling a single 27 - ExclusiveDomain - build a job where, for each passed symbol, only this particular 29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not 30 direct dependencies, but rather non-trivial results of other configs missing. Then [all …]
|
| /third_party/node/tools/ |
| D | install.py | 33 print('symlinking %s -> %s' % (source_path, link_path)) 110 'npm': 'bin/npm-cli.js', 111 'npx': 'bin/npx-cli.js', 124 # On z/OS, we install node-gyp for convenience, as some vendors don't have 127 link_path = abspath(install_path, 'bin/node-gyp') 129 action([link_path], 'bin/node-gyp') 131 try_symlink('../lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js', link_path) 174 # create symlink of libnode.so -> libnode.version.so (C++ addons compat) 207 'deps/v8/include/libplatform/libplatform-export.h', 208 'deps/v8/include/libplatform/v8-tracing.h', [all …]
|
| /third_party/libuv/docs/src/ |
| D | process.rst | 4 :c:type:`uv_process_t` --- Process handle 12 ---------- 65 * Spawn the child process in a detached state - this will make it a process 93 * extensions like '.exe' or '.cmd'. 100 Container for each stdio handle or fd passed to a child process. 120 * The following four options are mutually-exclusive, and define 162 * handle in non-blocking mode in the child. This may cause loss of data, 232 Flags specifying how the stdio container should be passed to the child. 241 --- 253 This function works on a best-effort basis: there is no guarantee that libuv can discover [all …]
|
| /third_party/ltp/testcases/kernel/controllers/cgroup/ |
| D | cgroup_regression_getdelays.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Utility to get per-pid and per-tgid delay accounting statistics 43 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN) 45 #define NLA_PAYLOAD(len) (len - NLA_HDRLEN) 76 fprintf(stderr, "getdelays [-dilv] [-w logfile] [-r bufsize] " in usage() 77 "[-m cpumask] [-t tgid] [-p pid]\n"); in usage() 78 fprintf(stderr, " -d: print delayacct stats\n"); in usage() 79 fprintf(stderr, " -i: print IO accounting (works only with -p)\n"); in usage() 80 fprintf(stderr, " -l: listen forever\n"); in usage() 81 fprintf(stderr, " -v: debug on\n"); in usage() [all …]
|
| /third_party/pulseaudio/man/ |
| D | pulseaudio.1.xml.in | 1 <?xml version="1.0"?><!--*-nxml-*--> 3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> 5 <!-- 20 --> 25 <cmd>pulseaudio [<arg>options</arg>]</cmd> 26 <cmd>pulseaudio <opt>--help</opt></cmd> 27 <cmd>pulseaudio <opt>--version</opt></cmd> 28 <cmd>pulseaudio <opt>--dump-conf</opt></cmd> 29 <cmd>pulseaudio <opt>--dump-modules</opt></cmd> 30 <cmd>pulseaudio <opt>--dump-resample-methods</opt></cmd> [all …]
|
| /third_party/ltp/include/lapi/ |
| D | bpf.h | 1 // SPDX-License-Identifier: GPL-2.0-or-later 30 #define BPF_B 0x10 /* 8-bit */ 31 #define BPF_W 0x00 /* 32-bit */ 32 #define BPF_DW 0x18 /* double word (64-bit) */ 178 #define BPF_F_LOCK 4 /* spin_lock-ed map_lookup/map_update */ 245 uint32_t target_fd; /* container object to attach to */ 290 uint32_t target_fd; /* container object to query */ 545 /* pseudo BPF_LD_IMM64 insn used to refer to process-local map_fd */ 603 .imm = ((FUNC) - BPF_FUNC_unspec) }) 621 static inline int bpf(enum bpf_cmd cmd, union bpf_attr *attr, unsigned int size) in bpf() argument [all …]
|