Searched defs:keep (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_exportable.cpp21 bool RSExportable::keep() { function in class:slang::RSExportable
H A Dslang_rs_export_type.cpp671 bool RSExportType::keep() { function in class:slang::RSExportType
672 if (!RSExportable::keep())
1000 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1001 if (!RSExportType::keep())
1003 const_cast<RSExportType*>(mPointeeType)->keep();
1235 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1236 if (!RSExportType::keep())
1238 const_cast<RSExportType*>(mElementType)->keep();
1381 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
1382 if (!RSExportType::keep())
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java175 public void setKeep(Map<String, ClassReader> keep) { argument
176 mKeep = keep;
222 mLog.info("# keep classes: %d", mKeep.size());
281 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp234 bool keep = func(file.filename, tu, cookie); local
235 if (!keep) {
/frameworks/base/tools/aapt/
H A DResource.cpp2023 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, argument
2043 String8 rule("-keep class ");
2053 keep->add(rule, location);
2057 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2121 addProguardKeepRule(keep, agent, pkg.string(),
2141 addProguardKeepRule(keep, name, pkg.string(),
2159 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, argument
2199 addProguardKeepRule(keep, tag, NULL,
2212 addProguardKeepRule(keep,
2229 writeProguardForLayouts(ProguardKeepSet* keep, cons argument
2291 ProguardKeepSet keep; local
[all...]

Completed in 172 milliseconds