Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/src/android/
DSkBitmapRegionDecoder.cpp15 sk_sp<SkData> data, Strategy strategy) { in Create()
21 SkStreamRewindable* stream, Strategy strategy) { in Create()
/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-zlib.js59 let strategy = [0, 1, 2, 3, 4]; variable
202 const opts = { level, windowBits, memLevel, strategy }; field
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/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/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
Drepeated_pass_manager.cpp31 RepeatedPassStrategy strategy, FuzzerContext* fuzzer_context, in Create()
/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/flutter/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/skia/gm/
Dcolorspace.cpp66 static void draw_colorspace_gm(Strategy strategy, SkCanvas* canvas) { in draw_colorspace_gm()
/third_party/flutter/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
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_zlib.js40 strategy: CompressStrategy, property
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp18 HLSLBlockEncoder::HLSLBlockEncoder(HLSLBlockEncoderStrategy strategy, bool transposeMatrices) in HLSLBlockEncoder()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp18 HLSLBlockEncoder::HLSLBlockEncoder(HLSLBlockEncoderStrategy strategy, bool transposeMatrices) in HLSLBlockEncoder()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c302 EmscriptenFullscreenStrategy strategy; in Emscripten_SetWindowFullscreen() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustnessTests.cpp101 glu::ResetNotificationStrategy strategy = glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION; in iterate() local
147 glu::ResetNotificationStrategy strategy = glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET; in iterate() local
/third_party/node/src/
Dnode_zlib.cc597 uint32_t strategy; in Init() local
634 int strategy; in Params() local
953 int level, int window_bits, int mem_level, int strategy, in Init()
1070 CompressionError ZlibContext::SetParams(int level, int strategy) { in SetParams()
/third_party/libxml2/os400/
Dwrappers.c158 int memLevel, int strategy, const char * version, int stream_size) in _lx_deflateInit2_()
/third_party/zlib/
Dzlib.h1800 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument

12345