Searched defs:keep (Results 1 - 4 of 4) 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.cpp763 bool RSExportType::keep() { function in class:slang::RSExportType
764 if (!RSExportable::keep())
1098 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1099 if (!RSExportType::keep())
1101 const_cast<RSExportType*>(mPointeeType)->keep();
1331 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1332 if (!RSExportType::keep())
1334 const_cast<RSExportType*>(mElementType)->keep();
1466 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
1467 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/aapt/
H A DResource.cpp2059 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, argument
2079 String8 rule("-keep class ");
2089 keep->add(rule, location);
2093 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, argument
2106 keep->add(rule, location);
2110 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2174 addProguardKeepRule(keep, agent, pkg.string(),
2194 addProguardKeepRule(keep, name, pkg.string(),
2212 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, argument
2252 addProguardKeepRule(keep, ta
2289 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2354 ProguardKeepSet keep; local
[all...]

Completed in 933 milliseconds