Home
last modified time | relevance | path

Searched refs:Error (Results 26 – 50 of 522) sorted by relevance

12345678910>>...21

/art/test/566-checker-codegen-select/src/
DMain.java24 if (doThrow) { throw new Error(); } in $noinline$longSelect()
49 if (doThrow) { throw new Error(); } in $noinline$longSelect_Constant()
63 if (doThrow) { throw new Error(); } in $noinline$intSelect_Constant()
81 throw new Error(expected + " != " + actual); in assertIntEquals()
87 throw new Error(expected + " != " + actual); in assertLongEquals()
/art/test/575-checker-string-init-alias/src/
DMain.java30 throw new Error("Assertion failed: " + expected + " != " + actual); in assertEqual()
45 throw new Error("Expected AIOOBE"); in main()
48 throw new Error("Expected AIOOBE"); in main()
62 throw new Error("Expected AIOOBE"); in main()
65 throw new Error("Expected AIOOBE"); in main()
/art/test/638-no-line-number/src/
DMain.java20 doThrow(new Error()); in main()
21 } catch (Error e) { in main()
31 public static void doThrow(Error e) { in doThrow()
/art/tools/checker/common/
Dlogger.py22 NoOutput, Error, Info = range(3) variable in Logger.Level
59 Logger.log("error: ", Logger.Level.Error, color=Logger.Color.Red, newLine=False, out=sys.stderr)
60 Logger.log(msg, Logger.Level.Error, out=sys.stderr)
70 Logger.log(loc, Logger.Level.Error, color=Logger.Color.Gray, newLine=False, out=sys.stderr)
71 Logger.log(lineText, Logger.Level.Error, out=sys.stderr)
80 Logger.log(var, Logger.Level.Error, color=Logger.Color.Green, newLine=False, out=sys.stderr)
81 Logger.log(padding, Logger.Level.Error, newLine=False, out=sys.stderr)
82 Logger.log(" = ", Logger.Level.Error, newLine=False, out=sys.stderr)
83 Logger.log(variables[var], Logger.Level.Error, out=sys.stderr)
/art/test/473-checker-inliner-constants/src/
DMain.java69 throw new Error("Expected null"); in main()
71 throw new Error("Expected int 42"); in main()
73 throw new Error("Expected long 42"); in main()
/art/test/jvmti-common/
DMonitors.java113 public static class TestException extends Error {
182 throw new Error("lock is already acquired or being acquired."); in DoLock()
185 throw new Error("Already have thread!"); in DoLock()
220 throw new Error("Unknown action " + action); in DoLock()
251 throw new Error("No thread trying to lock!"); in waitForNotifySleep()
261 throw new Error("No thread trying to lock!"); in waitForContendedSleep()
272 throw new Error("Not locked"); in DoNotify()
279 throw new Error("Not locked"); in DoNotifyAll()
286 throw new Error("Not locked"); in DoTimedWait()
293 throw new Error("Not locked"); in DoWait()
[all …]
/art/test/1930-monitor-info/src/art/
DMonitors.java113 public static class TestException extends Error {
182 throw new Error("lock is already acquired or being acquired."); in DoLock()
185 throw new Error("Already have thread!"); in DoLock()
220 throw new Error("Unknown action " + action); in DoLock()
251 throw new Error("No thread trying to lock!"); in waitForNotifySleep()
261 throw new Error("No thread trying to lock!"); in waitForContendedSleep()
272 throw new Error("Not locked"); in DoNotify()
279 throw new Error("Not locked"); in DoNotifyAll()
286 throw new Error("Not locked"); in DoTimedWait()
293 throw new Error("Not locked"); in DoWait()
[all …]
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java113 public static class TestException extends Error {
182 throw new Error("lock is already acquired or being acquired."); in DoLock()
185 throw new Error("Already have thread!"); in DoLock()
220 throw new Error("Unknown action " + action); in DoLock()
251 throw new Error("No thread trying to lock!"); in waitForNotifySleep()
261 throw new Error("No thread trying to lock!"); in waitForContendedSleep()
272 throw new Error("Not locked"); in DoNotify()
279 throw new Error("Not locked"); in DoNotifyAll()
286 throw new Error("Not locked"); in DoTimedWait()
293 throw new Error("Not locked"); in DoWait()
[all …]
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java113 public static class TestException extends Error {
182 throw new Error("lock is already acquired or being acquired."); in DoLock()
185 throw new Error("Already have thread!"); in DoLock()
220 throw new Error("Unknown action " + action); in DoLock()
251 throw new Error("No thread trying to lock!"); in waitForNotifySleep()
261 throw new Error("No thread trying to lock!"); in waitForContendedSleep()
272 throw new Error("Not locked"); in DoNotify()
279 throw new Error("Not locked"); in DoNotifyAll()
286 throw new Error("Not locked"); in DoTimedWait()
293 throw new Error("Not locked"); in DoWait()
[all …]
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java113 public static class TestException extends Error {
182 throw new Error("lock is already acquired or being acquired."); in DoLock()
185 throw new Error("Already have thread!"); in DoLock()
220 throw new Error("Unknown action " + action); in DoLock()
251 throw new Error("No thread trying to lock!"); in waitForNotifySleep()
261 throw new Error("No thread trying to lock!"); in waitForContendedSleep()
272 throw new Error("Not locked"); in DoNotify()
279 throw new Error("Not locked"); in DoNotifyAll()
286 throw new Error("Not locked"); in DoTimedWait()
293 throw new Error("Not locked"); in DoWait()
[all …]
/art/test/1931-monitor-events/src/art/
DMonitors.java113 public static class TestException extends Error {
182 throw new Error("lock is already acquired or being acquired."); in DoLock()
185 throw new Error("Already have thread!"); in DoLock()
220 throw new Error("Unknown action " + action); in DoLock()
251 throw new Error("No thread trying to lock!"); in waitForNotifySleep()
261 throw new Error("No thread trying to lock!"); in waitForContendedSleep()
272 throw new Error("Not locked"); in DoNotify()
279 throw new Error("Not locked"); in DoNotifyAll()
286 throw new Error("Not locked"); in DoTimedWait()
293 throw new Error("Not locked"); in DoWait()
[all …]
/art/test/576-polymorphic-inlining/src/
DMain.java36 throw new Error("Expected " + expected + ", got " + actual); in assertIdentical()
41 if (doThrow) throw new Error(""); in $noinline$testVoid()
47 if (doThrow) throw new Error(""); in $noinline$testWithReturnValue()
53 if (doThrow) throw new Error(""); in $noinline$testWithBackEdge()
80 if (doThrow) throw new Error(""); in willOnlyInlineForMainVoid()
/art/test/587-inline-class-error/src/
DMain.java23 throw new Error("Expected LinkageError"); in main()
30 throw new Error("Expected InvocationTargetException"); in main()
33 throw new Error("Expected NullPointerException, got " + e.getCause()); in main()
/art/test/609-checker-inline-interface/src/
DMain.java25 throw new Error(""); in doCall()
31 } catch (Error e) { in main()
36 } catch (Error e) { in main()
/art/test/465-checker-clinit-gvn/src/
DMain.java65 throw new Error(e); in foo()
71 throw new Error("Expected 12"); in main()
75 throw new Error("Expected 12"); in main()
/art/test/447-checker-inliner3/src/
DMain.java68 throw new Error("Expected 1"); in main()
71 throw new Error("Expected 16"); in main()
74 throw new Error("Expected 16"); in main()
/art/test/529-long-split/src/
DMain.java20 throw new Error(); in main()
24 throw new Error(); in main()
28 throw new Error(); in main()
170 if (doThrow) throw new Error(); in $noinline$doCall()
174 if (doThrow) throw new Error(); in $noinline$doCall()
/art/test/485-checker-dce-switch/src/
DMain.java174 throw new Error("Incorrect return value from wholeSwitchDead:" + ret_val); in main()
179 throw new Error("Incorrect return value from constantSwitch_InRange:" + ret_val); in main()
184 throw new Error("Incorrect return value from constantSwitch_AboveRange:" + ret_val); in main()
189 throw new Error("Incorrect return value from constantSwitch_BelowRange:" + ret_val); in main()
/art/test/561-divrem/src/
DMain.java20 throw new Error("Expected " + expected + ", got " + actual); in assertEquals()
26 throw new Error("Expected " + expected + ", got " + actual); in assertEquals()
76 throw new Error(""); in $noinline$divInt()
83 throw new Error(""); in $noinline$remInt()
90 throw new Error(""); in $noinline$divLong()
97 throw new Error(""); in $noinline$remLong()
/art/test/521-regression-integer-field-set/src/
DMain.java20 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
39 throw new Error(); in $noinline$SetInstanceField()
49 throw new Error(); in $noinline$SetStaticField()
/art/test/603-checker-instanceof/src/
DMain.java49 throw new Error("Expected a ChildClass, got " + obj.getClass()); in test1()
76 throw new Error(); in test2()
79 throw new Error(); in test2()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsettable.java82 throw new Error("Cannot get the original position of an Offsettable when not yet set."); in getOriginalPosition()
97 throw new Error("Cannot request new position before it has been set!"); in getNewPosition()
110 throw new Error("Cannot update an Offsettable twice!"); in setNewPosition()
/art/test/537-checker-arraycopy/src/
DMain.java23 throw new Error("Should not be here"); in main()
29 throw new Error("Should not be here"); in main()
36 throw new Error("Should not be here"); in main()
46 throw new Error("Should not be here"); in main()
/art/test/570-checker-osr/src/
DMain.java22 throw new Error("Unexpected return value"); in main()
25 throw new Error("Unexpected return value"); in main()
28 throw new Error("Unexpected return value "); in main()
31 throw new Error("Unexpected return value"); in main()
41 throw new Error("Unexpected return value"); in main()
46 throw new Error("Unexpected return value"); in main()
53 throw new Error("Unexpected return value"); in main()
294 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
/art/test/530-checker-loops3/src/
DMain.java306 throw new Error("Should throw AIOOBE"); in main()
316 throw new Error("Should throw AIOOBE"); in main()
326 throw new Error("Should throw AIOOBE"); in main()
336 throw new Error("Should throw AIOOBE"); in main()
346 throw new Error("Should throw AIOOBE"); in main()
357 throw new Error("Should throw AIOOBE"); in main()
368 throw new Error("Should throw AIOOBE"); in main()
383 throw new Error("Should throw AIOOBE"); in main()
392 throw new Error("Should throw AIOOBE"); in main()
409 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()

12345678910>>...21