Searched refs:methods (Results 1 – 11 of 11) sorted by relevance
/development/samples/SimpleJNI/jni/ |
D | native.cpp | 33 static JNINativeMethod methods[] = { variable 66 methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()
|
/development/tools/apkcheck/ |
D | README.txt | 3 This compares the set of classes, fields, and methods used by an Android 5 use of any unpublished members or methods. 14 all classes, fields, and methods that are referenced by classes.dex but not 90 Enumeration classes are included, and always have two methods ("valueOf" 100 (3) Public annotation methods are not listed 108 fields or methods), we emit a warning instead of an error. 178 or methods, a warning is emitted instead of an error.
|
/development/tools/mkstubs/ |
D | README.txt | 11 - exclude specific classes, fields or methods. 76 This is not orthogonal to the fact that private fields and methods are automatically 79 - Private fields and methods are automatically excluded. There is no command line
|
/development/samples/training/multiscreen/newsreader/ |
D | proguard.cfg | 18 native <methods>;
|
/development/samples/training/basic/ActivityLifecycle/ |
D | proguard.cfg | 18 native <methods>;
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
D | SimpleWikiHelper.java | 23 import org.apache.http.client.methods.HttpGet;
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | SimpleWikiHelper.java | 23 import org.apache.http.client.methods.HttpGet;
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 22 import org.apache.http.client.methods.HttpGet;
|
D | XmlDocumentProvider.java | 22 import org.apache.http.client.methods.HttpGet;
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 27 import org.apache.http.client.methods.HttpPost;
|
/development/ndk/platforms/android-9/include/ |
D | jni.h | 1007 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives() 1009 { return functions->RegisterNatives(this, clazz, methods, nMethods); } in RegisterNatives()
|