HomeSort by relevance Sort by last modified time
    Searched full:methods (Results 851 - 875 of 15977) sorted by null

<<31323334353637383940>>

  /dalvik/vm/
InitRefs.cpp 356 } methods[] = { local
384 for (i = 0; methods[i].method != NULL; i++) {
385 if (!initDirectMethodReference(methods[i].method, methods[i].className,
386 methods[i].name, methods[i].descriptor)) {
421 } methods[] = { local
436 for (i = 0; methods[i].offset != NULL; i++) {
437 if (!initVirtualMethodOffset(methods[i].offset, methods[i].className
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 37 =head1 SUBROUTINES/METHODS
40 These normally consist of either subroutines that may be exported, or methods
46 context to help them understand the methods that are subsequently described.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 59 <returnScopeInterface.methods()>
69 @returnScopeImplementation.methods() ::= <<
70 <@super.methods()>
71 /* ST returnScope.methods */
81 <returnScopeImplementation.methods()>
118 @genericParser.methods() ::= <<
119 <@super.methods()>
120 /* ST genericParser.methods */
201 <@STAttrMap.methods()>
228 @STAttrMap.methods() ::= <
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
AuthorizeCallbackTest.java 29 * Tests for constructor and methods of AuthorizeCallback class
36 * and get/set methods
62 * and get/set methods
  /external/apache-http/src/org/apache/http/client/methods/
HttpUriRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpUriRequest.java $
32 package org.apache.http.client.methods;
40 * convenience methods to access request properties such as request URI
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 73 private static boolean isOneOf(final String[] methods, final String method) {
74 for (int i = 0; i < methods.length; i++) {
75 if (methods[i].equalsIgnoreCase(method)) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DOM2Helper.java 61 * built using DOM Level 1 methods by falling back upon explicitly
102 * methods. If Level 1 methods were used, these two functions will
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h 34 // specific descendants using other methods.
77 // Send*Notification methods, below.
84 // Each of these methods constructs an AccessibilityControlInfo object
  /external/chromium/net/http/
http_proxy_client_socket.h 67 // ProxyClientSocket methods:
71 // ClientSocket methods:
88 // Socket methods:
  /external/chromium/net/socket/
socks_client_socket_pool.h 73 // ConnectJob methods.
124 // ClientSocketPool methods:
177 // ClientSocketPoolBase::ConnectJobFactory methods.
ssl_client_socket_mac.h 43 // SSLClientSocket methods:
48 // ClientSocket methods:
65 // Socket methods:
ssl_client_socket_openssl.h 55 // SSLClientSocket methods:
60 // ClientSocket methods:
79 // Socket methods:
tcp_client_socket_pool.h 78 // ConnectJob methods.
133 // ClientSocketPool methods:
188 // ClientSocketPoolBase::ConnectJobFactory methods.
  /external/chromium/sdch/open-vcdiff/src/google/
output_string.h 28 // semantics must be identical to the std::string methods of the same names:
34 // The versions of these methods that take a std::string argument are not
63 // definitions of OutputString methods -- see output_string_types.h for some
  /external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 67 // simpler to wrap factory methods and a few getters / setters than expose the entire class.
73 // directly call methods on the other side. It's much simpler than trying to amalgamate
76 // This JNINamespace annotation indicates that all native methods should be
85 // You can define methods and attributes on the java class just like any other.
86 // Methods without the @CalledByNative annotation won't be exposed to JNI.
109 // The following methods demonstrate exporting Java methods for invocation from C++ code.
112 // This is triggered by the @CalledByNative annotation; the methods may be named as you wish.
161 // The following methods demonstrate declaring methods to call into C++ from Java
    [all...]
  /external/chromium_org/base/prefs/
overlay_user_pref_store.h 32 // Methods of PrefStore.
40 // Methods of PersistentPrefStore.
54 // Methods of PrefStore::Observer.
  /external/chromium_org/cc/input/
page_scale_animation.h 22 // All sizes and vectors in this class's public methods are in the root scroll
36 // The following methods initialize the animation. Call one of them
63 // The following methods return state which is invariant throughout the
  /external/chromium_org/chrome/android/testshell/
testshell_tab.h 42 // TabAndroid Methods
64 // Register the Tab's native methods through JNI.
68 // Methods called from Java via JNI
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.h 49 // ConfigurationPolicyHandler methods:
85 // ExtensionListPolicyHandler methods:
132 // ConfigurationPolicyHandler methods:
  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.h 91 // |PrefService|. This methods needs to be called before destroying the
92 // |Profile|. Afterwards, only const methods can be called.
119 // |BrowserContextKeyedBaseFactory| methods:
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.h 61 // One of the following 3 methods is always invoked for a given extension
66 // methods for each call to AddExtension/AddPendingExtension. If it is
92 // The remaining methods are used by the ExtensionDownloader to retrieve
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.h 17 // SpeechRecognitionManager, which invokes methods on the IO thread, processing
23 // All methods of this delegate are called on the IO thread.
72 // SpeechRecognitionBubble::Delegate methods.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.h 32 // The following static methods are public for ease of testing.
34 // Gets the list of input methods from the given input descriptors.
59 // Converts input method descriptors to the list of input methods.
  /external/chromium_org/chrome/renderer/plugins/
chrome_plugin_placeholder.h 58 // WebViewPlugin::Delegate (via PluginPlaceholder) methods:
61 // content::RenderProcessObserver methods:
64 // content::ContextMenuClient methods:
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.h 101 // The methods below handle transitions of the recognizer FSM.
128 // AudioInputController::EventHandler methods.
135 // SpeechRecognitionEngineDelegate methods.

Completed in 1582 milliseconds

<<31323334353637383940>>