Searched defs:send_message (Results 1 - 17 of 17) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_hixie75.py72 def send_message(self, message, end=True, binary=False): member in class:StreamHixie75
86 'StreamHixie75 doesn\'t support send_message with end=False')
90 'StreamHixie75 doesn\'t support send_message with binary=True')
94 'Requested send_message after sending out a closing handshake')
H A Dmsgutil.py62 def send_message(request, message, end=True, binary=False): function
75 request.ws_stream.send_message(message, end, binary)
201 send_message(self._request, message)
H A D_stream_hybi.py471 def send_message(self, message, end=True, binary=False): member in class:Stream
486 'Requested send_message after sending out a closing handshake')
H A Dmux.py752 def send_message(self, message, end=True, binary=False): member in class:_LogicalStream
753 """Override Stream.send_message."""
757 'Requested send_message after sending out a closing handshake')
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dnative-messaging-example-host21 def send_message(message): function
50 send_message('{"echo": %s}' % text)
87 send_message(text)
101 send_message('"Tkinter python module wasn\'t found. Running in headless ' +
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A D_stream_hixie75.py73 def send_message(self, message, end=True, binary=False): member in class:StreamHixie75
87 'StreamHixie75 doesn\'t support send_message with end=False')
91 'StreamHixie75 doesn\'t support send_message with binary=True')
95 'Requested send_message after sending out a closing handshake')
H A Dmsgutil.py62 def send_message(request, payload_data, end=True, binary=False): function
70 terminated by next or later send_message call with end=True.
75 request.ws_stream.send_message(payload_data, end, binary)
201 send_message(self._request, message)
H A D_stream_hybi.py487 def send_message(self, message, end=True, binary=False): member in class:Stream
502 'Requested send_message after sending out a closing handshake')
H A Dmux.py956 def send_message(self, message, end=True, binary=False): member in class:_LogicalStream
957 """Override Stream.send_message."""
961 'Requested send_message after sending out a closing handshake')
1145 self._mux_handler.physical_stream.send_message(
/external/chromium_org/dbus/
H A Dmessage_unittest.cc310 TestProto send_message; local
311 send_message.set_text("testing");
312 send_message.set_number(123);
313 writer.AppendProtoAsArrayOfBytes(send_message);
319 EXPECT_EQ(receive_message.text(), send_message.text());
320 EXPECT_EQ(receive_message.number(), send_message.number());
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py660 def send_message(self, channel_id, message, end=True, binary=False): member in class:MuxClient
H A Dclient_for_testing.py1036 def send_message(self, message, end=True, binary=False, raw=False, member in class:Client
/external/chromium_org/ppapi/tests/
H A Dtest_websocket.cc531 const char* send_message = "hi"; local
532 PP_Var send_message_var = CreateVarString(send_message);
538 ASSERT_TRUE(AreEqualWithString(receive_message_var, send_message));
/external/dhcpcd/
H A Ddhcpcd.c306 send_message(struct interface *iface, int type, function
393 send_message((struct interface *)arg, DHCP_INFORM, send_inform);
399 send_message((struct interface *)arg, DHCP_DISCOVER, send_discover);
405 send_message((struct interface *)arg, DHCP_REQUEST, send_request);
411 send_message((struct interface *)arg, DHCP_REQUEST, send_renew);
417 send_message((struct interface *)arg, DHCP_REQUEST, send_rebind);
757 send_message(iface, DHCP_RELEASE, NULL);
770 send_message(iface, DHCP_DECLINE, NULL);
/external/netperf/
H A Dnettest_dlpi.c155 struct strbuf send_message;
293 send_message.maxlen = send_size;
294 send_message.len = send_size;
295 send_message.buf = send_ring->buffer_ptr;
467 &send_message,
475 send_message.buf = send_ring->buffer_ptr;
484 fprintf(where,"len is %d\n",send_message.len);
506 send_message.len = (send_size - 1);
507 if (send_message.len == 0) send_message
153 struct strbuf send_message; local
1043 struct strbuf send_message; local
1625 struct strbuf send_message; local
2396 struct strbuf send_message; local
3004 struct strbuf send_message; local
3338 struct strbuf send_message; local
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h972 #define mail$send_message MAIL$SEND_MESSAGE
/external/mesa3d/include/GL/
H A Dvms_x_fix.h972 #define mail$send_message MAIL$SEND_MESSAGE

Completed in 605 milliseconds