HomeSort by relevance Sort by last modified time
    Searched full:methods (Results 151 - 175 of 10094) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/ftp/
ftp_network_layer.h 24 // FtpTransactionFactory methods:
  /external/chromium/net/proxy/
proxy_config_service_fixed.h 21 // ProxyConfigService methods:
  /external/chromium/webkit/glue/
websocketstreamhandle_impl.h 18 // WebSocketStreamHandle methods:
  /external/clang/test/Modules/
method_pool.m 29 [object method2:1]; // expected-warning{{multiple methods named 'method2:' found}}
  /external/guava/guava/src/com/google/common/collect/
ForwardingMapEntry.java 30 * Subclasses should override one or more methods to modify the behavior of the
34 * <p><i>Warning:</i> The methods of {@code ForwardingMapEntry} forward
35 * <i>indiscriminately</i> to the methods of the delegate. For example,
41 * <p>Each of the {@code standard} methods, where appropriate, use {@link
47 * <p>The {@code standard} methods are not guaranteed to be thread-safe, even
48 * when all of the methods that they depend on are thread-safe.
90 * methods, you may wish to override {@link #equals(Object)} to forward to
106 * and {@link #getValue()}. If you override either of these methods, you may
120 * methods, you may wish to override {@link #equals} to forward to this
  /external/icu4c/layout/
OpenTypeUtilities.h 20 class OpenTypeUtilities /* not : public UObject because all methods are static */ {
  /external/icu4c/test/intltest/
locnmtst.h 22 * Test methods to set and get data fields
testutil.h 16 * Utility methods. Everything in this class is static -- do not
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 48 protected Method[] methods; field in class:Metaobject
62 methods = classmetaobject.getReflectiveMethods();
73 methods = null;
85 methods = classmetaobject.getReflectiveMethods();
112 methods = classmetaobject.getReflectiveMethods();
123 String mname = methods[identifier].getName();
140 return methods[identifier].getParameterTypes();
148 return methods[identifier].getReturnType();
227 return methods[identifier].invoke(getObject(), args);
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 22 // static methods with the same generic parameters as the class.
  /external/junit/src/org/junit/rules/
TestName.java 6 * The TestName Rule makes the current test name available inside test methods:
  /external/proguard/docs/manual/
optimizations.html 42 except the ones that propagate values between methods.
73 <dd>Propagates the values of fields across methods.</dd>
76 <dd>Marks methods as private, whenever possible (<i>devirtualization</i>).</dd>
80 <dd>Marks methods as static, whenever possible (<i>devirtualization</i>).</dd>
83 <dd>Marks methods as final, whenever possible.</dd>
92 the invoked methods.</dd>
96 <dd>Propagates the values of method return values from methods to their
100 <dd>Inlines short methods.</dd>
103 <dd>Inlines methods that are only called once.</dd>
  /external/proguard/examples/annotations/examples/
Applet.java 11 * The annotation will preserve the class and its essential methods.
  /external/skia/include/ports/
SkTypeface_mac.h 23 * Like the other Typeface create methods, this returns a new reference to the
  /external/webkit/Source/WebCore/page/
SpeechInput.h 48 // speech recognition engine. It provides methods for the input elements to activate speech
49 // recognition and methods for the speech recognition engine to return back the results.
64 // Methods invoked by the input elements.
69 // SpeechInputListener methods.
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 64 // ScrollableArea public methods:
68 // Widget public methods:
71 // ScrollView public methods:
76 // ScrollView protected methods:
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
webkit 5 Access-Control-Allow-Methods
  /frameworks/base/core/java/android/provider/
package.html 7 provide simplified methods of adding or retrieving data from these content
  /frameworks/base/core/java/android/view/inputmethod/
package.html 3 Framework classes for interaction between views and input methods (such
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 29 * Delegate overriding selected methods of android.os.HandlerThread
31 * Through the layoutlib_create tool, selected methods of Handler have been replaced
32 * by calls to methods of the same name in this delegate class.
53 // -------- Delegate methods
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 75 // Methods to work with element array buffers
97 /* helper methods to get/set values using provided lock for mutual exclusion. */
109 /* Methods to set trace options. */
114 /* Methods to retrieve trace options. */
  /libcore/luni/src/main/java/javax/security/auth/login/
package.html 9 ideas and concepts from the Unix-PAM module. New authentication methods can be
  /packages/apps/LegacyCamera/
proguard.flags 18 @com.android.camera.OnClickAttr <methods>;
  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.h 63 // public static utility methods
64 // static inline methods should be defined in the header file
82 // public static utility methods
83 // static inline methods should be defined in the header file
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Applet.java 11 * The annotation will preserve the class and its essential methods.

Completed in 1846 milliseconds

1 2 3 4 5 67 8 91011>>