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

1 2

  /art/test/111-unresolvable-exception/src/
TestException.java 17 public class TestException extends Exception {
Main.java 29 throwsTestException(); // TestException is checked, so we need something potentially
33 } catch (TestException e) { // This handler will have an unresolvable class.
40 private static native void throwsTestException() throws TestException;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestException.idl 31 ] exception TestException {
  /external/chromium_org/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(), ""),
  /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/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestException.h 14 #include "bindings/tests/idls/core/TestException.h"
24 static TestException* toImpl(v8::Handle<v8::Object> object)
28 static TestException* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestException* impl)
39 static inline TestException* toImpl(ScriptWrappableBase* internalPointer)
41 return internalPointer->toImpl<TestException>();
49 inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
54 inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* impl)
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestException* impl
    [all...]
V8TestException.cpp 25 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestException.h.
28 const WrapperTypeInfo& TestException::s_wrapperTypeInfo = V8TestException::wrapperTypeInfo;
37 TestException* impl = V8TestException::toImpl(holder);
51 TestException* impl = V8TestException::toImpl(holder);
64 TestException* impl = V8TestException::toImpl(info.Holder());
87 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
122 TestException* V8TestException::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
124 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestException>() : 0;
130 internalPointer->toImpl<TestException>()->ref();
135 internalPointer->toImpl<TestException>()->deref()
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
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.
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.
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/deqp/framework/common/
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
  /art/test/111-unresolvable-exception/
build 22 rm classes/TestException.class
  /external/chromium_org/build/android/pylib/utils/
timeout_retry_unittest.py 13 class TestException(Exception):
25 raise TestException
43 self.assertRaises(TestException,
reraiser_thread_unittest.py 14 class TestException(Exception):
35 raise TestException
40 with self.assertRaises(TestException):
73 raise TestException
77 with self.assertRaises(TestException):
  /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.5.7/
builder-test-api-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.7.0/
builder-test-api-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.7.4/
builder-test-api-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.8.0/
builder-test-api-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.8.1/
builder-test-api-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.8.3/
builder-test-api-0.8.3.jar 

Completed in 1512 milliseconds

1 2