/cts/apps/CtsVerifier/ |
proguard.flags | 2 native <methods>;
|
/dalvik/dx/tests/062-dex-synch-method/ |
info.txt | 2 a couple cases of synchronized methods get converted reasonably.
|
/dalvik/tests/003-omnibus-opcodes/src/ |
UnresStuff.java | 2 * Unresolved classes / fields / methods in a resolved class.
|
/external/arduino/libraries/SPI/ |
keywords.txt | 12 # Methods and Functions (KEYWORD2)
|
/external/chromium_org/chrome/browser/android/ |
content_view_util.h | 10 // Register the ContentViewUtil's native methods through JNI.
|
uma_bridge.h | 13 // Registers the native methods through jni
|
/external/chromium_org/chrome/browser/ui/android/ |
ssl_client_certificate_request.h | 13 // Register JNI methods.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fail_on_access_file_system.py | 8 # All this needs to do is implement GetIdentity. All other methods will
|
/external/clang/test/PCH/ |
objc_stmts.h | 1 /* For use with the methods.m test */
|
/external/javassist/sample/preproc/ |
package.html | 11 methods.
|
/frameworks/base/core/java/android/inputmethodservice/ |
package.html | 3 Base classes for writing input methods (such as software keyboards). These APIs are not for use by
|
/frameworks/base/core/jni/android/graphics/ |
PorterDuff.cpp | 41 static JNINativeMethod methods[] = { member in namespace:android 47 "android/graphics/PorterDuffXfermode", methods, 48 sizeof(methods) / sizeof(methods[0]));
|
Rasterizer.cpp | 40 static JNINativeMethod methods[] = { member in namespace:android 45 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Rasterizer", methods, 46 sizeof(methods) / sizeof(methods[0]));
|
/frameworks/base/docs/html/training/ |
best-user-input.jd | 9 touch screen gestures and text input through on-screen input methods and hardware keyboards.</p
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
Handler_Delegate.java | 23 * Delegate overriding selected methods of android.os.Handler 25 * Through the layoutlib_create tool, selected methods of Handler have been replaced 26 * by calls to methods of the same name in this delegate class. 32 // -------- Delegate methods
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/ |
InputMethodManager_Delegate.java | 27 * Delegate used to provide new implementation of a select few methods of {@link InputMethodManager} 29 * Through the layoutlib_create tool, the original methods of InputMethodManager have been replaced 30 * by calls to methods of the same name in this delegate class. 35 // ---- Overridden methods ----
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
MethodLogger.java | 29 * The names of the invoked methods, in order. 31 private List<String> methods = new ArrayList<String>(); field in class:MethodLogger 34 * The parameter lists of the invoked methods, in order. 45 methods.add(method); 53 return methods.size(); 60 return methods.get(index); 91 methods.clear();
|
/external/chromium_org/content/browser/renderer_host/ |
text_input_client_mac.h | 25 // This service is used to marshall information for these three methods that are 31 // Because these methods are part of a synchronous system API, implementing them 40 // Each of the three methods mentioned above has an associated pair of methods 41 // to get data from the renderer. The Get*() methods block the calling thread 44 // the system. The Set*AndSignal() methods store the looked up information in 45 // this service and signal the condition to allow the Get*() methods to 59 // allow the Get*() methods to continue/return. 69 // The critical sections that the Condition guards are in Get*() methods. 70 // These methods lock the internal condition for use before the asynchronou [all...] |
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
runtime.dox | 11 /// methods. 18 /// The default implementations are the static methods within the default implementation file 23 /// for its function pointers, then look at the documentation for the default methods that implement 27 /// you all the methods that belong to this interface. Under "API Implementation Functions", you will 29 /// to implement the class methods.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGResourcesCache.h | 43 // Called from all SVG renderers addChild() methods. 46 // Called from all SVG renderers removeChild() methods. 49 // Called from all SVG renderers destroy() methods - except for RenderSVGResourceContainer. 52 // Called from all SVG renderers layout() methods. 55 // Called from all SVG renderers styleDidChange() methods.
|
/external/wpa_supplicant_8/src/ap/ |
eap_user_db.c | 23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) 28 buf = os_strdup(methods); 32 os_memset(&user->methods, 0, sizeof(user->methods)); 39 user->methods[num_methods].method = 41 &user->methods[num_methods].vendor); 42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF && 43 user->methods[num_methods].method == EAP_TYPE_NONE) { 90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { 102 int i, id = -1, methods = -1 local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
PropertyValuesHolder_Delegate.java | 23 * Delegate implementing the native methods of android.animation.PropertyValuesHolder 25 * Through the layoutlib_create tool, the original native methods of PropertyValuesHolder have been 26 * replaced by calls to methods of the same name in this delegate class. 31 * The main goal of this class' methods are to provide a native way to access setters and getters 33 * methods do nothing.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AllowEventsList.java | 66 * Gets an Iterator of all the methods of the AllowEventsHeader. Returns an empty 68 * Iterator if no methods are defined in this AllowEvents Header. 72 * @return Iterator of String objects each identifing the methods of 89 * Sets the methods supported defined by this AllowEventsHeader. 93 * @param methods - the Iterator of Strings defining the methods supported 99 * unexpectedly while parsing the Strings defining the methods supported. 103 public void setMethods(List<String> methods) throws ParseException { 104 ListIterator<String> it = methods.listIterator();
|
/external/chromium_org/third_party/icu/source/i18n/ |
cpdtrans.h | 37 * @internal Use transliterator factory methods instead since this class will be removed in that release. 62 * @internal Use transliterator factory methods instead since this class will be removed in that release. 74 * @internal Use transliterator factory methods instead since this class will be removed in that release. 85 * @internal Use transliterator factory methods instead since this class will be removed in that release. 92 * @internal Use transliterator factory methods instead since this class will be removed in that release. 98 * @internal Use transliterator factory methods instead since this class will be removed in that release. 104 * @internal Use transliterator factory methods instead since this class will be removed in that release. 111 * @internal Use transliterator factory methods instead since this class will be removed in that release. 119 * @internal Use transliterator factory methods instead since this class will be removed in that release. 125 * @internal Use transliterator factory methods instead since this class will be removed in that release [all...] |
/development/samples/SimpleJNI/jni/ |
native.cpp | 33 static JNINativeMethod methods[] = { variable 38 * Register several native methods for one class. 59 * Register native methods for all classes we know about. 66 methods, sizeof(methods) / sizeof(methods[0]))) {
|