Lines Matching refs:Error
24 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
30 throw new Error("Expected: " + expected + ", found: " + result); in assertBooleanEquals()
36 throw new Error("Expected: " + expected + ", found: " + result); in assertCharEquals()
42 throw new Error("Search term: " + searchTerm + ", not found in: " + result); in assertStringContains()
66 throw new Error("Should throw SIOOB."); in main()
73 throw new Error("Should throw SIOOB."); in main()
80 throw new Error("Should throw SIOOB."); in main()
95 throw new Error("Should throw SIOOB."); in main()
104 throw new Error("Should throw SIOOB."); in main()
126 if (doThrow) { throw new Error(); } in $opt$noinline$getStringLength()
146 if (doThrow) { throw new Error(); } in $opt$noinline$isStringEmpty()
167 if (doThrow) { throw new Error(); } in $opt$noinline$stringCharAt()
194 if (doThrow) { throw new Error(); } in $opt$noinline$stringCharAtCatch()
224 if (doThrow) { throw new Error(); } in $opt$noinline$stringSumChars()
251 if (doThrow) { throw new Error(); } in $opt$noinline$stringSumLeadingChars()
289 if (doThrow) { throw new Error(); } in $opt$noinline$stringSum4LeadingChars()
440 throw new Error(ex); in $noinline$runSmaliTest()