/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeRangeMapTest.java | 61 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 117 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 172 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 231 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 311 RangeMap<Integer, Integer> rangeMap = TreeRangeMap.create(); in testSpanSingleRange() 326 RangeMap<Integer, Integer> rangeMap = TreeRangeMap.create(); in testSpanTwoRanges() 359 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangesAlone() 371 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangePairs() 387 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangeTriples() 405 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAll() [all …]
|
D | ImmutableRangeMapTest.java | 132 RangeMap<Integer, Integer> rangemap = in testSpanSingleRange() 142 RangeMap<Integer, Integer> rangemap = in testSpanTwoRanges()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | TreeRangeMapTest.java | 60 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 116 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 171 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 230 RangeMap<Integer, String> rangeMap = TreeRangeMap.create(); in suite() 310 RangeMap<Integer, Integer> rangeMap = TreeRangeMap.create(); in testSpanSingleRange() 325 RangeMap<Integer, Integer> rangeMap = TreeRangeMap.create(); in testSpanTwoRanges() 358 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangesAlone() 370 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangePairs() 386 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangeTriples() 404 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAll() [all …]
|
D | ImmutableRangeMapTest.java | 131 RangeMap<Integer, Integer> rangemap = in testSpanSingleRange() 141 RangeMap<Integer, Integer> rangemap = in testSpanTwoRanges()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | TreeRangeMap.java | 53 public final class TreeRangeMap<K extends Comparable, V> implements RangeMap<K, V> { 168 public void putAll(RangeMap<K, V> rangeMap) { in putAll() 292 public RangeMap<K, V> subRangeMap(Range<K> subRange) { in subRangeMap() 301 private RangeMap<K, V> emptySubRangeMap() { in emptySubRangeMap() 305 private static final RangeMap EMPTY_SUB_RANGE_MAP = 306 new RangeMap() { 339 public void putAll(RangeMap rangeMap) { 365 public RangeMap subRangeMap(Range range) { 371 private class SubRangeMap implements RangeMap<K, V> { 445 public void putAll(RangeMap<K, V> rangeMap) { in putAll() [all …]
|
D | RangeMap.java | 41 public interface RangeMap<K extends Comparable, V> { interface 98 void putAll(RangeMap<K, V> rangeMap); in putAll() 149 RangeMap<K, V> subRangeMap(Range<K> range); in subRangeMap()
|
D | ImmutableRangeMap.java | 44 public class ImmutableRangeMap<K extends Comparable<?>, V> implements RangeMap<K, V>, Serializable { 62 RangeMap<K, ? extends V> rangeMap) { in copyOf() 110 public Builder<K, V> putAll(RangeMap<K, ? extends V> rangeMap) { in putAll() 229 public void putAll(RangeMap<K, V> rangeMap) { in putAll() 345 if (o instanceof RangeMap) { 346 RangeMap<?, ?> rangeMap = (RangeMap<?, ?>) o;
|
/external/google-breakpad/src/processor/ |
D | map_serializers.h | 113 size_t SizeOf(const RangeMap<Address, Entry> &m) const; 118 char* Write(const RangeMap<Address, Entry> &m, char* dest) const; 124 char* Serialize(const RangeMap<Address, Entry> &m, unsigned int *size) const; 128 typedef typename RangeMap<Address, Entry>::Range Range;
|
D | range_map-inl.h | 50 bool RangeMap<AddressType, EntryType>::StoreRange(const AddressType &base, in StoreRange() 57 bool RangeMap<AddressType, EntryType>::StoreRangeInternal( in StoreRangeInternal() 183 bool RangeMap<AddressType, EntryType>::RetrieveRange( in RetrieveRange() 214 bool RangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() 247 bool RangeMap<AddressType, EntryType>::RetrieveRangeAtIndex( in RetrieveRangeAtIndex() 277 int RangeMap<AddressType, EntryType>::GetCount() const { in GetCount() 283 void RangeMap<AddressType, EntryType>::Clear() { in Clear()
|
D | basic_source_line_resolver_types.h | 70 RangeMap< MemAddr, linked_ptr<Line> > lines; 147 RangeMap< MemAddr, linked_ptr<Function> > functions_; 167 RangeMap<MemAddr, string> cfi_initial_rules_;
|
D | range_map.h | 68 class RangeMap { 70 RangeMap() : merge_strategy_(MergeRangeStrategy::kExclusiveRanges), map_() {} in RangeMap() function
|
D | map_serializers-inl.h | 120 const RangeMap<Address, Entry> &m) const { in SizeOf() 139 const RangeMap<Address, Entry> &m, char *dest) const { in Write() 170 const RangeMap<Address, Entry> &m, unsigned int *size) const { in Serialize()
|
D | basic_code_modules.h | 83 RangeMap<uint64_t, linked_ptr<const CodeModule> > map_;
|
D | module_comparer.cc | 110 RangeMap<MemAddr, linked_ptr<BasicFunc> >::MapConstIterator iter1; in CompareModule() 153 RangeMap<MemAddr, string>::MapConstIterator iter1; in CompareModule() 200 RangeMap<MemAddr, linked_ptr<BasicLine> >::MapConstIterator iter1; in CompareFunction()
|
D | range_map_unittest.cc | 49 using google_breakpad::RangeMap; 71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap;
|
D | range_map_truncate_upper_unittest.cc | 48 using google_breakpad::RangeMap; 68 typedef RangeMap<AddressType, linked_ptr<CountedObject>> TestMap;
|
D | range_map_truncate_lower_unittest.cc | 43 using google_breakpad::RangeMap; 63 typedef RangeMap<AddressType, linked_ptr<CountedObject>> TestMap;
|
D | map_serializers_unittest.cc | 210 google_breakpad::RangeMap<AddrType, EntryType> range_map_;
|
D | static_range_map_unittest.cc | 48 typedef google_breakpad::RangeMap< AddressType, EntryType > RMap;
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeRangeMap.java | 54 public final class TreeRangeMap<K extends Comparable, V> implements RangeMap<K, V> { 167 public void putAll(RangeMap<K, V> rangeMap) { in putAll() 365 public RangeMap<K, V> subRangeMap(Range<K> subRange) { in subRangeMap() 374 private RangeMap<K, V> emptySubRangeMap() { in emptySubRangeMap() 378 private static final RangeMap EMPTY_SUB_RANGE_MAP = 379 new RangeMap() { 410 public void putAll(RangeMap rangeMap) { 444 public RangeMap subRangeMap(Range range) { 450 private class SubRangeMap implements RangeMap<K, V> { 522 public void putAll(RangeMap<K, V> rangeMap) { in putAll() [all …]
|
D | RangeMap.java | 42 public interface RangeMap<K extends Comparable, V> { interface 99 void putAll(RangeMap<K, V> rangeMap); in putAll() 171 RangeMap<K, V> subRangeMap(Range<K> range); in subRangeMap()
|
D | ImmutableRangeMap.java | 47 public class ImmutableRangeMap<K extends Comparable<?>, V> implements RangeMap<K, V>, Serializable { 78 RangeMap<K, ? extends V> rangeMap) { in copyOf() 126 public Builder<K, V> putAll(RangeMap<K, ? extends V> rangeMap) { in putAll() 249 public void putAll(RangeMap<K, V> rangeMap) { in putAll() 380 if (o instanceof RangeMap) { 381 RangeMap<?, ?> rangeMap = (RangeMap<?, ?>) o;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 35 import com.google.common.collect.RangeMap; 108 RangeMap<Integer, Short> versionToValueMap; in Opcodes()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | RemoveUnusedImports.java | 27 import com.google.common.collect.RangeMap; 237 private static RangeMap<Integer, String> buildReplacements( in buildReplacements() 242 RangeMap<Integer, String> replacements = TreeRangeMap.create(); in buildReplacements() 298 private static String applyReplacements(String source, RangeMap<Integer, String> replacements) { in applyReplacements()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 111 template<typename AddressType, typename EntryType> class RangeMap; variable 552 RangeMap<uint64_t, unsigned int> *range_map_; 609 RangeMap<uint64_t, unsigned int> *range_map_; 865 RangeMap<uint64_t, unsigned int> *range_map_; 1006 RangeMap<uint64_t, unsigned int> *range_map_;
|