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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestException.idl 28 exception TestException {
  /external/chromium/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/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/
V8TestException.h 36 #include "bindings/tests/idls/TestException.h"
48 static TestException* toNative(v8::Handle<v8::Object> object)
55 static inline void* toInternalPointer(TestException* impl)
60 static inline TestException* fromInternalPointer(void* object)
62 return static_cast<TestException*>(object);
64 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestException*, v8::Isolate*) { }
68 friend v8::Handle<v8::Object> wrap(TestException*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
69 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestException>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
73 class WrapperTypeTraits<TestException > {
78 inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate
    [all...]
V8TestException.cpp 45 static void initializeScriptWrappableForInterface(TestException* object)
59 void webCoreInitializeScriptWrappableForInterface(WebCore::TestException* object)
73 TestException* imp = V8TestException::toNative(info.Holder());
95 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
135 v8::Handle<v8::Object> V8TestException::createWrapper(PassRefPtr<TestException> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
161 v8::Handle<v8::Value> toV8NoInline(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
  /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.5.7/
builder-test-api-0.5.7.jar 
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 630 class TestException extends RuntimeException {
711 if (e instanceof TestException) {
724 throw new TestException();
742 class UncaughtException extends TestException {
750 if (e instanceof TestException) {
767 throw new TestException();
802 if (e instanceof TestException) {
816 throw new TestException();
  /external/chromium_org/build/android/pylib/base/
test_dispatcher_unittest.py 24 class TestException(Exception):
77 raise TestException
161 with self.assertRaises(TestException):
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 

Completed in 1391 milliseconds