Home
last modified time | relevance | path

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

1234

/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/ndk/platforms/android-3/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/perftests/panorama/feature_stab/db_vlvm/
Ddb_feature_matching.h36 class db_PointInfo_f
56 class db_Bucket_f
63 class db_PointInfo_u
83 class db_Bucket_u
99 class DB_API db_Matcher_f
167 class DB_API db_Matcher_u
/development/ndk/sources/android/ndk_helper/
DgestureDetector.h59 class GestureDetector
78 class TapDetector: public GestureDetector
99 class DoubletapDetector: public GestureDetector
125 class PinchDetector: public GestureDetector
148 class DragDetector: public GestureDetector
Dvecmath.h34 class Vec2;
35 class Vec3;
36 class Vec4;
37 class Mat4;
43 class Vec2
50 friend class Vec3;
51 friend class Vec4;
52 friend class Mat4;
53 friend class Quaternion;
249 class Vec3
[all …]
/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/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/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/SupportLeanbackShowcase/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/ndk/platforms/android-21/include/linux/
Dioprio.h27 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
/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/perftests/panorama/feature_mos/src/mosaic/
DMosaicTypes.h32 class MosaicRect
56 class BlendRect
68 class MosaicFrame {
DMatrixUtils.h28 class Matrix33 {
86 class Matrix9 {
DImageUtils.h39 class ImageUtils {
152 class YUVinfo {
/development/samples/SupportDesignDemos/
Dproguard.flags1 -keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior {
5 -keep public class * extends android.support.v7.widget.LinearLayoutManager {
/development/ndk/platforms/android-3/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/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/tools/mkstubs/
DREADME.txt29 - a dot followed by a class name
47 This would include only the indicated package yet would totally exclude the inner class
67 before the generated throw exception. Any attempt to load such a class should trigger
68 an error from the byte code verifier or the class loader.
70 - We do not currently check whether a class or method uses only included types.
74 - We do not filter out private classes. Their .class will still be present in the
/development/host/windows/usb/winusb/
Dadb_winusb_endpoint_object.h30 class AdbWinUsbEndpointObject : public AdbEndpointObject {
167 class DecrementPendingIO {
/development/host/windows/usb/api/
Dadb_object_handle.h75 class ADBWIN_API_CLASS AdbObjectHandle {
194 template<class obj_class>
/development/tools/apkcheck/
DREADME.txt16 beyond the name (e.g. whether a class is a static or non-static inner
17 class), so while the output from dexdeps is similar in structure to the
78 This could be a Creator class in the package android.os.Parcelable,
93 to non-public fields in the class.
96 class appears to be an Enum (the superclass is java.lang.Enum), we emit
102 Annotation classes have trivial entries that show only the class name
106 If apkcheck sees a method call to an unknown method, and the class appears
113 Suppose a class defines a method "public Foo gimmeFoo()". Any subclass
141 class names to java.lang.Object.
177 If an APK refers to a non-public class, but doesn't access any fields

1234