Searched refs:err_code (Results 1 - 22 of 22) sorted by relevance

/external/libunwind/src/mi/
H A Dstrerror.c28 /* Returns the text corresponding to the given err_code or the
29 text "invalid error code" if the err_code is invalid. */
31 unw_strerror (int err_code) argument
34 unw_error_t error = (unw_error_t)-err_code;
/external/webrtc/webrtc/audio/
H A Daudio_state.cc58 void AudioState::CallbackOnError(int channel_id, int err_code) { argument
63 LOG(LS_INFO) << "VoiceEngine error " << err_code << " reported on channel "
65 if (err_code == VE_TYPING_NOISE_WARNING) {
68 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
H A Daudio_state.h39 void CallbackOnError(int channel_id, int err_code) override;
/external/webrtc/webrtc/p2p/base/
H A Dstunserver.cc65 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
66 err_code->SetCode(error_code);
67 err_code->SetReason(error_desc);
68 err_msg.AddAttribute(err_code);
H A Drelayserver.cc72 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
73 err_code->SetClass(error_code / 100);
74 err_code->SetNumber(error_code % 100);
75 err_code->SetReason(error_desc);
76 err_msg.AddAttribute(err_code);
/external/google-breakpad/src/common/linux/
H A Dlibcurl_wrapper.cc138 CURLcode err_code = CURLE_OK; local
139 err_code = (*easy_perform_)(curl_);
148 if (err_code != CURLE_OK)
151 (*easy_strerror_)(err_code));
162 return err_code == CURLE_OK;
H A Dhttp_upload.cc112 CURLcode err_code = CURLE_OK; local
165 err_code = (*curl_easy_perform)(curl);
174 if (err_code != CURLE_OK)
177 (*curl_easy_strerror)(err_code));
180 *error_description = (*curl_easy_strerror)(err_code);
196 return err_code == CURLE_OK;
/external/syslinux/win/
H A Dntfstest.c147 static void show_err(DWORD err_code) { argument
153 err_code,
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c43 int err_code; local
46 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
47 if (err_code) {
48 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
53 err_code = regexec(&regex, search_str, num_matches, matches, 0);
59 if (err_code) {
60 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
/external/tcpdump/
H A Dprint-pptp.c108 uint8_t err_code; member in struct:pptp_msg_sccrp
125 uint8_t err_code; member in struct:pptp_msg_stopccrp
136 uint8_t err_code; member in struct:pptp_msg_echorp
159 uint8_t err_code; member in struct:pptp_msg_ocrp
183 uint8_t err_code; member in struct:pptp_msg_icrp
206 uint8_t err_code; member in struct:pptp_msg_cdn
241 6 uint8_t err_code;
336 const uint8_t *err_code)
338 ND_PRINT((ndo, " ERR_CODE(%u", *err_code));
340 ND_PRINT((ndo, ":%s", tok2str(pptp_errcode_str, "?", *err_code)));
335 pptp_err_code_print(netdissect_options *ndo, const uint8_t *err_code) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxerror.cpp59 int err_code; member in struct:CvContext
79 context->err_code = CV_StsOk;
324 return icvGetContext()->err_code;
329 icvGetContext()->err_code = code;
346 context->err_code = code;
/external/pdfium/fpdfsdk/
H A Dfsdk_define.h78 void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code);
H A Dfpdf_ext.cpp119 void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code) { argument
121 if (err_code == FPDF_ERR_SECURITY) {
H A Dfpdfview.cpp441 uint32_t err_code = FPDF_ERR_SUCCESS; local
445 err_code = FPDF_ERR_SUCCESS;
448 err_code = FPDF_ERR_FILE;
451 err_code = FPDF_ERR_FORMAT;
454 err_code = FPDF_ERR_PASSWORD;
457 err_code = FPDF_ERR_SECURITY;
460 SetLastError(err_code);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc74 virtual void CallbackOnError(int channel, int err_code);
77 void MyObserver::CallbackOnError(int channel, int err_code) { argument
79 if (err_code == VE_TYPING_NOISE_WARNING) {
81 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
83 } else if (err_code == VE_RECEIVE_PACKET_TIMEOUT) {
85 } else if (err_code == VE_PACKET_RECEIPT_RESTARTED) {
87 } else if (err_code == VE_RUNTIME_PLAY_WARNING) {
89 } else if (err_code == VE_RUNTIME_REC_WARNING) {
91 } else if (err_code == VE_SATURATION_WARNING) {
93 } else if (err_code
639 int err_code = 0; local
[all...]
/external/fmtlib/fmt/
H A Dformat.cc169 StrError(int err_code, char *&buf, std::size_t buf_size) argument
170 : error_code_(err_code), buffer_(buf), buffer_size_(buf_size) {}
226 int err_code, CStringRef format_str, ArgList args) {
227 error_code_ = err_code;
229 format_system_error(w, err_code, format(format_str, args));
351 int err_code, CStringRef format_str, ArgList args) {
352 error_code_ = err_code;
354 internal::format_windows_error(w, err_code, format(format_str, args));
225 init( int err_code, CStringRef format_str, ArgList args) argument
350 init( int err_code, CStringRef format_str, ArgList args) argument
H A Dformat.h2359 void init(int err_code, CStringRef format_str, ArgList args);
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h719 static inline char *btrfs_err_str(enum btrfs_err_code err_code) argument
721 switch (err_code) {
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp360 const char* err_code; member in struct:__anon17174::__anon17175
370 s.appendf("%s '%s' ", sk_ft_errors[err].err_code, sk_ft_errors[err].err_msg);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h280 void TriggerCallbackOnError(int channel_num, int err_code) { argument
282 observer_->CallbackOnError(channel_num, err_code);
/external/sqlite/dist/orig/
H A Dsqlite3.c27743 sqlite3ErrorFinish(sqlite3 *db, int err_code) argument
27753 sqlite3Error(sqlite3 *db, int err_code) argument
27792 sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27743 sqlite3ErrorFinish(sqlite3 *db, int err_code) argument
27753 sqlite3Error(sqlite3 *db, int err_code) argument
27792 sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...) argument
[all...]

Completed in 1304 milliseconds