HomeSort by relevance Sort by last modified time
    Searched refs:maximum (Results 101 - 125 of 343) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 95 8. Should there be an advertisized maximum sprite point size?
  /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/mesa3d/docs/
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 95 8. Should there be an advertisized maximum sprite point size?
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 725 double maximum = 0; local
726 if (schema->GetDouble(schema::kMaximum, &maximum)) {
727 if (value > maximum)
729 kNumberMaximum, base::DoubleToString(maximum))));
  /external/chromium_org/remoting/webapp/
log_to_server.js 38 // The maximum age of a session ID, in milliseconds.
219 * Sets a new session ID, if the current session ID has reached its maximum age.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 70 // Returns the maximum value for type=date, number, or range. Don't call this for other types.
72 double maximum() const;
HTMLInputElement.cpp 279 double HTMLInputElement::maximum() const function in class:WebCore::HTMLInputElement
281 return m_inputType->maximum();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeGtkOrAura.cpp 119 || (checkMax && scrollbar->currentPos() == scrollbar->maximum()))) {
ScrollbarThemeMacNonOverlayAPI.mm 99 trackInfo.max = scrollbar->maximum();
157 scrollbarInfo.maxValue = scrollbar->maximum();
  /external/chromium_org/third_party/WebKit/Source/web/
DateTimeChooserImpl.cpp 129 addProperty("max", valueToDateTimeString(m_parameters.maximum, m_parameters.type), writer);
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 747 a->maximum = axis_rec.maxValue; /* A Fixed */
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 747 a->maximum = axis_rec.maxValue; /* A Fixed */
    [all...]
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 207 # li 5,4096 # 4096 is maximum size of proc file ;)
  /external/chromium_org/third_party/libxml/src/
parserInternals.c     [all...]
  /external/libxml2/
parserInternals.c     [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 53 max_age: The maximum client-side cache lifetime
699 Store a piece of data in the memcache. Memcache has a maximum item size of
727 Future work should consider setting a maximum negative cache size to
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 93 int maximum,
100 maximum + 1, // Ensure bucket size of |maximum| / |bucket_count|.
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 124 * - maxWidth, maxHeight: for maximum dimensions,
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 466 float page_scale_factor, float minimum, float maximum) {
468 page_scale_factor, minimum, maximum);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 143 const int64_t kJSMaxInteger = 0x20000000000000LL - 1; // 2^53 - 1, maximum integer exactly representable in ECMAScript.
145 static double enforceRange(double x, double minimum, double maximum, bool& ok)
152 if (x < minimum || x > maximum) {
566 throwError(v8RangeError, "Maximum call stack size exceeded.", isolate);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 60 // amount of overstretch for maximum brightness expressed in U
61 // 2f: maximum brightness is stretching a 1U to 3U, or a 4U to 6U
159 public int getNaturalHeight(int maximum) {
169 View.MeasureSpec.makeMeasureSpec(maximum,

Completed in 700 milliseconds

1 2 3 45 6 7 8 91011>>