Searched refs:min (Results 176 - 200 of 3802) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_and_associated_view.css12 min-width: 100px;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DJavaBrowserViewRendererHelper.java30 width = Math.min(width, canvas.getMaximumBitmapWidth());
31 height = Math.min(height, canvas.getMaximumBitmapHeight());
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dslow.css23 min-height: 29px;
24 min-width: 200px;
43 min-height: 29px;
44 min-width: 65px;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_commands_overlay.css24 min-height: 2em;
30 min-height: 2em;
39 min-width: 12.5em;
46 min-width: 11em;
/external/chromium_org/chrome/browser/resources/options/
H A Dcertificate_manager.css6 min-width: 700px;
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Dmain.css14 min-width: 15em;
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data.cc29 std::min(access_point_data.size(), other.access_point_data.size());
32 const size_t difference_threadhold = std::min(kMinChangedAccessPoints,
/external/chromium_org/content/browser/resources/accessibility/
H A Daccessibility.css11 min-width: 47em;
/external/chromium_org/net/base/
H A Dtest_data_stream.cc17 int bytes_to_copy = std::min(length, bytes_remaining_);
28 int bytes_to_compare = std::min(length, bytes_remaining_);
/external/chromium_org/ppapi/thunk/
H A Dppb_uma_singleton_api.h21 int64_t min,
28 int32_t min,
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMRectReadOnly.h22 double top() const { return std::min(m_y, m_y + m_height); }
25 double left() const { return std::min(m_x, m_x + m_width); }
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DRootView.js29 var right = Math.min(0, window.innerWidth - size.width / zoom);
31 var bottom = Math.min(0, window.innerHeight - size.height / zoom);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIterator.cpp57 return std::min(stringLength, numGraphemeClusters);
61 return std::min(stringLength, numGraphemeClusters);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.h79 int32_t hr, int32_t min, int32_t sec, int32_t ms,
88 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltztst.h40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
44 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsampler.cc37 #include <algorithm> // For min()
41 using std::min;
122 // min(0.0, FastLog2(q) - 26) by (Fastlog2(q) - 26.000705)
126 return static_cast<size_t>(min(0.0, (FastLog2(q) - 26)) * (-log(2.0)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsampler.cc37 #include <algorithm> // For min()
41 using std::min;
122 // min(0.0, FastLog2(q) - 26) by (Fastlog2(q) - 26.000705)
126 return static_cast<size_t>(min(0.0, (FastLog2(q) - 26)) * (-log(2.0)
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc30 right_ = std::min(right(), rect.right());
31 bottom_ = std::min(bottom(), rect.bottom());
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dprofiler.css21 min-height: 20em;
/external/chromium_org/v8/test/webkit/
H A Ddfg-dead-min-two-args.js25 "Tests that a dead use of Math.min(a,b) at least speculates that its arguments are indeed numbers."
29 Math.min(a.f, b.f);
34 Math.min(a.f, b.f);
/external/clang/test/SemaCXX/
H A Dcxx1y-user-defined-literals.cpp15 duration operator""min(unsigned long long);
33 duration a = 1ns, b = 1us, c = 1ms, d = 1s, e = 1min, f = 1h;
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp240 inline T getRandom (deRandom& rnd, T min, T max);
243 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max)
245 if (max < min)
246 return min;
248 return GLValue::Float::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()));
252 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max)
254 if (max < min)
255 return min;
257 return GLValue::Short::create((min
[all...]
/external/fio/
H A Dfifo.h43 #ifndef min
44 #define min(x,y) ({ \ macro
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.h79 int32_t hr, int32_t min, int32_t sec, int32_t ms,
88 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);

Completed in 1182 milliseconds

1234567891011>>