Home
last modified time | relevance | path

Searched refs:CLIENT (Results 1 – 25 of 132) sorted by relevance

123456

/external/autotest/cli/
Dtest_unittest.py13 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT variable
18 u'test_type': CLIENT,
32 u'test_type': CLIENT,
46 u'test_type': CLIENT,
77 u'test_type': CLIENT,
107 'unknown', CLIENT])
119 'unknown', CLIENT])
Djob_unittest.py18 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT variable
42 u'control_type': CLIENT,
67 u'control_type': CLIENT,
94 u'control_type': CLIENT,
148 u'control_type': CLIENT,
157 out_words_no=['sleeptest', 'Priority', CLIENT, '2008'])
168 u'control_type': CLIENT,
177 CLIENT, '2008', 'Priority'],
189 u'control_type': CLIENT,
198 out_words_no=['sleeptest', 'Priority', CLIENT, '2008'])
[all …]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_dataint.c53 CLIENT *clnt = NULL; in main()
81 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main()
93 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main()
105 clnt_call((CLIENT *) clnt, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in in main()
117 clnt_call((CLIENT *) clnt, DBLPROCNUM, (xdrproc_t) xdr_double, (char *)&dblSnd, // xdr_in in main()
130 clnt_call((CLIENT *) clnt, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main()
Dtirpc_toplevel_clnt_call.c56 CLIENT *clnt = NULL; in main()
79 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main()
Dtirpc_toplevel_clnt_call_stress.c57 CLIENT *clnt = NULL; in main()
84 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/
Drpc_test.sh24 CLIENT=""
61 c) CLIENT="$OPTARG" ;;
75 if [ -z "$CLIENT" ]; then
81 TCID="$CLIENT"
93 tst_rhost_run -sc "$CLIENT $(tst_ipaddr) $PROGNUMNOSVC $CLIENT_EXTRA_OPTS"
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dsendfile0145 CLIENT="testsf_c${TST_IPV6}"
73 "$CLIENT ip '$ipaddr' port '$port' file '$clnt_fname'"
75 $CLIENT $ipaddr $port $clnt_fname $serv_fname $size >\
80 tst_resm TFAIL "$CLIENT returned error '$ret'"
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/
Drpc_clnt_create.c50 CLIENT *clnt = NULL; in main()
59 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create/
Dtirpc_clnt_create.c55 CLIENT *clnt = NULL; in main()
68 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create/
Dtirpc_clnt_tp_create.c55 CLIENT *client = NULL; in main()
75 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/
Dtirpc_clnt_create_timed.c56 CLIENT *clnt = NULL; in main()
74 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/
Dtirpc_clnt_tp_create_timed.c54 CLIENT *client = NULL; in main()
79 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc/
Drpc_svcerr_noproc.c52 CLIENT *client = NULL; in main()
69 cs = clnt_call((CLIENT *) client, PROCNUM, (xdrproc_t) xdr_int, (char *)&var_snd, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/
Drpc_clnt_perrno.c52 CLIENT *clnt = NULL; in main()
70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror/
Drpc_clnt_perror.c52 CLIENT *clnt = NULL; in main()
70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/
Dtirpc_clnt_perror.c56 CLIENT *clnt = NULL; in main()
74 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/
Dtirpc_clnt_perrno.c56 CLIENT *clnt = NULL; in main()
74 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror/
Drpc_clnt_sperror.c52 CLIENT *clnt = NULL; in main()
71 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/
Drpc_clnt_sperrno.c52 CLIENT *clnt = NULL; in main()
71 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/
Dtirpc_clnt_tli_create.c55 CLIENT *client = NULL; in main()
90 /**/ test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_freeres/
Drpc_clnt_freeres.c50 CLIENT *clnt = NULL; in main()
68 if ((CLIENT *) clnt == NULL) { in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
Drpc_clntudp_bufcreate.c53 CLIENT *clnt = NULL; in main()
81 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create_stress.c54 CLIENT *clnt = NULL; in main()
76 if ((CLIENT *) clnt != NULL) in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
Dtirpc_clnt_vc_create.c54 CLIENT *client = NULL; in main()
83 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
Dtirpc_clnt_dg_create.c51 CLIENT *client = NULL; in main()
82 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()

123456