Searched refs:throwex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dexception_propagation.js28 function throwex() { function
35 func_ret_with_ex_func = throwex()();
45 func_ret_from_ex_throw_args = Math.abs(throwex());
55 throwex()(set_from_throw_func_args = 1);
65 myfunc(throwex(), set_from_func_throw_args = 1);
75 myfunc(set_from_before_func_throw_args = 1, throwex());
148 " ("+name+"_part1 = 1) "+op+" throwex();\n"+
155 " throwex() "+op+" ("+name+"_part2 = 1);\n"+
198 if (throwex()) {
209 if (throwex()) {
[all...]
/external/apache-xml/src/main/java/org/apache/xml/res/
H A DXMLMessages.java101 boolean throwex = false;
110 throwex = true;
140 if (throwex)
/external/apache-xml/src/main/java/org/apache/xpath/res/
H A DXPATHMessages.java92 boolean throwex = false;
101 throwex = true;
131 if (throwex)
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DMessages.java206 boolean throwex = false;
216 throwex = true;
260 throwex = true;
286 if (throwex)
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c305 throwex(JNIEnv *env, const char *msg) function
329 throwex(env, "database already closed");
1124 throwex(env, err ? err : "invalid file name");
1257 throwex(env, err ? err : "unknown error in open");
1286 throwex(env, "unsupported");
1307 throwex(env, err ? err : sqlite_error_string(ret));
1313 throwex(env, "unsupported");
1355 throwex(env, "invalid SQL statement");
1415 throwex(env, err ? err : msg);
1434 throwex(en
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 645 milliseconds