Home
last modified time | relevance | path

Searched defs:throwException (Results 1 – 15 of 15) sorted by relevance

/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
DClassUsingTryWithResources.java40 public void call(boolean throwException) { in call()
74 public static Throwable[] checkSuppressedExceptions(boolean throwException) { in checkSuppressedExceptions()
/external/vogar/test/vogar/target/junit4/
DFailTest.java34 public void throwException() { in throwException() method in FailTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierDebuggee.java53 private void throwException() throws TestException { in throwException() method in InstanceOnlyModifierDebuggee.TestClass
DCountModifierDebuggee.java44 public void throwException() throws TestException { in throwException() method in CountModifierDebuggee.TestClass
DThreadOnlyModifierDebuggee.java67 void throwException() throws TestException { in throwException() method in ThreadOnlyModifierDebuggee.TestThread
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTaskTest.java43 protected volatile boolean throwException = false; field in ListenableFutureTaskTest
/external/proguard/src/proguard/evaluation/
DBranchUnit.java62 public void throwException(); in throwException() method
DBasicBranchUnit.java119 public void throwException() in throwException() method in BasicBranchUnit
/external/tensorflow/tensorflow/java/src/main/native/
Dexception_jni.cc30 void throwException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in throwException() function
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dexception_jni.cc29 void throwException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in throwException() function
/external/desugar/test/java/com/google/devtools/build/android/desugar/classes_for_testing_type_inference/testsubjects/
DTestSubject.java64 public void call(boolean throwException) { in call()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateTransform.java94 private void throwException(final String source, final String target, final String title) { in throwException() method in GenerateTransform
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java1889 boolean throwException, boolean flush) throws BufferOverflowException, Exception { in smBufDecode()
1894boolean throwException, boolean flush, boolean backedByArray) throws BufferOverflowException, Exce… in smBufDecode()
1899 boolean throwException, boolean flush, boolean backedByArray, int targetLimit) in smBufDecode()
2024 boolean throwException, boolean flush) throws Exception, BufferOverflowException { in smBufEncode()
2029boolean throwException, boolean flush, boolean backedByArray) throws Exception, BufferOverflowExce… in smBufEncode()
2034boolean throwException, boolean flush, boolean backedByArray, int targetLimit) throws Exception, in smBufEncode()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc125 int throwException(JNIEnv* env, const char* className, const char* msg) { in throwException() function
/external/ImageMagick/Magick++/lib/
DException.cpp819 MagickPPExport void Magick::throwException(ExceptionInfo *exception_, in throwException() function in Magick