Home
last modified time | relevance | path

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

12345678910>>...24

/external/guava/guava-tests/test/com/google/common/collect/
DRangeTest.java45 Range<Integer> range = Range.open(4, 8); in testOpen() local
72 Range<Integer> range = Range.closed(5, 7); in testClosed() local
94 Range<Integer> range = Range.openClosed(4, 7); in testOpenClosed() local
108 Range<Integer> range = Range.closedOpen(5, 8); in testClosedOpen() local
131 private static void checkContains(Range<Integer> range) { in checkContains()
139 Range<Integer> range = Range.closed(4, 4); in testSingleton() local
155 Range<Integer> range = Range.closedOpen(4, 4); in testEmpty1() local
171 Range<Integer> range = Range.openClosed(4, 4); in testEmpty2() local
187 Range<Integer> range = Range.lessThan(5); in testLessThan() local
201 Range<Integer> range = Range.greaterThan(5); in testGreaterThan() local
[all …]
DGeneralRangeTest.java63 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, CLOSED, i, OPEN); in testCreateEmptyRangeClosedOpenSucceeds() local
72 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, OPEN, i, CLOSED); in testCreateEmptyRangeOpenClosedSucceeds() local
81 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, CLOSED, i, CLOSED); in testCreateSingletonRangeSucceeds() local
89 GeneralRange<Integer> range = GeneralRange.range(ORDERING, 3, CLOSED, 3, CLOSED); in testSingletonRange() local
97 GeneralRange<Integer> range = GeneralRange.downTo(ORDERING, 3, lBoundType); in testLowerRange() local
/external/v8/test/unittests/compiler/
Dcoalesced-live-ranges-unittest.cc33 bool CoalescedLiveRangesTest::ConflictsPreciselyWith(const LiveRange* range, in ConflictsPreciselyWith()
41 bool CoalescedLiveRangesTest::ConflictsPreciselyWith(const LiveRange* range, in ConflictsPreciselyWith()
50 bool CoalescedLiveRangesTest::HasNoConflicts(const LiveRange* range) { in HasNoConflicts()
56 void CoalescedLiveRangesTest::RemoveConflicts(LiveRange* range) { in RemoveConflicts()
73 bool CoalescedLiveRangesTest::IsRangeConflictingWith(const LiveRange* range, in IsRangeConflictingWith()
87 LiveRange* range = TestRangeBuilder(zone()).Id(1).Build(1, 5); in TEST_F() local
95 LiveRange* range = TestRangeBuilder(zone()).Id(1).Build(5, 6); in TEST_F() local
107 LiveRange* range = in TEST_F() local
121 LiveRange* range = TestRangeBuilder(zone()).Id(1).Build(1, 5); in TEST_F() local
133 LiveRange* range = TestRangeBuilder(zone()).Id(1).Build(2, 5); in TEST_F() local
[all …]
Dlive-range-unittest.cc28 LiveRange* Split(LiveRange* range, int pos) { in Split()
76 TopLevelLiveRange* range = in TEST_F() local
86 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 1); in TEST_F() local
92 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 1); in TEST_F() local
98 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(1, 2); in TEST_F() local
104 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 1); in TEST_F() local
110 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 2); in TEST_F() local
124 TopLevelLiveRange* range = in TEST_F() local
139 TopLevelLiveRange* range = in TEST_F() local
155 TopLevelLiveRange* range = in TEST_F() local
[all …]
/external/v8/src/compiler/
Dgreedy-allocator.cc24 void UpdateOperands(LiveRange* range, RegisterAllocationData* data) { in UpdateOperands()
33 void UnsetOperands(LiveRange* range, RegisterAllocationData* data) { in UnsetOperands()
41 LiveRange* Split(LiveRange* range, RegisterAllocationData* data, in Split()
64 void AllocationScheduler::Schedule(LiveRange* range) { in Schedule()
84 void GreedyAllocator::AssignRangeToRegister(int reg_id, LiveRange* range) { in AssignRangeToRegister()
272 void GreedyAllocator::TryAllocateLiveRange(LiveRange* range) { in TryAllocateLiveRange()
348 const LiveRange* range) { in EvictAndRescheduleConflicts()
419 unsigned reg_id, const LiveRange* range, float competing_weight) const { in GetMaximumConflictingWeight() argument
454 void GreedyAllocator::EnsureValidRangeWeight(LiveRange* range) { in EnsureValidRangeWeight()
477 void GreedyAllocator::SpillRangeAsLastResort(LiveRange* range) { in SpillRangeAsLastResort()
[all …]
Dgreedy-allocator.h21 explicit AllocationCandidate(LiveRange* range) in AllocationCandidate()
92 static void UpdateWeightAtAllocation(LiveRange* range) { in UpdateWeightAtAllocation()
98 static void UpdateWeightAtEviction(LiveRange* range) { in UpdateWeightAtEviction()
124 void AllocateRegisterToRange(unsigned reg_id, LiveRange* range) { in AllocateRegisterToRange()
Dlive-range-separator.cc22 void CreateSplinter(TopLevelLiveRange *range, RegisterAllocationData *data, in CreateSplinter()
62 void SplinterLiveRange(TopLevelLiveRange *range, RegisterAllocationData *data) { in SplinterLiveRange()
109 TopLevelLiveRange *range = data()->live_ranges()[vreg]; in Splinter() local
144 TopLevelLiveRange *range = data()->live_ranges()[i]; in Merge() local
Dregister-allocator.cc22 void RemoveElement(ZoneVector<LiveRange*>* v, LiveRange* range) { in RemoveElement()
1102 const LiveRange* range = printable_range.range_; in operator <<() local
1144 for (LiveRange* range = parent; range != nullptr; range = range->next()) { in SpillRange() local
1398 LiveRange* range = GetOrCreateLiveRangeFor(operand_index); in ExistsUseWithoutDefinition() local
1420 for (const TopLevelLiveRange* range : live_ranges()) { in RangesDefinedInDeferredStayInDeferred() local
1443 TopLevelLiveRange* range) { in AssignSpillRangeToLiveRange()
1463 TopLevelLiveRange* range) { in CreateSpillRangeForLiveRange()
1559 TopLevelLiveRange* range = data()->GetOrCreateLiveRangeFor(output_vreg); in MeetRegisterConstraintsForLastInstructionInBlock() local
1608 TopLevelLiveRange* range = data()->GetOrCreateLiveRangeFor(output_vreg); in MeetConstraintsAfter() local
1614 TopLevelLiveRange* range = in MeetConstraintsAfter() local
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DGeneralRangeTest.java61 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, CLOSED, i, OPEN); in testCreateEmptyRangeClosedOpenSucceeds() local
70 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, OPEN, i, CLOSED); in testCreateEmptyRangeOpenClosedSucceeds() local
79 GeneralRange<Integer> range = GeneralRange.range(ORDERING, i, CLOSED, i, CLOSED); in testCreateSingletonRangeSucceeds() local
87 GeneralRange<Integer> range = GeneralRange.range(ORDERING, 3, CLOSED, 3, CLOSED); in testSingletonRange() local
95 GeneralRange<Integer> range = GeneralRange.downTo(ORDERING, 3, lBoundType); in testLowerRange() local
/external/google-breakpad/src/tools/linux/md2core/
Dminidump_memory_range_unittest.cc96 MinidumpMemoryRange range; in TEST() local
102 MinidumpMemoryRange range(kBuffer, kBufferSize); in TEST() local
108 MinidumpMemoryRange range; in TEST() local
123 MinidumpMemoryRange range; in TEST() local
134 MinidumpMemoryRange range; in TEST() local
141 MinidumpMemoryRange range(kBuffer, kBufferSize); in TEST() local
166 MinidumpMemoryRange range(kBuffer, kBufferSize); in TEST() local
194 MinidumpMemoryRange range(kBuffer, kBufferSize); in TEST() local
202 MinidumpMemoryRange range(kBuffer, kBufferSize); in TEST() local
217 MinidumpMemoryRange range(kBuffer, kBufferSize); in TEST() local
[all …]
/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/google-breakpad/src/common/
Dmemory_range_unittest.cc95 MemoryRange range; in TEST() local
101 MemoryRange range(kBuffer, kBufferSize); in TEST() local
107 MemoryRange range; in TEST() local
122 MemoryRange range; in TEST() local
133 MemoryRange range; in TEST() local
140 MemoryRange range(kBuffer, kBufferSize); in TEST() local
165 MemoryRange range(kBuffer, kBufferSize); in TEST() local
173 MemoryRange range(kBuffer, kBufferSize); in TEST() local
188 MemoryRange range(kBuffer, kBufferSize); in TEST() local
/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_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
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
/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/guava/guava/src/com/google/common/collect/
DImmutableRangeMap.java60 Range<K> range, V value) { in of()
105 public Builder<K, V> put(Range<K> range, V value) { in put()
170 Range<K> range = ranges.get(index); in get() local
183 Range<K> range = ranges.get(index); in getEntry() local
199 public void put(Range<K> range, V value) { in put()
214 public void remove(Range<K> range) { in remove()
229 public ImmutableRangeMap<K, V> subRangeMap(final Range<K> range) { in subRangeMap()
DImmutableRangeSet.java72 public static <C extends Comparable> ImmutableRangeSet<C> of(Range<C> range) { in of()
134 Range<C> range = ranges.get(index); in rangeContaining() local
156 public void add(Range<C> range) { in add()
166 public void remove(Range<C> range) { in remove()
260 private ImmutableList<Range<C>> intersectRanges(final Range<C> range) { in intersectRanges()
/external/v8/src/
Dtypes-inl.h171 ZoneTypeConfig::Type* ZoneTypeConfig::from_range(Range* range) { in from_range()
247 Range* range = reinterpret_cast<Range*>(zone->New(sizeof(Range))); // NOLINT in range_create() local
257 int ZoneTypeConfig::range_get_bitset(ZoneTypeConfig::Range* range) { in range_get_bitset()
263 void ZoneTypeConfig::range_set_bitset(ZoneTypeConfig::Range* range, int value) { in range_set_bitset()
269 double ZoneTypeConfig::range_get_double(ZoneTypeConfig::Range* range, in range_get_double()
277 void ZoneTypeConfig::range_set_double(ZoneTypeConfig::Range* range, int index, in range_set_double()
381 i::Handle<Range> range) { in from_range()
448 i::Handle<Range> range = isolate->factory()->NewFixedArray(4); in range_create() local
455 int HeapTypeConfig::range_get_bitset(i::Handle<HeapTypeConfig::Range> range) { in range_get_bitset()
462 void HeapTypeConfig::range_set_bitset(i::Handle<HeapTypeConfig::Range> range, in range_set_bitset()
[all …]
/external/v8/src/crankshaft/
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
947 LiveRange* range = FixedLiveRangeFor(i); in ProcessInstructions() local
960 LiveRange* range = FixedDoubleLiveRangeFor(i); in ProcessInstructions() local
1116 void LAllocator::ResolveControlFlow(LiveRange* range, in ResolveControlFlow()
1323 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local
1345 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local
1385 LiveRange* range = live_ranges()->at(range_idx); in PopulatePointerMaps() local
[all …]
/external/valgrind/none/tests/solaris/
Dcoredump_many_segments.c50 typedef struct range { struct
54 struct range *next; argument
/external/icu/icu4c/source/i18n/
Dsmallintformatter.cpp2593 int32_t positiveValue, const IntDigitCountRange &range) { in estimateDigitCount()
2602 int32_t positiveValue, const IntDigitCountRange &range) { in canFormat()
2609 const IntDigitCountRange &range, in format()
/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/google-breakpad/src/processor/
Dstatic_range_map-inl.h58 const Range *range = iterator.GetValuePtr(); in RetrieveRange() local
94 const Range *range = iterator.GetValuePtr(); in RetrieveNearestRange() local
116 const Range *range = iterator.GetValuePtr(); in RetrieveRangeAtIndex() local

12345678910>>...24