Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/external/skia/include/utils/win/
DSkHRESULT.h43 #define HR(ex) HR_GENERAL(ex, NULL, _hr) argument
44 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) argument
46 #define HRB(ex) HR_GENERAL(ex, NULL, false) argument
47 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) argument
49 #define HRN(ex) HR_GENERAL(ex, NULL, NULL) argument
50 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL) argument
52 #define HRV(ex) HR_GENERAL(ex, NULL, ) argument
53 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) argument
55 #define HRZ(ex) HR_GENERAL(ex, NULL, 0) argument
56 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) argument
/external/chromium_org/third_party/skia/include/utils/win/
DSkHRESULT.h43 #define HR(ex) HR_GENERAL(ex, NULL, _hr) argument
44 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) argument
46 #define HRB(ex) HR_GENERAL(ex, NULL, false) argument
47 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) argument
49 #define HRN(ex) HR_GENERAL(ex, NULL, NULL) argument
50 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL) argument
52 #define HRV(ex) HR_GENERAL(ex, NULL, ) argument
53 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) argument
55 #define HRZ(ex) HR_GENERAL(ex, NULL, 0) argument
56 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) argument
/external/grub/stage2/
Dimgact_aout.h51 #define N_GETMAGIC(ex) \ argument
53 #define N_GETMID(ex) \ argument
56 #define N_GETFLAG(ex) \ argument
59 #define N_SETMAGIC(ex,mag,mid,flag) \ argument
63 #define N_GETMAGIC_NET(ex) \ argument
65 #define N_GETMID_NET(ex) \ argument
67 #define N_GETFLAG_NET(ex) \ argument
69 #define N_SETMAGIC_NET(ex,mag,mid,flag) \ argument
73 #define N_ALIGN(ex,x) \ argument
79 #define N_BADMAG(ex) \ argument
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
Dx509_v3.c88 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ() local
108 X509_EXTENSION *ex; in X509v3_get_ext_by_critical() local
183 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID()
200 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, in X509_EXTENSION_create_by_OBJ()
231 int X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj) in X509_EXTENSION_set_object()
240 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) in X509_EXTENSION_set_critical()
247 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) in X509_EXTENSION_set_data()
257 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex) in X509_EXTENSION_get_object()
263 ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex) in X509_EXTENSION_get_data()
269 int X509_EXTENSION_get_critical(X509_EXTENSION *ex) in X509_EXTENSION_get_critical()
/external/openssl/crypto/x509/
Dx509_v3.c88 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ() local
108 X509_EXTENSION *ex; in X509v3_get_ext_by_critical() local
183 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID()
200 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, in X509_EXTENSION_create_by_OBJ()
231 int X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj) in X509_EXTENSION_set_object()
240 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) in X509_EXTENSION_set_critical()
247 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) in X509_EXTENSION_set_data()
257 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex) in X509_EXTENSION_get_object()
263 ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex) in X509_EXTENSION_get_data()
269 int X509_EXTENSION_get_critical(X509_EXTENSION *ex) in X509_EXTENSION_get_critical()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dgunit.h45 #define WAIT(ex, timeout) \ argument
53 #define WAIT_(ex, timeout, res) \ argument
64 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument
78 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument
95 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3exception.c74 pANTLR3_EXCEPTION ex; in antlr3ExceptionNew() local
118 antlr3ExceptionPrint(pANTLR3_EXCEPTION ex) in antlr3ExceptionPrint()
154 antlr3ExceptionFree(pANTLR3_EXCEPTION ex) in antlr3ExceptionFree()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-c.cc89 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_build() local
100 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_mmap() local
112 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_map() local
124 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_load() local
135 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_fread() local
146 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_read() local
157 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_save() local
168 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_fwrite() local
178 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_write() local
192 } catch (const marisa_alpha::Exception &ex) { in marisa_alpha_restore() local
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DPrivilegedActionExceptionTest.java38 Exception ex = new Exception(); in testPrivilegedActionException() local
47 Exception ex = new Exception(); in testGetException() local
/external/stlport/stlport/stl/
D_range_errors.c22 # define _STLP_THROW_MSG(ex,msg) throw std::ex(msg) argument
35 # define _STLP_THROW_MSG(ex,msg) throw ex(msg) argument
49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT() argument
/external/marisa-trie/tools/
Dmarisa-predict.cc47 } catch (const marisa::Exception &ex) { in predict() local
55 } catch (const marisa::Exception &ex) { in predict() local
79 } catch (const marisa::Exception &ex) { in predict() local
Dmarisa-build.cc81 } catch (const marisa::Exception &ex) { in build() local
95 } catch (const marisa::Exception &ex) { in build() local
104 } catch (const marisa::Exception &ex) { in build() local
Dmarisa-lookup.cc38 } catch (const marisa::Exception &ex) { in lookup() local
46 } catch (const marisa::Exception &ex) { in lookup() local
Dmarisa-find.cc93 } catch (const marisa::Exception &ex) { in find() local
101 } catch (const marisa::Exception &ex) { in find() local
125 } catch (const marisa::Exception &ex) { in find() local
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-predict.cc47 } catch (const marisa_alpha::Exception &ex) { in predict() local
55 } catch (const marisa_alpha::Exception &ex) { in predict() local
79 } catch (const marisa_alpha::Exception &ex) { in predict() local
Dmarisa_alpha-build.cc81 } catch (const marisa_alpha::Exception &ex) { in build() local
95 } catch (const marisa_alpha::Exception &ex) { in build() local
104 } catch (const marisa_alpha::Exception &ex) { in build() local
Dmarisa_alpha-lookup.cc38 } catch (const marisa_alpha::Exception &ex) { in lookup() local
46 } catch (const marisa_alpha::Exception &ex) { in lookup() local
Dmarisa_alpha-find.cc93 } catch (const marisa_alpha::Exception &ex) { in find() local
101 } catch (const marisa_alpha::Exception &ex) { in find() local
125 } catch (const marisa_alpha::Exception &ex) { in find() local
/external/smack/src/org/jivesoftware/smack/proxy/
DProxyException.java30 public ProxyException(ProxyInfo.ProxyType type, String ex, Throwable cause) in ProxyException()
35 public ProxyException(ProxyInfo.ProxyType type, String ex) in ProxyException()
/external/nist-sip/java/gov/nist/core/
DInternalErrorHandler.java42 public static void handleException(Exception ex) throws RuntimeException { in handleException()
51 public static void handleException(Exception ex, StackLogger stackLogger) { in handleException()
DDebug.java50 public static void printStackTrace(Exception ex) { in printStackTrace()
56 public static void logError(String message, Exception ex) { in logError()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathException.java72 public XPathException(String message, ExpressionNode ex) in XPathException()
95 public org.w3c.dom.Node getStylesheetNode(ExpressionNode ex) in getStylesheetNode()
112 protected ExpressionNode getExpressionOwner(ExpressionNode ex) in getExpressionOwner()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/acl/
DAclNotFoundExceptionTest.java39 AclNotFoundException ex = new AclNotFoundException(); in testAclNotFoundException() local
DNotOwnerExceptionTest.java35 NotOwnerException ex = new NotOwnerException(); in testNotOwnerException() local
DLastOwnerExceptionTest.java35 LastOwnerException ex = new LastOwnerException(); in testLastOwnerException() local

12345678910>>...13