Searched refs:methods (Results 1 – 25 of 28) sorted by relevance
12
/packages/inputmethods/LatinIME/java/ |
D | proguard.flags | 1 # Keep classes and methods that have the @UsedForTesting annotation 7 # Keep classes and methods that have the @ExternallyReferenced annotation 13 # Keep native methods 15 native <methods>; 18 # Keep classes that are used as a parameter type of methods that are also marked as keep 19 # to preserve changing those methods' signature.
|
/packages/apps/ExactCalculator/ |
D | proguard.flags | 18 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native 20 native <methods>; 30 # Keep methods in Activity that could be used in the XML attribute onClick. 54 # Some small BoundedRational methods like equals() are not used by the
|
/packages/inputmethods/LatinIME/native/jni/ |
D | jni_common.cpp | 63 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods, in registerNativeMethods() argument 70 if (env->RegisterNatives(clazz, methods, numMethods) != 0) { in registerNativeMethods()
|
D | jni_common.h | 23 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods,
|
/packages/apps/Messaging/ |
D | proguard.flags | 19 # Keep classes and methods that have the guava @VisibleForTesting annotation 25 # Keep methods that have the @VisibleForAnimation annotation
|
D | proguard-test.flags | 25 # non-private methods. This means we cannot run tests on user builds for the moment.
|
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
D | StrictModeActivity.java | 60 import org.apache.http.client.methods.HttpUriRequest; 61 import org.apache.http.client.methods.HttpGet;
|
/packages/apps/Terminal/ |
D | proguard.flags | 2 -keep class com.android.terminal.Terminal { native <methods>; }
|
/packages/apps/LegacyCamera/ |
D | proguard.flags | 18 @com.android.camera.OnClickAttr <methods>;
|
/packages/apps/UnifiedEmail/ |
D | proguard.flags | 21 public <methods>;
|
/packages/experimental/NotificationShowcase/ |
D | proguard.cfg | 18 native <methods>;
|
/packages/wallpapers/PhaseBeam/ |
D | proguard.cfg | 18 native <methods>;
|
/packages/wallpapers/Galaxy4/ |
D | proguard.cfg | 18 native <methods>;
|
/packages/wallpapers/NoiseField/ |
D | proguard.cfg | 18 native <methods>;
|
/packages/apps/Camera2/ |
D | proguard.flags | 26 @com.android.camera.OnClickAttr <methods>;
|
/packages/apps/TvSettings/Settings/ |
D | proguard.cfg | 18 native <methods>;
|
/packages/apps/TvSettings/QuickSettings/ |
D | proguard.cfg | 19 native <methods>;
|
/packages/apps/Gallery2/ |
D | proguard.flags | 33 @com.android.camera.OnClickAttr <methods>;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSuggestClient.java | 38 import org.apache.http.client.methods.HttpGet;
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 253 # and setter methods for a property. Setting this option to YES (the default) 254 # will make doxygen to replace the get and set methods by a property in the 255 # documentation. This will only work if the methods are indeed getting or 257 # methods anyway, you should set this option to NO. 330 # methods, which are defined in the implementation section but not in 332 # If set to NO (the default) only methods in the interface are included.
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 253 # and setter methods for a property. Setting this option to YES (the default) 254 # will make doxygen to replace the get and set methods by a property in the 255 # documentation. This will only work if the methods are indeed getting or 257 # methods anyway, you should set this option to NO. 330 # methods, which are defined in the implementation section but not in 332 # If set to NO (the default) only methods in the interface are included.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 253 # and setter methods for a property. Setting this option to YES (the default) 254 # will make doxygen to replace the get and set methods by a property in the 255 # documentation. This will only work if the methods are indeed getting or 257 # methods anyway, you should set this option to NO. 330 # methods, which are defined in the implementation section but not in 332 # If set to NO (the default) only methods in the interface are included.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 253 # and setter methods for a property. Setting this option to YES (the default) 254 # will make doxygen to replace the get and set methods by a property in the 255 # documentation. This will only work if the methods are indeed getting or 257 # methods anyway, you should set this option to NO. 330 # methods, which are defined in the implementation section but not in 332 # If set to NO (the default) only methods in the interface are included.
|
/packages/apps/Email/provider_src/com/android/email/mail/internet/ |
D | OAuthAuthenticator.java | 17 import org.apache.http.client.methods.HttpPost;
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 648 err = module->methods->open(module, id, &abstraction); in classInitNative()
|
12