Home
last modified time | relevance | path

Searched refs:toArray (Results 1 – 25 of 88) sorted by relevance

1234

/external/guava/src/com/google/common/collect/
DImmutableCollection.java55 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()
DForwardingCollection.java60 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()
DConcurrentHashMultiset.java146 @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);
DImmutableEnumSet.java77 @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()
DImmutableSet.java288 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()
DCollections2.java227 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()
DEmptyImmutableSet.java55 @Override public Object[] toArray() { in toArray() method in EmptyImmutableSet
59 @Override public <T> T[] toArray(T[] a) { in toArray() method in EmptyImmutableSet
DEmptyImmutableSortedSet.java58 @Override public Object[] toArray() { in toArray() method in EmptyImmutableSortedSet
62 @Override public <T> T[] toArray(T[] a) { in toArray() method in EmptyImmutableSortedSet
DSingletonImmutableSet.java68 @Override public Object[] toArray() { in toArray() method in SingletonImmutableSet
73 @Override public <T> T[] toArray(T[] array) { in toArray() method in SingletonImmutableSet
DEmptyImmutableList.java60 @Override public Object[] toArray() { in toArray() method in EmptyImmutableList
64 @Override public <T> T[] toArray(T[] a) { in toArray() method in EmptyImmutableList
DSingletonImmutableList.java104 @Override public Object[] toArray() { in toArray() method in SingletonImmutableList
108 @Override public <T> T[] toArray(T[] array) { in toArray() method in SingletonImmutableList
DMaps.java564 @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);
DAbstractBiMap.java249 @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) {
DConstrainedMap.java115 @Override public Object[] toArray() {
118 @Override public <T> T[] toArray(T[] array) {
DRegularImmutableList.java68 @Override public Object[] toArray() { in toArray() method in RegularImmutableList
74 @Override public <T> T[] toArray(T[] other) { in toArray() method in RegularImmutableList
DRegularImmutableSortedSet.java149 @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/
Dcldrtest.c574 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/
Dcldrtest.c574 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/
DSIPHeaderList.java356 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/
DStrings.java72 _result.toArray (result); in removeDuplicates()
113 _result.toArray (result); in merge()
168 _result.toArray (result); in mergeAT()
DFiles.java67 _result.toArray (result); in readFileList()
118 _result.toArray (result); in pathToFiles()
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DAttributeCertificateIssuer.java83 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/
DHeaderGroup.java183 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/
DSourcePathCache.java51 _sourcepath.toArray (m_sourcepath); in SourcePathCache()
73 _sourcepath.toArray (m_sourcepath); in SourcePathCache()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java184 !Arrays.equals(stackMapFrameList.toArray(), originalFrames)) in visitCodeAttribute0()
210 stackMapFrameList.toArray(stackMapFrames); in visitCodeAttribute0()
219 stackMapFrameList.toArray(stackMapFrames); in visitCodeAttribute0()

1234