Home
last modified time | relevance | path

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

1234567

/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/wpa_supplicant_8/tests/
Dtest-tls.c70 enum { SERVER, CLIENT } test_peer; in main() enumerator
84 test_peer = CLIENT; in main()
126 if (test_peer == CLIENT && test_oper == READ) in main()
135 if (test_peer == CLIENT && test_oper == WRITE && in main()
138 if (!(test_peer == CLIENT && test_oper == READ) && in main()
143 if (((test_peer == CLIENT && test_oper == READ) || in main()
167 if (((test_peer == CLIENT && test_oper == READ) || in main()
180 if (test_peer == CLIENT && test_oper == READ) in main()
188 if (test_peer == CLIENT && test_oper == WRITE) in main()
217 if (!(test_peer == CLIENT && test_oper == READ)) { in main()
/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.c51 CLIENT *clnt = NULL; in main()
74 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=""
60 c) CLIENT="$OPTARG" ;;
74 if [ -z "$CLIENT" ]; then
80 TCID="$CLIENT"
98 EXPECT_RHOST_PASS $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/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinlogHelper.java85 private static final boolean CLIENT = false; field in BinlogHelper
136 .setLogger(isServer ? GrpcLogEntry.Logger.SERVER : GrpcLogEntry.Logger.CLIENT) in logSendInitialMetadata()
165 .setLogger(isServer ? GrpcLogEntry.Logger.SERVER : GrpcLogEntry.Logger.CLIENT) in logRecvInitialMetadata()
184 .setLogger(isServer ? GrpcLogEntry.Logger.SERVER : GrpcLogEntry.Logger.CLIENT) in logTrailingMetadata()
214 .setLogger(isServer ? GrpcLogEntry.Logger.SERVER : GrpcLogEntry.Logger.CLIENT) in logOutboundMessage()
234 .setLogger(isServer ? GrpcLogEntry.Logger.SERVER : GrpcLogEntry.Logger.CLIENT) in logInboundMessage()
351 seq.getAndIncrement(), methodName, timeout, headers, CLIENT, callId); in getClientInterceptor()
361 CLIENT, in getClientInterceptor()
374 CLIENT, in getClientInterceptor()
383 seq.getAndIncrement(), status, trailers, CLIENT, callId); in getClientInterceptor()
[all …]
/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.c51 CLIENT *clnt = NULL; in main()
64 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.c50 CLIENT *client = NULL; in main()
70 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.c51 CLIENT *clnt = NULL; in main()
69 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.c50 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/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/tirpc/tirpc_err_clnt_perror/
Dtirpc_clnt_perror.c51 CLIENT *clnt = NULL; in main()
69 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.c51 CLIENT *clnt = NULL; in main()
69 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_perror/
Drpc_clnt_perror.c51 CLIENT *clnt = NULL; in main()
69 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_perrno/
Drpc_clnt_perrno.c51 CLIENT *clnt = NULL; in main()
69 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_sperrno/
Drpc_clnt_sperrno.c51 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_sperror/
Drpc_clnt_sperror.c51 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_expertlevel_clnt_tli_create/
Dtirpc_clnt_tli_create.c53 CLIENT *client = NULL; in main()
88 /**/ 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/tirpc/tirpc_bottomlevel_clnt_vc_create/
Dtirpc_clnt_vc_create.c52 CLIENT *client = NULL; in main()
81 test_status = ((CLIENT *) client != 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()

1234567