HomeSort by relevance Sort by last modified time
    Searched defs:err_code (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
registry.cc 34 LONG err_code = ::RegOpenKeyEx(hive, local
39 if (ERROR_SUCCESS == err_code) {
49 err_code);
processes_and_threads.cc 48 DWORD err_code = ::GetLastError(); local
49 if (ERROR_NO_MORE_FILES != err_code) {
51 "the system\r\n", err_code);
92 DWORD err_code = ::GetLastError(); local
93 if (ERROR_NO_MORE_FILES != err_code) {
95 "the system\r\n", err_code);
  /external/chromium_org/sandbox/win/tools/finder/
finder.cc 28 DWORD err_code = ERROR_SUCCESS; local
30 err_code = InitNT();
31 if (ERROR_SUCCESS != err_code)
32 return err_code;
38 err_code = sandbox::CreateRestrictedToken(&token_handle_, token_type,
41 return err_code;
finder_fs.cc 38 DWORD err_code = ::GetLastError(); local
41 if (ERROR_NO_MORE_FILES != err_code) {
42 Output(FS_ERR, err_code, directory);
44 return err_code;
finder_registry.cc 15 LONG err_code = ::RegEnumKey(key, index, buffer, name_size); local
16 while (ERROR_SUCCESS == err_code) {
22 err_code = ::RegOpenKeyEx(key, buffer, 0, KEY_ENUMERATE_SUB_KEYS,
24 if (ERROR_SUCCESS == err_code) {
29 Output(REG_ERR, err_code, name_complete);
33 err_code = ::RegEnumKey(key, index, buffer, name_size);
36 if (ERROR_NO_MORE_ITEMS != err_code) {
38 Output(REG_ERR, err_code, print_name);
51 LONG err_code = 0; local
54 err_code = ::RegOpenKeyEx(key, name, 0, GENERIC_ALL, &key_res)
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 172 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; local
181 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code);
  /external/chromium_org/sandbox/win/tools/launcher/
launcher.cc 137 DWORD err_code = sandbox::StartRestrictedProcessInJob( local
143 if (ERROR_SUCCESS != err_code) {
144 wprintf(L"\nAbord, Error %d while launching command line.", err_code);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 94 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
95 err_code->SetCode(error_code);
96 err_code->SetReason(error_desc);
97 err_msg.AddAttribute(err_code);
relayserver.cc 89 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
90 err_code->SetClass(error_code / 100);
91 err_code->SetNumber(error_code % 100);
92 err_code->SetReason(error_desc);
93 err_msg.AddAttribute(err_code);
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail.cpp 10 extern void ProcessParseError(FX_DWORD err_code);
120 extern void CheckUnSupportError(CPDF_Document * pDoc, FX_DWORD err_code);
128 FX_DWORD err_code = pParser->StartAsynParse(((CFPDF_DataAvail*)avail)->m_pDataAvail->GetFileRead()); local
129 if (err_code) {
131 ProcessParseError(err_code);
fpdfview.cpp 245 void ProcessParseError(FX_DWORD err_code)
248 switch (err_code) {
250 err_code = FPDF_ERR_FILE;
253 err_code = FPDF_ERR_FORMAT;
256 err_code = FPDF_ERR_PASSWORD;
259 err_code = FPDF_ERR_SECURITY;
262 SetLastError(err_code);
275 FX_DWORD err_code = pParser->StartParse((FX_LPCSTR)file_path); local
276 if (err_code) {
278 ProcessParseError(err_code);
315 FX_DWORD err_code = pParser->StartParse(pMemFile); local
339 FX_DWORD err_code = pParser->StartParse(pFile); local
    [all...]
  /external/srec/srec/clib/
matrix_i.c 47 int ii, jj, *index, err_code; local
65 if ((err_code = ludcmp(input, dim, index)) > 0) return(err_code);
  /external/chromium_org/sandbox/win/src/
restricted_token.cc 159 unsigned err_code = GetRestrictedTokenHandle(&restricted_token_handle); local
160 if (ERROR_SUCCESS != err_code)
161 return err_code;
restricted_token_utils.cc 48 unsigned err_code = restricted_token.AddRestrictingSidAllSids(); local
49 if (ERROR_SUCCESS != err_code)
50 return err_code;
109 DWORD err_code = ERROR_SUCCESS; local
111 err_code = restricted_token.AddAllSidsForDenyOnly(&sid_exceptions);
112 if (ERROR_SUCCESS != err_code)
113 return err_code;
117 err_code = restricted_token.DeleteAllPrivileges(&privilege_exceptions);
118 if (ERROR_SUCCESS != err_code)
119 return err_code;
149 DWORD err_code = job.Init(job_level, NULL, 0, 0); local
    [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 59 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/bluetooth/bluedroid/stack/avct/
avct_int.h 127 UINT8 err_code; member in union:__anon5818
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 64 UINT8 err_code = AVDT_ERR_TIMEOUT; local
91 (tAVDT_CCB_EVT *) &err_code);
623 evt.msg.hdr.err_code = error_code;
860 evt.msg.hdr.err_code = error_code;
937 evt.msg.security_rsp.hdr.err_code = error_code;
    [all...]
avdt_ccb_act.c 274 UINT8 err_code; local
278 p_data->msg.multi.num_seps, &err_code)) == 0)
286 p_data->msg.hdr.err_code = err_code;
313 event = (p_data->msg.hdr.err_code == 0) ?
346 UINT8 err_code; local
350 p_data->msg.multi.num_seps, &err_code)) == 0)
358 p_data->msg.hdr.err_code = err_code;
386 event = (p_data->msg.hdr.err_code == 0)
674 UINT8 err_code = AVDT_ERR_CONNECT; local
804 UINT8 err_code = AVDT_ERR_TIMEOUT; local
961 UINT8 err_code = AVDT_ERR_CONNECT; local
    [all...]
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 189 LONG err_code = ::RegOpenKeyEx(base_key, local
194 if (ERROR_SUCCESS == err_code) {
197 } else if (ERROR_INVALID_HANDLE == err_code ||
198 ERROR_ACCESS_DENIED == err_code) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 43 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/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 43 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/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 72 virtual void CallbackOnError(int channel, int err_code);
75 void MyObserver::CallbackOnError(int channel, int err_code) {
77 if (err_code == VE_TYPING_NOISE_WARNING) {
79 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
81 } else if (err_code == VE_RECEIVE_PACKET_TIMEOUT) {
83 } else if (err_code == VE_PACKET_RECEIPT_RESTARTED) {
85 } else if (err_code == VE_RUNTIME_PLAY_WARNING) {
87 } else if (err_code == VE_RUNTIME_REC_WARNING) {
89 } else if (err_code == VE_SATURATION_WARNING) {
91 } else if (err_code == VE_RUNTIME_PLAY_ERROR)
625 int err_code = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 442 else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0)
517 if (p_data->hdr.err_code == 0)
523 p_msg->msg.hdr.err_code = 0;
531 p_msg->msg.hdr.err_code = 0;
534 if ((p_data == NULL) || (p_data->hdr.err_code == 0))
2580 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; local
2791 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; local
2841 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; local
    [all...]
  /external/tcpdump/
print-pptp.c 115 u_int8_t err_code; member in struct:pptp_msg_sccrp
132 u_int8_t err_code; member in struct:pptp_msg_stopccrp
143 u_int8_t err_code; member in struct:pptp_msg_echorp
166 u_int8_t err_code; member in struct:pptp_msg_ocrp
190 u_int8_t err_code; member in struct:pptp_msg_icrp
213 u_int8_t err_code; member in struct:pptp_msg_cdn
248 6 u_int8_t err_code;
337 pptp_err_code_print(const u_int8_t *err_code)
339 printf(" ERR_CODE(%u", *err_code);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 3361 UINT8 err_code = 0; local
    [all...]

Completed in 1686 milliseconds

1 2