Searched refs:old_table (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator.h | 57 const ResourceTable& old_table,
|
D | MultiApkGenerator_test.cpp | 65 const ResourceTable& old_table, in FilterTable() argument 67 return MultiApkGenerator::FilterTable(context, artifact, old_table, filter_chain); in FilterTable()
|
D | MultiApkGenerator.cpp | 217 const ResourceTable& old_table, in FilterTable() argument 245 std::unique_ptr<ResourceTable> table = old_table.Clone(); in FilterTable()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 1149 void** const old_table = table_; in Resize() local 1156 if (TableEntryIsNonEmptyList(old_table, i)) { in Resize() 1157 TransferList(old_table, i); in Resize() 1158 } else if (TableEntryIsTree(old_table, i)) { in Resize() 1159 TransferTree(old_table, i++); in Resize() 1162 Dealloc<void*>(old_table, old_table_size); in Resize()
|