OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:returnThis
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionStatePlaceholder.h
47
ExceptionState&
returnThis
() { return *this; }
53
#define IGNORE_EXCEPTION (::WebCore::IgnorableExceptionState().
returnThis
())
57
#define ASSERT_NO_EXCEPTION (::WebCore::IgnorableExceptionState().
returnThis
())
64
ExceptionState&
returnThis
() { return *this; }
74
#define ASSERT_NO_EXCEPTION (::WebCore::NoExceptionStateAssertionChecker(__FILE__, __LINE__).
returnThis
())
/external/junit/src/junit/framework/
JUnit4TestAdapterCache.java
73
List<Test>
returnThis
= new ArrayList<Test>();
75
returnThis
.add(asTest(child));
77
return
returnThis
;
/cts/tests/tests/jni/src/android/jni/cts/
InstanceNonce.java
53
public native InstanceNonce
returnThis
();
JniInstanceTest.java
141
assertSame(target, target.
returnThis
());
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
Completed in 188 milliseconds