Home
last modified time | relevance | path

Searched defs:new_table (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp71 ResourceTable new_table; in TEST() local
183 ResourceTable new_table; in TEST() local
410 ResourceTable new_table; in TEST() local
635 ResourceTable new_table; in TEST() local
772 ResourceTable new_table; in TEST() local
854 ResourceTable new_table; in TEST() local
914 ResourceTable new_table; in TEST() local
940 ResourceTable new_table; in TEST() local
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator_test.cpp119 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
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.tcc207 bucket_type* new_table = (bucket_type*)calloc(pNewSize, sizeof(bucket_type)); in doRehash() local
/aosp12/bionic/libc/stdio/
H A Dprintf_common.h657 unsigned char* new_table = static_cast<unsigned char*>(mmap(nullptr, new_size, in __grow_type_table() local
/aosp12/system/core/fs_mgr/liblp/
H A Dio_test.cpp564 unique_ptr<LpMetadata> new_table = ReadMetadata(opener, "super", 0); in TEST_F() local
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp651 std::unique_ptr<ResourceTable> new_table = util::make_unique<ResourceTable>(); in Clone() local
/aosp12/art/runtime/arch/
H A Dstub_test.cc1781 ImtConflictTable* new_table = new (data) ImtConflictTable( in TEST_F() local
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1304 ImtConflictTable* new_table = forward_metadata(table); in RelocateInPlace() local
/aosp12/art/runtime/
H A Dclass_linker.cc6903 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, in AddMethodToConflictTable() local
7120 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); in FillIMTFromIfTable() local