/external/skia/tools/ |
D | update-doxygen.sh | 18 ret_code=$? 19 if [ $ret_code != 0 ]; then 42 ret_code=$? 43 if [ $ret_code != 0 ]; then 59 ret_code=$? 60 if [ $ret_code != 0 ]; then 62 exit $ret_code
|
/external/chromium_org/win8/delegate_execute/ |
D | delegate_execute.cc | 149 HRESULT ret_code = E_UNEXPECTED; in _tWinMain() local 154 ret_code = _AtlModule.WinMain(nShowCmd); in _tWinMain() 157 ret_code = RelaunchChrome(operation); in _tWinMain() 163 AtlTrace("delegate_execute exit, code = %d\n", ret_code); in _tWinMain() 164 return ret_code; in _tWinMain()
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 243 ret_code = p.wait() 248 if os.WIFSIGNALED(ret_code): 249 self._return_code = -os.WTERMSIG(ret_code) 251 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/chromium_org/build/android/pylib/gtest/ |
D | test_package_exe.py | 38 ret_code = 1 # Assume failure if we can't find it 48 ret_code = file(ret_code_file.name).read() 49 ret = int(ret_code) 52 ret_code_file.name, ret_code)
|
D | test_runner.py | 153 ret_code = self.test_package.GetGTestReturnCode(self.adb) 154 if ret_code: 157 ret_code, p.before, p.after)
|
/external/gtest/test/ |
D | gtest_test_utils.py | 265 ret_code = p.wait() 276 if os.WIFSIGNALED(ret_code): 277 self._return_code = -os.WTERMSIG(ret_code) 279 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_test_utils.py | 265 ret_code = p.wait() 276 if os.WIFSIGNALED(ret_code): 277 self._return_code = -os.WTERMSIG(ret_code) 279 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/chromium/testing/gtest/test/ |
D | gtest_test_utils.py | 265 ret_code = p.wait() 276 if os.WIFSIGNALED(ret_code): 277 self._return_code = -os.WTERMSIG(ret_code) 279 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | vdso_support.cc | 171 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, NULL, NULL); in GetCPU() local 172 return ret_code == 0 ? cpu : ret_code; in GetCPU()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | vdso_support.cc | 171 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, NULL, NULL); in GetCPU() local 172 return ret_code == 0 ? cpu : ret_code; in GetCPU()
|
/external/chromium_org/win8/test/ |
D | test_registrar.cc | 135 HRESULT ret_code = _AtlModule.WinMain(nShowCmd); in _tWinMain() local 137 return ret_code; in _tWinMain()
|
/external/openssl/crypto/evp/ |
D | bio_b64.c | 146 int ret=0,i,ii,j,k,x,n,num,ret_code=0; in b64_read() local 188 ret_code=0; in b64_read() 199 ret_code=i; in b64_read() 347 ret_code=0; in b64_read() 370 return((ret == 0)?ret_code:ret); in b64_read()
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
D | bio_b64.c | 146 int ret=0,i,ii,j,k,x,n,num,ret_code=0; in b64_read() local 188 ret_code=0; in b64_read() 199 ret_code=i; in b64_read() 347 ret_code=0; in b64_read() 370 return((ret == 0)?ret_code:ret); in b64_read()
|
/external/chromium_org/chrome/browser/first_run/ |
D | first_run_internal_win.cc | 43 int* ret_code) { in LaunchSetupForEula() argument 81 *ret_code = exit_code; in LaunchSetupForEula()
|
/external/srec/srec/ca/ |
D | pat_basi.c | 80 int ii, ret_code; in CA_LoadPattern() local 95 ret_code = init_newton_transform(hPattern->data.prep, 0, imelda, hPatInput->dimen); in CA_LoadPattern() 96 if (ret_code > 0) in CA_LoadPattern()
|
/external/oprofile/libutil++/ |
D | child_reader.cpp | 92 int ret_code = errno; in exec_command() local 102 exit(ret_code); in exec_command()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.h | 162 int* ret_code);
|
D | first_run_win.cc | 131 int* ret_code) { in LaunchSetupWithParam() argument 151 return (TRUE == ::GetExitCodeProcess(ph, reinterpret_cast<DWORD*>(ret_code))); in LaunchSetupWithParam()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_sr.c | 264 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp() local 303 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg); in gatt_sr_process_app_rsp() 308 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE); in gatt_sr_process_app_rsp() 314 GATT_TRACE_DEBUG1("gatt_sr_process_app_rsp ret_code=%d", ret_code); in gatt_sr_process_app_rsp() 316 return ret_code; in gatt_sr_process_app_rsp()
|
/external/mesa3d/src/glx/ |
D | dri2.c | 65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code); 178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) in DRI2Error() argument 198 *ret_code = False; in DRI2Error()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | dri2.c | 65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code); 178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) in DRI2Error() argument 198 *ret_code = False; in DRI2Error()
|
/external/chromium_org/remoting/tools/ |
D | me2me_virtual_host.py | 302 ret_code = subprocess.call("xauth add :%d . `mcookie`" % display, 304 if ret_code != 0: 305 raise Exception("xauth failed with code %d" % ret_code)
|
/external/bluetooth/bluedroid/bta/av/ |
D | bta_av_act.c | 409 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported() local 417 ret_code = BTA_AV_RSP_IMPL_STBL; in bta_av_op_supported() 424 ret_code = BTA_AV_RSP_ACCEPT; in bta_av_op_supported() 430 ret_code = BTA_AV_RSP_INTERIM; in bta_av_op_supported() 436 return ret_code; in bta_av_op_supported()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 2128 int ret_code = 0; in process_block() local 2221 ret_code = BLOCK_CHANGED; in process_block() 2266 return ret_code; in process_block()
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | ssl.h | 1926 int SSL_get_error(const SSL *s,int ret_code);
|