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.cpp827 bool RSExportType::keep() { function in class:slang::RSExportType
828 if (!RSExportable::keep())
1169 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1170 if (!RSExportType::keep())
1172 const_cast<RSExportType*>(mPointeeType)->keep();
1402 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1403 if (!RSExportType::keep())
1405 const_cast<RSExportType*>(mElementType)->keep();
1537 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
1538 if (!RSExportType::keep())
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp80 void ToolOutputFile::keep() function in class:ToolOutputFile
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java192 public void setKeep(Map<String, ClassReader> keep) { argument
193 mKeep = keep;
258 mLog.info("# keep classes: %d", mKeep.size());
317 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
/frameworks/base/tools/aapt/
H A DResource.cpp2286 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, argument
2306 String8 rule("-keep class ");
2316 keep->add(rule, location);
2320 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, argument
2333 keep->add(rule, location);
2337 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2401 addProguardKeepRule(keep, agent, pkg.string(),
2421 addProguardKeepRule(keep, name, pkg.string(),
2439 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, argument
2479 addProguardKeepRule(keep, ta
2529 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
2595 ProguardKeepSet keep; local
[all...]

Completed in 2220 milliseconds