Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Daudio_vector_unittest.cc173 int16_t new_array[kNewLength]; in TEST_F() local
208 int16_t new_array[kNewLength] = {0}; // All zero elements. in TEST_F() local
222 int16_t new_array[kNewLength]; in TEST_F() local
248 int16_t new_array[kNewLength]; in TEST_F() local
277 int16_t new_array[kNewLength]; in TEST_F() local
304 int16_t new_array[kNewLength]; in TEST_F() local
334 int16_t new_array[kNewLength]; in TEST_F() local
/external/libpng/
Dpngmem.c145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Ddequantize.cc156 auto& new_array = model->GetOrCreateArray(new_array_name); in DequantizeArray() local
/external/harfbuzz_ng/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
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c135 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_deep_copy() local
411 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_dup() local
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c135 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_deep_copy() local
411 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_dup() local
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c135 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_deep_copy() local
411 upb_Array* new_array = RepeatedField_GetMutable(new_rptfield); in RepeatedField_dup() local
/external/cronet/tot/third_party/apache-portable-runtime/src/tables/
Dapr_hash.c196 apr_hash_entry_t **new_array; in expand_array() local
/external/cronet/stable/third_party/apache-portable-runtime/src/tables/
Dapr_hash.c196 apr_hash_entry_t **new_array; in expand_array() local
/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp1415 struct new_array struct
1417 typedef T *result_type;
1418 T *operator()(std::size_t n) const in operator ()()
/external/rust/cros-libva/lib/src/buffer/
Dh264.rs200 pub fn new_array() -> Self { in new_array() method
/external/e2fsprogs/lib/support/
Dprofile.c250 char **array = 0, **new_array; in get_dirlist() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc178 TfLiteIntArray* new_array = TfLiteIntArrayCreate(num_nodes); in exec_plan() local
/external/mesa3d/src/util/
Dparson.c722 JSON_Array *new_array = (JSON_Array*)parson_malloc(sizeof(JSON_Array)); in json_array_make() local
/external/python/cpython3/Objects/
Dunicodeobject.c2117 PyObject **new_array = PyMem_Realloc(ids->array, new_size * item_size); in _PyUnicode_FromId() local