/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
TimingFunction.h | 243 void appendSegment(double upperBound, TimingFunction* timingFunction) 246 ASSERT(upperBound > max); 247 m_segments.append(Segment(max, upperBound, timingFunction));
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSortedMultiset.java | 153 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { 158 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_HIGHER); 162 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_LOWER) + 1;
|
RegularContiguousSet.java | 92 return range.upperBound.greatestValueBelow(domain); 150 range.upperBound.withUpperBoundType(upperBoundType, domain));
|
ImmutableSortedMultiset.java | 400 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); 404 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { 405 return tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound, upperBoundType);
|
TreeMultiset.java | 347 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { 348 checkNotNull(upperBound); 350 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
|
Multisets.java | 260 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { 262 delegate().headMultiset(upperBound, boundType)); 268 E upperBound, BoundType upperBoundType) { 270 lowerBound, lowerBoundType, upperBound, upperBoundType));
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfrs.cpp | 550 * of its rules (with a base value less than upperBound) and returns 557 * @param upperBound Limits the rules that can be allowed to match. 558 * Only rules whose base values are strictly less than upperBound 585 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const 614 fprintf(stderr, " <nfrs before negative> %x ub: %g\n", negativeNumberRule, upperBound); 616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); 636 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); 661 int64_t ub = util64_fromDouble(upperBound); 668 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); 676 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult) [all...] |
nfrs.h | 60 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
|
nfrule.cpp | 759 double upperBound, [all...] |
/external/icu4c/i18n/ |
nfrs.cpp | 575 * of its rules (with a base value less than upperBound) and returns 582 * @param upperBound Limits the rules that can be allowed to match. 583 * Only rules whose base values are strictly less than upperBound 610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const 639 fprintf(stderr, " <nfrs before negative> %x ub: %g\n", negativeNumberRule, upperBound); 641 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); 661 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); 686 int64_t ub = util64_fromDouble(upperBound); 693 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); 701 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult) [all...] |
nfrule.cpp | 757 double upperBound, [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
WindowOrientationListener.java | 612 int upperBound = rotation * 90 + 45 615 if (orientationAngle <= 45 && orientationAngle > upperBound) { 619 if (orientationAngle > upperBound) { [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
TreeMultiset.java | 343 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { 344 checkNotNull(upperBound); 346 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 281 int upperBound = (minSideLength == UNCONSTRAINED) ? 128 : 285 if (upperBound < lowerBound) { 296 return upperBound;
|
/packages/apps/Gallery/src/com/android/camera/ |
Util.java | 127 int upperBound = (minSideLength == IImage.UNCONSTRAINED) ? 128 : 131 if (upperBound < lowerBound) { 142 return upperBound;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBKeyRange.cpp | 112 PassRefPtr<IDBKeyRange> IDBKeyRange::upperBound(ExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState)
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 200 int upperBound = (minSideLength < 0) ? 128 : 204 if (upperBound < lowerBound) { 214 return upperBound;
|
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
box2d.js | 52 Box2D.Collision.b2SimplexVertex,o=Box2D.Collision.b2TimeOfImpact,q=Box2D.Collision.b2TOIInput,n=Box2D.Collision.b2WorldManifold,a=Box2D.Collision.ClipVertex,c=Box2D.Collision.Features,g=Box2D.Collision.IBroadPhase;B.b2AABB=function(){this.lowerBound=new p;this.upperBound=new p};B.prototype.IsValid=function(){var b=this.upperBound.y-this.lowerBound.y;return b=(b=this.upperBound.x-this.lowerBound.x>=0&&b>=0)&&this.lowerBound.IsValid()&&this.upperBound.IsValid()};B.prototype.GetCenter=function(){return new p((this.lowerBound.x+ 53 this.upperBound.x)/2,(this.lowerBound.y+this.upperBound.y)/2)};B.prototype.GetExtents=function(){return new p((this.upperBound.x-this.lowerBound.x)/2,(this.upperBound.y-this.lowerBound.y)/2)};B.prototype.Contains=function(b){var e=true;return e=(e=(e=(e=e&&this.lowerBound.x<=b.lowerBound.x)&&this.lowerBound.y<=b.lowerBound.y)&&b.upperBound.x<=this.upperBound.x)&&b.upperBound.y<=this.upperBound.y};B.prototype.RayCast=function(b,e){var f=-Number.MAX_VALUE,m (…) [all...] |
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletToSigConverter.java | 393 for (Type upperBound : tv.bounds()) {
399 upperBounds.add(convertTypeReference(upperBound));
419 for (Type upperBound : wt.extendsBounds()) {
420 upperBounds.add(convertTypeReference(upperBound));
|
/external/stlport/src/ |
ctype.cpp | 283 static bool in_range(wchar_t c, size_t upperBound) { 284 return c >= 0 && size_t(c) < upperBound; 291 static bool in_range(wchar_t c, size_t upperBound) { 292 return size_t(c) < upperBound;
|
/ndk/sources/cxx-stl/stlport/src/ |
ctype.cpp | 283 static bool in_range(wchar_t c, size_t upperBound) { 284 return c >= 0 && size_t(c) < upperBound; 291 static bool in_range(wchar_t c, size_t upperBound) { 292 return size_t(c) < upperBound;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimations.cpp | 84 double upperBound = keyframes[i + 1]->offset(); 85 ASSERT(upperBound > 0 && upperBound <= 1); 88 chainedTimingFunction->appendSegment(upperBound, timingFunction); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
MemoryStatistics.js | 273 this._minimumIndex = Number.constrain(this._counters.upperBound(start, comparator) - 1, 0, this._counters.length - 1);
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 241 int upperBound = (minSideLength < 0) ? 128 : 245 if (upperBound < lowerBound) { 255 return upperBound;
|