Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 60) sorted by relevance

123

/development/samples/training/basic/ActivityLifecycle/
Dproguard.cfg6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
8 -keep public class * extends android.app.Activity
9 -keep public class * extends android.app.Application
10 -keep public class * extends android.app.Service
11 -keep public class * extends android.content.BroadcastReceiver
12 -keep public class * extends android.content.ContentProvider
13 -keep public class * extends android.app.backup.BackupAgentHelper
14 -keep public class * extends android.preference.Preference
15 -keep public class com.android.vending.licensing.ILicensingService
17 -keepclasseswithmembernames class * {
[all …]
/development/samples/training/multiscreen/newsreader/
Dproguard.cfg6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
8 -keep public class * extends android.app.Activity
9 -keep public class * extends android.app.Application
10 -keep public class * extends android.app.Service
11 -keep public class * extends android.content.BroadcastReceiver
12 -keep public class * extends android.content.ContentProvider
13 -keep public class * extends android.app.backup.BackupAgentHelper
14 -keep public class * extends android.preference.Preference
15 -keep public class com.android.vending.licensing.ILicensingService
17 -keepclasseswithmembernames class * {
[all …]
/development/vndk/tools/header-checker/tests/input/
Dexample2.h10 class fooray {
14 template <class _T1, class _T2>
68 class Outer {
72 class Inner {
Dexample1.h42 class Stack {
64 class List
70 class _Node {
77 friend class List;
78 friend class _ListIterator;
Dexample3.h4 class HiddenBase {
/development/ndk/platforms/android-9/include/linux/
Dtransport_class.h21 struct class class; member
30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { …
39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
Ddevice.h32 struct class;
99 struct class { struct
116 void (*class_release)(struct class *class); argument
121 ssize_t (*show)(struct class *, char * buf);
122 ssize_t (*store)(struct class *, const char * buf, size_t count);
139 struct class * class; member
156 struct class *class; member
201 struct class *class; member
Dattribute_container.h23 struct class *class; member
Dioprio.h23 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
/development/vndk/tools/header-checker/header-abi-dumper/src/
Dfrontend_action.h27 class ASTConsumer;
28 class CompilerInstance;
31 class HeaderCheckerFrontendAction : public clang::ASTFrontendAction {
Dabi_wrappers.h31 class ABIWrapper {
73 class RecordDeclWrapper : public ABIWrapper {
106 class FunctionDeclWrapper : public ABIWrapper {
127 class EnumDeclWrapper : public ABIWrapper {
145 class GlobalVarDeclWrapper : public ABIWrapper {
/development/tools/templates/
Djava_tests_file.template12 * -e class ACTIVITY_FQ_NAME \
15 public class ACTIVITY_CLASS_NAME extends ActivityInstrumentationTestCase2<ACTIVITY_TESTED_CLASS_NAM…
18 super("PACKAGE", ACTIVITY_TESTED_CLASS_NAME.class);
/development/samples/training/NsdChat/
Dproguard.cfg16 # and specify the fully qualified class name to the JavaScript interface
17 # class:
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
23 -keepclassmembers class * extends android.app.Activity {
/development/ndk/platforms/android-21/include/linux/
Dioprio.h27 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
/development/samples/devbytes/telephony/SmsSampleProject/app/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
14 # class:
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/development/samples/ControllerSample/
Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
17 # class:
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/development/tools/checkcolor/
D.gitignore8 # Java class files
9 *.class
/development/ndk/platforms/android-9/arch-arm/include/asm/arch/
Dcpu.h23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CL… argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dmips_mt.h22 struct class;
/development/host/windows/usb/api/
Dadb_winusb_api.h45 typedef class AdbInterfaceObject* \
Dadb_object_handle.h75 class ADBWIN_API_CLASS AdbObjectHandle {
194 template<class obj_class>
/development/tools/rmtypedefs/
DREADME.txt3 This utility finds and removes all .class files that have been
9 typedef will appear in .class files as well.
/development/host/windows/usb/winusb/
Dadb_winusb_endpoint_object.h30 class AdbWinUsbEndpointObject : public AdbEndpointObject {
167 class DecrementPendingIO {
/development/samples/BackupRestore/
Dproguard.flags1 -keepclassmembers class com.example.android.backuprestore.BackupRestoreActivity {
/development/vndk/tools/vtable-dumper/
Delf_handling.h42 class SharedObject {
51 class VFunction {
68 class VTable {
106 class ELFSharedObject : public SharedObject {

123