/external/chromium_org/sandbox/win/tools/finder/ |
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...] |
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;
|
/external/chromium_org/sandbox/win/src/ |
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); local [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_ci.c | 63 ** Parameter err_code is set to an AVDTP status value; 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, 78 p_buf->hdr.event = (err_code == AVDT_SUCCESS) ? 80 p_buf->err_code = err_code;
|
/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/bluetooth/bluedroid/bta/include/ |
bta_av_ci.h | 57 ** Parameter err_code is set to an AVDTP status value; 64 BTA_API extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Thread.c | 125 M4OSA_ERR err_code; local 157 err_code = M4OSA_mutexOpen(&(threadContext->stateMutex)); 159 if(M4OSA_ERR_IS_ERROR(err_code)) 161 M4OSA_DEBUG(err_code, "M4OSA_threadSyncOpen: M4OSA_mutexOpen"); 163 return err_code; 166 err_code = M4OSA_semaphoreOpen(&(threadContext->semStartStop), 0); 168 if(M4OSA_ERR_IS_ERROR(err_code)) 170 M4OSA_DEBUG(err_code, "M4OSA_threadSyncOpen: M4OSA_semaphoreOpen"); 172 return err_code; 396 M4OSA_ERR err_code; local 625 M4OSA_ERR err_code; local [all...] |
/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);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunserver.cc | 143 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local 144 err_code->SetErrorClass(error_code / 100); 145 err_code->SetNumber(error_code % 100); 146 err_code->SetReason(error_desc); 147 err_msg.AddAttribute(err_code);
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_ccb_act.c | 268 UINT8 err_code; local 272 p_data->msg.multi.num_seps, &err_code)) == 0) 280 p_data->msg.hdr.err_code = err_code; 307 event = (p_data->msg.hdr.err_code == 0) ? 340 UINT8 err_code; local 344 p_data->msg.multi.num_seps, &err_code)) == 0) 352 p_data->msg.hdr.err_code = err_code; 380 event = (p_data->msg.hdr.err_code == 0) 668 UINT8 err_code = AVDT_ERR_CONNECT; local 795 UINT8 err_code = AVDT_ERR_TIMEOUT; local 946 UINT8 err_code = AVDT_ERR_CONNECT; local [all...] |
avdt_scb_act.c | 137 p_scb->close_code = p_data->msg.hdr.err_code; 691 p_data->msg.hdr.err_code = AVDT_ERR_NSC; 720 if (p_data->msg.hdr.err_code == 0) 760 p_data->msg.hdr.err_code = AVDT_ERR_NSC; 827 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG; [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/chromium_org/third_party/sqlite/src/src/ |
util.c | 98 ** handle "db". The error code is set to "err_code". 114 ** should be called with err_code set to SQLITE_OK and zFormat set 117 void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ 119 db->errCode = err_code;
|
/external/srec/srec/include/ |
c42mul.h | 45 #define SETUP_RETURN(REC) ((REC)->err_code= setjmp ((REC)->except_buf)) 47 #define SET_ERROR(CODE) (rec->err_code= 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(®ex, regex_str, REG_EXTENDED); 47 if (err_code) { 48 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); 53 err_code = regexec(®ex, search_str, num_matches, matches, 0); 59 if (err_code) { 60 regerror(err_code, ®ex, 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(®ex, regex_str, REG_EXTENDED); 47 if (err_code) { 48 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); 53 err_code = regexec(®ex, search_str, num_matches, matches, 0); 59 if (err_code) { 60 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE);
|
/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/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/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/bluetooth/bluedroid/stack/smp/ |
smp_api.c | 171 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; local 180 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code);
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 84 local ($makestring, $options, $answer, $err_code) = @_; 123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
|
/external/bluetooth/bluedroid/stack/include/ |
avdtc_api.h | 224 UINT8 err_code, UINT8 err_param);
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
pnacl_translate_thread.h | 85 void TranslateFailed(enum PluginErrorCode err_code,
|