| /third_party/jerryscript/tests/jerry/ |
| D | array-prototype-concat.js | 27 var new_array = obj.concat(arr1); variable
|
| /third_party/skia/m133/third_party/externals/libpng/ |
| D | pngmem.c | 145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
|
| /third_party/skia/third_party/externals/libpng/ |
| D | pngmem.c | 145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-array-prototype.c | 225 ecma_value_t new_array = ecma_op_array_species_create (obj_p, 0); in ecma_builtin_array_prototype_object_concat() local 871 ecma_value_t new_array = ecma_op_array_species_create (obj_p, copied_length); in ecma_builtin_array_prototype_object_slice() local 879 ecma_value_t new_array = ecma_op_create_array_object (NULL, 0, false); in ecma_builtin_array_prototype_object_slice() local 1273 ecma_value_t new_array = ecma_op_array_species_create (obj_p, 0); in ecma_builtin_array_prototype_object_splice() local 1967 ecma_value_t new_array = ecma_op_array_species_create (obj_p, len); in ecma_builtin_array_prototype_object_map() local 1975 ecma_value_t new_array = ecma_op_create_array_object (&length_value, 1, true); in ecma_builtin_array_prototype_object_map() local 2060 ecma_value_t new_array = ecma_op_array_species_create (obj_p, 0); in ecma_builtin_array_prototype_object_filter() local 2067 ecma_value_t new_array = ecma_op_create_array_object (NULL, 0, false); in ecma_builtin_array_prototype_object_filter() local
|
| D | ecma-builtin-helpers.c | 299 …ecma_value_t new_array = ecma_op_create_array_object (props_p->buffer_p, props_p->item_count, fals… in ecma_builtin_helper_object_get_properties() local
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-vector.hh | 260 Type *new_array = (Type *) hb_malloc (new_allocated * sizeof (Type)); in realloc_vector() local 419 Type *new_array = realloc_vector (new_allocated, hb_prioritize); in alloc() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| D | ecma-iterator-object.c | 56 ecma_value_t new_array = ecma_op_create_array_object (NULL, 0, false); in ecma_create_array_from_iter_element() local
|
| D | ecma-array-object.c | 728 ecma_value_t new_array = ecma_op_create_array_object (&length_val, 1, true); in ecma_op_array_species_create() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | repeated_field.c | 137 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_deep_copy() local 413 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_dup() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-vector.hh | 222 Type *new_array = nullptr; in alloc() local
|
| /third_party/jerryscript/jerry-core/vm/ |
| D | vm.c | 4344 ecma_value_t new_array = ecma_op_create_array_object (arg_p + arg_list_len, in vm_init_exec() local
|
| /third_party/mesa3d/src/util/ |
| D | parson.c | 722 JSON_Array *new_array = (JSON_Array*)parson_malloc(sizeof(JSON_Array)); in json_array_make() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/ |
| D | tensor_index_py.cc | 257 py::object new_array = CheckRange(a, dim_size); in MakeNdArray() local
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | sty.rs | 2083 pub fn new_array(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>, n: u64) -> Ty<'tcx> { in new_array() method
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 2325 PyObject **new_array = PyMem_Realloc(ids->array, new_size * item_size); in _PyUnicode_FromId() local
|