Home
last modified time | relevance | path

Searched refs:minimize (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Tools/c-analyzer/cpython/
H A D_capi.py262 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 DtcuWin32Window.cpp129 void Window::setMinimized(bool minimize) in setMinimized() argument
131 ShowWindow(m_window, minimize ? SW_MINIMIZE : SW_RESTORE); in setMinimized()
H A DtcuWin32Window.hpp44 void setMinimized (bool minimize);
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js1779 this.minimize(commonPrefix)
1807 this.minimize(0)
1810 lunr.TokenSet.Builder.prototype.minimize = function (downTo) {
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex267 been designed for maximum efficiency, so as to minimize the
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl568 @ to minimize amount of instructions [as well as amount of
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl568 @ to minimize amount of instructions [as well as amount of
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl349 ! 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 Decp_nistz256-sparcv9.pl349 ! 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 Dppc-mont.pl153 and $ovf,$ovf,$tj ; minimize TLB usage
H A Dppc64-mont.pl239 and $tp,$tp,$i ; minimize TLB usage
/third_party/openssl/crypto/bn/asm/
H A Dppc-mont.pl153 and $ovf,$ovf,$tj ; minimize TLB usage
H A Dppc64-mont.pl239 and $tp,$tp,$i ; minimize TLB usage
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c9438 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