| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-3043-3046.js | 16 var map = new Map(); variable 17 var array = [1.5]; variable 22 map = new Map(); variable
|
| D | regression-test-issue-3040.js | 15 var map = new Map(); variable 16 var array = Array(); variable
|
| /third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
| D | StandardMessageCodec.java | 256 final int[] array = (int[]) value; in writeValue() local 264 final long[] array = (long[]) value; in writeValue() local 272 final double[] array = (double[]) value; in writeValue() local 287 final Map<?, ?> map = (Map) value; in writeValue() local 390 final int[] array = new int[length]; in readValueOfType() local 399 final long[] array = new long[length]; in readValueOfType() local 408 final double[] array = new double[length]; in readValueOfType() local 426 final Map<Object, Object> map = new HashMap<>(); in readValueOfType() local
|
| D | JSONMethodCodec.java | 32 final JSONObject map = new JSONObject(); in encodeMethodCall() local 46 final JSONObject map = (JSONObject) json; in decodeMethodCall() local 79 final JSONArray array = (JSONArray) json; in decodeEnvelope() local
|
| D | JSONUtil.java | 39 JSONArray array = (JSONArray) o; in unwrap() local 46 Map<String, Object> map = new HashMap<>(); in unwrap() local
|
| /third_party/node/deps/npm/node_modules/lodash._baseuniq/ |
| D | index.js | 40 function arrayIncludes(array, value) { argument 53 function arrayIncludesWith(array, value, comparator) { argument 74 function baseIndexOf(array, value, fromIndex) { argument 110 function indexOfNaN(array, fromIndex, fromRight) { argument 427 'map': new (Map || ListCache), property 551 function assocIndexOf(array, key) { argument 570 function baseUniq(array, iteratee, comparator) { argument 630 function getMapData(map, key) { argument
|
| /third_party/node/deps/npm/node_modules/lodash.without/ |
| D | index.js | 70 function arrayIncludes(array, value) { argument 84 function arrayIncludesWith(array, value, comparator) { argument 105 function arrayMap(array, iteratee) { argument 127 function baseFindIndex(array, predicate, fromIndex, fromRight) { argument 148 function baseIndexOf(array, value, fromIndex) { argument 511 'map': new (Map || ListCache), property 635 function assocIndexOf(array, key) { argument 656 function baseDifference(array, values, iteratee, comparator) { argument 754 function getMapData(map, key) { argument 838 var without = baseRest(function(array, values) { argument
|
| /third_party/node/deps/npm/node_modules/lodash.uniq/ |
| D | index.js | 50 function arrayIncludes(array, value) { argument 64 function arrayIncludesWith(array, value, comparator) { argument 87 function baseFindIndex(array, predicate, fromIndex, fromRight) { argument 108 function baseIndexOf(array, value, fromIndex) { argument 473 'map': new (Map || ListCache), property 597 function assocIndexOf(array, key) { argument 632 function baseUniq(array, iteratee, comparator) { argument 703 function getMapData(map, key) { argument 784 function uniq(array) { argument
|
| /third_party/node/deps/npm/node_modules/lodash.union/ |
| D | index.js | 72 function arrayIncludes(array, value) { argument 86 function arrayIncludesWith(array, value, comparator) { argument 106 function arrayPush(array, values) { argument 128 function baseFindIndex(array, predicate, fromIndex, fromRight) { argument 149 function baseIndexOf(array, value, fromIndex) { argument 520 'map': new (Map || ListCache), property 644 function assocIndexOf(array, key) { argument 665 function baseFlatten(array, depth, predicate, isStrict, result) { argument 742 function baseUniq(array, iteratee, comparator) { argument 813 function getMapData(map, key) { argument
|
| /third_party/node/deps/npm/node_modules/lodash.clonedeep/ |
| D | index.js | 106 function addMapEntry(map, pair) { argument 135 function arrayEach(array, iteratee) { argument 155 function arrayPush(array, values) { argument 178 function arrayReduce(array, iteratee, accumulator, initAccum) { argument 248 function mapToArray(map) { argument 593 'map': new (Map || ListCache), property 804 function assocIndexOf(array, key) { argument 1029 function cloneMap(map, isDeep, cloneFunc) { argument 1093 function copyArray(source, array) { argument 1163 function getMapData(map, key) { argument [all …]
|
| /third_party/node/deps/npm/node_modules/punycode/ |
| D | punycode.js | 78 function map(array, fn) { argument 160 function ucs2encode(array) { argument
|
| /third_party/node/lib/ |
| D | punycode.js | 53 function map(array, fn) { argument 133 const ucs2encode = array => String.fromCodePoint(...array); argument
|
| /third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/ |
| D | punycode.js | 53 function map(array, fn) { argument 133 const ucs2encode = array => String.fromCodePoint(...array); argument
|
| D | punycode.es6.js | 53 function map(array, fn) { argument 133 const ucs2encode = array => String.fromCodePoint(...array); argument
|
| /third_party/skia/src/gpu/ |
| D | GrSubRunAllocator.h | 197 SkSpan<T> makePODArray(const Src& src, Map map) { in makePODArray() 210 T* array = reinterpret_cast<T*>(fAlloc.template allocateBytesFor<T>(n)); in makeUniqueArray() local 220 T* array = reinterpret_cast<T*>(fAlloc.template allocateBytesFor<T>(n)); in makeUniqueArray() local
|
| /third_party/gstreamer/gstplugins_base/ext/vorbis/ |
| D | gstvorbisdec.c | 381 GstMapInfo map; in vorbis_dec_handle_header_buffer() local 400 const GValue *array = NULL; in vorbis_dec_handle_header_caps() local 466 GstMapInfo map; in vorbis_handle_data_packet() local 579 GstMapInfo map; in check_pending_headers() local 670 GstMapInfo map; in vorbis_dec_handle_frame() local
|
| D | gstvorbisparse.c | 138 GValue array = { 0 }; in vorbis_parse_set_header_on_caps() local 208 GstMapInfo map; in vorbis_parse_push_headers() local 400 GstMapInfo map; in vorbis_parse_queue_buffer() local 436 GstMapInfo map; in vorbis_parse_parse_packet() local
|
| /third_party/node/benchmark/napi/function_args/ |
| D | binding.cc | 34 const Local<Array> array = args[0].As<Array>(); in CallWithArray() local 65 Local<Value> map; in CallWithObject() local
|
| /third_party/gstreamer/gstplugins_bad/gst/mxf/ |
| D | mxftypes.c | 193 GstMapInfo map; in mxf_fill_to_buffer() local 319 mxf_uuid_array_parse (MXFUUID ** array, guint32 * count, const guint8 * data, in mxf_uuid_array_parse() 914 GstMapInfo map; in mxf_partition_pack_to_buffer() local 993 GArray ** array) in mxf_random_index_pack_parse() 1032 mxf_random_index_pack_to_buffer (const GArray * array) in mxf_random_index_pack_to_buffer() 1037 GstMapInfo map; in mxf_random_index_pack_to_buffer() local 1337 GstMapInfo map; in mxf_index_table_segment_to_buffer() local 1597 GstMapInfo map; in mxf_primer_pack_to_buffer() local
|
| /third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
| D | rtmpchunkstream.c | 66 GstMapInfo map; /* Only used for parsing */ member 74 GArray *array; member 256 GstMapInfo map; in serialize_next() local 711 GArray *array; in gst_rtmp_chunk_streams_get() local
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| D | MapField.cs | 80 private readonly Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>> map = field in Google.Protobuf.Collections.MapField 306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo() 562 void ICollection.CopyTo(Array array, int index) in ICollection.CopyTo() 793 public void CopyTo(T[] array, int arrayIndex) in CopyTo() 824 public void CopyTo(Array array, int index) in CopyTo()
|
| /third_party/gstreamer/gstplugins_good/tests/check/elements/ |
| D | rtpvp8.c | 32 #define gst_buffer_new_from_array(array) \ argument 161 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST() local 271 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST() local 355 GstMapInfo map; in GST_START_TEST() local 447 GstMapInfo map; in GST_START_TEST() local
|
| /third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
| D | gstflacparse.c | 758 GstMapInfo map; in gst_flac_parse_handle_frame() local 888 GstMapInfo map; in gst_flac_parse_handle_streaminfo() local 977 GstMapInfo map; in gst_flac_parse_handle_vorbiscomment() local 1003 GstMapInfo map; in gst_flac_parse_handle_cuesheet() local 1111 GstMapInfo map; in gst_flac_parse_handle_picture() local 1192 GstMapInfo map; in gst_flac_parse_process_seektable() local 1256 GValue array = { 0, }; in gst_flac_parse_handle_headers() local 1272 GstMapInfo map; in gst_flac_parse_handle_headers() local 1395 GstMapInfo map; in gst_flac_parse_generate_vorbiscomment() local 1433 GstMapInfo map; in gst_flac_parse_generate_headers() local [all …]
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtptheorapay.c | 180 const GValue *array; in gst_rtp_theora_pay_setcaps() local 183 GstMapInfo map; in gst_rtp_theora_pay_setcaps() local 426 GstMapInfo map; in gst_rtp_theora_pay_finish_headers() local 764 GstMapInfo map; in gst_rtp_theora_pay_handle_buffer() local
|
| D | gstrtpvorbispay.c | 172 const GValue *array; in gst_rtp_vorbis_pay_setcaps() local 175 GstMapInfo map; in gst_rtp_vorbis_pay_setcaps() local 422 GstMapInfo map; in gst_rtp_vorbis_pay_finish_headers() local 747 GstMapInfo map; in gst_rtp_vorbis_pay_handle_buffer() local
|