/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
jni.h | 120 typedef struct _jmethodID* jmethodID; /* method IDs */ 521 jmethodID FromReflectedMethod(jobject method) 522 { return functions->FromReflectedMethod(this, method); } 610 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \ 660 _jtype CallNonvirtual##_jname##Method(jobject obj, jclass clazz, \ [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | 501 /// isTagName() - This method is called *for error recovery purposes only* 755 // synthesized instance variables), if we're in an Objective-C method. [all...] |
AnalysisBasedWarnings.cpp | 442 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Func)) 443 isVirtualMethod = Method->isVirtual(); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 213 * the process method. 231 * method determines the proper import precedence of all imported 288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN); 289 // m_outputProperties = new OutputProperties(Method.XML); 329 // Now call the compose() method on every element to give it a chance to adjust 355 * the composed method called on it, and will have it's children's composed 524 /** Flag indicating whether an output method has been set by the user. 529 * Find out if an output method has been set by the user. 531 * @return Value indicating whether an output method has been set by the user 720 * Accessor method to retrieve the <code>TemplateList</code> associated wit [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToUnknownStream.java | 312 * Converts the String to a character array and calls the SAX method 353 * This method is used when a prefix/uri namespace mapping 423 * This method cannot be cached because default is different in 634 * Set the doctype in the underlying XML handler. Remember that this method 646 * Set the doctype in the underlying XML handler. Remember that this method 962 * an HTML handler. After than send the starting method calls that were cached 980 * defaults for the HTML method. The easiest way to do this is to 985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML); 1080 * So added Unknown suffix to method name. 1097 * So added Unknown suffix to method name [all...] |
/external/clang/lib/AST/ |
CXXInheritance.cpp | 553 // This virtual method overrides other virtual methods, so it does 585 // Continue recursion to the methods that this virtual method 626 // We have an overriding method in a virtual base class 628 // determine whether there exists an other overriding method 633 OP.Method->getParent()->isVirtuallyDerivedFrom(
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | 15 import java.lang.reflect.Method; 392 Method getLocale = cls.getMethod("getLocale", getLocaleParams); 424 * en_US_FAKEVARIANT so this method can verify correct fallback 428 * object) but is required for the overload of this method that 439 * en_US_FAKEVARIANT so this method can verify correct fallback [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | 14 import java.lang.reflect.Method; 388 Method getLocale = cls.getMethod("getLocale", getLocaleParams); 420 * en_US_FAKEVARIANT so this method can verify correct fallback 424 * object) but is required for the overload of this method that 435 * en_US_FAKEVARIANT so this method can verify correct fallback [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandlerOut.cpp | 573 options.Method = &methodMode;
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 362 if (cors != null && Method.OPTIONS.equals(session.getMethod())) {
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 143 * and the clone() method is invoked. Else if the object implements 145 * clone() method. Otherwise, the original object is returned. 181 // If a clone method exists for the object, then 184 Method meth = c.getMethod("clone", (Class[]) null);
|
/libcore/ojluni/src/main/java/java/net/ |
URLClassLoader.java | 28 import java.lang.reflect.Method; 85 * <p>If there is a security manager, this method first 86 * calls the security manager's {@code checkCreateClassLoader} method 92 * {@code checkCreateClassLoader} method doesn't allow 128 * <p>If there is a security manager, this method first 129 * calls the security manager's <code>checkCreateClassLoader</code> method 135 * <code>checkCreateClassLoader</code> method doesn't allow 168 * <p>If there is a security manager, this method first 169 * calls the security manager's <code>checkCreateClassLoader</code> method 177 * <code>checkCreateClassLoader</code> method doesn't allo [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ksproxy.h | 582 PKSMETHOD Method,
|
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/ |
http-builder-0.7.2.jar | |
/system/tools/aidl/ |
ast_java.cpp | 372 void Method::Write(CodeWriter* to) const {
|