/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | audio_vector_unittest.cc | 173 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 D | array.cc | 57 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 D | object_array-alloc-inl.h | 72 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 D | java_lang_reflect_Array.cc | 48 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 D | instruction_builder.cc | 2500 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 D | bounds_check_elimination_test.cc | 392 HInstruction* new_array = in BuildSSAGraph3() local 595 HInstruction* new_array = in TEST_F() local
|
H A D | optimizing_unit_test.h | 564 HNewArray* new_array = variable
|
H A D | induction_var_range_test.cc | 885 HInstruction* new_array = MakeNewArray(entry_block_, /* cls= */ x_, /* length= */ x_); in TEST_F() local
|
H A D | code_generator.cc | 1840 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A 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
|
/aosp_15_r20/art/test/573-checker-checkcast-regression/src/ |
H A D | Main.java | 42 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 D | repeated_field.c | 135 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 D | repeated_field.c | 135 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 D | pngmem.c | 145 png_voidp new_array = png_malloc_array_checked(png_ptr, variable
|
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/ |
D | exec_emulation.cc | 73 char** new_array = static_cast<char**>(dst->data()); in MangleGuestEnvp() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | dequantize.cc | 156 auto& new_array = model->GetOrCreateArray(new_array_name); in DequantizeArray() local
|
/aosp_15_r20/art/test/527-checker-array-access-split/src/ |
H A D | Main.java | 311 int[] new_array = new int[1]; in accrossGC() local
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | interpreter_switch_impl0.cc | 63 ALWAYS_INLINE static void RecordNewArray([[maybe_unused]] ObjPtr<mirror::Array> new_array) in RecordNewArray()
|
H A D | interpreter_common.cc | 1432 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | lambda.hpp | 1415 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 D | apr_hash.c | 196 apr_hash_entry_t **new_array; in expand_array() local
|
/aosp_15_r20/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 638 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_java.cpp | 768 auto new_array = name + "[]::new"; in CreateFromParcelFor() local
|
/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/ |
D | h264.rs | 200 pub fn new_array() -> Self { in new_array() method
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | profile.c | 250 char **array = 0, **new_array; in get_dirlist() local
|