Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/external/guava/guava-tests/test/com/google/common/collect/
DRangeTest.java42 Range<Integer> range = Ranges.open(4, 8); in testOpen() local
69 Range<Integer> range = Ranges.closed(5, 7); in testClosed() local
91 Range<Integer> range = Ranges.openClosed(4, 7); in testOpenClosed() local
105 Range<Integer> range = Ranges.closedOpen(5, 8); in testClosedOpen() local
128 private static void checkContains(Range<Integer> range) { in checkContains()
136 Range<Integer> range = Ranges.closed(4, 4); in testSingleton() local
152 Range<Integer> range = Ranges.closedOpen(4, 4); in testEmpty1() local
168 Range<Integer> range = Ranges.openClosed(4, 4); in testEmpty2() local
184 Range<Integer> range = Ranges.lessThan(5); in testLessThan() local
198 Range<Integer> range = Ranges.greaterThan(5); in testGreaterThan() local
[all …]
DGeneralRangeTest.java46 GeneralRange<Integer> range = GeneralRange.range(ORDERING, 4, lboundType, 2, uboundType); in testCreateEmptyRangeFails() local
64 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, CLOSED, i, OPEN); in testCreateEmptyRangeClosedOpenSucceeds() local
73 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, OPEN, i, CLOSED); in testCreateEmptyRangeOpenClosedSucceeds() local
82 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, CLOSED, i, CLOSED); in testCreateSingletonRangeSucceeds() local
90 GeneralRange<Integer> range = GeneralRange.range(ORDERING, 3, CLOSED, 3, CLOSED); in testSingletonRange() local
98 GeneralRange<Integer> range = GeneralRange.downTo(ORDERING, 3, lBoundType); in testLowerRange() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelectionTest.cpp81 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
94 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
105 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
118 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
131 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
142 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
153 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
164 RefPtrWillBeRawPtr<Range> range = selection().firstRange(); in TEST_F() local
/external/stlport/test/unit/
Dctype_facets_test.cpp75 char range[] = "abAc123 ."; in _ctype_facet() local
95 char range[] = "abAc123 ."; in _ctype_facet() local
122 char range[] = "abAc1"; in _ctype_facet() local
137 char range[] = "ABaC1"; in _ctype_facet() local
150 char range[] = "ABaC1"; in _ctype_facet() local
163 char range[] = "ABaC1"; in _ctype_facet() local
219 wchar_t range[] = L"abAc123 ."; in _ctype_facet_w() local
239 wchar_t range[] = L"abAc123 ."; in _ctype_facet_w() local
266 wchar_t range[] = L"abAc1"; in _ctype_facet_w() local
281 wchar_t range[] = L"ABaC1"; in _ctype_facet_w() local
[all …]
/external/guava/guava/src/com/google/common/collect/
DBstRangeOps.java38 BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) { in totalInRange()
56 BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) { in totalBeyondRangeToSide()
76 public static <K, N extends BstNode<K, N>> N minusRange(GeneralRange<K> range, in minusRange()
95 private static <K, N extends BstNode<K, N>> N subTreeBeyondRangeToSide(GeneralRange<K> range, in subTreeBeyondRangeToSide()
127 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, @Nullable N root) { in furthestPath()
139 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, P currentPath) { in furthestPath()
162 public static <K> boolean beyond(GeneralRange<K> range, @Nullable K key, BstSide side) { in beyond()
DRegularContiguousSet.java37 private final Range<C> range; field in RegularContiguousSet
39 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { in RegularContiguousSet()
144 @Override public Range<C> range() { in range() method
148 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { in range() method
173 final Range<C> range; field in SerializedForm
176 private SerializedForm(Range<C> range, DiscreteDomain<C> domain) { in SerializedForm()
/external/chromium_org/third_party/skia/src/core/
DSkAdvancedTypefaceMetrics.cpp40SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range) { in stripUninterestingTrailingAdvancesFromRange()
46SkAdvancedTypefaceMetrics::AdvanceMetric<int16_t>* range) { in stripUninterestingTrailingAdvancesFromRange()
65 void resetRange(SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range, in resetRange()
82 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range) { in zeroWildcardsInRange()
88 SkAdvancedTypefaceMetrics::AdvanceMetric<int16_t>* range) { in zeroWildcardsInRange()
105 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range, in finishRange()
/external/skia/src/core/
DSkAdvancedTypefaceMetrics.cpp40SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range) { in stripUninterestingTrailingAdvancesFromRange()
46SkAdvancedTypefaceMetrics::AdvanceMetric<int16_t>* range) { in stripUninterestingTrailingAdvancesFromRange()
65 void resetRange(SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range, in resetRange()
82 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range) { in zeroWildcardsInRange()
88 SkAdvancedTypefaceMetrics::AdvanceMetric<int16_t>* range) { in zeroWildcardsInRange()
105 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range, in finishRange()
/external/iptables/extensions/
Dlibip6t_SNAT.c47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) in parse_to()
150 struct nf_nat_range *range = cb->data; in SNAT_parse() local
183 struct nf_nat_range *range = cb->data; in SNAT_fcheck() local
189 static void print_range(const struct nf_nat_range *range) in print_range()
212 const struct nf_nat_range *range = (const void *)target->data; in SNAT_print() local
224 const struct nf_nat_range *range = (const void *)target->data; in SNAT_save() local
Dlibip6t_REDIRECT.c40 parse_ports(const char *arg, struct nf_nat_range *range) in parse_ports()
77 struct nf_nat_range *range = (void *)(*cb->target)->data; in REDIRECT_parse() local
109 const struct nf_nat_range *range = (const void *)target->data; in REDIRECT_print() local
123 const struct nf_nat_range *range = (const void *)target->data; in REDIRECT_save() local
Dlibip6t_DNAT.c47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) in parse_to()
150 struct nf_nat_range *range = cb->data; in DNAT_parse() local
189 static void print_range(const struct nf_nat_range *range) in print_range()
212 const struct nf_nat_range *range = (const void *)target->data; in DNAT_print() local
224 const struct nf_nat_range *range = (const void *)target->data; in DNAT_save() local
/external/clang/lib/ARCMigrate/
DTransformActions.cpp305 void TransformActionsImpl::remove(SourceRange range) { in remove()
321 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
328 void TransformActionsImpl::replace(SourceRange range, in replace()
357 void TransformActionsImpl::increaseIndentation(SourceRange range, in increaseIndentation()
369 SourceRange range) { in clearDiagnostic()
408 bool TransformActionsImpl::canRemoveRange(SourceRange range) { in canRemoveRange()
412 bool TransformActionsImpl::canReplaceRange(SourceRange range, in canReplaceRange()
445 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove()
463 void TransformActionsImpl::commitReplace(SourceRange range, in commitReplace()
491 void TransformActionsImpl::commitIncreaseIndentation(SourceRange range, in commitIncreaseIndentation()
[all …]
DInternals.h75 bool clearAllDiagnostics(SourceRange range) { in clearAllDiagnostics()
78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic()
83 SourceRange range) { in clearDiagnostic()
88 bool hasDiagnostic(unsigned ID, SourceRange range) { in hasDiagnostic()
92 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeFieldElements.cpp81 …dElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) in DateTimeDayFieldElement()
86 …::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) in create()
122 …meHourFieldElementBase(Document& document, FieldOwner& fieldOwner, const Range& range, const Range… in DateTimeHourFieldElementBase()
157 …TimeHour11FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step&… in DateTimeHour11FieldElement()
167 Range range(0, 11); in create() local
198 …TimeHour12FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step&… in DateTimeHour12FieldElement()
208 Range range(1, 12); in create() local
241 …TimeHour23FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step&… in DateTimeHour23FieldElement()
277 …TimeHour24FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step&… in DateTimeHour24FieldElement()
287 …Range range(hour23Range.minimum ? hour23Range.minimum : 24, hour23Range.maximum ? hour23Range.maxi… in create() local
[all …]
/external/chromium_org/tools/gn/
Dc_include_iterator_unittest.cc12 bool RangeIs(const LocationRange& range, in RangeIs()
42 LocationRange range; in TEST() local
73 LocationRange range; in TEST() local
95 LocationRange range; in TEST() local
122 LocationRange range; in TEST() local
Derr.cc26 void FillRangeOnLine(const LocationRange& range, int line_number, in FillRangeOnLine()
98 Err::Err(const LocationRange& range, in Err()
126 LocationRange range = node->GetRange(); in Err() local
139 LocationRange range = value.origin()->GetRange(); in Err() local
/external/chromium_org/net/http/
Dhttp_byte_range.cc30 HttpByteRange range; in Bounded() local
38 HttpByteRange range; in RightUnbounded() local
45 HttpByteRange range; in Suffix() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dutil.rb151 def covers?( range ) argument
160 def covered_by?( range ) argument
164 def overlaps?( range ) argument
168 def disjoint?( range ) argument
/external/chromium_org/v8/src/compiler/
Dregister-allocator.cc571 LiveRange* range = LiveRangeFor(operand_index); in AddInitialIntervals() local
677 LiveRange* range = LiveRangeFor(operand); in Define() local
699 LiveRange* range = LiveRangeFor(operand); in Use() local
764 LiveRange* range = LiveRangeFor(output_vreg); in MeetRegisterConstraintsForLastInstructionInBlock() local
831 LiveRange* range = LiveRangeFor(output_vreg); in MeetConstraintsBetween() local
836 LiveRange* range = LiveRangeFor(first_output->virtual_register()); in MeetConstraintsBetween() local
1011 LiveRange* range = FixedLiveRangeFor(i); in ProcessInstructions() local
1021 LiveRange* range = FixedDoubleLiveRangeFor(i); in ProcessInstructions() local
1150 void RegisterAllocator::ResolveControlFlow(LiveRange* range, BasicBlock* block, in ResolveControlFlow()
1345 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local
[all …]
/external/chromium_org/third_party/WebKit/public/web/
DWebContentDetectionResult.h42 WebContentDetectionResult(const WebRange& range, const WebString& string, const WebURL& intent) in WebContentDetectionResult()
51 const WebRange& range() const { return m_range; } in range() function
/external/chromium_org/third_party/WebKit/Source/core/animation/
DLengthStyleInterpolation.h15 …ngthStyleInterpolation> create(CSSValue* start, CSSValue* end, CSSPropertyID id, ValueRange range) in create()
27 …leValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, ValueRange range) in LengthStyleInterpolation()
/external/chromium_org/v8/src/
Dlithium-allocator.cc581 LiveRange* range = LiveRangeFor(operand_index); in AddInitialIntervals() local
696 LiveRange* range = LiveRangeFor(operand); in Define() local
718 LiveRange* range = LiveRangeFor(operand); in Use() local
785 LiveRange* range = LiveRangeFor(first_output->virtual_register()); in MeetConstraintsBetween() local
946 LiveRange* range = FixedLiveRangeFor(i); in ProcessInstructions() local
958 LiveRange* range = FixedDoubleLiveRangeFor(i); in ProcessInstructions() local
1116 void LAllocator::ResolveControlFlow(LiveRange* range, in ResolveControlFlow()
1323 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local
1350 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local
1390 LiveRange* range = live_ranges()->at(range_idx); in PopulatePointerMaps() local
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DRegularContiguousSet.java35 private final Range<C> range; field in RegularContiguousSet
37 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { in RegularContiguousSet()
142 @Override public Range<C> range() { in range() method
146 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { in range() method
/external/clang/test/CodeGenCXX/
Dreference-in-blocks.cpp5 template<typename T> class range { class
8 range(T i) {_i = i;}; in range() function in range
/external/easymock/src/org/easymock/
DMockControl.java261 public void setReturnValue(Object value, Range range) { in setReturnValue()
351 public void setVoidCallable(Range range) { in setVoidCallable()
382 public void setThrowable(Throwable throwable, Range range) { in setThrowable()
488 Range range) { in expectAndReturn()
494 public void expectAndReturn(int ignored, int value, Range range) { in expectAndReturn()
495 this.expectAndReturn((Object) ignored, (Object) value, range); in expectAndReturn() local
563 public void expectAndThrow(Object ignored, Throwable throwable, Range range) { in expectAndThrow()
637 private void callWithConvertedRange(IExpectationSetters<Object> setter, Range range) { in callWithConvertedRange()

12345678910>>...28