Searched defs:keep (Results 1 - 7 of 7) 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.cpp960 bool RSExportType::keep() { function in class:slang::RSExportType
961 if (!RSExportable::keep())
1275 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1276 if (!RSExportType::keep())
1278 const_cast<RSExportType*>(mPointeeType)->keep();
1459 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1460 if (!RSExportType::keep())
1462 const_cast<RSExportType*>(mElementType)->keep();
1562 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
1563 if (!RSExportType::keep())
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java230 public void setKeep(Map<String, ClassReader> keep) { argument
231 mKeep = keep;
285 mLog.info("# keep classes: %d", mKeep.size());
338 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridPresenter.java304 * @param keep True if keep foreground of child of this grid.
306 public final void setKeepChildForeground(boolean keep) { argument
307 mKeepChildForeground = keep;
H A DListRowPresenter.java737 * it needs tell ListRowPresenter to keep the child's foreground. The default value is true.
739 * @param keep true if keep foreground of child of this row, false ListRowPresenter might change
742 public final void setKeepChildForeground(boolean keep) { argument
743 mKeepChildForeground = keep;
750 * it needs tell ListRowPresenter to keep the child's foreground. The default value is true.
/frameworks/base/tools/aapt/
H A DResource.cpp2801 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, argument
2821 String8 rule("-keep class ");
2831 keep->add(rule, location);
2835 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, argument
2848 keep->add(rule, location);
2852 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets, bool mainDex) argument
2918 addProguardKeepRule(keep, agent, pkg.string(),
2963 addProguardKeepRule(keep, name, pkg.string(),
2981 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, argument
3024 addProguardKeepRule(keep, ta
3074 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
3145 writeProguardSpec(const char* filename, const ProguardKeepSet& keep, status_t err) argument
3178 ProguardKeepSet keep; local
3202 ProguardKeepSet keep; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 223 milliseconds