Searched defs:max (Results 226 - 250 of 1129) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_uma_host.cc131 int64_t max,
136 RETURN_IF_BAD_ARGS(min, max, bucket_count);
141 base::TimeDelta::FromMilliseconds(max),
156 int32_t max,
161 RETURN_IF_BAD_ARGS(min, max, bucket_count);
166 max,
126 OnHistogramCustomTimes( ppapi::host::HostMessageContext* context, const std::string& name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
151 OnHistogramCustomCounts( ppapi::host::HostMessageContext* context, const std::string& name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/components/translate/core/common/
H A Dtranslate_metrics_unittest.cc111 HistogramBase::Sample max; local
113 i->Get(&min, &max, &count);
114 if (min <= value && value <= max && count >= 1)
/external/chromium_org/content/browser/android/
H A Ddate_time_chooser_android.cc81 double max,
112 max,
75 ShowDialog( ContentViewCore* content, RenderViewHost* host, ui::TextInputType dialog_type, double dialog_value, double min, double max, double step, const std::vector<DateTimeSuggestion>& suggestions) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DKitKatBrowserAccessibilityManager.java60 int rangeType, float min, float max, float current) {
62 rangeType, min, max, current));
100 int rangeType, float min, float max, float current) {
59 setAccessibilityNodeInfoRangeInfo(AccessibilityNodeInfo node, int rangeType, float min, float max, float current) argument
99 setAccessibilityEventRangeInfo(AccessibilityEvent event, int rangeType, float min, float max, float current) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimeChooserAndroid.java43 double min, double max, double step,
45 mInputDialogContainer.showDialog(dialogType, dialogValue, min, max, step, suggestions);
53 double min, double max, double step,
59 chooser.showDialog(dialogType, dialogValue, min, max, step, suggestions);
42 showDialog(int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
49 createDateTimeChooser( ContentViewCore contentViewCore, long nativeDateTimeChooserAndroid, int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
/external/chromium_org/media/audio/cras/
H A Daudio_manager_cras.cc18 // cras_util.h headers pull in min/max macros...
21 #undef max macro
144 std::max(buffer_size, input_params.frames_per_buffer()));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_object.cc84 size_t max = abs_parts.Size(); local
86 FsMap_t::iterator it = filesystems_.find(abs_parts.Range(0, max - len));
89 rel_parts->Append(abs_parts.Range(max - len, max));
/external/chromium_org/third_party/WebKit/Source/
H A Dconfig.h121 // We want to use std::min and std::max.
122 #ifndef max
123 #define max max macro
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.cpp77 return std::min(std::max(value, min()), max());
95 double HTMLMeterElement::max() const function in class:blink::HTMLMeterElement
97 return std::max(getFloatingPointAttribute(maxAttr, std::max(1.0, min())), min());
100 void HTMLMeterElement::setMax(double max) argument
102 setFloatingPointAttribute(maxAttr, max);
108 return std::min(std::max(low, min()), max());
118 double high = getFloatingPointAttribute(highAttr, max());
174 double max = this->max(); local
[all...]
H A DHTMLProgressElement.cpp104 return !std::isfinite(value) || value < 0 ? 0 : std::min(value, max());
109 setFloatingPointAttribute(valueAttr, std::max(value, 0.));
112 double HTMLProgressElement::max() const function in class:blink::HTMLProgressElement
114 double max = getFloatingPointAttribute(maxAttr); local
115 // Otherwise, if the element has no max attribute, or if it has one but
118 return !std::isfinite(max) || max <= 0 ? 1 : max;
121 void HTMLProgressElement::setMax(double max) argument
124 setFloatingPointAttribute(maxAttr, max >
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.cpp223 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) argument
234 if (parsedNumber < min || max <= min)
236 if (parsedNumber > max)
237 return max;
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_utctm.c102 static const int max[8]={99,12,31,23,59,59,12,59}; local
130 if ((n < min[i]) || (n > max[i])) goto err;
170 if ((n < min[i]) || (n > max[i])) goto err;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttkern.c236 FT_UInt max = num_pairs; local
239 while ( min < max )
241 FT_UInt mid = ( min + max ) >> 1;
256 max = mid;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsputil.cpp182 PUtilTest::maxMinTest(double a, double b, double exp, UBool max) argument
186 if(max)
195 if(max)
196 errln(UnicodeString(" max(") + a + ", " + b + ") is " + result + ", expected " + exp);
201 if(max)
202 errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp);
207 if(max)
208 logln(UnicodeString("OK: max(") + a + ", " + b + ") is " + result);
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.h36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) argument
40 MAX_ = max;
66 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max) argument
70 MAX_ = max;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ddenseranges.cpp28 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} argument
/external/chromium_org/third_party/libevent/
H A Ddevpoll.c186 devpoll_recalc(struct event_base *base, void *arg, int max) argument
190 if (max >= devpollop->nfds) {
195 while (nfds <= max)
H A Depoll.c155 epoll_recalc(struct event_base *base, void *arg, int max) argument
159 if (max >= epollop->nfds) {
164 while (nfds <= max)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi.c240 int i, max = 0; local
242 max = MAX2(max, remap_table[i]);
244 remap_table[generic_index] = max + 1;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_validate.c58 * Find the max index in the given element/index buffer
66 GLuint max = 0; local
79 if (((GLuint *) indices)[i] > max)
80 max = ((GLuint *) indices)[i];
84 if (((GLushort *) indices)[i] > max)
85 max = ((GLushort *) indices)[i];
90 if (((GLubyte *) indices)[i] > max)
91 max = ((GLubyte *) indices)[i];
98 return max;
175 GLuint min, max; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_tritmp.h132 const GLfloat max = ctx->DrawBuffer->_DepthMaxF; local
150 oz0 = CLAMP(v[0]->attrib[FRAG_ATTRIB_WPOS][2] + offset, 0.0F, max);
151 oz1 = CLAMP(v[1]->attrib[FRAG_ATTRIB_WPOS][2] + offset, 0.0F, max);
152 oz2 = CLAMP(v[2]->attrib[FRAG_ATTRIB_WPOS][2] + offset, 0.0F, max);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_rfft16_s16.c227 * To get max accuracy, scale the input to the inverse FFT up
231 float max = 0; local
236 if (val > max) {
237 max = val;
240 if (val > max) {
241 max = val;
245 scale = 16384 / max;
/external/chromium_org/third_party/qcms/src/
H A Dtransform-sse1.c68 const __m128 max = _mm_load_ps(clampMaxValueX4); local
107 vec_r = _mm_min_ps(max, vec_r);
140 vec_r = _mm_min_ps(max, vec_r);
188 const __m128 max = _mm_load_ps(clampMaxValueX4); local
233 vec_r = _mm_min_ps(max, vec_r);
268 vec_r = _mm_min_ps(max, vec_r);
H A Dtransform-sse2.c68 const __m128 max = _mm_load_ps(clampMaxValueX4); local
107 vec_r = _mm_min_ps(max, vec_r);
138 vec_r = _mm_min_ps(max, vec_r);
182 const __m128 max = _mm_load_ps(clampMaxValueX4); local
227 vec_r = _mm_min_ps(max, vec_r);
260 vec_r = _mm_min_ps(max, vec_r);
/external/chromium_org/third_party/re2/re2/
H A Dsimplify.cc122 // Simplifies the expression re{min,max} in terms of *, +, and ?.
125 static Regexp* SimplifyRepeat(Regexp* re, int min, int max,
307 // Simplifies the expression re{min,max} in terms of *, +, and ?.
313 Regexp* SimplifyWalker::SimplifyRepeat(Regexp* re, int min, int max, argument
316 if (max == -1) {
337 if (min == 0 && max == 0)
341 if (min == 1 && max == 1)
359 if (max > min) {
361 for (int i = min+1; i < max; i++)
370 // Some degenerate case, like min > max, o
372 LOG(DFATAL) << "Malformed repeat " << re->ToString() << " " << min << " " << max; local
[all...]

Completed in 1633 milliseconds

1234567891011>>