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.cpp964 bool RSExportType::keep() { function in class:slang::RSExportType
965 if (!RSExportable::keep())
1280 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1281 if (!RSExportType::keep())
1283 const_cast<RSExportType*>(mPointeeType)->keep();
1467 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1468 if (!RSExportType::keep())
1470 const_cast<RSExportType*>(mElementType)->keep();
1582 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
1583 if (!RSExportType::keep())
[all...]
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java241 public void setKeep(Map<String, ClassReader> keep) { argument
242 mKeep = keep;
296 mLog.info("# keep classes: %d", mKeep.size());
349 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
/frameworks/support/leanback/src/main/java/androidx/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.java761 * it needs tell ListRowPresenter to keep the child's foreground. The default value is true.
763 * @param keep true if keep foreground of child of this row, false ListRowPresenter might change
766 public final void setKeepChildForeground(boolean keep) { argument
767 mKeepChildForeground = keep;
774 * it needs tell ListRowPresenter to keep the child's foreground. The default value is true.
/frameworks/base/tools/aapt/
H A DResource.cpp2951 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, argument
2971 String8 rule("-keep class ");
2981 keep->add(rule, location);
2985 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, argument
2998 keep->add(rule, location);
3002 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets, bool mainDex) argument
3068 addProguardKeepRule(keep, agent, pkg.string(),
3113 addProguardKeepRule(keep, name, pkg.string(),
3131 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, argument
3174 addProguardKeepRule(keep, ta
3224 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) argument
3295 writeProguardSpec(const char* filename, const ProguardKeepSet& keep, status_t err) argument
3328 ProguardKeepSet keep; local
3352 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 104 milliseconds