Searched defs:ret_code (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/win8/test/
H A Dtest_registrar.cc135 HRESULT ret_code = _AtlModule.WinMain(nShowCmd); local
137 return ret_code;
/external/srec/srec/ca/
H A Dpat_basi.c80 int ii, ret_code; local
95 ret_code = init_newton_transform(hPattern->data.prep, 0, imelda, hPatInput->dimen);
96 if (ret_code > 0)
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc39 // in |*ret_code|, and returns true if the exit code is valid.
43 int* ret_code) {
76 *ret_code = exit_code;
42 LaunchSetupForEula(const base::FilePath::StringType& value, int* ret_code) argument
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc185 HRESULT ret_code = E_UNEXPECTED; local
190 ret_code = _AtlModule.WinMain(nShowCmd);
193 ret_code = RelaunchChrome(operation);
199 AtlTrace("delegate_execute exit, code = %d\n", ret_code);
200 return ret_code;
/external/oprofile/libutil++/
H A Dchild_reader.cpp92 int ret_code = errno; local
102 exit(ret_code);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dvdso_support.cc171 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, NULL, NULL); local
172 return ret_code == 0 ? cpu : ret_code;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dvdso_support.cc171 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, NULL, NULL); local
172 return ret_code == 0 ? cpu : ret_code;
/external/valgrind/main/none/tests/s390x/
H A Dpfpo.c29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \
40 ret_code = ret; \
51 unsigned int ret_code; local
72 PFPO(0., double, _Decimal64, 0x81090600, 0, ret_code, cc);
73 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81090600, ret_code, cc);
76 PFPO(0., double, _Decimal64, 0x81990600, 0, ret_code, cc);
77 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81990600, ret_code, cc);
87 i, ret_code, cc);
89 printf(" ret=%d cc=%d\n", ret_code, cc);
97 i, ret_code, c
[all...]
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h326 int ret_code = GetReceiveChannelRtcpStatistics(video_channel, local
333 return ret_code;
342 int ret_code = GetSendChannelRtcpStatistics(video_channel, local
349 return ret_code;
379 int ret_code = GetRtpStatistics(video_channel, sent, received); local
384 return ret_code;
/external/openssl/crypto/evp/
H A Dbio_b64.c146 int ret=0,i,ii,j,k,x,n,num,ret_code=0; local
188 ret_code=0;
199 ret_code=i;
348 ret_code=0;
371 return((ret == 0)?ret_code:ret);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_sr.c265 tGATT_STATUS ret_code = GATT_SUCCESS; local
305 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg);
310 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE);
316 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d", ret_code);
318 return ret_code;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.c65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code);
178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) argument
198 *ret_code = False;
/external/mesa3d/src/glx/
H A Ddri2.c65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code);
178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) argument
198 *ret_code = False;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c411 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; local
419 ret_code = BTA_AV_RSP_IMPL_STBL;
426 ret_code = BTA_AV_RSP_ACCEPT;
432 ret_code = BTA_AV_RSP_INTERIM;
438 return ret_code;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c4194 int ret_code = 0; local
4203 return (ret_code);
4219 return (ret_code);
4288 ret_code = 1;
4300 ret_code = 1;
4318 return (ret_code);
/external/e2fsprogs/e2fsck/
H A Dpass1.c2257 int ret_code = 0; local
2349 ret_code = BLOCK_CHANGED;
2402 return ret_code;

Completed in 2374 milliseconds