/third_party/node/doc/contributing/maintaining/ |
D | maintaining-http.md | 49 ### Client APIs 65 ### Server APIs 70 ### HTTP, HTTPS 79 ### HTTP2
|
D | maintaining-single-executable-application-support.md | 11 ### Compile with Node.js into executable 19 ### Bundle into existing Node.js executable
|
/third_party/node/test/fixtures/wpt/streams/writable-streams/ |
D | reentrant-strategy.any.js | 14 const strategy = { variable 34 const strategy = { variable 64 const strategy = { variable 95 const strategy = { variable 112 const strategy = { variable 129 const strategy = { variable 153 const strategy = { variable
|
D | floating-point-total-queue-size.any.js | 77 const strategy = { variable
|
/third_party/node/test/parallel/ |
D | test-zlib-deflate-constructors.js | 214 new zlib.Deflate({ strategy: zlib.constants.Z_FILTERED }); property 215 new zlib.Deflate({ strategy: zlib.constants.Z_HUFFMAN_ONLY }); property 216 new zlib.Deflate({ strategy: zlib.constants.Z_RLE }); property 217 new zlib.Deflate({ strategy: zlib.constants.Z_FIXED }); property 218 new zlib.Deflate({ strategy: zlib.constants.Z_DEFAULT_STRATEGY }); property 222 () => new zlib.Deflate({ strategy: 'test' }), property 232 () => new zlib.Deflate({ strategy: -Infinity }), property 242 () => new zlib.Deflate({ strategy: Infinity }), property 252 () => new zlib.Deflate({ strategy: -2 }), property
|
D | test-stream-readable-strategy-option.js | 22 strategy: new ByteLengthQueuingStrategy({ highWaterMark: 1 }), property 44 strategy: new CountQueuingStrategy({ highWaterMark: 1 }), property
|
D | test-zlib.js | 59 let strategy = [0, 1, 2, 3, 4]; variable 202 const opts = { level, windowBits, memLevel, strategy }; field
|
D | test-whatwg-webstreams-coverage.js | 53 const strategy = new CountQueuingStrategy({ highWaterMark: 1 }); constant
|
D | test-zlib-params.js | 9 const opts = { level: 9, strategy: zlib.constants.Z_DEFAULT_STRATEGY }; property
|
D | test-zlib-failed-init.js | 44 const stream = zlib.createGzip({ strategy: NaN }); property
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeTreeFactorizer.java | 66 public static ImmutableList<RangeTree> factor(RangeTree ranges, MergeStrategy strategy) { in factor() 102 private final MergeStrategy strategy; field in RangeTreeFactorizer 104 RangeTreeFactorizer(RangeTree factor, MergeStrategy strategy) { in RangeTreeFactorizer()
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
D | recording-streams.js | 3 self.recordingReadableStream = (extras = {}, strategy) => { argument 44 self.recordingWritableStream = (extras = {}, strategy) => { argument
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
D | floating-point-total-queue-size.any.js | 101 const strategy = { variable
|
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/ |
D | generatorTypeCheck62.ts | 9 export function strategy<T extends StrategicState>(stratName: string, gen: (a: T) => IterableIterat… function
|
D | generatorTypeCheck63.ts | 9 export function strategy<T extends StrategicState>(stratName: string, gen: (a: T) => IterableIterat… function
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/ |
D | repeated_pass_manager.cpp | 31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/ |
D | repeated_pass_manager.cpp | 31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
|
/third_party/spirv-tools/source/fuzz/pass_management/ |
D | repeated_pass_manager.cpp | 31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
|
/third_party/glfw/src/ |
D | context.c | 494 GLint strategy; in _glfwRefreshContextAttribs() local 512 GLint strategy; in _glfwRefreshContextAttribs() local
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
D | deflate_fuzzer.cc | 29 int strategy = fdp.PickValueInArray( in LLVMFuzzerTestOneInput() local
|
/third_party/typescript/tests/baselines/reference/ |
D | generatorTypeCheck62.js | 43 function strategy(stratName, gen) { function
|
D | generatorTypeCheck63.js | 46 function strategy(stratName, gen) { function
|
/third_party/node/lib/internal/webstreams/ |
D | adapters.js | 409 const evaluateStrategyOrFallback = (strategy) => { argument 840 function newWritableStreamFromStreamBase(streamBase, strategy) { argument 917 function newReadableStreamFromStreamBase(streamBase, strategy, options = kEmptyObject) { argument
|
/third_party/skia/gm/ |
D | colorspace.cpp | 66 static void draw_colorspace_gm(Strategy strategy, SkCanvas* canvas) { in draw_colorspace_gm()
|
/third_party/glfw/tests/ |
D | glfwinfo.c | 154 static const char* get_strategy_name_gl(GLint strategy) in get_strategy_name_gl() 164 static const char* get_strategy_name_glfw(int strategy) in get_strategy_name_glfw() 704 GLint strategy; in main() local
|