Home
last modified time | relevance | path

Searched refs:RangeMap (Results 1 – 25 of 31) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java61 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 …]
DImmutableRangeMapTest.java132 RangeMap<Integer, Integer> rangemap = in testSpanSingleRange()
142 RangeMap<Integer, Integer> rangemap = in testSpanTwoRanges()
/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java60 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 …]
DImmutableRangeMapTest.java131 RangeMap<Integer, Integer> rangemap = in testSpanSingleRange()
141 RangeMap<Integer, Integer> rangemap = in testSpanTwoRanges()
/external/guava/android/guava/src/com/google/common/collect/
DTreeRangeMap.java53 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 …]
DRangeMap.java41 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()
DImmutableRangeMap.java44 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/
Dmap_serializers.h113 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;
Drange_map-inl.h50 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()
Dbasic_source_line_resolver_types.h70 RangeMap< MemAddr, linked_ptr<Line> > lines;
147 RangeMap< MemAddr, linked_ptr<Function> > functions_;
167 RangeMap<MemAddr, string> cfi_initial_rules_;
Drange_map.h68 class RangeMap {
70 RangeMap() : merge_strategy_(MergeRangeStrategy::kExclusiveRanges), map_() {} in RangeMap() function
Dmap_serializers-inl.h120 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()
Dbasic_code_modules.h83 RangeMap<uint64_t, linked_ptr<const CodeModule> > map_;
Dmodule_comparer.cc110 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()
Drange_map_unittest.cc49 using google_breakpad::RangeMap;
71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap;
Drange_map_truncate_upper_unittest.cc48 using google_breakpad::RangeMap;
68 typedef RangeMap<AddressType, linked_ptr<CountedObject>> TestMap;
Drange_map_truncate_lower_unittest.cc43 using google_breakpad::RangeMap;
63 typedef RangeMap<AddressType, linked_ptr<CountedObject>> TestMap;
Dmap_serializers_unittest.cc210 google_breakpad::RangeMap<AddrType, EntryType> range_map_;
Dstatic_range_map_unittest.cc48 typedef google_breakpad::RangeMap< AddressType, EntryType > RMap;
/external/guava/guava/src/com/google/common/collect/
DTreeRangeMap.java54 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 …]
DRangeMap.java42 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()
DImmutableRangeMap.java47 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/
DOpcodes.java35 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/
DRemoveUnusedImports.java27 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/
Dminidump.h111 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_;

12