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

<<11121314151617181920>>

  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 105 List<InputMethodInfo> methods; local
108 methods = mImm.getEnabledInputMethodList();
116 methods = mImm.getInputMethodList();
124 if (methods != null) {
126 for (int i=0; i<methods.size(); i++) {
127 InputMethodInfo imi = methods.get(i);
238 System.err.println("The list command prints all enabled input methods. Use");
239 System.err.println("the -a option to see all input methods. Use");
  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 20 * This adapter class provides empty implementations of the methods from {@link android.animation.Animator.AnimatorListener}.
21 * Any custom listener that cares only about a subset of the methods of this listener can
  /frameworks/base/core/java/android/test/
UiThreadTest.java 25 * This annotation can be used on an {@link InstrumentationTestCase}'s test methods.
27 * main thread (or UI thread.) Note that instrumentation methods may not be used
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 26 * with hardware keyboards. Software input methods have no obligation to trigger
27 * the methods in this class.
DateTimeKeyListener.java 26 * with hardware keyboards. Software input methods have no obligation to trigger
27 * the methods in this class.
TimeKeyListener.java 26 * with hardware keyboards. Software input methods have no obligation to trigger
27 * the methods in this class.
  /frameworks/base/core/java/android/webkit/
JavascriptInterface.java 25 * Annotation that allows exposing methods to JavaScript. Starting from API level
26 * {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1} and above, only methods explicitly
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 23 // These first methods are also called by native code, so must
33 // Remaining methods are only used in Java.
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTest.java 23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
26 * which is equivalent to tagging all test methods with this annotation.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Scheduler.java 27 // All methods are core internal methods as Scheduler internals are only used by the GraphRunner.
  /frameworks/base/test-runner/src/android/test/
TimedTest.java 23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
25 * output. It can also be used on the class itself, which is equivalent to tagging all test methods
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 24 // Defines standard types of regulariation methods.
28 // methods are known to converge.
  /frameworks/testing/androidtestlib/src/com/android/test/
BundleTest.java 27 * object construction but before any {@link TestCase#setUp()} methods are called.
28 * Note the order in which injectBundle is called vs other inject methods is not defined.
  /hardware/libhardware/include/hardware/
bt_gatt.h 52 /** Pointer to the GATT client interface methods.*/
55 /** Pointer to the GATT server interface methods.*/
  /libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java 38 Method[] methods = Class.forName("java.lang.String").getMethods(); local
39 Method m = methods[0];
  /libcore/luni/src/main/java/java/nio/channels/
ByteChannel.java 22 * The methods for the byte channel are precisely those defined by readable and
29 // No methods defined.
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 64 // BrowserAccessibility methods.
71 // IAccessible methods.
135 // Deprecated methods, not implemented.
144 // IAccessible2 methods.
167 // IAccessible2 methods not implemented.
217 // IAccessibleImage methods.
228 // IAccessibleText methods.
258 // IAccessibleText methods not implemented.
306 // ISimpleDOMDocument methods.
327 // ISimpleDOMNode methods
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 6 based on the functions and methods registered with the
26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
35 # names. Only methods with names consisting of word characters
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
109 def docserver(self, server_name, package_documentation, methods):
113 for key, value in methods.items():
126 method_items = sorted(methods.items())
130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 6 based on the functions and methods registered with the
26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
35 # names. Only methods with names consisting of word characters
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
109 def docserver(self, server_name, package_documentation, methods):
113 for key, value in methods.items():
126 method_items = sorted(methods.items())
130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents)
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
HttpOptions.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpOptions.java $
32 package org.apache.http.client.methods;
94 Set<String> methods = new HashSet<String>(); local
99 methods.add(element.getName());
102 return methods;
  /external/chromium_org/chrome_frame/
http_negotiate.h 16 // Typedefs for IHttpNegotiate methods.
24 // Typedefs for IBindStatusCallback methods.
28 // Typedefs for IInternetProtocolSink methods.
32 // Patches methods of urlmon's IHttpNegotiate implementation for the purposes
55 // IHttpNegotiate patch methods
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.h 16 // WebRtcAudioDeviceNotImpl contains default implementations of all methods
19 // this class. The main purpose of breaking out non-implemented methods into
28 // TODO(henrika): it is possible to add functionality in these methods.
35 // Methods in webrtc::AudioDeviceModule which are not yet implemented.
36 // The idea is that we can move methods from this class to the real
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.h 33 // This class abstracts the basic steps and exposes template methods
62 // Template methods for sub-classes.
64 // Methods to help create HTTP request.
69 // these template methods.
105 // Helper methods to implement the state machine for the flow.
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.h 22 // clients and hosts that support multiple authentication methods to negotiate a
26 // * Client sends a message to host with its supported methods.
44 // * Some authentication methods may have a specific starting direction (e.g.
56 // another method from the client's supported methods list.
57 // * The host never sends its own supported methods back to the client, so once
  /external/clang/test/Rewriter/
instancetype-test.mm 46 // Test that message sends to instancetype methods have the right type.
48 // instancetype on class methods
52 // instancetype on instance methods
56 // instancetype on class methods using protocols
60 // instancetype on instance methods

Completed in 1814 milliseconds

<<11121314151617181920>>