HomeSort by relevance Sort by last modified time
    Searched full:thrower (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/reflect/
GenericExceptionsTest.java 31 Method method = Thrower.class.getMethod("parameterizedMethod");
37 Method method = Thrower.class.getMethod("genericParameters", List.class);
43 Constructor constructor = Thrower.class.getConstructor();
49 Constructor constructor = Thrower.class.getConstructor(List.class);
99 static class Thrower {
100 public <T> Thrower() throws IOException {}
101 public Thrower(List<?> unused) throws IOException {}
MethodOverridesTest.java 72 assertContains(signatures, "void thrower[] throws []");
73 assertFalse(signatures.contains("void thrower[] throws [java.lang.Exception]"));
74 assertEquals(Sub.class, Sub.class.getMethod("thrower").getDeclaringClass());
134 public void thrower() throws Exception {} method in class:MethodOverridesTest.Super
143 @Override public void thrower() {} method in class:MethodOverridesTest.Sub
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2410.js 33 'thrower',
35 var obj = { thrower: 'local' };
36 assertEquals(['thrower'], Object.getOwnPropertyNames(obj));
  /ndk/tests/device/test-stlport_shared-exception/jni/
cleanup2.cpp 12 static int thrower () function
37 : X(thrower ()) // throws, so X::X is never called
  /ndk/tests/device/test-stlport_static-exception/jni/
cleanup2.cpp 12 static int thrower () function
37 : X(thrower ()) // throws, so X::X is never called
  /external/chromium_org/v8/test/mjsunit/
stack-traces-2.js 33 var thrower = { valueOf: function() { FAIL; },
41 new nativeFunc(thrower);
53 nativeFunc(thrower);
82 testNotOmittedBuiltin(function(){ [thrower, 2].sort(function (a,b) {
87 testNotOmittedBuiltin(function(){ thrower + 2; }, "ADD")
stack-traces.js 211 var thrower = { valueOf: function() { FAIL; },
219 new nativeFunc(thrower);
231 nativeFunc(thrower);
286 testOmittedBuiltin(function(){ [thrower, 2].sort(function (a,b) {
291 testOmittedBuiltin(function(){ thrower + 2; }, "ADD");
  /external/clang/test/CodeGenObjC/
arc-no-arc-exceptions.m 8 void thrower(void);
12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !
18 thrower();
23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !
30 thrower();
  /external/v8/test/mjsunit/
stack-traces-2.js 33 var thrower = { valueOf: function() { FAIL; },
41 new nativeFunc(thrower);
53 nativeFunc(thrower);
82 testNotOmittedBuiltin(function(){ [thrower, 2].sort(function (a,b) {
87 testNotOmittedBuiltin(function(){ thrower + 2; }, "ADD")
stack-traces.js 199 var thrower = { valueOf: function() { FAIL; },
207 new nativeFunc(thrower);
219 nativeFunc(thrower);
272 testOmittedBuiltin(function(){ [thrower, 2].sort(function (a,b) {
277 testOmittedBuiltin(function(){ thrower + 2; }, "ADD")
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 1303 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); local
1334 public static void thrower(int a) throws Exception { method in class:DexMakerTest
1380 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); local
    [all...]
  /art/test/100-reflect2/src/
Main.java 208 m = Main.class.getDeclaredMethod("thrower");
217 private static void thrower() { method in class:Main
  /external/libpng/contrib/visupng/
cexcept.h 35 the type of object that gets copied from the exception thrower to
57 the thrower and the catcher. It is expected that there be one
  /external/doclava/test/api/
added-exception.xml 115 <method name="thrower"
api.xml 124 <method name="thrower"
removed-exception.xml 113 <method name="thrower"
throws.xml 113 <method name="thrower"
  /art/test/100-reflect2/
expected.txt 74 at Main.thrower(Main.java:218)
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 398 final long thrower; // use id not ref to avoid weak cycles field in class:ForkJoinTask.ExceptionNode
403 this.thrower = Thread.currentThread().getId();
535 if (false && e.thrower != Thread.currentThread().getId()) {
    [all...]
  /external/v8/src/
v8natives.js     [all...]
  /external/chromium_org/v8/src/
v8natives.js     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 885 milliseconds