HomeSort by relevance Sort by last modified time
    Searched full:errcode (Results 201 - 225 of 307) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 956 int errCode = SSL_ERROR_RX_MALFORMED_HELLO_VERIFY_REQUEST;
968 errCode = SSL_ERROR_RX_UNEXPECTED_HELLO_VERIFY_REQUEST;
1012 errCode = ssl_MapLowLevelError(errCode);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 39 #define TEST_ASSERT_SUCCESS(errcode) { if (U_FAILURE(errcode)) { \
40 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));\
    [all...]
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));};}
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 177 int16_t errCode;
182 errCode = WebRtcIsacfix_UpdateUplinkBwRec(bweStr, Index);
183 if (errCode <0) {
184 return(errCode);
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 39 #define TEST_ASSERT_SUCCESS(errcode) { if (U_FAILURE(errcode)) { \
40 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));\
    [all...]
dcfmtest.cpp 86 #define DF_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\
87 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \
88 __LINE__, u_errorName(errcode), u_errorName(status));};}
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 177 WebRtc_Word16 errCode;
182 errCode = WebRtcIsacfix_UpdateUplinkBwRec(bweStr, Index);
183 if (errCode <0) {
184 return(errCode);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 370 errcode = int(code)
372 errcode = -1
380 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
381 return errcode, errmsg
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 370 errcode = int(code)
372 errcode = -1
380 print>>stderr, 'reply: retcode (%s); Msg: %s' % (errcode, errmsg)
381 return errcode, errmsg
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 532 #define _MD_SAVE_ERRNO(_thread) (_thread)->md.errcode = errno;
533 #define _MD_RESTORE_ERRNO(_thread) errno = (_thread)->md.errcode;
706 int errcode;
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 82 void CWinTestDlg::CallbackOnError(int channel, int errCode)
87 str.Format(_T("[#%d] CallbackOnError(channel=%d) => errCode = %d"), _nErrorCallbacks, channel, errCode);
88 if (errCode == VE_RECEIVE_PACKET_TIMEOUT)
92 else if (errCode == VE_PACKET_RECEIPT_RESTARTED)
96 else if (errCode == VE_RUNTIME_PLAY_WARNING)
100 else if (errCode == VE_RUNTIME_REC_WARNING)
104 else if (errCode == VE_RUNTIME_PLAY_ERROR)
108 else if (errCode == VE_RUNTIME_REC_ERROR)
112 else if (errCode == VE_SATURATION_WARNING
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 857 pctx.errcode = retval;
883 pctx.errcode = e2fsck_rehash_dir(ctx, ino);
884 if (pctx.errcode) {
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.cpp     [all...]
ucnv_io.cpp 230 static void U_CALLCONV initAliasData(UErrorCode &errCode) {
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
241 if(U_FAILURE(errCode)) {
250 errCode = U_INVALID_FORMAT_ERROR;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 287 void sqlite3_result_error_code(sqlite3_context *pCtx, int errCode){
288 pCtx->isError = errCode;
290 sqlite3VdbeMemSetStr(&pCtx->s, sqlite3ErrStr(errCode), -1,
436 db->errCode = rc;
457 rc = db->errCode = p->rc;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.cpp     [all...]
ucnv_io.cpp 230 static void U_CALLCONV initAliasData(UErrorCode &errCode) {
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
241 if(U_FAILURE(errCode)) {
250 errCode = U_INVALID_FORMAT_ERROR;
    [all...]
  /external/tcpdump/
print-rx.c 1259 printf(" errcode");
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 261 static void send_at_result(UINT8 ok_flag, UINT16 errcode, int idx)
269 ag_res.errcode = errcode;
    [all...]
  /external/chromium_org/net/third_party/nss/patches/
fallbackscsv.patch 75 + errCode = SSL_ERROR_INAPPROPRIATE_FALLBACK_ALERT;
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 225 OS << " errcode=" << (UC[0].getOpInfo() == 0 ? "no" : "yes");
  /external/pcre/dist/doc/
pcreposix.3 
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.c 221 log_err("Problem doing toUnicode, errcode %d %s\n", myErrorName(status), gNuConvTestName);
384 log_err("Problem doing toUnicode, errcode %s %s\n", myErrorName(status), gNuConvTestName);
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 706 usbi_dbg("handling I/O completion with errcode %d", io_result);
722 usbi_dbg("checking I/O completion with errcode ERROR_NOT_SUPPORTED is really a stall");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texenv.c 43 #define TE_ERROR(errCode, msg, value) \
44 _mesa_error(ctx, errCode, msg, _mesa_lookup_enum_by_nr(value));

Completed in 1252 milliseconds

1 2 3 4 5 6 7 891011>>