| /third_party/node/test/ |
| D | root.status | 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 14 parallel/test-cli-node-options: SLOW 15 parallel/test-cli-node-options-disallowed: SLOW 16 parallel/test-cli-node-print-help: SLOW 17 parallel/test-cli-syntax: 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", 6 "_location": "/parallel-transform", 11 "raw": "parallel-transform@^1.1.0", 12 "name": "parallel-transform", 13 "escapedName": "parallel-transform", 24 "_resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz", 26 "_spec": "parallel-transform@^1.1.0", 33 "url": "https://github.com/mafintosh/parallel-transform/issues" 42 …"description": "Transform stream that allows you to run your transforms in parallel without changi… [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 | 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") 56 __OMP_DIRECTIVE_EXT(parallel_sections, "parallel sections") 67 __OMP_DIRECTIVE_EXT(distribute_parallel_for, "distribute parallel for") 69 "distribute parallel for simd") 71 __OMP_DIRECTIVE_EXT(target_parallel_for_simd, "target parallel for simd") [all …]
|
| /third_party/cups-filters/backend/ |
| D | parallel.c | 2 * Parallel port backend for OpenPrinting CUPS Filters. 14 * main() - Send a file to the specified parallel port. 16 * list_devices() - List all parallel devices. 44 * 'main()' - Send a file to the specified parallel port. 62 device_fd, /* Parallel device */ in main() 66 struct termios opts; /* Parallel port options */ in main() 157 * Open the parallel port device... in main() 166 * The Linux and FreeBSD parallel port drivers currently are broken WRT in main() 219 perror("ERROR: Unable to open parallel port"); in main() 375 * 'list_devices()' - List all parallel devices. [all …]
|
| /third_party/flutter/skia/src/core/ |
| D | SkStrokerPriv.cpp | 22 SkVector parallel; in RoundCapper() local 23 SkPointPriv::RotateCW(normal, ¶llel); in RoundCapper() 25 SkPoint projectedCenter = pivot + parallel; 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() 38 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper() 40 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper() 41 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
|
| /third_party/skia/src/core/ |
| D | SkStrokerPriv.cpp | 22 SkVector parallel; in RoundCapper() local 23 SkPointPriv::RotateCW(normal, ¶llel); in RoundCapper() 25 SkPoint projectedCenter = pivot + parallel; 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() 38 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper() 40 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper() 41 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
|
| /third_party/node/deps/npm/node_modules/asynckit/ |
| D | README.md | 15 AsyncKit provides harness for `parallel` and `serial` iterators over list of items represented by a… 35 ### Parallel Jobs 37 Runs iterator over provided array in parallel. Stores output in the `result` array, 45 var parallel = require('asynckit').parallel 55 parallel(source, asyncJob, function(err, result) 81 More examples could be found in [test/test-parallel-array.js](test/test-parallel-array.js). 88 var parallel = require('asynckit/parallel') 100 parallel(source, asyncJob, function(err, result) 127 More examples could be found in [test/test-parallel-object.js](test/test-parallel-object.js).
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | fossils.yml | 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/node/deps/npm/node_modules/parallel-transform/node_modules/string_decoder/ |
| D | package.json | 6 "_location": "/parallel-transform/string_decoder", 19 "/parallel-transform/readable-stream" 24 …"_where": "/Users/aeschright/code/cli/node_modules/parallel-transform/node_modules/readable-stream… 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/node/deps/npm/node_modules/asynckit/lib/ |
| D | readable_parallel.js | 1 var parallel = require('../parallel.js'); variable 7 * Streaming wrapper to `asynckit.parallel` 24 this._start(parallel, list, iterator, callback);
|
| /third_party/python/Lib/distutils/command/ |
| D | build.py | 39 ('parallel=', 'j', 40 "number of parallel build jobs"), 70 self.parallel = None 122 if isinstance(self.parallel, str): 124 self.parallel = int(self.parallel) 126 raise DistutilsOptionError("parallel should be an integer")
|
| /third_party/libphonenumber/resources/carrier/en/ |
| D | 56.txt | 462 56232140|Compania Chilena De Comunicaciones Parallel S.A. 636 5632348|Compania Chilena De Comunicaciones Parallel S.A. 678 563324320|Compania Chilena De Comunicaciones Parallel S.A. 679 563324321|Compania Chilena De Comunicaciones Parallel S.A. 680 563324322|Compania Chilena De Comunicaciones Parallel S.A. 681 563324323|Compania Chilena De Comunicaciones Parallel S.A. 682 563324324|Compania Chilena De Comunicaciones Parallel S.A. 729 563423330|Compania Chilena De Comunicaciones Parallel S.A. 730 563423331|Compania Chilena De Comunicaciones Parallel S.A. 731 563423332|Compania Chilena De Comunicaciones Parallel S.A. [all …]
|
| /third_party/json/.github/workflows/ |
| D | windows.yml | 27 run: cmake --build build --parallel 10 50 run: cmake --build build --config ${{ matrix.build_type }} --parallel 10 62 run: cmake --build build --config Release --parallel 10 82 run: cmake --build build --config ${{ matrix.build_type }} --parallel 10 94 run: cmake --build build --config Release --parallel 10 111 run: cmake --build build --parallel 10 126 run: cmake --build build --config Debug --parallel 10
|
| /third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/ |
| D | package.json | 6 "_location": "/parallel-transform/readable-stream", 19 "/parallel-transform" 24 "_where": "/Users/aeschright/code/cli/node_modules/parallel-transform", 75 …"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies… 78 "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js"
|
| /third_party/mesa3d/src/intel/ci/ |
| D | gitlab-ci.yml | 48 parallel: 10 112 parallel: 3 127 parallel: 2 142 parallel: 3 149 parallel: 3 156 parallel: 4 163 parallel: 4 177 parallel: 3
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 50 parallel: 5 101 parallel: 6 131 parallel: 7 150 # We use a longer timeout to keep the parallel down so that we don't lock up 153 parallel: 2 177 parallel: 4 223 # We use a longer timeout (2 hour job, 110 minute deqp) to keep the parallel 230 parallel: 2
|
| /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 --------------------===// 9 #include "llvm/Support/Parallel.h" 24 namespace parallel { namespace 146 TaskGroup::TaskGroup() : Parallel(TaskGroupInstances++ == 0) {} in TaskGroup() 150 if (Parallel) { in spawn() 162 } // namespace parallel
|
| /third_party/typescript/ |
| D | Gulpfile.js | 12 const { src, dest, task, parallel, series, watch } = require("gulp"); 103 const buildShimsAndTools = parallel(buildShims, buildDebugTools); 110 const lkgPreBuild = parallel(generateLibs, series(buildScripts, generateDiagnostics, buildShimsAndT… 122 task("watch-tsc", series(lkgPreBuild, parallel(watchLib, watchDiagnostics, watchTsc))); 126 const localPreBuild = parallel(generateLibs, series(buildScripts, generateDiagnostics, buildShimsAn… 215 task("watch-services", series(preBuild, parallel(watchLib, watchDiagnostics, watchServices))); 234 task("watch-tsserver", series(preBuild, parallel(watchLib, watchDiagnostics, watchServer))); 240 task("min", series(preBuild, parallel(buildTsc, buildServer))); 249 task("watch-min", series(preBuild, parallel(watchLib, watchDiagnostics, watchTsc, watchServer))); 319 task("watch-lssl", series(preBuild, parallel(watchLib, watchDiagnostics, watchLssl))); [all …]
|
| /third_party/mesa3d/src/broadcom/ci/ |
| D | gitlab-ci.yml | 18 parallel: 3 43 parallel: 4 69 parallel: 8 84 parallel: 4 137 parallel: 8
|
| /third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
| D | sse.h | 530 /* Parallel EXTRact Word from 4x16 535 /* Parallel INSeRt Word from 4x16 555 /* Parallel MOVe MaSK from mmx reg to 32-bit reg 576 /* 4x32f Parallel ADDs 583 /* Lowest Field of 4x32f Parallel ADDs 590 /* 4x32f Parallel SUBs 597 /* Lowest Field of 4x32f Parallel SUBs 611 /* 4x16u Parallel MUL High Unsigned 618 /* 4x32f Parallel MULs 625 /* Lowest Field of 4x32f Parallel MULs [all …]
|
| /third_party/node/deps/npm/node_modules/lockfile/ |
| D | speedtest.js | 23 const parallel = process.argv[2] === 'parallel'; constant 27 if(parallel){ 28 msg = 'parallel';
|
| /third_party/node/deps/npm/node_modules/mississippi/ |
| D | readme.md | 24 - [parallel](#parallel) 362 ### parallel subsection 364 ##### `miss.parallel(concurrency, each)` argument 366 This works like `through` except you can process items in parallel, while still preserving the orig… 368 …ams of items in batches. With this module you can build your very own streaming parallel job queue. 370 Note that `miss.parallel` preserves input ordering, if you don't need that then you can use [throug… 374 `miss.parallel` is provided by [`require('parallel-transform')`](https://npmjs.org/parallel-transfo… 378 This example fetches the GET HTTP headers for a stream of input URLs 5 at a time in parallel. 395 miss.parallel(5, getResponse),
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | build-hang-detection.sh | 7 …lone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-check… 8 pushd /parallel-deqp-runner
|
| /third_party/openssl/test/ |
| D | README.md | 133 Running Tests in Parallel 138 parallel may speed up test execution. 141 parallel. 144 which test recipes can be run in parallel. In recent versions of Perl, unless 145 specified otherwise, any task can be run in parallel. Consult the documentation 148 To run up to four tests in parallel at any given time:
|