/development/samples/training/basic/ActivityLifecycle/ |
D | proguard.cfg | 6 -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/ |
D | proguard.cfg | 6 -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/ |
D | transport_class.h | 21 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)
|
D | device.h | 32 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
|
D | attribute_container.h | 23 struct class *class; member
|
D | ioprio.h | 23 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_feature_matching.h | 36 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/ |
D | gestureDetector.h | 59 class GestureDetector 78 class TapDetector: public GestureDetector 99 class DoubletapDetector: public GestureDetector 125 class PinchDetector: public GestureDetector 148 class DragDetector: public GestureDetector
|
D | vecmath.h | 34 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/ |
D | proguard.cfg | 16 # 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/ |
D | java_tests_file.template | 12 * -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/ |
D | proguard-rules.pro | 13 # 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/ |
D | proguard-rules.pro | 13 # 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/ |
D | ioprio.h | 27 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
|
/development/samples/ControllerSample/ |
D | proguard-project.txt | 16 # 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/ |
D | MosaicTypes.h | 32 class MosaicRect 56 class BlendRect 68 class MosaicFrame {
|
D | MatrixUtils.h | 28 class Matrix33 { 86 class Matrix9 {
|
D | ImageUtils.h | 39 class ImageUtils { 152 class YUVinfo {
|
/development/samples/SupportDesignDemos/ |
D | proguard.flags | 1 -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/ |
D | cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CL… argument
|
/development/tools/rmtypedefs/ |
D | README.txt | 3 This utility finds and removes all .class files that have been 9 typedef will appear in .class files as well.
|
/development/tools/mkstubs/ |
D | README.txt | 29 - 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/ |
D | adb_winusb_endpoint_object.h | 30 class AdbWinUsbEndpointObject : public AdbEndpointObject { 167 class DecrementPendingIO {
|
/development/host/windows/usb/api/ |
D | adb_object_handle.h | 75 class ADBWIN_API_CLASS AdbObjectHandle { 194 template<class obj_class>
|
/development/tools/apkcheck/ |
D | README.txt | 16 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
|