| /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/wayland_standard/src/ |
| D | wayland-util.c | 96 wl_array_init(struct wl_array *array) in wl_array_init() 102 wl_array_release(struct wl_array *array) in wl_array_release() 109 wl_array_add(struct wl_array *array, size_t size) in wl_array_add() 141 wl_array_copy(struct wl_array *array, struct wl_array *source) in wl_array_copy() 179 wl_map_init(struct wl_map *map, uint32_t side) in wl_map_init() 186 wl_map_release(struct wl_map *map) in wl_map_release() 193 wl_map_insert_new(struct wl_map *map, uint32_t flags, void *data) in wl_map_insert_new() 225 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data) in wl_map_insert_at() 253 wl_map_reserve_new(struct wl_map *map, uint32_t i) in wl_map_reserve_new() 292 wl_map_remove(struct wl_map *map, uint32_t i) in wl_map_remove() [all …]
|
| /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/grpc/third_party/upb/upb/ |
| D | reflection.h | 26 upb_map* map; member 28 upb_array* array; member
|
| /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/punycode/ |
| D | punycode.js | 78 function map(array, fn) { argument 160 function ucs2encode(array) { 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/uri-js/node_modules/punycode/ |
| D | punycode.es6.js | 53 function map(array, fn) { argument 133 const ucs2encode = array => String.fromCodePoint(...array); argument
|
| D | punycode.js | 53 function map(array, fn) { argument 133 const ucs2encode = array => String.fromCodePoint(...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/glib/gobject/ |
| D | gobject_gdb.py | 10 map = itertools.imap variable 176 def read_var(self, frame, name, array=None): argument 187 def read_object(self, frame, name, array=None): argument 202 def append(self, array, obj): argument 206 def or_join_array(self, 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/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_valuepool.cpp | 90 auto& array = static_cast<GPRArray&>(*reg); in from_nir() local 235 auto& array = static_cast<GPRArray&>(*retval); in from_nir() local 253 auto& array = static_cast<GPRArray&>(*v.second); in get_temp_registers() local 272 const PValue& reg, bool map) in inject_register() 425 PGPRArray array = PGPRArray(new GPRArray(current_index, a.length, mask, ncomponents)); in allocate_arrays() 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()
|