OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilterTable
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.h
53
virtual std::unique_ptr<ResourceTable>
FilterTable
(IAaptContext* context,
MultiApkGenerator_test.cpp
52
* Subclass the MultiApkGenerator class so that we can access the protected
FilterTable
method to
61
std::unique_ptr<ResourceTable>
FilterTable
(IAaptContext* context,
65
return MultiApkGenerator::
FilterTable
(context, artifact, old_table, filter_chain);
115
generator.
FilterTable
(ctx.get(), artifact, *apk.GetResourceTable(), &chain);
142
generator.
FilterTable
(ctx.get(), artifact, *apk.GetResourceTable(), &chain);
167
generator.
FilterTable
(ctx.get(), artifact, *apk.GetResourceTable(), &chain);
MultiApkGenerator.cpp
149
FilterTable
(context_, artifact, *apk_->GetResourceTable(), &filters);
212
std::unique_ptr<ResourceTable> MultiApkGenerator::
FilterTable
(IAaptContext* context,
Completed in 80 milliseconds