/third_party/node/test/es-module/ |
D | test-esm-extensionless-esm-and-wasm.mjs | 7 describe('extensionless ES modules within a "type": "module" package scope', { concurrency: true },… property 32 describe('extensionless Wasm modules within a "type": "module" package scope', { concurrency: true … property 58 describe('extensionless ES modules within no package scope', { concurrency: true }, () => { property 82 describe('extensionless Wasm within no package scope', { concurrency: true }, () => { property
|
D | test-esm-type-flag-package-scopes.mjs | 8 { concurrency: true }, () => { property 63 "type" field and is not under node_modules`, { concurrency: true }, () => { property 125 "type" field and is under node_modules`, { concurrency: true }, () => { property
|
D | test-esm-loader-hooks.mjs | 7 describe('Loader hooks', { concurrency: true }, () => { property 53 describe('should handle never-settling hooks in ESM files', { concurrency: true }, () => { property 112 describe('should handle never-settling hooks in CJS files', { concurrency: true }, () => { property
|
D | test-esm-loader-spawn-promisified.mjs | 7 describe('Loader hooks throwing errors', { concurrency: true }, () => { property 164 describe('Loader hooks parsing modules', { concurrency: true }, () => { property
|
D | test-esm-loader-programmatically.mjs | 23 describe('ESM: programmatically register loaders', { concurrency: true }, () => { property 52 describe('registering via --import', { concurrency: true }, () => { property
|
D | test-esm-type-flag-cli-entry.mjs | 6 describe('--experimental-default-type=module should not support extension searching', { concurrency… property 36 describe('--experimental-default-type=module should not parse paths as URLs', { concurrency: true }… property
|
D | test-esm-initialization.mjs | 8 describe('ESM: ensure initialization happens only once', { concurrency: true }, () => { property
|
D | test-esm-experimental-warnings.mjs | 8 describe('ESM: warn for obsolete hooks provided', { concurrency: true }, () => { property
|
D | test-esm-loader-thenable.mjs | 8 describe('ESM: thenable loader hooks', { concurrency: true }, () => { property
|
D | test-esm-nowarn-exports.mjs | 8 describe('ESM: experiemental warning for import.meta.resolve', { concurrency: true }, () => { property
|
D | test-esm-type-flag-loose-files.mjs | 8 { concurrency: true }, () => { property
|
D | test-esm-import-json-named-export.mjs | 8 describe('ESM: named JSON exports', { concurrency: true }, () => { property
|
D | test-esm-loader-with-syntax-error.mjs | 8 describe('ESM: loader with syntax error', { concurrency: true }, () => { property
|
D | test-esm-non-js.mjs | 8 describe('ESM: non-js extensions fail', { concurrency: true }, () => { property
|
D | test-loaders-workers-spawned.mjs | 7 describe('Worker threads do not spawn infinitely', { concurrency: true }, () => { property
|
D | test-esm-syntax-error.mjs | 8 describe('ESM: importing a module with syntax error(s)', { concurrency: true }, () => { property
|
/third_party/node/benchmark/test_runner/ |
D | suite-tests.js | 13 concurrency: ['yes', 'no'], property 19 async function run({ numberOfSuites, testsPerSuite, testType, concurrency }) { field 28 describe(`${i}`, { concurrency }, () => { field 42 describe(`${i}`, { concurrency }, () => { field
|
/third_party/node/test/parallel/ |
D | test-stream-map.js | 165 }, 2), { signal: ac.signal, concurrency: 2, highWaterMark: 0 }); property 185 }, { concurrency: 2 }); property 210 }, { concurrency: 2 }); property 257 }, { concurrency: 6 }); property 305 }, { concurrency: 5, highWaterMark: 7 }); property 329 }, { concurrency: 2 }) property 348 concurrency: 'Foo' property 351 concurrency: -1 property
|
D | test-runner-option-validation.js | 18 assert.throws(() => test({ concurrency }), { code: 'ERR_INVALID_ARG_TYPE' }); field 21 assert.throws(() => test({ concurrency }), { code: 'ERR_OUT_OF_RANGE' }); field 25 test({ concurrency }); field
|
D | test-runner-concurrency.js | 14 describe('Concurrency option (boolean) = true', { concurrency: true }, () => { property 27 { concurrency: false }, property 41 describe('concurrency: true implies Infinity', { concurrency: true }, () => { property
|
D | test-stream-filter.js | 124 }, { signal: ac.signal, concurrency: 2 }); property 146 }, { concurrency: 2 }); property 160 concurrency: 'Foo' property
|
D | test-stream-flatMap.js | 78 }), { signal: ac.signal, concurrency: 2 }); property 114 concurrency: 'Foo' property
|
/third_party/node/lib/internal/main/ |
D | test_runner.js | 27 let concurrency = getOptionValue('--test-concurrency') || true; variable 63 concurrency, property
|
/third_party/node/benchmark/tls/ |
D | tls-connect.js | 7 concurrency: [1, 10], property 14 let concurrency; variable
|
/third_party/python/Doc/library/ |
D | concurrency.rst | 1 .. _concurrency: target
|