Home
last modified time | relevance | path

Searched defs:keep (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_exportable.cpp21 bool RSExportable::keep() { in keep() function in slang::RSExportable
Dslang_rs_export_type.cpp964 bool RSExportType::keep() { in keep() function in slang::RSExportType
1280 bool RSExportPointerType::keep() { in keep() function in slang::RSExportPointerType
1467 bool RSExportConstantArrayType::keep() { in keep() function in slang::RSExportConstantArrayType
1582 bool RSExportRecordType::keep() { in keep() function in slang::RSExportRecordType
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DAsmAnalyzerTest.java187 TreeMap<String, ClassReader> keep = new TreeMap<>(); in testDependencyVisitor() local
/frameworks/av/services/oboeservice/
DAAudioServiceStreamShared.cpp126 sp<AAudioServiceStreamShared> keep(this); in open() local
DAAudioServiceStreamMMAP.cpp56 sp<AAudioServiceStreamMMAP> keep(this); in open() local
DAAudioClientTracker.cpp205 sp<NotificationClient> keep(this); in binderDied() local
/frameworks/base/core/java/android/text/
DInputFilter.java177 int keep = mMax - (dest.length() - (dend - dstart)); in filter() local
/frameworks/base/tools/aapt/
DResource.cpp2951 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, in addProguardKeepRule()
2985 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, in addProguardKeepMethodRule()
3002 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets, bool mainDex) in writeProguardForAndroidManifest()
3131 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, in writeProguardForXml()
3224 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) in writeProguardForLayouts()
3295 writeProguardSpec(const char* filename, const ProguardKeepSet& keep, status_t err) in writeProguardSpec()
3328 ProguardKeepSet keep; in writeProguardFile() local
3352 ProguardKeepSet keep; in writeMainDexProguardFile() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DAsmAnalyzer.java380 TreeMap<String, ClassReader> keep = new TreeMap<>(inOutKeepClasses); in findDeps() local
/frameworks/av/services/audioflinger/
DTracks.cpp770 sp<Track> keep(this); in destroy() local
2528 sp<RecordTrack> keep(this); in destroy() local
DAudioFlinger.cpp2239 sp<NotificationClient> keep(this); in binderDied() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp636 sp<NotificationClient> keep(this); in binderDied() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java3524 HashSet<ProviderId> keep = new HashSet<>(); in updateProvidersForPackageLocked() local