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

<<11121314151617181920>>

  /external/chromium_org/ui/views/test/
menu_runner_test_api.h 18 // A wrapper of MenuRunner to use testing methods of MenuRunner.
  /external/clang/test/PCH/
objc_methods.h 1 /* For use with the methods.m test */
  /external/clang/test/Parser/
placeholder-recovery.m 10 <#methods#> // expected-error{{expected identifier}}
  /external/clang/test/SemaObjC/
pragma-pack.m 4 // Make sure pragma pack works inside ObjC methods. <rdar://problem/10893316>
  /external/eigen/Eigen/
Cholesky 13 * Those decompositions are accessible via the following MatrixBase methods:
Jacobi 15 * In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi or Givens rotation:
  /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/littlemock/
README 18 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCloseable.java 10 * class, a shadow is necessary. Its methods that are overridden in subclasses
  /external/skia/dm/
DMReporter.h 9 // Used to report status changes including failures. All public methods are threadsafe.
  /external/skia/include/core/
SkStringUtils.h 17 * methods.
  /external/skia/include/ports/
SkTypeface_mac.h 23 * Like the other Typeface create methods, this returns a new reference to the
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
package.html 10 <p>XMPProperty and XMPPropertyInfo are used to report properties when they are retrieved by get-methods or by the iterator.
  /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 77 // Methods to work with element array buffers
99 /* helper methods to get/set values using provided lock for mutual exclusion. */
111 /* Methods to set trace options. */
116 /* Methods to retrieve trace options. */

Completed in 1184 milliseconds

<<11121314151617181920>>