Searched defs:upperBound (Results 1 - 25 of 40) sorted by relevance

12

/external/stlport/src/
H A Dctype.cpp283 static bool in_range(wchar_t c, size_t upperBound) { argument
284 return c >= 0 && size_t(c) < upperBound;
291 static bool in_range(wchar_t c, size_t upperBound) { argument
292 return size_t(c) < upperBound;
/external/apache-http/src/org/apache/http/message/
H A DParserCursor.java53 private final int upperBound; field in class:ParserCursor
56 public ParserCursor(int lowerBound, int upperBound) { argument
61 if (lowerBound > upperBound) {
65 this.upperBound = upperBound;
74 return this.upperBound;
85 if (pos > this.upperBound) {
92 return this.pos >= this.upperBound;
102 buffer.append(Integer.toString(this.upperBound));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.h105 static String indexOutsideRange(const char* name, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType upperType) argument
116 result.append(formatNumber(upperBound));
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKeyRange.cpp110 IDBKeyRange* IDBKeyRange::upperBound(ExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) function in class:blink::IDBKeyRange
/external/guava/guava/src/com/google/common/collect/
H A DDescendingImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
74 return forward.tailMultiset(upperBound, boundType).descendingMultiset();
H A DEmptyImmutableSortedMultiset.java74 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
75 checkNotNull(upperBound);
H A DSortedMultiset.java96 * {@code upperBound}, optionally including {@code upperBound} itself. The
104 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
108 * {@code lowerBound} and {@code upperBound}. The returned multiset is a view
116 * {@code tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound,
120 E upperBound, BoundType upperBoundType);
119 subMultiset(E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) argument
H A DRange.java115 final Cut<C> upperBound; field in class:Range
117 Range(Cut<C> lowerBound, Cut<C> upperBound) { argument
118 if (lowerBound.compareTo(upperBound) > 0) {
120 "Invalid range: " + toString(lowerBound, upperBound));
123 this.upperBound = upperBound;
159 return upperBound != Cut.aboveAll();
169 return upperBound.endpoint();
181 return upperBound.typeAsUpperBound();
194 return lowerBound.equals(upperBound);
488 toString(Cut<?> lowerBound, Cut<?> upperBound) argument
[all...]
H A DRanges.java75 Cut<C> lowerBound, Cut<C> upperBound) {
76 return new Range<C>(lowerBound, upperBound);
141 Cut<C> upperBound = (upperType == BoundType.OPEN)
144 return create(lowerBound, upperBound);
74 create( Cut<C> lowerBound, Cut<C> upperBound) argument
H A DRegularImmutableSortedMultiset.java153 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
158 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_HIGHER);
162 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_LOWER) + 1;
H A DImmutableSortedMultiset.java400 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
404 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) {
405 return tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound, upperBoundType);
403 subMultiset( E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) argument
H A DTreeBasedTable.java178 @Nullable final C upperBound; field in class:TreeBasedTable.TreeRow
184 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { argument
187 this.upperBound = upperBound;
188 checkArgument(lowerBound == null || upperBound == null
189 || compare(lowerBound, upperBound) <= 0);
205 && (upperBound == null || compare(upperBound, o) > 0);
221 return new TreeRow(rowKey, fromKey, upperBound);
266 if (upperBound !
[all...]
H A DTreeMultiset.java347 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
348 checkNotNull(upperBound);
350 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
H A DMultisets.java260 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
262 delegate().headMultiset(upperBound, boundType));
268 E upperBound, BoundType upperBoundType) {
270 lowerBound, lowerBoundType, upperBound, upperBoundType));
266 subMultiset( E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) argument
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc184 static Range *upperBound(MemoryLocation Loc, Range *Ranges, function
225 Range *InRange = upperBound(Min, Ranges, NumRanges);
229 InRange = upperBound(P, Ranges, NumRanges);
246 InRange = upperBound(P, Ranges, NumRanges);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java343 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
344 checkNotNull(upperBound);
346 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrs.cpp575 * 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 argument
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, tempResul
[all...]
H A Dnfsubs.cpp161 double upperBound,
229 double upperBound,
302 double upperBound,
337 double /*upperBound*/,
685 * @param upperBound When searching the rule set for a rule
705 double upperBound,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
718 upperBound = calcUpperBound(upperBound);
727 ruleSet->parse(text, parsePosition, upperBound, resul
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
H A Dnfrule.cpp757 double upperBound,
845 upperBound);
865 upperBound);
985 * @param upperBound When matching the substitution, it will only
1003 double upperBound) const
1030 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1079 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
754 doParse(const UnicodeString& text, ParsePosition& parsePosition, UBool isFractionRule, double upperBound, Formattable& resVal) const argument
/external/icu/icu4c/source/i18n/
H A Dnfrs.cpp575 * 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 argument
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, tempResul
[all...]
H A Dnfsubs.cpp161 double upperBound,
229 double upperBound,
302 double upperBound,
337 double /*upperBound*/,
685 * @param upperBound When searching the rule set for a rule
705 double upperBound,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
718 upperBound = calcUpperBound(upperBound);
727 ruleSet->parse(text, parsePosition, upperBound, resul
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
H A Dnfrule.cpp758 double upperBound,
846 upperBound);
866 upperBound);
986 * @param upperBound When matching the substitution, it will only
1004 double upperBound) const
1031 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1080 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
755 doParse(const UnicodeString& text, ParsePosition& parsePosition, UBool isFractionRule, double upperBound, Formattable& resVal) const argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp321 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound) argument
323 return character >= lowerBound && character <= upperBound;
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java1006 public CallCount(long lowerBound, long upperBound) { argument
1008 mUpperBound = upperBound;
1026 public CallCount setUpperBound(long upperBound) { argument
1027 mUpperBound = upperBound;
1046 public Timeout(long lowerBound, long upperBound, long timeoutMillis) { argument
1047 super(lowerBound, upperBound);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js99 Array.prototype.upperBound = function(object, comparator) {}

Completed in 3270 milliseconds

12