HomeSort by relevance Sort by last modified time
    Searched refs:minimum (Results 151 - 175 of 448) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ui/events/ozone/evdev/
event_device_info.cc 145 return abs_info_[code].minimum;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 191 * Sets minimum and maximum using single invocation.
193 public void setRange(int minimum, int maximum) {
194 setMinimum(minimum);
199 * @return the minimum value that the receiver will allow.
206 * Sets the minimum value that the receiver will allow.
208 public void setMinimum(int minimum) {
209 m_minimum = minimum;
231 * not within the range specified by minimum and maximum, it will be adjusted to fall within this
  /external/eigen/lapack/
dlamch.f 40 *> sfmin = safe minimum, such that 1/sfmin does not overflow
45 *> emin = minimum exponent before (gradual) underflow
slamch.f 44 *> sfmin = safe minimum, such that 1/sfmin does not overflow
49 *> emin = minimum exponent before (gradual) underflow
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 76 // Check every second (even though this is overkill - minimum idle
  /external/chromium_org/third_party/WebKit/Source/platform/
DecimalTest.cpp 59 Decimal minimum; member in class:DecimalStepRange
62 DecimalStepRange(const Decimal& minimum, const Decimal& maximum, const Decimal& step)
64 , minimum(minimum)
71 const Decimal result = minimum + ((value - minimum) / step).round() * step;
93 protected: Decimal stepDown(const String& minimum, const String& maximum, const String& step, const String& valueString, int numberOfStepTimes)
95 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
104 protected: Decimal stepUp(const String& minimum, const String& maximum, const String& step, const String& valueString, int numberOfStepTimes)
106 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step))
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 748 ctrl.value, zoom_queryctrl.minimum, zoom_queryctrl.maximum);
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 758 ctrl.value, zoom_queryctrl.minimum, zoom_queryctrl.maximum);
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 55 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
56 --redzone-size=<number> set minimum size of redzones added before/after
136 --core-redzone-size=<number> set minimum size of redzones added before/after
cmdline1.stdout.exp 55 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
56 --redzone-size=<number> set minimum size of redzones added before/after
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 522 setMillisecondToDateComponents(layoutParameters.stepRange.minimum().toDouble(), &date);
587 || !stepRange.minimum().remainder(static_cast<int>(msPerMinute)).isZero()
  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 380 private void warmUp(LoadingCache<Object, Object> cache, int minimum, int maximum) {
381 for (int i = minimum; i < maximum; i++) {
PopulatedCachesTest.java 345 LoadingCache<Object, Object> cache, int minimum, int maximum) {
348 for (int i = minimum; i < maximum; i++) {
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 796 double minimum = 0; local
797 if (schema->GetDouble(schema::kMinimum, &minimum)) {
798 if (value < minimum)
800 kNumberMinimum, base::DoubleToString(minimum))));
  /external/chromium_org/third_party/WebKit/Source/web/
DateTimeChooserImpl.cpp 128 addProperty("min", valueToDateTimeString(m_parameters.minimum, m_parameters.type), data);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
mock_audio_processing.h 102 int(int minimum, int maximum));
  /system/core/logd/
LogStatistics.h 155 unsigned long long minimum(unsigned short bucket);
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 523 float page_scale_factor, float minimum, float maximum) {
525 page_scale_factor, minimum, maximum);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
View.js 519 return !!(constraints.minimum.width || constraints.minimum.height || constraints.preferred.width || constraints.preferred.height);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 278 double HTMLInputElement::minimum() const function in class:WebCore::HTMLInputElement
280 return m_inputType->minimum();
    [all...]
HTMLInputElement.h 68 // Returns the minimum value for type=date, number, or range. Don't call this for other types.
69 double minimum() const;
71 // This always returns a value which is >= minimum().
  /external/pdfium/core/include/fxge/
fx_freetype.h 111 #define FXFT_Get_MM_Axis_Min(axis) ((FT_Var_Axis*)axis)->minimum
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 745 a->minimum = axis_rec.minValue; /* A Fixed */
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 745 a->minimum = axis_rec.minValue; /* A Fixed */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.c 745 a->minimum = axis_rec.minValue; /* A Fixed */
    [all...]

Completed in 3463 milliseconds

1 2 3 4 5 67 8 91011>>