/third_party/node/test/ |
D | root.status | 2 async-hooks/test-callback-error: SLOW 3 async-hooks/test-emit-init: SLOW 4 async-hooks/test-querywrap: SLOW 5 async-hooks/test-tlswrap: SLOW 8 parallel/test-buffer-constructor-node-modules-paths: SLOW 9 parallel/test-buffer-indexof: SLOW 10 parallel/test-child-process-spawnsync-input: SLOW 11 parallel/test-child-process-windows-hide: SLOW 12 parallel/test-cli-eval: SLOW 13 parallel/test-cli-eval-event: SLOW [all …]
|
/third_party/node/deps/npm/node_modules/parallel-transform/ |
D | package.json | 2 "_from": "parallel-transform@^1.1.0", 3 "_id": "parallel-transform@1.1.0", 5 "_integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=", 6 "_location": "/parallel-transform", 11 "raw": "parallel-transform@^1.1.0", 12 "name": "parallel-transform", 13 "escapedName": "parallel-transform", 20 "/npm-profile/cacache/mississippi", 21 "/npm-profile/mississippi", 22 "/npm-registry-fetch/cacache/mississippi" [all …]
|
D | README.md | 1 # parallel-transform 4 in parallel without changing the order of the output. 6 npm install parallel-transform 11 var transform = require('parallel-transform'); 32 If you run the above example you'll notice that it runs in parallel
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 1 //===--- OMPKinds.def - OpenMP directives, clauses, rt-calls -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 27 __OMP_DIRECTIVE(parallel) 50 __OMP_DIRECTIVE_EXT(target_parallel, "target parallel") 51 __OMP_DIRECTIVE_EXT(target_parallel_for, "target parallel for") 53 __OMP_DIRECTIVE_EXT(parallel_for, "parallel for") 54 __OMP_DIRECTIVE_EXT(parallel_for_simd, "parallel for simd") 55 __OMP_DIRECTIVE_EXT(parallel_master, "parallel master") [all …]
|
/third_party/cups-filters/backend/ |
D | parallel.c | 2 * Parallel port backend for OpenPrinting CUPS Filters. 4 * Copyright 2007-2011 by Apple Inc. 5 * Copyright 1997-2007 by Easy Software Products, all rights reserved. 14 * main() - Send a file to the specified parallel port. 15 * drain_output() - Drain pending print data to the device. 16 * list_devices() - List all parallel devices. 17 * run_loop() - Read and write print and back-channel data. 18 * side_cb() - Handle side-channel requests... 25 #include "backend-private.h" 44 * 'main()' - Send a file to the specified parallel port. [all …]
|
/third_party/skia/src/core/ |
D | SkStrokerPriv.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 17 path->lineTo(stop.fX, stop.fY); in ButtCapper() 22 SkVector parallel; in RoundCapper() local 23 SkPointPriv::RotateCW(normal, ¶llel); in RoundCapper() 25 SkPoint projectedCenter = pivot + parallel; in RoundCapper() 27 path->conicTo(projectedCenter + normal, projectedCenter, SK_ScalarRoot2Over2); in RoundCapper() 28 path->conicTo(projectedCenter - normal, stop, SK_ScalarRoot2Over2); in RoundCapper() 33 SkVector parallel; in SquareCapper() local 34 SkPointPriv::RotateCW(normal, ¶llel); in SquareCapper() 37 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkStrokerPriv.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 17 path->lineTo(stop.fX, stop.fY); in ButtCapper() 22 SkVector parallel; in RoundCapper() local 23 SkPointPriv::RotateCW(normal, ¶llel); in RoundCapper() 25 SkPoint projectedCenter = pivot + parallel; in RoundCapper() 27 path->conicTo(projectedCenter + normal, projectedCenter, SK_ScalarRoot2Over2); in RoundCapper() 28 path->conicTo(projectedCenter - normal, stop, SK_ScalarRoot2Over2); in RoundCapper() 33 SkVector parallel; in SquareCapper() local 34 SkPointPriv::RotateCW(normal, ¶llel); in SquareCapper() 37 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper() [all …]
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | README.md | 5 …vis/alexindigo/asynckit/v0.4.0.svg?label=browser&style=flat)](https://travis-ci.org/alexindigo/asy… 6 …ds.io/travis/alexindigo/asynckit/v0.4.0.svg?label=linux:0.12-6.x&style=flat)](https://travis-ci.or… 7 …img.shields.io/appveyor/ci/alexindigo/asynckit/v0.4.0.svg?label=windows:0.12-6.x&style=flat)](http… 10 …g.shields.io/david/alexindigo/asynckit/v0.4.0.svg?style=flat)](https://david-dm.org/alexindigo/asy… 13 <!-- [![Readme](https://img.shields.io/badge/readme-tested-brightgreen.svg?style=flat)](https://www… 15 AsyncKit provides harness for `parallel` and `serial` iterators over list of items represented by a… 16 …nates left over jobs upon an error event. For specific iteration order built-in (`ascending` and `… 21 | :----------------- | -------: | 30 $ npm install --save asynckit 35 ### Parallel Jobs [all …]
|
/third_party/mesa3d/.gitlab-ci/ |
D | fossils.yml | 1 fossils-db: 2 repo: "https://gitlab.freedesktop.org/hakzsam/fossils-db" 6 - path: sascha-willems/database.foz 7 - path: parallel-rdp/small_subgroup.foz 8 - path: parallel-rdp/small_uber_subgroup.foz 9 - path: parallel-rdp/subgroup.foz 10 - path: parallel-rdp/uber_subgroup.foz
|
/third_party/python/Lib/distutils/command/ |
D | build.py | 21 ('build-base=', 'b', 23 ('build-purelib=', None, 24 "build directory for platform-neutral distributions"), 25 ('build-platlib=', None, 26 "build directory for platform-specific distributions"), 27 ('build-lib=', None, 29 "build-purelib or build-platlib"), 30 ('build-scripts=', None, 32 ('build-temp=', 't', 34 ('plat-name=', 'p', [all …]
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/string_decoder/ |
D | package.json | 5 …"_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyP… 6 "_location": "/parallel-transform/string_decoder", 19 "/parallel-transform/readable-stream" 21 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 24 …"_where": "/Users/aeschright/code/cli/node_modules/parallel-transform/node_modules/readable-stream… 30 "safe-buffer": "~5.1.0" 35 "babel-polyfill": "^6.23.0", 36 "core-util-is": "^1.0.2", 55 …"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies… 56 "test": "tap test/parallel/*.js && node test/verify-dependencies"
|
/third_party/json/.github/workflows/ |
D | windows.yml | 6 - develop 7 - master 8 - release/* 13 runs-on: windows-latest 19 - uses: actions/checkout@v2 20 - name: Set up MinGW 21 uses: egor-tensin/setup-mingw@v2 24 - name: cmake 25 run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On 26 - name: build [all …]
|
/third_party/mesa3d/src/intel/ci/ |
D | gitlab-ci.yml | 1 .intel-common-test: 3 - .lava-test:amd64 8 FLAKES_CHANNEL: "#intel-ci" 11 .anv-test: 13 - .intel-common-test 14 - .anv-rules 18 .iris-test: 20 - .intel-common-test 21 - .iris-rules 25 .intel-test: [all …]
|
/third_party/mesa3d/src/freedreno/ci/ |
D | gitlab-ci.yml | 1 .freedreno-test: 3 - .baremetal-test-arm64 4 - .freedreno-rules 7 FLAKES_CHANNEL: "#freedreno-ci" 11 - ./install/bare-metal/fastboot.sh 13 - google-freedreno-db410c 15 .baremetal-deqp-test-freedreno-vk: 17 - .baremetal-deqp-test 24 .freedreno-test-traces: 26 - .piglit-traces-test [all …]
|
/third_party/typescript/ |
D | Gulpfile.js | 1 // @ts-check 4 const log = require("fancy-log"); 5 const newer = require("gulp-newer"); 6 const sourcemaps = require("gulp-sourcemaps"); 8 const rename = require("gulp-rename"); 9 const concat = require("gulp-concat"); 12 const { src, dest, task, parallel, series, watch } = require("gulp"); 13 const { append, transform } = require("gulp-insert"); 62 task("generate-diagnostics", series(buildScripts, generateDiagnostics)); 63 task("generate-diagnostics").description = "Generates a diagnostic file in TypeScript based on an i… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 1 //===- llvm/Support/Parallel.cpp - Parallel algorithms --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm/Support/Parallel.h" 10 #include "llvm/Config/llvm-config.h" 24 namespace parallel { namespace 81 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() 146 TaskGroup::TaskGroup() : Parallel(TaskGroupInstances++ == 0) {} in TaskGroup() 147 TaskGroup::~TaskGroup() { --TaskGroupInstances; } in ~TaskGroup() 150 if (Parallel) { in spawn() [all …]
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/ |
D | package.json | 2 "_from": "readable-stream@^2.1.5", 3 "_id": "readable-stream@2.3.6", 5 …"_integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZ… 6 "_location": "/parallel-transform/readable-stream", 11 "raw": "readable-stream@^2.1.5", 12 "name": "readable-stream", 13 "escapedName": "readable-stream", 19 "/parallel-transform" 21 "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", 23 "_spec": "readable-stream@^2.1.5", [all …]
|
/third_party/mesa3d/src/broadcom/ci/ |
D | gitlab-ci.yml | 1 .vc4-rpi3-test:armhf: 3 - .baremetal-test-armhf 4 - .vc4-rules 7 GPU_VERSION: broadcom-rpi3 9 FLAKES_CHANNEL: "#videocore-ci" 11 - ./install/bare-metal/poe-powered.sh 13 - igalia-rpi3 15 vc4-rpi3:armhf: 17 - .vc4-rpi3-test:armhf 18 parallel: 3 [all …]
|
/third_party/node/deps/npm/node_modules/mississippi/ |
D | readme.md | 15 - [pipe](#pipe) 16 - [each](#each) 17 - [pipeline](#pipeline) 18 - [duplex](#duplex) 19 - [through](#through) 20 - [from](#from) 21 - [to](#to) 22 - [concat](#concat) 23 - [finished](#finished) 24 - [parallel](#parallel) [all …]
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 9 simply using -O on the GCC command line. 11 Compiling with -DSSE_TRACE will cause detailed trace 47 float sf[4]; /* Single-precision (32-bit) value */ 48 } __attribute__ ((aligned (16))) sse_t; /* On a 16 byte (128-bit) boundary */ 234 (note that memory-to-register, m2r, instructions are nearly 235 as efficient as register-to-register, r2r, instructions; 236 however, memory-to-memory instructions are really simulated 399 /* 1x128 MOVe Aligned four Packed Single-fp 411 /* 1x128 MOVe aligned Non-Temporal four Packed Single-fp 416 /* 1x64 MOVe Non-Temporal Quadword [all …]
|
/third_party/node/deps/npm/node_modules/asynckit/lib/ |
D | readable_parallel.js | 1 var parallel = require('../parallel.js'); variable 7 * Streaming wrapper to `asynckit.parallel` 9 * @param {array|object} list - array or object (named list) to iterate over 10 * @param {function} iterator - iterator to run 11 * @param {function} callback - invoked when all elements processed 24 this._start(parallel, list, iterator, callback);
|
/third_party/openssl/test/ |
D | README.md | 17 ------------- 30 Verbosity on failed (sub-)tests only 35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests 54 $ make list-tests # Unix 55 $ mms list-tests ! OpenVMS 56 $ nmake list-tests # Windows 68 ---------------------- 75 tests (as listed when you do 'make list-tests' or similar). 79 -xxx Removes 'xxx' from the current set of tests. If this is the 82 this token equivalent to TESTS="alltests -xxx". [all …]
|
/third_party/cef/tools/yapf/yapf/ |
D | __init__.py | 1 # Copyright 2015-2017 Google Inc. All Rights Reserved. 7 # http://www.apache.org/licenses/LICENSE-2.0 16 YAPF uses the algorithm in clang-format to figure out the "best" formatting for 17 Python code. It looks at the program as a series of "unwrappable lines" --- 20 is --- i.e., the formatting with the least penalty. 48 argv: command-line arguments, such as sys.argv (including the program name 52 0 if there were no changes, non-zero otherwise. 59 '-v', 60 '--version', 66 '-d', [all …]
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-hang-detection.sh | 3 set -ex 7 …e https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout… 8 pushd /parallel-deqp-runner 11 ninja -C _build hang-detection 12 mkdir -p build/bin 13 install _build/hang-detection build/bin 15 find . -not -path './build' -not -path './build/*' -delete
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | xmmx.h | 8 simply using -O on the GCC command line. 10 Compiling with -DXMMX_TRACE will cause detailed trace 21 Based on libmmx, 1997-99 by H. Dietz and R. Fisher 34 parallel AND operation mnemonic correctly. If the 49 long long q; /* Quadword (64-bit) value */ 51 int d[2]; /* 2 Doubleword (32-bit) values */ 53 short w[4]; /* 4 Word (16-bit) values */ 55 char b[8]; /* 8 Byte (8-bit) values */ 57 float s[2]; /* Single-precision (32-bit) value */ 58 } __attribute__ ((aligned (8))) mmx_t; /* On an 8-byte (64-bit) boundary */ [all …]
|