OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestException
(Results
1 - 25
of
45
) 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/
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/
V8TestException.h
10
#include "bindings/tests/idls/
TestException
.h"
23
static
TestException
* toNative(v8::Handle<v8::Object> object)
27
static
TestException
* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
31
static inline void* toInternalPointer(
TestException
* impl)
36
static inline
TestException
* fromInternalPointer(void* object)
38
return static_cast<
TestException
*>(object);
40
static void installPerContextEnabledProperties(v8::Handle<v8::Object>,
TestException
*, v8::Isolate*) { }
44
friend v8::Handle<v8::Object> wrap(
TestException
*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
45
static v8::Handle<v8::Object> createWrapper(PassRefPtr<
TestException
>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
48
v8::Handle<v8::Object> wrap(
TestException
* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*)
[
all
...]
V8TestException.cpp
23
static void initializeScriptWrappableForInterface(
TestException
* object)
33
void webCoreInitializeScriptWrappableForInterface(WebCore::
TestException
* object)
48
TestException
* impl = V8TestException::toNative(holder);
62
TestException
* impl = V8TestException::toNative(holder);
75
TestException
* impl = V8TestException::toNative(info.Holder());
98
defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "
TestException
", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
130
TestException
* V8TestException::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
135
v8::Handle<v8::Object> wrap(
TestException
* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
142
v8::Handle<v8::Object> V8TestException::createWrapper(PassRefPtr<
TestException
> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
168
v8::Handle<v8::Value> toV8NoInline(
TestException
* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate
[
all
...]
/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
37
static class
TestException
extends Exception {
45
public void throwException() throws
TestException
{
47
throw new
TestException
();
60
} catch (
TestException
e) {
86
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.
/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
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.9.0/
builder-test-api-0.9.0.jar
Completed in 610 milliseconds
1
2