Home
last modified time | relevance | path

Searched refs:Error (Results 126 – 150 of 522) sorted by relevance

12345678910>>...21

/art/test/178-app-image-native-method/src/
DMain.java108 throw new Error("UNREACHABLE"); in $noinline$opt$testMissing()
113 throw new Error("UNREACHABLE"); in $noinline$opt$testMissing()
126 throw new Error("UNREACHABLE"); in $noinline$opt$testMissing()
135 throw new Error("UNREACHABLE"); in $noinline$opt$testMissingFast()
140 throw new Error("UNREACHABLE"); in $noinline$opt$testMissingFast()
153 throw new Error("UNREACHABLE"); in $noinline$opt$testMissingFast()
162 throw new Error("UNREACHABLE"); in $noinline$opt$testMissingCritical()
167 throw new Error("UNREACHABLE"); in $noinline$opt$testMissingCritical()
180 throw new Error("UNREACHABLE"); in $noinline$opt$testMissingCritical()
388 throw new Error(ie); in initializingCriticalClinitCheck()
/art/test/422-instanceof/src/
DMain.java22 throw new Error("Wrong result"); in assertTrue()
28 throw new Error("Wrong result"); in assertFalse()
/art/test/2011-stack-walk-concurrent-instrument/src/
DMain.java46 throw new Error("Fail!", e); in testConcurrent()
54 throw new Error("Fail!", e); in testConcurrent()
/art/test/951-threaded-obsolete/src/art/
DTest951.java89 throw new Error("unable to do redefinition", e); in run()
103 throw new Error("unable to do redefinition", e); in run()
/art/test/594-checker-array-alias/src/
DMain.java234 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
240 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
246 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
252 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/980-redefine-object/src/
DMain.java41 throw new Error("Unable to disable reporting!"); in DisableReporting()
52 throw new Error("Unable to enable reporting!"); in EnableReporting()
69 throw new Error("Exception while making testwatcher", e); in ensureTestWatcherInitialized()
/art/test/717-integer-value-of/src/
DMain.java57 throw new Error(t); in testValueOfArg()
83 throw new Error("value is " + value); in testValueOfArg()
114 throw new Error("value is " + value); in testValueOfConst()
/art/test/409-materialized-condition/src/
DMain.java79 throw new Error("Assertion failed: " + expected + " != " + actual); in assertEqual()
100 throw new Error("Unexpected return value for foo1: " + res + ", expected 42."); in main()
106 throw new Error("Unexpected return value for foo2: " + res + ", expected 42."); in main()
/art/test/564-checker-negbitwise/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
27 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
/art/test/626-const-class-linking/src/
DRacyLoader.java42 throw new Error("Unexpected RacyLoader.findClass(\"" + name + "\")"); in findClass()
69 throw new Error(ie); in syncWithOtherInstances()
/art/test/1916-get-set-current-frame/src/art/
DTest1916.java85 if (depth != 0) { throw new Error("Expected depth 0 but got " + depth); } in runGet()
115 if (depth != 0) { throw new Error("Expected depth 0 but got " + depth); } in runSet()
135 throw new Error( in FindSlot()
145 throw new Error("Unable to find stack frame in method " + target + " on thread " + thr); in FindStackFrame()
/art/test/685-deoptimizeable/src/
DMain.java183 throw new Error(); in $noinline$run1()
208 throw new Error(); in $noinline$run2()
233 throw new Error(); in $noinline$run3A()
246 throw new Error(); in $noinline$run3B()
/art/test/597-deopt-invoke-stub/src/
DMain.java56 throw new Error("Unexpected exception."); in $noinline$bar()
79 throw new Error("Unexpected exception."); in run()
/art/test/525-checker-arrays-fields2/src/
DMain.java660 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
666 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
672 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
678 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
684 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
690 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
696 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
702 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
708 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/525-checker-arrays-fields1/src/
DMain.java660 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
666 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
672 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
678 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
684 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
690 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
696 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
702 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
708 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/667-jit-jni-stub/src/
DMain.java21 throw new Error("This test must be run with --no-prebuild!"); in main()
152 throw new Error("TIMEOUT"); in ensureCompiledCallThroughEntrypoint()
170 public static void throwError() { throw new Error(); } in throwError()
/art/test/2023-InvariantLoops_typecast/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
27 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffset.java150 throw new Error("Offset is already marked as using ULEB128!"); in setUsesUleb128()
175 throw new Error("Output location was not set yet!"); in getOutputLocation()
/art/test/ErroneousInit/
DErroneousInit.java20 throw new Error(); in Error() method
/art/test/935-non-retransformable/src-ex/
DTransform.java19 throw new Error("Should not be called!"); in sayHi()
/art/test/934-load-transform/src-ex/
DTransform.java19 throw new Error("Should not be called!"); in sayHi()
/art/test/075-verification-error/src/
DBadInterface.java19 throw new Error("Should not be called"); in internalClone()
/art/test/566-polymorphic-inlining/src/
DMain.java26 throw new Error("Expected " + expected + ", got " + actual); in assertEquals()
32 throw new Error("Expected " + expected + ", got " + actual); in assertEquals()
121 if (doThrow) throw new Error(""); in $noinline$testInlineToSameTarget()
/art/test/907-get-loaded-classes/src/art/
DCerr.java25 throw new Error("Error!"); in throwError()
/art/test/640-checker-integer-valueof/src/
DMain.java72 throw new Error("Expected " + a + ", got " + b); in assertEqual()
78 throw new Error("Expected " + a + ", got " + b); in assertEqual()

12345678910>>...21