/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoSerialize_test.cpp | 71 ResourceTable new_table; in TEST() local 183 ResourceTable new_table; in TEST() local 411 ResourceTable new_table; in TEST() local 640 ResourceTable new_table; in TEST() local 777 ResourceTable new_table; in TEST() local 859 ResourceTable new_table; in TEST() local 920 ResourceTable new_table; in TEST() local 946 ResourceTable new_table; in TEST() local 989 ResourceTable new_table; in TEST() local 1039 ResourceTable new_table; in TEST() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/optimize/ |
H A D | MultiApkGenerator_test.cpp | 119 ResourceTable* new_table = split.get(); in TEST_F() local 146 ResourceTable* new_table = split.get(); in TEST_F() local 171 ResourceTable* new_table = split.get(); in TEST_F() local
|
/aosp_15_r20/external/llvm-libc/src/__support/HashTable/ |
H A D | table.h | 212 HashTable *new_table = allocate(hint, state.finish()); in grow() local 234 HashTable *new_table = table->grow(); in insert() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/ |
D | parking_lot.rs | 237 let new_table = Box::into_raw(HashTable::new(LOAD_FACTOR, ptr::null())); in create_hashtable() localVariable 294 let mut new_table = HashTable::new(num_threads, old_table); in grow_hashtable() localVariable 1311 let new_table = get_hashtable(); in check_wait_graph_slow() localVariable
|
/aosp_15_r20/external/e2fsprogs/lib/ss/ |
H A D | invocation.c | 30 ss_data *new_table = NULL; in ss_create_invocation() local
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashBase.tcc | 207 bucket_type* new_table = (bucket_type*)calloc(pNewSize, sizeof(bucket_type)); in doRehash() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | inline_table.rs | 80 let mut new_table = InlineTable::new(); in descend_path() localVariable
|
D | state.rs | 222 let mut new_table = Table::new(); in descend_path() localVariable
|
/aosp_15_r20/external/coreboot/src/arch/arm64/armv8/ |
H A D | mmu.c | 98 uint64_t *new_table = setup_new_table(desc, xlat_size); in get_next_level_table() local
|
/aosp_15_r20/external/e2fsprogs/lib/et/ |
H A D | error_message.c | 352 add_to_error_table(struct et_list *new_table) in add_to_error_table()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/xlat_tables/ |
D | xlat_tables_common.c | 378 uint64_t *new_table = xlat_tables[next_xlat]; in init_xlation_table_inner() local
|
/aosp_15_r20/external/arm-trusted-firmware/lib/xlat_tables/ |
H A D | xlat_tables_common.c | 378 uint64_t *new_table = xlat_tables[next_xlat]; in init_xlation_table_inner() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/ |
D | common.c | 474 upb_strtable new_table; in upb_strtable_resize() local 651 upb_table new_table; in upb_inttable_insert() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/ |
H A D | common.c | 437 upb_strtable new_table; in upb_strtable_resize() local 614 upb_table new_table; in upb_inttable_insert() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | table_helper.cpp | 309 std::string new_table = "\n[template " + table_id; in add_cell() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/ |
H A D | mmu.c | 163 uint64_t *new_table = setup_new_table(desc, xlat_size); in get_next_level_table() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/raw/ |
D | mod.rs | 1353 let mut new_table = RawTableInner::fallible_with_capacity( in prepare_resize() localVariable 1426 let mut new_table = self.prepare_resize(layout, capacity, fallibility)?; in resize_inner() localVariable 1606 let new_table = match Self::new_uninitialized( in clone() localVariable
|
/aosp_15_r20/art/runtime/ |
H A D | intern_table.cc | 373 InternalTable new_table; in AddNewTable() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | local_reference_table.cc | 208 LrtEntry* new_table = small_lrt_allocator->Allocate(new_table_size, error_msg); in Resize() local
|
/aosp_15_r20/bionic/libc/stdio/ |
H A D | printf_common.h | 686 unsigned char* new_table = static_cast<unsigned char*>(mmap(nullptr, new_size, in __grow_type_table() local
|
/aosp_15_r20/external/trusty/lk/arch/x86/64/ |
D | mmu.c | 830 addr_t *new_table = NULL; in x86_create_page_table() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/ |
H A D | mod.rs | 2868 let new_table = in prepare_resize() localVariable 3065 let mut new_table = self.prepare_resize(alloc, layout, capacity, fallibility)?; in resize_inner() localVariable 3452 let mut new_table = match Self::new_uninitialized( in clone() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/ |
H A D | mod.rs | 2868 let new_table = in prepare_resize() localVariable 3065 let mut new_table = self.prepare_resize(alloc, layout, capacity, fallibility)?; in resize_inner() localVariable 3452 let mut new_table = match Self::new_uninitialized( in clone() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/ |
H A D | mod.rs | 2868 let new_table = in prepare_resize() localVariable 3065 let mut new_table = self.prepare_resize(alloc, layout, capacity, fallibility)?; in resize_inner() localVariable 3452 let mut new_table = match Self::new_uninitialized( in clone() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/ |
H A D | mod.rs | 2868 let new_table = in prepare_resize() localVariable 3065 let mut new_table = self.prepare_resize(alloc, layout, capacity, fallibility)?; in resize_inner() localVariable 3452 let mut new_table = match Self::new_uninitialized( in clone() localVariable
|