/external/guava/src/com/google/common/collect/ |
D | ImmutableCollection.java | 55 public Object[] toArray() { in toArray() method in ImmutableCollection 57 return toArray(newArray); in toArray() 60 public <T> T[] toArray(T[] other) { in toArray() method in ImmutableCollection 183 return new ImmutableAsList<E>(toArray(), this); in createAsList() 207 @Override public Object[] toArray() { in toArray() method in ImmutableCollection.EmptyImmutableCollection 211 @Override public <T> T[] toArray(T[] array) { in toArray() method in ImmutableCollection.EmptyImmutableCollection 258 return new SerializedForm(toArray()); in writeReplace()
|
D | ForwardingCollection.java | 60 public Object[] toArray() { in toArray() method in ForwardingCollection 61 return delegate().toArray(); in toArray() 64 public <T> T[] toArray(T[] array) { in toArray() method in ForwardingCollection 65 return delegate().toArray(array); in toArray()
|
D | ConcurrentHashMultiset.java | 146 @Override public Object[] toArray() { in toArray() method in ConcurrentHashMultiset 147 return snapshot().toArray(); in toArray() 150 @Override public <T> T[] toArray(T[] array) { in toArray() method in ConcurrentHashMultiset 151 return snapshot().toArray(array); in toArray() 418 @Override public Object[] toArray() { 419 return snapshot().toArray(); 422 @Override public <T> T[] toArray(T[] array) { 423 return snapshot().toArray(array);
|
D | ImmutableEnumSet.java | 77 @Override public Object[] toArray() { in toArray() method in ImmutableEnumSet 78 return delegate.toArray(); in toArray() 81 @Override public <T> T[] toArray(T[] array) { in toArray() method in ImmutableEnumSet 82 return delegate.toArray(array); in toArray()
|
D | ImmutableSet.java | 288 elements.toArray(), hashCode, table, mask); in create() 317 @Override public Object[] toArray() { in toArray() method in ImmutableSet.ArrayImmutableSet 323 @Override public <T> T[] toArray(T[] array) { in toArray() method in ImmutableSet.ArrayImmutableSet 388 @Override public Object[] toArray() { in toArray() method in ImmutableSet 389 return toArray(new Object[size()]); in toArray() 392 @Override public <T> T[] toArray(T[] array) { in toArray() method in ImmutableSet 436 return new SerializedForm(toArray()); in writeReplace()
|
D | Collections2.java | 227 public Object[] toArray() { in toArray() method in Collections2.FilteredCollection 229 return Lists.newArrayList(iterator()).toArray(); in toArray() 232 public <T> T[] toArray(T[] array) { in toArray() method in Collections2.FilteredCollection 233 return Lists.newArrayList(iterator()).toArray(array); in toArray()
|
D | EmptyImmutableSet.java | 55 @Override public Object[] toArray() { in toArray() method in EmptyImmutableSet 59 @Override public <T> T[] toArray(T[] a) { in toArray() method in EmptyImmutableSet
|
D | EmptyImmutableSortedSet.java | 58 @Override public Object[] toArray() { in toArray() method in EmptyImmutableSortedSet 62 @Override public <T> T[] toArray(T[] a) { in toArray() method in EmptyImmutableSortedSet
|
D | SingletonImmutableSet.java | 68 @Override public Object[] toArray() { in toArray() method in SingletonImmutableSet 73 @Override public <T> T[] toArray(T[] array) { in toArray() method in SingletonImmutableSet
|
D | EmptyImmutableList.java | 60 @Override public Object[] toArray() { in toArray() method in EmptyImmutableList 64 @Override public <T> T[] toArray(T[] a) { in toArray() method in EmptyImmutableList
|
D | SingletonImmutableList.java | 104 @Override public Object[] toArray() { in toArray() method in SingletonImmutableList 108 @Override public <T> T[] toArray(T[] array) { in toArray() method in SingletonImmutableList
|
D | Maps.java | 564 @Override public Object[] toArray() { 568 @Override public <T> T[] toArray(T[] array) { 1088 @Override public Object[] toArray() { 1090 return Lists.newArrayList(iterator()).toArray(); 1093 @Override public <T> T[] toArray(T[] array) { 1094 return Lists.newArrayList(iterator()).toArray(array); 1245 @Override public Object[] toArray() { 1247 return Lists.newArrayList(iterator()).toArray(); 1250 @Override public <T> T[] toArray(T[] array) { 1251 return Lists.newArrayList(iterator()).toArray(array);
|
D | AbstractBiMap.java | 249 @Override public Object[] toArray() { in toArray() method 253 @Override public <T> T[] toArray(T[] array) { in toArray() method 336 @Override public Object[] toArray() { 339 @Override public <T> T[] toArray(T[] array) {
|
D | ConstrainedMap.java | 115 @Override public Object[] toArray() { 118 @Override public <T> T[] toArray(T[] array) {
|
D | RegularImmutableList.java | 68 @Override public Object[] toArray() { in toArray() method in RegularImmutableList 74 @Override public <T> T[] toArray(T[] other) { in toArray() method in RegularImmutableList
|
D | RegularImmutableSortedSet.java | 149 @Override public Object[] toArray() { in toArray() method in RegularImmutableSortedSet 156 @Override public <T> T[] toArray(T[] array) { in toArray() method in RegularImmutableSortedSet
|
/external/icu4c/test/cintltst/ |
D | cldrtest.c | 574 UResourceBundle *toArray, const char *toLocale, in compareArrays() argument 591 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode); in compareArrays() 609 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local 693 toArray = ures_getByKey(toLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo() 697 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo() 700 ures_close(toArray); in compareConsistentCountryInfo() 703 toArray = ures_getByKey(toLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo() 706 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo() 709 ures_close(toArray); in compareConsistentCountryInfo() 722 toArray = ures_getByKey(toLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo() [all …]
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | cldrtest.c | 574 UResourceBundle *toArray, const char *toLocale, in compareArrays() argument 591 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode); in compareArrays() 609 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local 693 toArray = ures_getByKey(toLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo() 697 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo() 700 ures_close(toArray); in compareConsistentCountryInfo() 703 toArray = ures_getByKey(toLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo() 706 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo() 709 ures_close(toArray); in compareConsistentCountryInfo() 722 toArray = ures_getByKey(toLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPHeaderList.java | 356 public Object[] toArray() { in toArray() method in SIPHeaderList 357 return hlist.toArray(); in toArray() 664 public <T> T[] toArray(T[] array) { in toArray() method in SIPHeaderList 665 return this.hlist.toArray(array); in toArray()
|
/external/emma/core/java12/com/vladium/util/ |
D | Strings.java | 72 _result.toArray (result); in removeDuplicates() 113 _result.toArray (result); in merge() 168 _result.toArray (result); in mergeAT()
|
D | Files.java | 67 _result.toArray (result); in readFileList() 118 _result.toArray (result); in pathToFiles()
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | AttributeCertificateIssuer.java | 83 return l.toArray(new Object[l.size()]); in getNames() 105 return (Principal[])l.toArray(new Principal[l.size()]); in getPrincipals()
|
/external/apache-http/src/org/apache/http/message/ |
D | HeaderGroup.java | 183 return (Header[]) headersFound.toArray(new Header[headersFound.size()]); in getHeaders() 230 return (Header[]) headers.toArray(new Header[headers.size()]); in getAllHeaders()
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | SourcePathCache.java | 51 _sourcepath.toArray (m_sourcepath); in SourcePathCache() 73 _sourcepath.toArray (m_sourcepath); in SourcePathCache()
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 184 !Arrays.equals(stackMapFrameList.toArray(), originalFrames)) in visitCodeAttribute0() 210 stackMapFrameList.toArray(stackMapFrames); in visitCodeAttribute0() 219 stackMapFrameList.toArray(stackMapFrames); in visitCodeAttribute0()
|