HomeSort by relevance Sort by last modified time
    Searched defs:message_type (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 43 int message_type = base::NetToHost16(*reinterpret_cast<const uint16*>(data)); local
46 switch (message_type) {
60 *type = static_cast<StunMessageType>(message_type);
  /external/chromium_org/chrome_frame/
sync_msg_reply_dispatcher.h 38 // switch (context->message_type()) {
64 uint32 message_type() const { function in class:SyncMessageReplyDispatcher::SyncMessageCallContext
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils_unittest.cc 38 uint8 message_type; local
46 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
47 EXPECT_EQ(0x03, message_type);
sctputils.cc 60 uint8 message_type; local
61 if (!buffer.ReadUInt8(&message_type)) {
65 if (message_type != DATA_CHANNEL_OPEN_MESSAGE_TYPE) {
67 << message_type;
  /external/chromium_org/sync/engine/
traffic_recorder.h 36 TrafficMessageType message_type; member in struct:syncer::TrafficRecorder::TrafficRecord
43 TrafficMessageType message_type,
  /external/chromium/chrome/browser/ui/gtk/
js_modal_dialog_gtk.cc 54 GtkMessageType message_type = GTK_MESSAGE_OTHER; local
61 message_type = GTK_MESSAGE_WARNING;
72 message_type = GTK_MESSAGE_QUESTION;
77 message_type = GTK_MESSAGE_QUESTION;
89 GTK_DIALOG_MODAL, message_type, buttons, "%s",
  /external/chromium_org/chrome/browser/ui/gtk/
javascript_app_modal_dialog_gtk.cc 55 GtkMessageType message_type = GTK_MESSAGE_OTHER; local
62 message_type = GTK_MESSAGE_WARNING;
73 message_type = GTK_MESSAGE_QUESTION;
78 message_type = GTK_MESSAGE_QUESTION;
90 GTK_DIALOG_MODAL, message_type, buttons, "%s",
  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.cc 86 const uint32 message_type = message->type(); local
90 DVLOG(1) << "Sending of message type " << message_type
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 165 uint32 message_type = message->type(); local
168 DLOG(ERROR) << "Send(" << message_type << ") after error ignored";
171 DLOG(ERROR) << "Send(" << message_type << ") failed";
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc 295 char* message_type; local
298 if (PyString_AsStringAndSize(arg, &message_type, &message_len) < 0) {
303 if (!file_proto.ParseFromArray(message_type, message_len)) {
  /bionic/libc/kernel/common/linux/
if_hippi.h 69 __u8 message_type:4; member in struct:hippi_le_hdr
71 __u8 message_type:4;
  /development/ndk/platforms/android-3/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /external/kernel-headers/original/linux/
if_hippi.h 115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_hippi.h 115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;

Completed in 1708 milliseconds

1 2 3 4