Home
last modified time | relevance | path

Searched defs:new_array (Results 1 – 15 of 15) sorted by relevance

/third_party/jerryscript/tests/jerry/
Darray-prototype-concat.js27 var new_array = obj.concat(arr1); variable
/third_party/skia/m133/third_party/externals/libpng/
Dpngmem.c145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
/third_party/skia/third_party/externals/libpng/
Dpngmem.c145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c225 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
Decma-builtin-helpers.c299 …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/
Dhb-vector.hh260 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/
Decma-iterator-object.c56 ecma_value_t new_array = ecma_op_create_array_object (NULL, 0, false); in ecma_create_array_from_iter_element() local
Decma-array-object.c728 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/
Drepeated_field.c137 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/
Dhb-vector.hh222 Type *new_array = nullptr; in alloc() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c4344 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/
Dparson.c722 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/
Dtensor_index_py.cc257 py::object new_array = CheckRange(a, dim_size); in MakeNdArray() local
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs2083 pub fn new_array(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>, n: u64) -> Ty<'tcx> { in new_array() method
/third_party/python/Objects/
Dunicodeobject.c2325 PyObject **new_array = PyMem_Realloc(ids->array, new_size * item_size); in _PyUnicode_FromId() local