OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestException
(Results
1 - 11
of
11
) 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
24
#include "bindings/bindings/tests/idls/
TestException
.h"
36
static
TestException
* toNative(v8::Handle<v8::Object> object)
43
static inline void* toInternalPointer(
TestException
* impl)
48
static inline
TestException
* fromInternalPointer(void* object)
50
return static_cast<
TestException
*>(object);
52
static void installPerContextProperties(v8::Handle<v8::Object>,
TestException
*, v8::Isolate*) { }
55
friend v8::Handle<v8::Object> wrap(
TestException
*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
56
static v8::Handle<v8::Object> createWrapper(PassRefPtr<
TestException
>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
60
class WrapperTypeTraits<
TestException
> {
66
inline v8::Handle<v8::Object> wrap(
TestException
* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate
[
all
...]
V8TestException.cpp
37
static void initializeScriptWrappableForInterface(
TestException
* object)
51
void webCoreInitializeScriptWrappableForInterface(WebCore::
TestException
* object)
65
TestException
* imp = V8TestException::toNative(info.Holder());
89
defaultSignature = V8DOMConfiguration::configureTemplate(desc, "
TestException
", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
127
v8::Handle<v8::Object> V8TestException::createWrapper(PassRefPtr<
TestException
> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
/external/chromium_org/build/android/pylib/utils/
reraiser_thread_unittest.py
14
class
TestException
(Exception):
35
raise
TestException
40
with self.assertRaises(
TestException
):
73
raise
TestException
77
with self.assertRaises(
TestException
):
/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
):
Completed in 1523 milliseconds