| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | CollectionSet.java | 46 public Object[] toArray() { in toArray() method in CollectionSet 51 public <T> T[] toArray(T[] a) { in toArray() method in CollectionSet
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | CollectionSet.java | 48 public Object[] toArray() { in toArray() method in CollectionSet 53 public <T> T[] toArray(T[] a) { in toArray() method in CollectionSet
|
| /third_party/typescript/tests/cases/compiler/ |
| D | inferenceDoesNotAddUndefinedOrNull.ts | 9 declare function toArray<T>(value: T | T[]): T[]; function
|
| D | underscoreTest1.ts | 120 toArray(): T[]; method 203 toArray(): T[]; method 280 toArray(): ChainedArray<T>; method 371 toArray(): ChainedArray<T>; method 495 toArray<T>(list: T[]): T[]; method 496 toArray<T>(list: Dictionary<T>): T[]; method
|
| D | complexRecursiveCollections.ts | 451 toArray(): Array<V>; method
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ByteBufferWriterTest.java | 55 private byte[] toArray(ByteBuffer buf) { in toArray() method in ByteBufferWriterTest
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MapField.java | 386 public Object[] toArray() { in toArray() method in MapField.MutabilityAwareMap.MutabilityAwareCollection 391 public <T> T[] toArray(T[] a) { in toArray() method in MapField.MutabilityAwareMap.MutabilityAwareCollection 483 public Object[] toArray() { in toArray() method in MapField.MutabilityAwareMap.MutabilityAwareSet 488 public <T> T[] toArray(T[] a) { in toArray() method in MapField.MutabilityAwareMap.MutabilityAwareSet
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrDDLContext.cpp | 99 void toArray(TArray<ProgramData>* dst) { in toArray() function in GrDDLContext::ProgramInfoMap
|
| /third_party/skia/src/gpu/ |
| D | GrDDLContext.cpp | 90 void toArray(SkTArray<ProgramData>* dst) { in toArray() function in GrDDLContext::ProgramInfoMap
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyRepeatedField.java | 338 public IRubyObject toArray(ThreadContext context) { in toArray() method in RubyRepeatedField
|
| /third_party/skia/m133/third_party/externals/icu/source/test/cintltst/ |
| D | cldrtest.c | 593 UResourceBundle *toArray, const char *toLocale, in compareArrays() 627 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | cldrtest.c | 593 UResourceBundle *toArray, const char *toLocale, in compareArrays() 627 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
|
| /third_party/icu/icu4c/source/common/ |
| D | uvector.cpp | 389 void** UVector::toArray(void** result) const { in toArray() function in UVector
|
| D | ucurr.cpp | 2144 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList() local 2347 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies() local 2470 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uvector.cpp | 395 void** UVector::toArray(void** result) const { in toArray() function in UVector
|
| D | ucurr.cpp | 2118 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList() local 2321 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies() local 2444 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate() local
|
| /third_party/skia/m133/third_party/externals/icu/source/common/ |
| D | uvector.cpp | 389 void** UVector::toArray(void** result) const { in toArray() function in UVector
|
| D | ucurr.cpp | 2170 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList() local 2373 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies() local 2496 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate() local
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
| D | lunr.js | 911 lunr.Vector.prototype.toArray = function () { method in lunr.Vector 1615 lunr.TokenSet.prototype.toArray = function () { method in lunr.TokenSet
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 1960 export function toArray<T>(value: T | T[]): T[]; function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmTrinaryMinMaxTests.cpp | 250 std::array<int, 3> toArray () const in toArray() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| D | vktSpvAsmTrinaryMinMaxTests.cpp | 250 std::array<int, 3> toArray () const in toArray() function
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | UnicodeSet.java | 2901 public static String[] toArray(UnicodeSet set) { in toArray() method
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | UnicodeSet.java | 3013 public static String[] toArray(UnicodeSet set) { in toArray() method
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 4554 function toArray<T>(x: ArrayOrSingle<T>): readonly T[] { function
|