Home
last modified time | relevance | path

Searched defs:strategy (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/node/doc/contributing/maintaining/
Dmaintaining-http.md49 ### Client APIs
65 ### Server APIs
70 ### HTTP, HTTPS
79 ### HTTP2
Dmaintaining-single-executable-application-support.md11 ### Compile with Node.js into executable
19 ### Bundle into existing Node.js executable
/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dreentrant-strategy.any.js14 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
Dfloating-point-total-queue-size.any.js77 const strategy = { variable
/third_party/node/test/parallel/
Dtest-zlib-deflate-constructors.js214 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
Dtest-stream-readable-strategy-option.js22 strategy: new ByteLengthQueuingStrategy({ highWaterMark: 1 }), property
44 strategy: new CountQueuingStrategy({ highWaterMark: 1 }), property
Dtest-zlib.js59 let strategy = [0, 1, 2, 3, 4]; variable
202 const opts = { level, windowBits, memLevel, strategy }; field
Dtest-whatwg-webstreams-coverage.js53 const strategy = new CountQueuingStrategy({ highWaterMark: 1 }); constant
Dtest-zlib-params.js9 const opts = { level: 9, strategy: zlib.constants.Z_DEFAULT_STRATEGY }; property
Dtest-zlib-failed-init.js44 const stream = zlib.createGzip({ strategy: NaN }); property
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java66 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/
Drecording-streams.js3 self.recordingReadableStream = (extras = {}, strategy) => { argument
44 self.recordingWritableStream = (extras = {}, strategy) => { argument
/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dfloating-point-total-queue-size.any.js101 const strategy = { variable
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/
DgeneratorTypeCheck62.ts9 export function strategy<T extends StrategicState>(stratName: string, gen: (a: T) => IterableIterat… function
DgeneratorTypeCheck63.ts9 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/
Drepeated_pass_manager.cpp31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
Drepeated_pass_manager.cpp31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
/third_party/spirv-tools/source/fuzz/pass_management/
Drepeated_pass_manager.cpp31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
/third_party/glfw/src/
Dcontext.c494 GLint strategy; in _glfwRefreshContextAttribs() local
512 GLint strategy; in _glfwRefreshContextAttribs() local
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc29 int strategy = fdp.PickValueInArray( in LLVMFuzzerTestOneInput() local
/third_party/typescript/tests/baselines/reference/
DgeneratorTypeCheck62.js43 function strategy(stratName, gen) { function
DgeneratorTypeCheck63.js46 function strategy(stratName, gen) { function
/third_party/node/lib/internal/webstreams/
Dadapters.js409 const evaluateStrategyOrFallback = (strategy) => { argument
840 function newWritableStreamFromStreamBase(streamBase, strategy) { argument
917 function newReadableStreamFromStreamBase(streamBase, strategy, options = kEmptyObject) { argument
/third_party/skia/gm/
Dcolorspace.cpp66 static void draw_colorspace_gm(Strategy strategy, SkCanvas* canvas) { in draw_colorspace_gm()
/third_party/glfw/tests/
Dglfwinfo.c154 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

12345