/external/autotest/cli/ |
D | test_unittest.py | 13 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])
|
D | job_unittest.py | 18 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/ |
D | test-tls.c | 70 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/ |
D | tirpc_toplevel_clnt_call_dataint.c | 53 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()
|
D | tirpc_toplevel_clnt_call.c | 51 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/ |
D | rpc_test.sh | 24 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/ |
D | sendfile01 | 45 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/ |
D | BinlogHelper.java | 85 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/ |
D | rpc_clnt_create.c | 50 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/ |
D | tirpc_clnt_create.c | 51 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/ |
D | tirpc_clnt_tp_create.c | 50 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/ |
D | tirpc_clnt_create_timed.c | 51 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/ |
D | tirpc_clnt_tp_create_timed.c | 50 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/ |
D | rpc_svcerr_noproc.c | 52 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/ |
D | tirpc_clnt_perror.c | 51 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/ |
D | tirpc_clnt_perrno.c | 51 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/ |
D | rpc_clnt_perror.c | 51 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/ |
D | rpc_clnt_perrno.c | 51 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/ |
D | rpc_clnt_sperrno.c | 51 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/ |
D | rpc_clnt_sperror.c | 51 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/ |
D | tirpc_clnt_tli_create.c | 53 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/ |
D | rpc_clnt_freeres.c | 50 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/ |
D | rpc_clntudp_bufcreate.c | 53 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/ |
D | tirpc_clnt_vc_create.c | 52 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/ |
D | rpc_clnttcp_create_stress.c | 54 CLIENT *clnt = NULL; in main() 76 if ((CLIENT *) clnt != NULL) in main()
|