Home
last modified time | relevance | path

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

12345678910

/third_party/node/test/parallel/
Dtest-stream2-objects.js29 function toArray(callback) { function
71 r.pipe(toArray(common.mustCall(function(list) {
96 r.pipe(toArray(common.mustCall(function(list) {
115 r.pipe(toArray(common.mustCall(function(list) {
135 r.pipe(toArray(common.mustCall(function(array) {
150 r.pipe(toArray(common.mustCall(function(array) {
167 r.pipe(toArray(common.mustCall(function(array) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCollectionSet.java46 public Object[] toArray() { in toArray() method in CollectionSet
47 return data.toArray(); in toArray()
51 public <T> T[] toArray(T[] a) { in toArray() method in CollectionSet
52 return data.toArray(a); in toArray()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCollectionSet.java48 public Object[] toArray() { in toArray() method in CollectionSet
49 return data.toArray(); in toArray()
53 public <T> T[] toArray(T[] a) { in toArray() method in CollectionSet
54 return data.toArray(a); in toArray()
/third_party/protobuf/js/
Dmessage.js1297 var data = value ? value.toArray() : value;
1320 var data = value ? value.toArray() : value;
1343 data[i] = value[i].toArray();
1383 array.splice(index, 0, insertedValue.toArray());
1386 array.push(insertedValue.toArray());
1439 val[i].toArray();
1445 val.toArray();
1459 jspb.Message.prototype.toArray = function() { method in jspb.Message
1547 return msg.toArray();
1556 value ? /** @type {!jspb.Message} */ (value).toArray() : value;
[all …]
Dmap.js99 jspb.Map.prototype.toArray = function() { method in jspb.Map
108 valueWrapper.toArray();
123 valueWrapper.toArray();
144 var rawArray = this.toArray();
352 entry.value = value.toArray();
Dmaps_test.js62 var arr = map.toArray();
80 function toArray(iter) { function
169 var entries = toArray(msg.getMapStringMsgMap().entries());
397 msg.toArray(); // force a sync
402 var a = msg.toArray();
Dmessage_test.js477 clone.toArray());
499 clone.toArray());
506 original.toArray());
535 assertArrayEquals(original.toArray(), dest.toArray());
725 assertArrayEquals([], msg.toArray());
731 assertArrayEquals([{1: 'hi'}], msg.toArray());
737 assertArrayEquals([1, {4: 'hi'}], msg.toArray());
742 assertArrayEquals([1, 2, 3, {1: 'hi'}], msg.toArray());
/third_party/node/deps/npm/node_modules/pumpify/
Dindex.js5 var toArray = function(args) { function
12 var streams = toArray(arguments)
21 var streams = toArray(arguments)
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/
DFlutterActivityTest.java30 assertArrayEquals(new String[]{}, flutterActivity.getFlutterShellArgs().toArray()); in itCreatesDefaultIntentWithExpectedDefaults()
51 assertArrayEquals(new String[]{}, flutterActivity.getFlutterShellArgs().toArray()); in itCreatesNewEngineIntentWithRequestedSettings()
68 assertArrayEquals(new String[]{}, flutterActivity.getFlutterShellArgs().toArray()); in itCreatesCachedEngineIntentThatDoesNotDestroyTheEngine()
82 assertArrayEquals(new String[]{}, flutterActivity.getFlutterShellArgs().toArray()); in itCreatesCachedEngineIntentThatDestroysTheEngine()
DFlutterFragmentTest.java23 assertArrayEquals(new String[]{}, fragment.getFlutterShellArgs().toArray()); in itCreatesDefaultFragmentWithExpectedDefaults()
43 assertArrayEquals(new String[]{}, fragment.getFlutterShellArgs().toArray()); in itCreatesNewEngineFragmentWithRequestedSettings()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapField.java411 public Object[] toArray() { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
412 return delegate.toArray(); in toArray()
416 public <T> T[] toArray(T[] a) { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
417 return delegate.toArray(a); in toArray()
508 public Object[] toArray() { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
509 return delegate.toArray(); in toArray()
513 public <T> T[] toArray(T[] a) { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
514 return delegate.toArray(a); in toArray()
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dmaps_test.js49 var arr = map.toArray();
62 function toArray(iter) { function
151 var entries = toArray(msg.getMapStringMsgMap().entries());
282 msg.toArray(); // force a sync
287 var a = msg.toArray();
Dmessage_test.js293 assertObjectEquals(expected, foo.toArray());
439 clone.toArray());
457 clone.toArray());
460 original.toArray());
489 assertArrayEquals(original.toArray(), dest.toArray());
646 assertArrayEquals([], msg.toArray());
652 assertArrayEquals([{1: 'hi'}], msg.toArray());
658 assertArrayEquals([1, {4: 'hi'}], msg.toArray());
663 assertArrayEquals([1, 2, 3, {1: 'hi'}], msg.toArray());
998 var array = message.toArray();
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteBufferWriterTest.java60 assertTrue(Arrays.equals(toArray(buffer), os.toByteArray())); in testWrite()
71 private byte[] toArray(ByteBuffer buf) { in toArray() method in ByteBufferWriterTest
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dmessage_test.js299 assertObjectEquals(expected, foo.toArray());
317 assertObjectEquals([null, null, null, [], []], foo.toArray());
337 assertObjectEquals(expected, foo.toArray());
483 clone.toArray());
501 clone.toArray());
504 original.toArray());
533 assertArrayEquals(original.toArray(), dest.toArray());
691 assertArrayEquals([], msg.toArray());
694 assertArrayEquals([,,, {}], msg.toArray());
701 assertArrayEquals([{1: 'hi'}], msg.toArray());
[all …]
/third_party/skia/src/gpu/
DGrDDLContext.cpp62 fProgramInfoMap.toArray(dst); in detachProgramData()
90 void toArray(SkTArray<ProgramData>* dst) { in toArray() function in GrDDLContext::ProgramInfoMap
/third_party/icu/icu4c/source/test/cintltst/
Dcldrtest.c587 UResourceBundle *toArray, const char *toLocale, in compareArrays() argument
604 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode); in compareArrays()
621 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
637 toArray = ures_getByKey(toLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo()
641 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo()
644 ures_close(toArray); in compareConsistentCountryInfo()
647 toArray = ures_getByKey(toLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo()
650 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
653 ures_close(toArray); in compareConsistentCountryInfo()
666 toArray = ures_getByKey(toLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo()
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterShellArgs.java144 public String[] toArray() { in toArray() method in FlutterShellArgs
146 return args.toArray(argsArray); in toArray()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java241 dup.storage.addAll((RubyArray) repeatedField.toArray(context)); in plus()
262 this.storage.addAll((RubyArray) repeatedField.toArray(context)); in concat()
290 return this.toArray(context).op_equal(context, other); in eq()
309 public IRubyObject toArray(ThreadContext context) { in toArray() method in RubyRepeatedField
/third_party/node/deps/npm/node_modules/lru-cache/
Dindex.js121 return this[LRU_LIST].toArray().map(k => k.key)
125 return this[LRU_LIST].toArray().map(k => k.value)
146 }).toArray().filter(h => h)
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Dutil.d.ts5 export declare function toArray(obj: any): Array<any>;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java88 return (String[])temp.toArray(new String[temp.size()]); in getRealZoneIDs()
166 data.put(key, list.toArray(new String[list.size()])); in getZoneString()
346 return (String[]) stuff.toArray(result); in getCodes()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDisplayNameTest.java91 return (String[])temp.toArray(new String[temp.size()]); in getRealZoneIDs()
169 data.put(key, list.toArray(new String[list.size()])); in getZoneString()
349 return (String[]) stuff.toArray(result); in getCodes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsData.java127 this.simpleUnits = simpleUnits.toArray(new String[0]); in put()
192 indexToCategory = sink.categories.toArray(new String[0]);
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dmailto.js3 import { merge, subexp, toUpperCase, toArray } from "../util";
110 const to = toArray(mailtoComponents.to);

12345678910