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.cpp832 bool RSExportType::keep() { function in class:slang::RSExportType
833 if (!RSExportable::keep())
1167 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1168 if (!RSExportType::keep())
1170 const_cast<RSExportType*>(mPointeeType)->keep();
1400 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1401 if (!RSExportType::keep())
1403 const_cast<RSExportType*>(mElementType)->keep();
1535 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
1536 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.cpp2264 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, argument
2284 String8 rule("-keep class ");
2294 keep->add(rule, location);
2298 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, argument
2311 keep->add(rule, location);
2315 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2379 addProguardKeepRule(keep, agent, pkg.string(),
2399 addProguardKeepRule(keep, name, pkg.string(),
2417 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, argument
2457 addProguardKeepRule(keep, ta
2507 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2573 ProguardKeepSet keep; local
[all...]

Completed in 407 milliseconds