/external/guava/android/guava/src/com/google/common/collect/ |
D | IndexedImmutableSet.java | 33 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in IndexedImmutableSet 34 return asList().copyIntoArray(dst, offset); in copyIntoArray()
|
D | RegularImmutableAsList.java | 64 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableAsList 65 return delegateList.copyIntoArray(dst, offset); in copyIntoArray()
|
D | ImmutableCollection.java | 196 copyIntoArray(other, 0); in toArray() 329 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableCollection 498 size = immutableCollection.copyIntoArray(contents, size); in addAll()
|
D | ImmutableMapEntrySet.java | 53 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableMapEntrySet.RegularEntrySet 54 return entries.copyIntoArray(dst, offset); in copyIntoArray()
|
D | RegularImmutableMap.java | 288 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableMap.EntrySet 289 return asList().copyIntoArray(dst, offset); in copyIntoArray() 390 int copyIntoArray(Object[] dst, int offset) { 391 return asList().copyIntoArray(dst, offset);
|
D | RegularImmutableList.java | 68 int copyIntoArray(Object[] dst, int dstOff) { in copyIntoArray() method in RegularImmutableList
|
D | SingletonImmutableSet.java | 79 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in SingletonImmutableSet
|
D | RegularImmutableSortedSet.java | 154 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSortedSet 155 return elements.copyIntoArray(dst, offset); in copyIntoArray()
|
D | RegularImmutableSet.java | 93 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSet
|
D | ImmutableMultimap.java | 708 int copyIntoArray(Object[] dst, int offset) { 710 offset = valueCollection.copyIntoArray(dst, offset);
|
D | ImmutableMultiset.java | 276 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method
|
D | ImmutableList.java | 541 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableList
|
/external/guava/guava/src/com/google/common/collect/ |
D | IndexedImmutableSet.java | 51 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in IndexedImmutableSet 52 return asList().copyIntoArray(dst, offset); in copyIntoArray()
|
D | RegularImmutableAsList.java | 67 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableAsList 68 return delegateList.copyIntoArray(dst, offset); in copyIntoArray()
|
D | ImmutableMapEntrySet.java | 55 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableMapEntrySet.RegularEntrySet 56 return entries.copyIntoArray(dst, offset); in copyIntoArray()
|
D | ImmutableCollection.java | 208 copyIntoArray(other, 0); in toArray() 359 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableCollection
|
D | SingletonImmutableSet.java | 79 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in SingletonImmutableSet
|
D | RegularImmutableList.java | 66 int copyIntoArray(Object[] dst, int dstOff) { in copyIntoArray() method in RegularImmutableList
|
D | RegularImmutableSortedSet.java | 165 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSortedSet 166 return elements.copyIntoArray(dst, offset); in copyIntoArray()
|
D | RegularImmutableSet.java | 98 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSet
|
D | ImmutableSet.java | 367 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableSet.Indexed 368 return asList().copyIntoArray(dst, offset); in copyIntoArray()
|
D | ImmutableMultimap.java | 732 int copyIntoArray(Object[] dst, int offset) { 734 offset = valueCollection.copyIntoArray(dst, offset);
|
D | ImmutableList.java | 577 int copyIntoArray(Object[] dst, int offset) { 829 size = immutableCollection.copyIntoArray(contents, size);
|
D | ImmutableMultiset.java | 326 int copyIntoArray(Object[] dst, int offset) {
|