Searched refs:ex (Results 1 - 25 of 813) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/fast/js/
H A Dend-in-string-escape.js30 } catch (ex) {
H A Ddeep-recursion-test.js33 } catch (ex) {
34 debug("FAIL: " + ex);
39 } catch (ex) {
40 var msg = String(eval(ex));
46 } catch (ex) {
47 var msg = String(eval(ex));
63 } catch (ex) {
64 var msg = String(eval(ex));
75 } catch (ex) {
76 var msg = String(eval(ex));
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3exception.c37 static void antlr3ExceptionPrint(pANTLR3_EXCEPTION ex);
38 static void antlr3ExceptionFree (pANTLR3_EXCEPTION ex);
74 pANTLR3_EXCEPTION ex; local
78 ex = (pANTLR3_EXCEPTION) ANTLR3_CALLOC(1, sizeof(ANTLR3_EXCEPTION));
82 if (ex == NULL)
87 ex->name = name; /* Install exception name */
88 ex->type = exception; /* Install the exception number */
89 ex->message = message; /* Install message string */
93 ex->freeMessage = freeMessage;
97 ex
118 antlr3ExceptionPrint(pANTLR3_EXCEPTION ex) argument
154 antlr3ExceptionFree(pANTLR3_EXCEPTION ex) argument
[all...]
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataInput.java50 catch (IOException ex)
52 throw new RuntimeException(ex.getMessage());
62 catch (IOException ex)
64 throw new RuntimeException(ex.getMessage());
74 catch (IOException ex)
76 throw new RuntimeException(ex.getMessage());
86 catch (IOException ex)
88 throw new RuntimeException(ex.getMessage());
98 catch (IOException ex)
100 throw new RuntimeException(ex
[all...]
H A DRuntimeDataOutput.java50 catch (IOException ex)
52 throw new RuntimeException(ex.getMessage());
63 catch (IOException ex)
65 throw new RuntimeException(ex.getMessage());
76 catch (IOException ex)
78 throw new RuntimeException(ex.getMessage());
89 catch (IOException ex)
91 throw new RuntimeException(ex.getMessage());
102 catch (IOException ex)
104 throw new RuntimeException(ex
[all...]
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkHRESULT.h43 #define HR(ex) HR_GENERAL(ex, NULL, _hr)
44 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr)
46 #define HRB(ex) HR_GENERAL(ex, NULL, false)
47 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false)
49 #define HRN(ex) HR_GENERAL(ex, NUL
[all...]
/external/skia/include/utils/win/
H A DSkHRESULT.h43 #define HR(ex) HR_GENERAL(ex, NULL, _hr)
44 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr)
46 #define HRB(ex) HR_GENERAL(ex, NULL, false)
47 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false)
49 #define HRN(ex) HR_GENERAL(ex, NUL
[all...]
/external/nist-sip/java/gov/nist/core/
H A DInternalErrorHandler.java42 public static void handleException(Exception ex) throws RuntimeException { argument
43 System.err.println ("Unexpected internal error FIXME!! " + ex.getMessage());
44 ex.printStackTrace();
45 throw new RuntimeException("Unexpected internal error FIXME!! " + ex.getMessage(), ex);
51 public static void handleException(Exception ex, StackLogger stackLogger) { argument
52 System.err.println ("Unexpected internal error FIXME!! " + ex.getMessage());
53 stackLogger.logError("UNEXPECTED INTERNAL ERROR FIXME " + ex.getMessage());
54 ex.printStackTrace();
55 stackLogger.logException(ex);
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-100859.js35 } catch (ex) {
36 assertTrue(ex instanceof RangeError);
H A Dregress-91010.js34 } catch(ex) {}
36 } catch(ex) {}
H A Dregress-937896.js39 } catch (ex) {
/external/chromium_org/third_party/webrtc/base/
H A Dgunit.h22 // Wait until "ex" is true, or "timeout" expires.
23 #define WAIT(ex, timeout) \
25 !(ex) && rtc::Time() < start + timeout;) \
31 #define WAIT_(ex, timeout, res) \
34 res = (ex); \
37 res = (ex); \
42 #define EXPECT_TRUE_WAIT(ex, timeout) \
45 WAIT_(ex, timeout, res); \
46 if (!res) EXPECT_TRUE(ex); \
56 #define ASSERT_TRUE_WAIT(ex, timeou
[all...]
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/
H A Dbad_function_call_ctor.pass.cpp19 std::bad_function_call ex; local
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DException.pm11 my $ex = $self->class->new();
12 is $ex->message, '';
17 my $ex = $self->class->new({ message => 'test error message' });
18 is $ex->message, 'test error message';
26 my $ex = $self->class->caught();
27 is $ex->message, 'test error message';
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dbase_test_results_unittest.py31 def assertEquals(self, ex, res):
33 if ex != res and isinstance(ex, list):
40 ex = CleanList(ex)
42 max_len = max(len(ex), len(res))
43 max_width = max([len(x) for x in ex + res])
48 if i < len(ex):
49 e = ex[i]
62 if ex !
[all...]
/external/smack/src/org/jivesoftware/smack/proxy/
H A DProxyException.java30 public ProxyException(ProxyInfo.ProxyType type, String ex, Throwable cause) argument
32 super("Proxy Exception " + type.toString() + " : "+ex+", "+cause);
35 public ProxyException(ProxyInfo.ProxyType type, String ex) argument
37 super("Proxy Exception " + type.toString() + " : "+ex);
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
H A Dput2.pass.cpp49 std::string ex(str, iter.base());
50 assert(ex == "Saturday");
54 std::string ex(str, iter.base());
55 assert(ex == "Sat");
59 std::string ex(str, iter.base());
60 assert(ex == "May");
64 std::string ex(str, iter.base());
65 assert(ex == "May");
69 std::string ex(str, iter.base());
70 assert(ex
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/acl/
H A DAclNotFoundExceptionTest.java38 AclNotFoundException ex = new AclNotFoundException();
39 assertNull(ex.getMessage());
40 assertNull(ex.getCause());
H A DLastOwnerExceptionTest.java34 LastOwnerException ex = new LastOwnerException();
35 assertNull(ex.getMessage());
36 assertNull(ex.getCause());
H A DNotOwnerExceptionTest.java34 NotOwnerException ex = new NotOwnerException();
35 assertNull(ex.getMessage());
36 assertNull(ex.getCause());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DPrivilegedActionExceptionTest.java38 Exception ex = new Exception();
39 new PrivilegedActionException(ex);
47 Exception ex = new Exception();
48 assertSame(new PrivilegedActionException(ex).getException(), ex);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_v3.c86 X509_EXTENSION *ex; local
95 ex=sk_X509_EXTENSION_value(sk,lastpos);
96 if (OBJ_cmp(ex->object,obj) == 0)
106 X509_EXTENSION *ex; local
115 ex=sk_X509_EXTENSION_value(sk,lastpos);
116 if ( ((ex->critical > 0) && crit) ||
117 ((ex->critical <= 0) && !crit))
142 X509_EXTENSION *ex, int loc)
166 if ((new_ex=X509_EXTENSION_dup(ex)) == NULL)
181 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, in argument
197 X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, const ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) argument
228 X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) argument
237 X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) argument
244 X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) argument
254 X509_EXTENSION_get_object(X509_EXTENSION *ex) argument
260 X509_EXTENSION_get_data(X509_EXTENSION *ex) argument
266 X509_EXTENSION_get_critical(X509_EXTENSION *ex) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509_v3.c88 X509_EXTENSION *ex; local
97 ex=sk_X509_EXTENSION_value(sk,lastpos);
98 if (OBJ_cmp(ex->object,obj) == 0)
108 X509_EXTENSION *ex; local
117 ex=sk_X509_EXTENSION_value(sk,lastpos);
118 if ( ((ex->critical > 0) && crit) ||
119 ((ex->critical <= 0) && !crit))
144 X509_EXTENSION *ex, int loc)
168 if ((new_ex=X509_EXTENSION_dup(ex)) == NULL)
183 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, in argument
200 X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) argument
231 X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj) argument
240 X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) argument
247 X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) argument
257 X509_EXTENSION_get_object(X509_EXTENSION *ex) argument
263 X509_EXTENSION_get_data(X509_EXTENSION *ex) argument
269 X509_EXTENSION_get_critical(X509_EXTENSION *ex) argument
[all...]
/external/apache-http/src/org/apache/http/client/utils/
H A DCloneUtils.java54 } catch (NoSuchMethodException ex) {
55 throw new NoSuchMethodError(ex.getMessage());
59 } catch (InvocationTargetException ex) {
60 Throwable cause = ex.getCause();
66 } catch (IllegalAccessException ex) {
67 throw new IllegalAccessError(ex.getMessage());
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_bool.pass.cpp52 std::string ex(str, iter.base());
53 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
70 std::string ex(str, iter.base());
71 assert(ex == "false");
77 std::string ex(str, iter.base());
78 assert(ex == "true");
89 std::string ex(str, iter.base());
90 assert(ex
[all...]

Completed in 1241 milliseconds

1234567891011>>