Lines Matching refs:Error
26 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
32 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
38 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
43 if (doThrow) { throw new Error(); } in $noinline$runSmaliTest()
51 throw new Error(ex); in $noinline$runSmaliTest()
85 if (doThrow) throw new Error(); in $opt$noinline$andToOr()
122 if (doThrow) throw new Error(); in $opt$noinline$booleanAndToOr()
156 if (doThrow) throw new Error(); in $opt$noinline$orToAnd()
193 if (doThrow) throw new Error(); in $opt$noinline$booleanOrToAnd()
234 if (doThrow) throw new Error(); in $opt$noinline$regressInputsAway()
266 if (doThrow) throw new Error(); in $opt$noinline$notXorToXor()
298 if (doThrow) throw new Error(); in $opt$noinline$booleanNotXorToXor()
333 if (doThrow) throw new Error(); in $opt$noinline$notMultipleUses()