Searched refs:max (Results 201 - 225 of 1843) sorted by relevance

1234567891011>>

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dratelimitmanager.h79 RateLimit(int max, int per_x_secs) : counter_(0), max_count_(max), argument
117 int max_count_; // max number of events that can occur within per_x_seconds
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalSnapshot.java81 int max = locals.getMaxSize();
86 for (int i = 0; i < max; i++) {
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
H A Dder_decode_utctime.c37 #define DECODE_V(y, max) \
39 if (y >= max) return CRYPT_INVALID_PACKET; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jar ... .core.util.IMethodInfo[] methodInfos int i int max org.eclipse.jdt.core.util. ...
/external/elfutils/libelf/
H A Delf_getscn.c87 if (idx < runp->max)
96 idx -= runp->max;
/external/guava/guava/src/com/google/common/primitives/
H A DAndroidInteger.java46 "Invalid radix %s, max radix is %s", radix, Character.MAX_RADIX);
61 int max = Integer.MIN_VALUE / radix;
68 if (max > result) {
/external/icu4c/layout/
H A DIndicLayoutEngine.h111 * @param max - the number of characters in the input context
123 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
139 * @param max - the number of characters in the input context
154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
/external/icu4c/test/intltest/
H A Dtztest.h52 UDate min, UDate max);
58 UDate min, UDate max,
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowUtil.java39 import static java.lang.Math.max;
79 return min(max(bbOcc.getZExtent() - bbOcc.getCenter().z, bbRecv.getZExtent() - bbRecv.getCenter().z), cam.getFrustumFar());
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DSliceFunction.java24 import static java.lang.Math.max;
47 start += max(-start, length);
/external/libsepol/src/
H A Dprivate.h43 #undef max macro
44 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/external/webkit/Source/JavaScriptCore/
H A Dconfig.h70 // We want to use std::min and std::max
71 #define max max macro
/external/webkit/Source/JavaScriptCore/parser/
H A DSourceCode.h51 , m_firstLine(std::max(firstLine, 1))
59 , m_firstLine(std::max(firstLine, 1))
/external/webkit/Source/JavaScriptCore/wtf/
H A DRandomNumber.cpp58 return static_cast<double>(bits) / (static_cast<double>(std::numeric_limits<uint32_t>::max()) + 1.0);
84 return static_cast<double>(bits) / (static_cast<double>(std::numeric_limits<uint32_t>::max()) + 1.0);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DCString.cpp56 ASSERT(length < numeric_limits<size_t>::max());
73 if (length >= numeric_limits<size_t>::max())
H A DStringBuffer.h44 if (m_length > std::numeric_limits<unsigned>::max() / sizeof(UChar))
63 if (newLength > std::numeric_limits<unsigned>::max() / sizeof(UChar))
/external/webkit/Source/WebCore/
H A DWebCorePrefix.h55 // We want to use std::min and std::max
57 #define max max macro
/external/webkit/Source/WebCore/html/
H A DHTMLMeterElement.idl28 attribute double max
/external/webkit/Source/WebCore/page/
H A DPluginHalter.cpp42 , m_pluginAllowedRunTime(numeric_limits<unsigned>::max())
84 m_oldestStartTime = numeric_limits<double>::max();
/external/webkit/Source/WebCore/platform/graphics/
H A DImageBuffer.cpp50 color = std::max(0.0f, color);
61 color = std::max(0.0f, color);
/external/webkit/Source/WebCore/rendering/
H A DColumnInfo.h66 void updateMinimumColumnHeight(int height) { m_minimumColumnHeight = std::max(height, m_minimumColumnHeight); }
85 m_maximumDistanceBetweenForcedBreaks = std::max(m_maximumDistanceBetweenForcedBreaks, distanceFromLastBreak);
H A DRenderFrame.cpp89 setWidth(max(view->contentsWidth() + borderAndPaddingWidth(), width()));
90 setHeight(max(view->contentsHeight() + borderAndPaddingHeight(), height()));
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc124 top = std::max(top, top_arrow_->height());
129 bottom = std::max(bottom, bottom_arrow_->height());
134 left = std::max(left, left_arrow_->width());
139 right = std::max(right, right_arrow_->width());
156 offset = std::max(arrow_offset_,
185 (std::max(top_arrow_->width(), bottom_arrow_->width()) / 2) +
186 std::max(std::max(top_left_->width(), top_right_->width()),
187 std::max(bottom_left_->width(), bottom_right_->width()));
189 (std::max(left_arrow
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DRanges.java243 C max = min;
247 max = Ordering.natural().max(max, value);
249 return closed(min, max);
/external/skia/src/core/
H A DSkBitmapProcState.cpp301 #define TILEX_PROCF(fx, max) SkClampMax((fx) >> 16, max)
302 #define TILEY_PROCF(fy, max) SkClampMax((fy) >> 16, max)
303 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
304 #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF)
314 #define TILEX_PROCF(fx, max) (((fx) & 0xFFFF) * ((max) + 1) >> 16)
315 #define TILEY_PROCF(fy, max) (((fy) & 0xFFFF) * ((max)
[all...]

Completed in 3980 milliseconds

1234567891011>>