Home
last modified time | relevance | path

Searched refs:pong (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DmoduleImport.js5 if (x>0) XYZ.pong (x-1);
11 export function pong(x: number) { function
26 XYZ.pong(x - 1);
35 function pong(x) { function
39 X.pong = pong;
DmoduleImport.types17 if (x>0) XYZ.pong (x-1);
21 >XYZ.pong (x-1) : any
22 >XYZ.pong : any
24 >pong : any
40 export function pong(x: number) {
41 >pong : (x: number) => void
DmoduleImport.symbols15 if (x>0) XYZ.pong (x-1);
31 export function pong(x: number) {
32 >pong : Symbol(pong, Decl(moduleImport.ts, 8, 20))
DmoduleImport.errors.txt13 if (x>0) XYZ.pong (x-1);
19 export function pong(x: number) {
/third_party/libuv/test/
Dtest-ping-pong.c51 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()
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/boost/libs/beast/doc/qbk/06_websocket/
D05_control_frames.qbk15 frames for a message. There are three types of control frames: ping, pong,
18 A sent ping indicates a request that the sender wants to receive a pong. A
19 pong is a response to a ping. Pongs may be sent unsolicited, at any time.
20 One use for an unsolicited pong is to inform the remote peer that the
40 have a simultaneously active read, write, and ping/pong operation in
46 Ping, pong, and close messages are control frames which may be sent at
50 [link beast.ref.boost__beast__websocket__stream.pong `pong`].
/third_party/typescript/tests/cases/compiler/
DmoduleImport.ts4 if (x>0) XYZ.pong (x-1);
10 export function pong(x: number) { function
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md18 -d|Set logging verbosity (you want 1039 to see the validity ping / pong)
101 [2020/03/18 13:13:51:5809] I: lws_ws_client_rx_sm: client 0x5669090 received pong
103 [2020/03/18 13:13:51:5831] I: Client doing pong callback
107 [2020/03/18 13:13:54:6258] I: lws_ws_client_rx_sm: client 0x5669090 received pong
109 [2020/03/18 13:13:54:6263] I: Client doing pong callback
113 [2020/03/18 13:13:58:0034] I: lws_ws_client_rx_sm: client 0x5669090 received pong
/third_party/boost/boost/beast/websocket/impl/
Dping.hpp302 pong(ping_data const& payload) in pong() function in boost::beast::websocket::stream
305 pong(payload, ec); in pong()
313 pong(ping_data const& payload, error_code& ec) in pong() function in boost::beast::websocket::stream
319 fb, detail::opcode::pong, payload); in pong()
357 detail::opcode::pong, in BOOST_BEAST_ASYNC_RESULT1()
Dread.hpp255 detail::opcode::pong, payload);
312 if(impl.rd_fh.op == detail::opcode::pong)
339 impl.ctrl_cb(frame_type::pong, payload);
1109 detail::opcode::pong, payload); in read_some()
1116 if(impl.rd_fh.op == detail::opcode::pong) in read_some()
1122 impl.ctrl_cb(frame_type::pong, payload); in read_some()
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dping.hpp302 pong(ping_data const& payload) in pong() function in boost::beast::websocket::stream
305 pong(payload, ec); in pong()
313 pong(ping_data const& payload, error_code& ec) in pong() function in boost::beast::websocket::stream
319 fb, detail::opcode::pong, payload); in pong()
357 detail::opcode::pong, in BOOST_BEAST_ASYNC_RESULT1()
Dread.hpp255 detail::opcode::pong, payload);
312 if(impl.rd_fh.op == detail::opcode::pong)
339 impl.ctrl_cb(frame_type::pong, payload);
1109 detail::opcode::pong, payload); in read_some()
1116 if(impl.rd_fh.op == detail::opcode::pong) in read_some()
1122 impl.ctrl_cb(frame_type::pong, payload); in read_some()
/third_party/node/test/parallel/
Dtest-pipe-stream.js36 function pong(conn) { function
54 server.on('connection', pong);
/third_party/curl/tests/
Dftpserver.pl434 my $pong;
435 sysread_or_die(\*SFREAD, \$pong, 5);
437 if($pong !~ /^PONG/) {
2473 my $pong;
2474 sysread_or_die(\*DREAD, \$pong, 5);
2476 if($pong =~ /^FAIL/) {
2484 elsif($pong !~ /^PONG/) {
2485 logmsg "DATA sockfilt unexpected response: $pong\n";
2687 my $pong;
2688 sysread_or_die(\*DREAD, \$pong, 5);
[all …]
/third_party/node/deps/npm/node_modules/es6-promisify/
DREADME.md47 client("ping").then(function (pong) {
48 console.log("Got", pong);
/third_party/popt/tests/
Dtestit.sh102 run test1 "test1 - 47" "arg1: 0 arg2: (none) oStr: ping rest: pong" --optional=ping pong
103 run test1 "test1 - 48" "arg1: 0 arg2: (none) oStr: ping rest: pong" --optional ping pong
/third_party/node/deps/npm/lib/doctor/
Dcheck-ping.js7 ping({}, true, (err, pong) => {
/third_party/boost/boost/beast/websocket/
Dstream.hpp56 pong enumerator
1694 pong(ping_data const& payload);
1721 pong(ping_data const& payload, error_code& ec);
/third_party/boost/libs/beast/include/boost/beast/websocket/
Dstream.hpp56 pong enumerator
1694 pong(ping_data const& payload);
1721 pong(ping_data const& payload, error_code& ec);
/third_party/weston/libweston-desktop/
Dlibweston-desktop.c141 if (desktop->api.pong != NULL) in weston_desktop_api_pong()
142 desktop->api.pong(client, desktop->user_data); in weston_desktop_api_pong()
/third_party/skia/docs/examples/
Dpong.cpp4 REG_FIDDLE_ANIMATED(pong, 256, 256, false, 0, 10) {
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dreduce_on_gpu.hpp251 buffer pong(context, static_cast<size_t>(count / vpt / tpb * sizeof(T))); in reduce_on_gpu() local
252 const buffer *output_buffer = &pong; in reduce_on_gpu()
/third_party/boost/boost/compute/algorithm/detail/
Dreduce_on_gpu.hpp251 buffer pong(context, static_cast<size_t>(count / vpt / tpb * sizeof(T))); in reduce_on_gpu() local
252 const buffer *output_buffer = &pong; in reduce_on_gpu()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_barrier.txt124 Another application is to render-to-texture algorithms that ping-pong
129 texture arrays, an application can very cheaply ping-pong between two
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
Dmain.c142 const char *pong = "Pong"; in dmh_ping() local
144 dbus_message_append_args(*reply, DBUS_TYPE_STRING, &pong, in dmh_ping()

1234