/system/core/sh/ |
error.c | 284 short errcode; /* error number */ member in struct:errname 360 for (ep = errormsg ; ep->errcode ; ep++) { 361 if (ep->errcode == e && (ep->action & action) != 0)
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglcurrent.h | 113 _eglError(EGLint errCode, const char *msg);
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_lib.c | 243 int errcode; local 260 errcode = X509V3_R_EXTENSION_EXISTS; 274 errcode = X509V3_R_EXTENSION_NOT_FOUND; 305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
|
/external/mesa3d/src/egl/main/ |
eglcurrent.h | 113 _eglError(EGLint errCode, const char *msg);
|
/external/openssl/crypto/x509v3/ |
v3_lib.c | 243 int errcode; local 260 errcode = X509V3_R_EXTENSION_EXISTS; 274 errcode = X509V3_R_EXTENSION_NOT_FOUND; 305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
|
/external/svox/pico/lib/ |
picoapi.c | 194 * @param errCode : pico_System error code 203 pico_Status errCode, 218 if (errCode == PICO_OK) { 222 picoos_setErrorMsg((picoos_char *) outMessage, PICO_RETSTRINGSIZE, errCode, NULL, NULL, NULL); 691 * @param errCode : error code 700 pico_Status errCode, 706 PICODBG_DEBUG(("got error code %i", errCode)); 718 if (errCode == PICO_OK) { 722 picoos_setErrorMsg((picoos_char *) outMessage, PICO_RETSTRINGSIZE, errCode, NULL, NULL, NULL);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_scoos.h | 95 (_thread)->md.errcode = errno; \ 114 int errcode; member in struct:_MDThread
|
_irix.h | 176 #define _MD_SAVE_ERRNO(_thread) (_thread)->md.errcode = errno; 177 #define _MD_RESTORE_ERRNO(_thread) errno = (_thread)->md.errcode; 263 int errcode; member in struct:_MDThread
|
_linux.h | 354 (_thread)->md.errcode = errno; \ 363 errno = (_thread)->md.errcode; \ 375 int errcode; member in struct:_MDThread
|
_win16.h | 130 PRInt32 errcode; /* preserved errno for this thread */ member in struct:_MDThread 482 (_t)->md.errcode = errno; \ 491 (_t)->md.errcode = errno; \
|
/external/e2fsprogs/e2fsck/ |
super.c | 53 errcode_t errcode; member in struct:process_block_struct 106 pb->errcode = io_channel_read_blk(fs->io, blk, 1, 108 if (pb->errcode) 128 pb->errcode = io_channel_read_blk(fs->io, blk, 1, 130 if (pb->errcode) 134 pb->errcode = io_channel_write_blk(fs->io, blk, 1, 136 if (pb->errcode) 168 pb.errcode = 0;
|
/frameworks/base/media/jni/mediaeditor/ |
VideoBrowserMain.h | 91 * @param errCode (IN) Error code from the core 99 M4OSA_ERR errCode,
|
VideoEditorThumbnailMain.cpp | 85 * @param errCode (IN) Error code from the Core 93 M4OSA_ERR errCode, M4OSA_Void* pCbData,
|
/external/grub/netboot/ |
fsys_tftp.c | 107 ntohs (tr->u.err.errcode), 163 tp.u.err.errcode = 8; 167 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
InstallAppProgress.java | 150 private int getExplanationFromErrorCode(int errCode) { 151 Log.d(TAG, "Installation error code: " + errCode); 152 switch (errCode) {
|
/bionic/libc/kernel/common/linux/ |
capi.h | 79 __u16 errcode; member in union:capi_ioctl_struct
|
/external/chromium_org/net/third_party/nss/patches/ |
getrequestedclientcerttypes.patch | 15 PORT_SetError(errCode);
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_mod.c | 252 int errcode = 0; local 264 errcode = CONF_R_ERROR_LOADING_DSO; 270 errcode = CONF_R_MISSING_INIT_FUNCTION; 285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
|
/external/openssl/crypto/conf/ |
conf_mod.c | 252 int errcode = 0; local 264 errcode = CONF_R_ERROR_LOADING_DSO; 270 errcode = CONF_R_MISSING_INIT_FUNCTION; 285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 1571 int errcode = 0; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 1624 int errcode = 0; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bitvect.c | 296 const char * BitVector_Error(ErrCode error) 333 ErrCode BitVector_Boot(void) [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3con.c | [all...] |
ssl3ecc.c | 608 int errCode = SSL_ERROR_RX_MALFORMED_SERVER_KEY_EXCH; 637 errCode = SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE; 648 errCode = SEC_ERROR_UNSUPPORTED_EC_POINT_FORM; 694 errCode = 701 errCode = 725 errCode = SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE; 746 PORT_SetError( errCode ); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmtest.cpp | 82 #define DF_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\ 83 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \ 84 __LINE__, u_errorName(errcode), u_errorName(status));};}
|