Home
last modified time | relevance | path

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

/third_party/boost/libs/python/example/numpy/
Ddtype.cpp47 np::ndarray new_array = np::zeros(shape,custom_dtype); in main() local
/third_party/boost/boost/lambda/
Dconstruct.hpp212 template<class T> struct new_array { struct
214 template <class U> struct sig { typedef T* type; };
216 T* operator()(int size) const { in operator ()()
/third_party/jerryscript/tests/jerry/
Darray-prototype-concat.js27 var new_array = obj.concat(arr1); variable
/third_party/flutter/skia/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/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/gettext/gettext-runtime/intl/
Dwindows-rwlock.c55 HANDLE *new_array = in glwthread_waitqueue_add() local
/third_party/glib/gobject/
Dgvaluearray.c175 GValueArray *new_array; in g_value_array_copy() 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/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-vector.hh196 Type *new_array = nullptr; in alloc() local
/third_party/harfbuzz/src/
Dhb-vector.hh206 Type *new_array = nullptr; in alloc() local
/third_party/boost/libs/proto/example/
Dlambda.hpp1415 struct new_array struct
1417 typedef T *result_type;
1418 T *operator()(std::size_t n) const in operator ()()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-vector.hh222 Type *new_array = nullptr; in alloc() local
/third_party/boost/boost/
Dmulti_array.hpp458 multi_array new_array(ranges,this->storage_order(),allocator()); in resize() local
/third_party/glib/glib/
Dgarray.c1216 GPtrArray *new_array; in g_ptr_array_copy() 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/e2fsprogs/lib/support/
Dprofile.c250 char **array = 0, **new_array; in get_dirlist() local
/third_party/mesa3d/src/intel/vulkan/
Danv_queue.c856 struct anv_semaphore_impl *new_array = in add_temporary_semaphore() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1582 GPtrArray *new_array; in _g_ptr_array_copy() local
/third_party/mesa3d/src/mesa/main/
Ddraw.c107 bool new_array = false; in _mesa_set_draw_vao() local
/third_party/python/Objects/
Dunicodeobject.c2379 PyObject **new_array = PyMem_Realloc(ids->array, new_size * item_size); in _PyUnicode_FromId() local
/third_party/quickjs/
Dquickjs.c1417 void *new_array; in js_realloc_array() local
2756 JSAtomStruct **new_array; in __JS_NewAtom() local
39366 ValueSlot *new_array; in js_array_sort() local