Searched refs:pong (Results 1 - 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | moduleImport.js | 5 if (x>0) XYZ.pong (x-1); 11 export function pong(x: number) { 26 XYZ.pong(x - 1);
35 function pong(x) {
function 39 X.pong = pong;
|
/third_party/libuv/test/ |
H A D | test-ping-pong.c | 51 char* pong; member 142 ASSERT_EQ(buf->base[i], pinger->pong[pinger->state]); in pinger_read_cb() 143 pinger->state = (pinger->state + 1) % strlen(pinger->pong); in pinger_read_cb() 214 /* same ping-pong test, but using IPv6 connection */ 227 pinger->pong = PING; in tcp_pinger_v6_new() 258 pinger->pong = PING; in tcp_pinger_new() 287 pinger->pong = PING; in pipe_pinger_new() 314 pinger->pong = PONG; in socketpair_pinger_new() 366 pinger->pong = PING; in pipe2_pinger_new()
|
/third_party/node/test/parallel/ |
H A D | test-pipe-stream.js | 36 function pong(conn) { 54 server.on('connection', pong);
|
/third_party/curl/tests/ |
H A D | ftpserver.pl | 424 my $pong; 425 sysread_or_die(\*SFREAD, \$pong, 5); 427 if($pong !~ /^PONG/) { 2516 my $pong; 2517 sysread_or_die(\*DREAD, \$pong, 5); 2519 if($pong =~ /^FAIL/) { 2527 elsif($pong !~ /^PONG/) { 2528 logmsg "DATA sockfilt unexpected response: $pong\n"; 2730 my $pong; 2731 sysread_or_die(\*DREAD, \$pong, [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib2301.c | 100 unsigned char pong[] = { in writecb() local 113 result = curl_ws_send(easy, pong, 2, &sent, 0, 0); in writecb()
|
/third_party/popt/tests/ |
H A D | testit.sh | 98 run test1 "test1 - 47" "arg1: 0 arg2: (none) oStr: ping rest: pong" --optional=ping pong 99 run test1 "test1 - 48" "arg1: 0 arg2: (none) oStr: ping rest: pong" --optional ping pong
|
/third_party/skia/docs/examples/ |
H A D | pong.cpp | 4 REG_FIDDLE_ANIMATED(pong, 256, 256, false, 0, 10) { in REG_FIDDLE_ANIMATED()
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/ |
H A D | main.c | 142 const char *pong = "Pong"; in dmh_ping() local 144 dbus_message_append_args(*reply, DBUS_TYPE_STRING, &pong, in dmh_ping()
|
/third_party/libcoap/src/ |
H A D | coap_net.c | 3474 coap_pdu_t *pong = coap_pdu_init(COAP_MESSAGE_CON, COAP_SIGNALING_CODE_PONG, 0, 1); in handle_signaling() local 3478 if (pong) { in handle_signaling() 3479 coap_add_option_internal(pong, COAP_SIGNALING_OPTION_CUSTODY, 0, NULL); in handle_signaling() 3480 coap_send_internal(session, pong); in handle_signaling()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 11979 channels.pong = diagnosticsChannel.channel("undici:websocket:pong"); 12081 if (channels.pong.hasSubscribers) { 12082 channels.pong.publish({
|
Completed in 21 milliseconds