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

  /art/test/008-exceptions/
multidex.jpp 0 BadError:
3 class BadError
expected.txt 11 BadError: This is bad by convention: BadInit
13 BadError: This is bad by convention: BadInit
19 BadError: This is bad by convention: BadInit
  /art/test/008-exceptions/src/
Main.java 18 class BadError extends Error {
19 public BadError(String s) {
24 // A class that throws BadError during static initialization.
30 throw new BadError("BadInit");
53 // A class that throws BadError during static initialization, serving as a super class.
59 throw new BadError("BadInit");
109 } catch (BadError e) {
155 } catch (BadError e) {
169 // BadError (for interpreter or JIT).
173 if (!(ncdfe.getCause() instanceof BadError)) {
    [all...]
  /external/icu/icu4c/source/samples/uresb/
uresb.c 60 const UChar baderror[] = { 0x0042, 0x0041, 0x0044, 0x0000 }; variable
383 return baderror;

Completed in 71 milliseconds