Searched
full:minimum (Results
501 -
525 of
5538) sorted by null
<<21222324252627282930>>
/external/chromium_org/net/android/ |
keystore_openssl.h | 39 // - Uses a custom method to implement the minimum functions required to
|
/external/chromium_org/remoting/host/ |
desktop_resizer.h | 30 // some minimum size constraint. This will typically be the case if
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PageScaleConstraints.h | 46 PageScaleConstraints(float initial, float minimum, float maximum);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPopupMenu.h | 45 // Sets the minimum height of a popup listbox row.
|
/external/chromium_org/third_party/angle/src/compiler/ |
VersionGLSL.h | 13 // Traverses the intermediate tree to return the minimum GLSL version
|
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.h | 114 * minimum. The callee should try to free memory in order 200 * Get the minimum acceptable reserve size. If the reserve drops below this 203 * ret: Minimum acceptable reserve size. 208 * Set the minimum acceptable reserve size.
|
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.h | 114 * minimum. The callee should try to free memory in order 200 * Get the minimum acceptable reserve size. If the reserve drops below this 203 * ret: Minimum acceptable reserve size. 208 * Set the minimum acceptable reserve size.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
standalone_scaffolding.h | 49 * defaults representing the minimum capabilities required by the
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.h | 103 // minimum, mark it unorderable. It still can be sorted, which is good enough for find-top
|
/external/chromium_org/tools/gn/ |
pattern.h | 29 // Returns the minimum number of chars that this subrange requires.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_wrapper.h | 68 // Sets the minimum width of the menu.
|
/external/clang/test/Sema/ |
alignas.c | 6 _Alignas(1) int align_small; // expected-error {{requested alignment is less than minimum}}
|
/external/eigen/cmake/ |
FindEigen2.cmake | 3 # This module supports requiring a minimum version, e.g. you can do
|
FindEigen3.cmake | 3 # This module supports requiring a minimum version, e.g. you can do
|
/external/guava/guava-tests/test/com/google/common/collect/ |
LegacyComparable.java | 27 * do the bare minimum to accommodate such types, though their use may still
|
/external/llvm/bindings/python/ |
README.txt | 67 And try to keep the number of violations to a minimum.
|
/external/mesa3d/src/glsl/ |
standalone_scaffolding.h | 49 * defaults representing the minimum capabilities required by the
|
/external/ppp/pppd/plugins/ |
minconn.c | 45 "Set minimum connect time before idle timeout applies" },
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassVersionFilter.java | 41 * @param minimumClassVersion the minimum class version number.
|
/external/skia/src/pathops/ |
SkOpAngle.h | 103 // minimum, mark it unorderable. It still can be sorted, which is good enough for find-top
|
/external/speex/libspeex/ |
lpc.h | 45 spx_word32_t /* returns minimum mean square error */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines.c | 27 /* find minimum length (determined by current interval width) */
|
/external/webrtc/src/modules/audio_processing/ |
echo_cancellation_impl.cc | 263 metrics->residual_echo_return_loss.minimum = my_metrics.rerl.min; 268 metrics->echo_return_loss.minimum = my_metrics.erl.min; 273 metrics->echo_return_loss_enhancement.minimum = my_metrics.erle.min; 278 metrics->a_nlp.minimum = my_metrics.aNlp.min;
|
gain_control_impl.cc | 251 int GainControlImpl::set_analog_level_limits(int minimum, 254 if (minimum < 0) { 262 if (maximum < minimum) { 266 minimum_capture_level_ = minimum;
|
gain_control_impl.h | 53 virtual int set_analog_level_limits(int minimum, int maximum);
|
Completed in 2306 milliseconds
<<21222324252627282930>>