Home
last modified time | relevance | path

Searched refs:minimize (Results 1 – 25 of 248) sorted by relevance

12345678910

/third_party/python/Tools/c-analyzer/cpython/
D_capi.py262 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/
Dminimize_crash.test3 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/
Drate_distortion.txt46 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/
DREADME.md4 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/
DBUILD.gn7 # The output jar for this target is copied and checked-in to minimize the number
/third_party/rust/crates/clap/clap_derive/
DCONTRIBUTING.md7 - 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/
DVK_NV_fill_rectangle.txt21 It is also useful to minimize the number of primitives that need to be
DVK_NV_fill_rectangle.adoc21 It is also useful to minimize the number of primitives that need to be
DVK_NV_ray_tracing_motion_blur.adoc53 * Yes, with a packed encoding to minimize the amount of data sent for
DVK_GOOGLE_display_timing.txt23 An application can use this to minimize various visual anomalies (e.g.
DVK_GOOGLE_display_timing.adoc23 An application can use this to minimize various visual anomalies (e.g.
DVK_NV_ray_tracing_motion_blur.txt55 * Yes, with a packed encoding to minimize the amount of data sent for
/third_party/typescript/lib/
Dlib.es2020.intl.d.ts316 minimize(): Locale; method
/third_party/typescript/src/lib/
Des2020.intl.d.ts296 minimize(): Locale; method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js101 minimize: function () { method
/third_party/libcoap/examples/lwip/config/
Dcoap_config.h.in30 /* Define to 1 to minimize stack usage. */
/third_party/curl/docs/libcurl/opts/
DCURLOPT_TCP_NODELAY.md32 created using this handle. The purpose of this algorithm is to try to minimize
/third_party/mesa3d/docs/relnotes/
D17.1.8.rst73 - i965: perf: minimize the chances to spread queries across
/third_party/libinput/doc/user/
Dindex.rst27 minimize the amount of custom input code the user of libinput need to
/third_party/mesa3d/src/gallium/drivers/i915/
DTODO29 - Schedule instructions to minimize the number of phases. One way is to replace
/third_party/skia/third_party/externals/icu/filters/
Dcast.json1188 // # have to minimize the locale data for them.
2054 // # have to minimize the locale data for them.
/third_party/rust/crates/bindgen/csmith-fuzzing/
DREADME.md64 [creducing]: ../CONTRIBUTING.md#using-creduce-to-minimize-test-cases
/third_party/libinput/
DREADME.md9 minimize the amount of custom input code the user of libinput needs to
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
DREADME.md119 $ python tools/minimize.py $MINIMIZER_PATH
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_barrier.txt111 optimizations can be used to minimize the number of TextureBarrier

12345678910