HomeSort by relevance Sort by last modified time
    Searched defs:TestException (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /art/test/111-unresolvable-exception/src/
TestException.java 17 public class TestException extends Exception {
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/gtest/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/testng/src/main/java/org/testng/
TestException.java 10 public class TestException extends TestNGException {
13 public TestException(String s) {
17 public TestException(Throwable t) {
21 public TestException(String message, Throwable t) {
  /external/chromium-trace/catapult/telemetry/examples/browser_tests/
simple_numeric_test.py 74 def TestException(self):
  /external/deqp/framework/common/
tcuDefs.cpp 76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result)
82 TestException::TestException (const std::string& message, qpTestResult result)
89 : TestException(message, expr, file, line, QP_TEST_RESULT_FAIL)
94 : TestException(message, QP_TEST_RESULT_FAIL)
99 : TestException(message, expr, file, line, QP_TEST_RESULT_INTERNAL_ERROR)
104 : TestException(message, QP_TEST_RESULT_INTERNAL_ERROR)
109 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR)
114 : TestException(message, QP_TEST_RESULT_RESOURCE_ERROR
    [all...]
tcuDefs.hpp 62 class TestException : public Exception
65 TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result);
66 TestException (const std::string& message, qpTestResult result);
67 virtual ~TestException (void) throw() {}
77 class TestError : public TestException
86 class InternalError : public TestException
95 class ResourceError : public TestException
106 class NotSupportedError : public TestException
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierDebuggee.java 28 static class TestException extends Exception {
42 } catch (TestException e) {
43 System.out.println("Catch TestException");
53 private void throwException() throws TestException {
56 throw new TestException();
64 new TestException(); // force class loading.
CountModifierDebuggee.java 36 static class TestException extends Exception {
44 public void throwException() throws TestException {
46 throw new TestException();
59 } catch (TestException e) {
73 new TestException(); // force class loading.
ThreadOnlyModifierDebuggee.java 28 static class TestException extends Exception {
62 } catch (TestException e) {
67 void throwException() throws TestException {
70 throw new TestException();
81 new TestException(); // force class loading.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventWithExceptionDebuggee.java 32 static final class TestException extends Exception {
38 } catch (TestException e) {
46 public void syncAndThrow() throws TestException {
50 public void syncAndThrowImpl() throws TestException {
52 throw new TestException();
63 new TestException();
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread_unittest.py 14 class TestException(Exception):
36 raise TestException
41 with self.assertRaises(TestException):
77 raise TestException
81 with self.assertRaises(TestException):
timeout_retry_unittest.py 19 class TestException(Exception):
25 raise TestException
50 TestException, timeout_retry.Run, lambda: _CountTries(tries),
57 TestException, timeout_retry.Run, lambda: _CountTries(tries),
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.10.0/
builder-test-api-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.11.2/
builder-test-api-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.12.1/
builder-test-api-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.12.2/
builder-test-api-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.0/
builder-test-api-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.3/
builder-test-api-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.4/
builder-test-api-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.14.0/
builder-test-api-0.14.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.14.1/
builder-test-api-0.14.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.14.2/
builder-test-api-0.14.2.jar 

Completed in 3643 milliseconds

1 2 3 4 5