/external/guava/guava-tests/test/com/google/common/collect/ |
D | RangeTest.java | 45 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 …]
|
D | GeneralRangeTest.java | 63 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/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | GeneralRangeTest.java | 61 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/ |
D | u_range.h | 51 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/google-breakpad/src/tools/linux/md2core/ |
D | minidump_memory_range_unittest.cc | 96 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/ |
D | libip6t_SNAT.c | 50 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
|
D | libip6t_DNAT.c | 47 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
|
D | libip6t_REDIRECT.c | 40 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/ |
D | memory_range_unittest.cc | 95 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/ |
D | TransformActions.cpp | 305 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 …]
|
D | Internals.h | 75 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/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.h | 45 typedef struct range { struct 48 } range_t; argument
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableRangeMap.java | 60 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()
|
D | RangeMap.java | 71 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()
|
D | ImmutableRangeSet.java | 72 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/icu/icu4c/source/i18n/ |
D | smallintformatter.cpp | 2595 int32_t positiveValue, const IntDigitCountRange &range) { in estimateDigitCount() 2604 int32_t positiveValue, const IntDigitCountRange &range) { in canFormat() 2611 const IntDigitCountRange &range, in format()
|
/external/v8/src/compiler/ |
D | live-range-separator.cc | 22 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/ |
D | block_range.c | 8 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/ |
D | static_range_map-inl.h | 58 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/valgrind/none/tests/solaris/ |
D | coredump_many_segments.c | 50 typedef struct range { struct 54 struct range *next; argument
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | util.rb | 151 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/ |
D | RegularContiguousSet.java | 35 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
|
/external/clang/test/CodeGenCXX/ |
D | reference-in-blocks.cpp | 5 template<typename T> class range { class 8 range(T i) {_i = i;}; in range() function in range
|
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 246 range; in ExportAlphaQuantum() local 351 range; in ExportBGRQuantum() local 650 range; in ExportBGRAQuantum() local 894 range; in ExportBGROQuantum() local 1138 range; in ExportBlackQuantum() local 1247 range; in ExportBlueQuantum() local 1419 range; in ExportCbYCrYQuantum() local 1586 range; in ExportCMYKQuantum() local 1749 range; in ExportCMYKAQuantum() local 1914 range; in ExportCMYKOQuantum() local [all …]
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 583 LiveRange* range = LiveRangeFor(operand_index); in AddInitialIntervals() local 698 LiveRange* range = LiveRangeFor(operand); in Define() local 720 LiveRange* range = LiveRangeFor(operand); in Use() local 787 LiveRange* range = LiveRangeFor(first_output->virtual_register()); in MeetConstraintsBetween() local 949 LiveRange* range = FixedLiveRangeFor(i); in ProcessInstructions() local 962 LiveRange* range = FixedDoubleLiveRangeFor(i); in ProcessInstructions() local 1118 void LAllocator::ResolveControlFlow(LiveRange* range, in ResolveControlFlow() 1325 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local 1347 LiveRange* range = LiveRangeFor(operand_index); in BuildLiveRanges() local 1387 LiveRange* range = live_ranges()->at(range_idx); in PopulatePointerMaps() local [all …]
|