Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_exportable.cpp21 bool RSExportable::keep() { in keep() function in slang::RSExportable
Dslang_rs_export_type.cpp970 bool RSExportType::keep() { in keep() function in slang::RSExportType
1286 bool RSExportPointerType::keep() { in keep() function in slang::RSExportPointerType
1473 bool RSExportConstantArrayType::keep() { in keep() function in slang::RSExportConstantArrayType
1588 bool RSExportRecordType::keep() { in keep() function in slang::RSExportRecordType
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkForTextPolicy.java27 public int keep = 2; field in TinyFrameworkForTextPolicy
DTinyFrameworkClassAnnotations.java40 public int keep = 2; field in TinyFrameworkClassAnnotations
DTinyFrameworkClassClassWideAnnotations.java29 public int keep = 2; field in TinyFrameworkClassClassWideAnnotations
/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.cpp57 sp<AAudioServiceStreamMMAP> keep(this); in open() local
DAAudioClientTracker.cpp204 const 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/native/services/inputflinger/
DInputListener.cpp33 std::list<NotifyArgs>& operator+=(std::list<NotifyArgs>& keep, std::list<NotifyArgs>&& consume) { in operator +=()
/frameworks/base/tools/aapt/
DResource.cpp2954 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, in addProguardKeepRule()
2988 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, in addProguardKeepMethodRule()
3005 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets, bool mainDex) in writeProguardForAndroidManifest()
3134 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, in writeProguardForXml()
3227 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) in writeProguardForLayouts()
3298 writeProguardSpec(const char* filename, const ProguardKeepSet& keep, status_t err) in writeProguardSpec()
3331 ProguardKeepSet keep; in writeProguardFile() local
3355 ProguardKeepSet keep; in writeMainDexProguardFile() local
/frameworks/layoutlib/create/tests/res/data/
Dmock_android.jar ... <init> () } mock_android/fake2/keep/ mock_android/fake2/keep/DoNotRemove.class ...
/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.cpp889 sp<Track> keep(this); in destroy() local
2889 sp<RecordTrack> keep(this); in destroy() local
DAudioFlinger.cpp2253 sp<NotificationClient> keep(this); in binderDied() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp685 sp<NotificationClient> keep(this); in binderDied() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java3922 HashSet<ProviderId> keep = new HashSet<>(); in updateProvidersForPackageLocked() local