Home
last modified time | relevance | path

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

12345678910>>...36

/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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-range.hpp40 struct range : public source_base<T> struct
42 typedef rxu::decay_t<Coordination> coordination_type;
43 typedef typename coordination_type::coordinator_type coordinator_type;
45 struct range_state_type
59 range_state_type initial;
60 range(T f, T l, std::ptrdiff_t s, coordination_type cn) in range() function
65 void on_subscribe(Subscriber o) const { in on_subscribe()
119 auto range(T first = 0, T last = std::numeric_limits<T>::max(), std::ptrdiff_t step = 1) in range() function
127 auto range(T first, T last, std::ptrdiff_t step, Coordination cn) in range() function
135 auto range(T first, T last, Coordination cn) in range() function
[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/mesa3d/src/gallium/auxiliary/util/
Du_range.h51 util_range_set_empty(struct util_range *range) in util_range_set_empty()
59 util_range_add(struct util_range *range, unsigned start, unsigned end) in util_range_add()
70 util_ranges_intersect(struct util_range *range, unsigned start, unsigned end) in util_ranges_intersect()
79 util_range_init(struct util_range *range) in util_range_init()
86 util_range_destroy(struct util_range *range) in util_range_destroy()
/external/perf_data_converter/src/quipper/
Daddress_mapper_test.cc63 const Range& range = ranges[i]; in GetMappedAddressFromRanges() local
82 bool MapRange(const Range& range, bool remove_old_mappings) { in MapRange()
93 void TestMappedRange(const Range& range, uint64_t expected_mapped_addr) { in TestMappedRange()
127 for (const Range& range : kMapRanges) { in TEST_F() local
151 for (const Range& range : kMapRanges) { in TEST_F() local
164 for (const Range& range : kMapRanges) { in TEST_F() local
188 for (const Range& range : kMapRanges) { in TEST_F() local
197 for (const Range& range : kMapRanges) { in TEST_F() local
206 for (const Range& range : kMapRanges) ASSERT_TRUE(MapRange(range, false)); in TEST_F() local
209 for (const Range& range : kMapRanges) { in TEST_F() local
[all …]
/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/iptables/extensions/
Dlibip6t_SNAT.c50 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) in parse_to()
153 struct nf_nat_range *range = cb->data; in SNAT_parse() local
187 struct nf_nat_range *range = cb->data; in SNAT_fcheck() local
195 static void print_range(const struct nf_nat_range *range) in print_range()
218 const struct nf_nat_range *range = (const void *)target->data; in SNAT_print() local
232 const struct nf_nat_range *range = (const void *)target->data; in SNAT_save() local
244 static void print_range_xlate(const struct nf_nat_range *range, in print_range_xlate()
275 const struct nf_nat_range *range = (const void *)params->target->data; in SNAT_xlate() 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
234 static void print_range_xlate(const struct nf_nat_range *range, in print_range_xlate()
265 const struct nf_nat_range *range = (const void *)params->target->data; in DNAT_xlate() 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
138 const struct nf_nat_range *range = (const void *)params->target->data; in REDIRECT_xlate() local
/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/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/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()
DRangeMap.java71 void put(Range<K> range, V value); in put()
90 void remove(Range<K> range); in remove()
114 RangeMap<K, V> subRangeMap(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/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.h45 typedef struct range { struct
48 } range_t; argument
/external/tensorflow/tensorflow/core/lib/gtl/
Diterator_range_test.cc29 iterator_range<std::vector<int>::iterator> range(v.begin(), v.end()); in TEST() local
41 auto range = make_range(v.begin(), v.end()); in TEST() local
53 iterator_range<int*> range(&v[1], &v[4]); // 3, 5, 7 in TEST() local
65 auto range = make_range(&v[1], &v[4]); // 3, 5, 7 in TEST() local
/external/v8/src/compiler/
Dlive-range-separator.cc22 void CreateSplinter(TopLevelLiveRange *range, RegisterAllocationData *data, in CreateSplinter()
61 void SetSlotUse(TopLevelLiveRange *range) { in SetSlotUse()
71 void SplinterLiveRange(TopLevelLiveRange *range, RegisterAllocationData *data) { in SplinterLiveRange()
125 TopLevelLiveRange *range = data()->live_ranges()[vreg]; in Splinter() local
165 TopLevelLiveRange *range = data()->live_ranges()[i]; in Merge() local
/external/e2fsprogs/contrib/android/
Dblock_range.c8 struct block_range *range = malloc(sizeof(*range)); in new_block_range() local
23 struct block_range *range = new_block_range(blk_start, blk_end); in add_blocks_to_range() local
40 int write_block_ranges(FILE *f, struct block_range *range, in write_block_ranges()
/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
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize_test.cc80 Array2D<NativeT> &input, const QuantizedRange &range, in GenerateLargeSizeMinCombinedOutput()
129 std::vector<bfloat16> GenerateMinCombinedOutput(const QuantizedRange &range) { in GenerateMinCombinedOutput()
186 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
196 QuantizedRange range(0, 127.0f); in XLA_TEST_F() local
214 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
237 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
262 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
292 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
314 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
328 QuantizedRange range(0, 255.0f); in XLA_TEST_F() local
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dsparse_column_iterable_test.cc51 auto validate_example_range = [](const ExampleRowRange& range) { in TEST_F()
79 for (const ExampleRowRange& range : full_iterable) { in TEST_F() local
89 for (const ExampleRowRange& range : slice_iterable) { in TEST_F() local
/external/antlr/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/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()
132 @Override public Range<C> range() { in range() method
136 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { in range() method

12345678910>>...36