Searched refs:minimize (Results 1 - 14 of 14) sorted by relevance
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _capi.py | 262 def summarize(items, *, groupby='kind', includeempty=True, minimize=None): 263 if minimize is None: 265 minimize = True 268 minimize = includeempty 270 includeempty = minimize 271 elif minimize and includeempty: 272 raise ValueError(f'cannot minimize and includeempty at the same time') 308 if minimize: 634 minimize=None if showempty else not verbose,
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32Window.cpp | 129 void Window::setMinimized(bool minimize) in setMinimized() argument 131 ShowWindow(m_window, minimize ? SW_MINIMIZE : SW_RESTORE); in setMinimized()
|
H A D | tcuWin32Window.hpp | 44 void setMinimized (bool minimize);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 1779 this.minimize(commonPrefix) 1807 this.minimize(0) 1810 lunr.TokenSet.Builder.prototype.minimize = function (downTo) {
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 267 been designed for maximum efficiency, so as to minimize the
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 568 @ to minimize amount of instructions [as well as amount of
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 568 @ to minimize amount of instructions [as well as amount of
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 349 ! To minimize dependency chain we first broadcast and then 620 ! To minimize dependency chain we first broadcast and then
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 349 ! To minimize dependency chain we first broadcast and then 620 ! To minimize dependency chain we first broadcast and then
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc-mont.pl | 153 and $ovf,$ovf,$tj ; minimize TLB usage
|
H A D | ppc64-mont.pl | 239 and $tp,$tp,$i ; minimize TLB usage
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc-mont.pl | 153 and $ovf,$ovf,$tj ; minimize TLB usage
|
H A D | ppc64-mont.pl | 239 and $tp,$tp,$i ; minimize TLB usage
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 9438 BOOL minimize; in compile_ref_iterator_matchingpath() local 9449 minimize = (type & 0x1) != 0; in compile_ref_iterator_matchingpath() 9481 if (!minimize) in compile_ref_iterator_matchingpath()
|
Completed in 32 milliseconds