Searched refs:minimize (Results 1 – 25 of 248) sorted by relevance
12345678910
/third_party/python/Tools/c-analyzer/cpython/ |
D | _capi.py | 262 def summarize(items, *, groupby='kind', includeempty=True, minimize=None): argument 263 if minimize is None: 265 minimize = True 268 minimize = includeempty 270 includeempty = minimize 271 elif minimize and includeempty: 308 if minimize: 634 minimize=None if showempty else not verbose,
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | minimize_crash.test | 3 CHECK: CRASH_MIN: failed to minimize beyond minimized-from-{{.*}} (3 bytes), exiting 5 CHECK_EXACT: CRASH_MIN: failed to minimize beyond exact_minimized_path (3 bytes), exiting
|
/third_party/ffmpeg/doc/ |
D | rate_distortion.txt | 46 might be 2 16x16 macroblocks in a frame of 32x16 size. To minimize: 50 we just have to minimize:
|
/third_party/rust/crates/minimal-lexical/fuzz/ |
D | README.md | 4 Fuzzing routines to minimize the risk of any memory unsafety. See [scripts/fuzz.sh](/scripts/fuzz.s…
|
/third_party/skia/third_party/externals/angle2/third_party/r8/ |
D | BUILD.gn | 7 # The output jar for this target is copied and checked-in to minimize the number
|
/third_party/rust/crates/clap/clap_derive/ |
D | CONTRIBUTING.md | 7 - Always prefix generated variables with `__clap_` to minimize clashes with the user's variables, s…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_fill_rectangle.txt | 21 It is also useful to minimize the number of primitives that need to be
|
D | VK_NV_fill_rectangle.adoc | 21 It is also useful to minimize the number of primitives that need to be
|
D | VK_NV_ray_tracing_motion_blur.adoc | 53 * Yes, with a packed encoding to minimize the amount of data sent for
|
D | VK_GOOGLE_display_timing.txt | 23 An application can use this to minimize various visual anomalies (e.g.
|
D | VK_GOOGLE_display_timing.adoc | 23 An application can use this to minimize various visual anomalies (e.g.
|
D | VK_NV_ray_tracing_motion_blur.txt | 55 * Yes, with a packed encoding to minimize the amount of data sent for
|
/third_party/typescript/lib/ |
D | lib.es2020.intl.d.ts | 316 minimize(): Locale; method
|
/third_party/typescript/src/lib/ |
D | es2020.intl.d.ts | 296 minimize(): Locale; method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_intl.js | 101 minimize: function () { method
|
/third_party/libcoap/examples/lwip/config/ |
D | coap_config.h.in | 30 /* Define to 1 to minimize stack usage. */
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_TCP_NODELAY.md | 32 created using this handle. The purpose of this algorithm is to try to minimize
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.8.rst | 73 - i965: perf: minimize the chances to spread queries across
|
/third_party/libinput/doc/user/ |
D | index.rst | 27 minimize the amount of custom input code the user of libinput need to
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 29 - Schedule instructions to minimize the number of phases. One way is to replace
|
/third_party/skia/third_party/externals/icu/filters/ |
D | cast.json | 1188 // # have to minimize the locale data for them. 2054 // # have to minimize the locale data for them.
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
D | README.md | 64 [creducing]: ../CONTRIBUTING.md#using-creduce-to-minimize-test-cases
|
/third_party/libinput/ |
D | README.md | 9 minimize the amount of custom input code the user of libinput needs to
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
D | README.md | 119 $ python tools/minimize.py $MINIMIZER_PATH
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_barrier.txt | 111 optimizations can be used to minimize the number of TextureBarrier
|
12345678910