Home
last modified time | relevance | path

Searched refs:ret_code (Results 1 – 19 of 19) sorted by relevance

/external/valgrind/none/tests/s390x/
Dpfpo.c29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \ argument
40 ret_code = ret; \
51 unsigned int ret_code; in main() local
72 PFPO(0., double, _Decimal64, 0x81090600, 0, ret_code, cc); in main()
73 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81090600, ret_code, cc); in main()
76 PFPO(0., double, _Decimal64, 0x81990600, 0, ret_code, cc); in main()
77 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81990600, ret_code, cc); in main()
87 i, ret_code, cc); in main()
89 printf(" ret=%d cc=%d\n", ret_code, cc); in main()
97 i, ret_code, cc); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dsend_rev_1.c35 int ret_code = PTS_PASS; in main() local
57 ret_code = PTS_UNRESOLVED; in main()
61 for (i = 0; i < MAX_MSG && ret_code == PTS_PASS; i++) { in main()
67 ret_code = PTS_UNRESOLVED; in main()
79 for (i = 0; i < MAX_MSG && ret_code == PTS_PASS; i++) { in main()
85 ret_code = PTS_UNRESOLVED; in main()
93 exit(ret_code); in main()
101 return ret_code; in main()
/external/ltp/testcases/open_posix_testsuite/bin/
Drun-tests.sh51 ret_code=$?
53 if [ "$ret_code" = "0" ]; then
56 case "$ret_code" in
73 if [ $ret_code -gt 128 ]; then
88 return $ret_code
/external/autotest/client/profilers/custom_perf/
Dcustom_perf.py36 ret_code = self._process.poll()
37 if ret_code is not None:
39 '%d. Please check your logs.' % ret_code)
/external/autotest/client/profilers/cros_perf/
Dcros_perf.py52 ret_code = self._process.poll()
53 if ret_code is not None:
55 '%d. Please check your logs.' % ret_code)
/external/googletest/googletest/test/
Dgtest_test_utils.py280 ret_code = p.wait()
291 if os.WIFSIGNALED(ret_code):
292 self._return_code = -os.WTERMSIG(ret_code)
294 self._return_code = os.WEXITSTATUS(ret_code)
/external/v8/testing/gtest/test/
Dgtest_test_utils.py280 ret_code = p.wait()
291 if os.WIFSIGNALED(ret_code):
292 self._return_code = -os.WTERMSIG(ret_code)
294 self._return_code = os.WEXITSTATUS(ret_code)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_test_utils.py280 ret_code = p.wait()
291 if os.WIFSIGNALED(ret_code):
292 self._return_code = -os.WTERMSIG(ret_code)
294 self._return_code = os.WEXITSTATUS(ret_code)
/external/google-breakpad/src/testing/gtest/test/
Dgtest_test_utils.py265 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/protobuf/gtest/test/
Dgtest_test_utils.py269 ret_code = p.wait()
280 if os.WIFSIGNALED(ret_code):
281 self._return_code = -os.WTERMSIG(ret_code)
283 self._return_code = os.WEXITSTATUS(ret_code)
/external/ltp/include/lapi/
Drt_sigaction.h87 int ret_code = -1; in sig_initial() local
104 ret_code = 0; in sig_initial()
107 return ret_code; in sig_initial()
/external/libavc/encoder/
Dih264e_error.h46 #define SET_ERROR_ON_RETURN(error, severity, out_status, ret_code) \ argument
50 return (ret_code);\
/external/boringssl/src/decrepit/bio/
Dbase64_bio.c121 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local
166 ret_code = 0; in b64_read()
176 ret_code = i; in b64_read()
294 ret_code = 0; in b64_read()
317 return ret == 0 ? ret_code : ret; in b64_read()
/external/curl/lib/
Dsecurity.c366 int ret_code = 0; in Curl_sec_read_msg() local
401 (void)sscanf(buf, "%d", &ret_code); in Curl_sec_read_msg()
408 return ret_code; in Curl_sec_read_msg()
/external/mesa3d/src/glx/
Ddri2.c65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code);
184 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) in DRI2Error() argument
204 *ret_code = False; in DRI2Error()
/external/boringssl/src/ssl/
Dssl_lib.cc903 int SSL_get_error(const SSL *ssl, int ret_code) { in SSL_get_error() argument
904 if (ret_code > 0) { in SSL_get_error()
918 if (ret_code == 0) { in SSL_get_error()
/external/e2fsprogs/e2fsck/
Dpass1.c3371 int ret_code = 0; in process_block() local
3492 ret_code = BLOCK_CHANGED; in process_block()
3504 return ret_code; in process_block()
3564 return ret_code; in process_block()
/external/boringssl/src/include/openssl/
Dssl.h424 OPENSSL_EXPORT int SSL_get_error(const SSL *ssl, int ret_code);
/external/libmtp/src/
Dlibmtp.c2258 static void LIBMTP_Read_Event_Cb(PTPParams *params, uint16_t ret_code, in LIBMTP_Read_Event_Cb() argument
2265 switch (ret_code) { in LIBMTP_Read_Event_Cb()