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

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/tests/082-dex-throws-list-sharing/
info.txt 2 identical throws lists in different methods get collapsed into a single
  /external/apache-harmony/regex/
README.TXT 10 - The find() and findBack() methods in regex nodes may work incorrectly with back references.
19 - Methods implementing bitwise operations (and, or, and xor) in the BigInteger class might seem complicated
20 although they work rather efficiently. These methods might be rewritten in a more comprehensive form.
29 multiple BigInteger objects on each step. The methods gcd (), isProbablePrime(),
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils.h 12 // Chrome advanced options utility methods.
font_settings_utils.h 14 // Chrome advanced options utility methods.
  /external/clang/test/Parser/
placeholder-recovery.m 10 <#methods#> // expected-error{{expected identifier}}
  /external/clang/test/SemaObjC/
method-lookup-3.m 31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}}
35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}}
39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}}
72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
pragma-pack.m 3 // Make sure pragma pack works inside ObjC methods. <rdar://problem/10893316>
  /external/guava/guava/src/com/google/common/io/
package-info.java 18 * This package contains utility methods and classes for working with Java I/O,
21 * <p>Many of the methods are based on the
25 * being created. The advantage of using a factory is that the helper methods in
29 * {@link com.google.common.io.Files} classes all have static helper methods to
  /external/icu4c/test/perf/usetperf/
bitset.h 35 // TODO add other methods as needed.
  /external/javassist/src/main/javassist/tools/rmi/
package.html 9 Javassist API; they never call any hidden methods.
  /external/junit/src/org/junit/runners/model/
RunnerScheduler.java 4 * Represents a strategy for scheduling when individual test methods
  /external/webkit/LayoutTests/fast/dom/Geolocation/
reentrant-permission-denied-expected.txt 1 Tests that reentrant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK.
reentrant-success-expected.txt 1 Tests that reentrant calls to Geolocation methods from the success callback are OK.
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCache.h 44 // Called from all SVG renderers destroy() methods - except for RenderSVGResourceContainer.
47 // Called from all SVG renderers layout() methods.
50 // Called from all SVG renderers styleDidChange() methods.
53 // Called from all SVG renderers updateFromElement() methods.
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 8 * A mock {@link android.content.DialogInterface} class. All methods are non-functional and throw
  /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/libcore/java/lang/reflect/
OldAndroidClassTest.java 141 Method[] methods = ArrayList.class.getMethods(); local
144 for (Method method : methods) {
173 // Check if we also reflect methods from interfaces
175 Method[] methods = MyInterface.class.getMethods(); local
176 assertTrue(hasMethod(methods, ".foo("));
178 methods = MyOtherInterface.class.getMethods();
179 assertTrue(hasMethod(methods, ".foo("));
180 assertTrue(hasMethod(methods, ".bar("));
182 methods = MyClass.class.getMethods();
183 assertTrue(hasMethod(methods, ".foo("))
    [all...]
  /libnativehelper/
README 4 These are VM-agnostic native functions that implement methods for system
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniCTest.c 39 static JNINativeMethod methods[] = { variable
47 methods, sizeof(methods) / sizeof(JNINativeMethod));
android_jni_cts_JniCppTest.cpp 39 static JNINativeMethod methods[] = { variable
47 methods, sizeof(methods) / sizeof(JNINativeMethod));
  /dalvik/tools/dexdeps/
README.txt 4 This tool dumps a list of fields and methods that a DEX file uses but does
6 determine whether an APK is accessing fields and calling methods that it
32 opposed to also listing fields and methods.
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy.h 25 // SpecialStoragePolicy methods used by storage subsystems and the browsing
26 // data remover. These methods are safe to call on any thread.
31 // Methods used by the ExtensionService to populate this class.
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view_unittest.mm 31 Method* methods = class_copyMethodList([view_ class], &count);
33 SEL selector = method_getName(methods[i]);
39 free(methods);
  /external/freetype/src/base/
ftbase.h 55 /* the resource fork and older methods makes the kernel issue the */
56 /* warning of deprecated method. To calm it down, the methods based */
57 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningScheduledExecutorService.java 25 * instances from its {@code ExecutorService} methods. Futures returned by the
26 * {@code schedule*} methods, by contrast, need not implement {@code
31 * <p>TODO(cpovirk): make at least the one-time schedule() methods return a

Completed in 838 milliseconds

1 2 34 5 6 7 8 91011>>