OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doThrow
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/mjsunit/compiler/
inline-throw.js
31
function
doThrow
() {
36
if (x == 42) throw
doThrow
();
/external/neven/
FaceDetector_jni.cpp
88
static void
doThrow
(JNIEnv* env, const char* exc, const char* msg = NULL)
149
doThrow
(_env, "java/lang/OutOfMemoryError", NULL);
168
doThrow
(_env, "java/lang/OutOfMemoryError", NULL);
/frameworks/base/core/jni/
AndroidRuntime.cpp
183
static void
doThrow
(JNIEnv* env, const char* exc, const char* msg = NULL)
[
all
...]
/external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java
347
public static void
doThrow
(Object arg) {
355
public void oneNullableArgThrows(@Nullable String s) {
doThrow
(s); }
360
checkNotNull(s);
doThrow
(i);
364
checkNotNull(s);
doThrow
(i);
370
doThrow
(s);
374
doThrow
(i);
379
doThrow
(s);
393
doThrow
(s); // Fail: throwing non-NPE exception for null s
415
doThrow
(s); // Fail: throwing non-NPE exception for null s
432
doThrow
(i); // Fail: throwing non-NPE exception for null
[
all
...]
Completed in 171 milliseconds