Home
last modified time | relevance | path

Searched defs:throwError (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/test/907-get-loaded-classes/src/art/
H A DCerr.java21 throwError(); in throwError() method
24 public static void throwError() { in throwError() method in Cerr
/aosp12/art/test/667-jit-jni-stub/src/
H A DMain.java170 public static void throwError() { throw new Error(); } in throwError() method in Main
/aosp12/frameworks/rs/cpp/
H A DRenderScript.cpp190 void RS::throwError(RSError error, const char *errMsg) { in throwError() function in RS