Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A 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
/aosp_15_r20/art/runtime/mirror/
H A Darray.cc57 Handle<Array> new_array(hs.NewHandle( in RecursiveCreateMultiArray() local
115 ObjPtr<Array> new_array = RecursiveCreateMultiArray(self, array_class, 0, dimensions); in CreateMultiArray() local
152 ObjPtr<Array> new_array = in CopyOf() local
H A Dobject_array-alloc-inl.h72 ObjPtr<ObjectArray<T>> new_array = Alloc(self, h_this->GetClass(), new_length, allocator_type); in CopyOf() local
/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Array.cc48 ObjPtr<mirror::Array> new_array = in Array_createMultiArray() local
69 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in Array_createObjectArray() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc2500 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local
2511 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local
3671 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local
3683 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3691 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
H A Dbounds_check_elimination_test.cc392 HInstruction* new_array = in BuildSSAGraph3() local
595 HInstruction* new_array = in TEST_F() local
H A Doptimizing_unit_test.h564 HNewArray* new_array = variable
H A Dinduction_var_range_test.cc885 HInstruction* new_array = MakeNewArray(entry_block_, /* cls= */ x_, /* length= */ x_); in TEST_F() local
H A Dcode_generator.cc1840 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
/aosp_15_r20/external/harfbuzz_ng/src/
H A 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
/aosp_15_r20/art/test/573-checker-checkcast-regression/src/
H A DMain.java42 static public int test(Object new_array, int index1, int index2) { in test()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A 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
/aosp_15_r20/external/libpng/
H A Dpngmem.c145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/
Dexec_emulation.cc73 char** new_array = static_cast<char**>(dst->data()); in MangleGuestEnvp() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Ddequantize.cc156 auto& new_array = model->GetOrCreateArray(new_array_name); in DequantizeArray() local
/aosp_15_r20/art/test/527-checker-array-access-split/src/
H A DMain.java311 int[] new_array = new int[1]; in accrossGC() local
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl0.cc63 ALWAYS_INLINE static void RecordNewArray([[maybe_unused]] ObjPtr<mirror::Array> new_array) in RecordNewArray()
H A Dinterpreter_common.cc1432 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
/aosp_15_r20/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 ()()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_hash.c196 apr_hash_entry_t **new_array; in expand_array() local
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc638 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
/aosp_15_r20/system/tools/aidl/
Daidl_to_java.cpp768 auto new_array = name + "[]::new"; in CreateFromParcelFor() local
/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/
Dh264.rs200 pub fn new_array() -> Self { in new_array() method
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dprofile.c250 char **array = 0, **new_array; in get_dirlist() local

12