/third_party/typescript/tests/baselines/reference/ |
D | moduleImport.js | 5 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;
|
D | moduleImport.types | 17 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
|
D | moduleImport.symbols | 15 if (x>0) XYZ.pong (x-1); 31 export function pong(x: number) { 32 >pong : Symbol(pong, Decl(moduleImport.ts, 8, 20))
|
D | moduleImport.errors.txt | 13 if (x>0) XYZ.pong (x-1); 19 export function pong(x: number) {
|
/third_party/libuv/test/ |
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() 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/ |
D | 05_control_frames.qbk | 15 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/ |
D | moduleImport.ts | 4 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/ |
D | README.md | 18 -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/ |
D | ping.hpp | 302 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()
|
D | read.hpp | 255 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/ |
D | ping.hpp | 302 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()
|
D | read.hpp | 255 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/ |
D | test-pipe-stream.js | 36 function pong(conn) { function 54 server.on('connection', pong);
|
/third_party/curl/tests/ |
D | ftpserver.pl | 434 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/ |
D | README.md | 47 client("ping").then(function (pong) { 48 console.log("Got", pong);
|
/third_party/popt/tests/ |
D | testit.sh | 102 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/ |
D | check-ping.js | 7 ping({}, true, (err, pong) => {
|
/third_party/boost/boost/beast/websocket/ |
D | stream.hpp | 56 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/ |
D | stream.hpp | 56 pong enumerator 1694 pong(ping_data const& payload); 1721 pong(ping_data const& payload, error_code& ec);
|
/third_party/weston/libweston-desktop/ |
D | libweston-desktop.c | 141 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/ |
D | pong.cpp | 4 REG_FIDDLE_ANIMATED(pong, 256, 256, false, 0, 10) {
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | reduce_on_gpu.hpp | 251 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/ |
D | reduce_on_gpu.hpp | 251 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/ |
D | ARB_texture_barrier.txt | 124 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/ |
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()
|