Searched defs:message_type (Results 1 - 15 of 15) sorted by relevance

/external/dbus/tools/
H A Ddbus-print-message.c30 type_to_name (int message_type) argument
32 switch (message_type)
363 int message_type; local
365 message_type = dbus_message_get_type (message);
372 type_to_name (message_type),
376 switch (message_type)
H A Ddbus-send.c241 int message_type = DBUS_MESSAGE_TYPE_SIGNAL; local
286 message_type = DBUS_MESSAGE_TYPE_METHOD_CALL;
323 message_type = dbus_message_type_from_string (type_str);
324 if (!(message_type == DBUS_MESSAGE_TYPE_METHOD_CALL ||
325 message_type == DBUS_MESSAGE_TYPE_SIGNAL))
354 if (message_type == DBUS_MESSAGE_TYPE_METHOD_CALL)
373 else if (message_type == DBUS_MESSAGE_TYPE_SIGNAL)
/external/chromium/chrome/browser/ui/gtk/
H A Djs_modal_dialog_gtk.cc54 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/dbus/bus/
H A Dpolicy.h59 int message_type; member in struct:BusPolicyRule::__anon4971::__anon4972
74 int message_type; member in struct:BusPolicyRule::__anon4971::__anon4973
H A Dsignals.c38 int message_type; member in struct:BusMatchRule
139 if (!_dbus_string_append_printf (&str, "type='%d'", rule->message_type))
258 rule->message_type = type;
1111 int message_type,
1117 _dbus_assert (message_type >= 0);
1118 _dbus_assert (message_type < DBUS_NUM_MESSAGE_TYPES);
1120 _dbus_verbose ("Looking up rules for message_type %d, interface %s\n",
1121 message_type,
1124 p = matchmaker->rules_by_type + message_type;
1151 _dbus_verbose ("Adding list for type %d, iface %s\n", message_type,
1110 bus_matchmaker_get_rules(BusMatchmaker *matchmaker, int message_type, const char *interface, dbus_bool_t create) argument
1168 bus_matchmaker_gc_rules(BusMatchmaker *matchmaker, int message_type, const char *interface, DBusList **rules) argument
[all...]
H A Dconfig-parser.c1333 int message_type; local
1348 message_type = DBUS_MESSAGE_TYPE_INVALID;
1351 message_type = dbus_message_type_from_string (send_type);
1352 if (message_type == DBUS_MESSAGE_TYPE_INVALID)
1394 rule->d.send.message_type = message_type;
1414 int message_type; local
1429 message_type = DBUS_MESSAGE_TYPE_INVALID;
1432 message_type = dbus_message_type_from_string (receive_type);
1433 if (message_type
[all...]
/external/kernel-headers/original/linux/
H A Dif_hippi.h115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc113 const Descriptor* message_type,
118 return *factory->GetPrototype(message_type);
134 factory->GetPrototype(descriptor->message_type());
164 prototype = factory->GetPrototype(descriptor->message_type());
192 factory_->GetPrototype(extension->message_type());
112 GetMessage(int number, const Descriptor* message_type, MessageFactory* factory) const argument
H A Ddescriptor_database.cc68 if (!AddSymbol(path + file.message_type(i).name(), value)) return false;
69 if (!AddNestedExtensions(file.message_type(i), value)) return false;
138 const DescriptorProto& message_type,
140 for (int i = 0; i < message_type.nested_type_size(); i++) {
141 if (!AddNestedExtensions(message_type.nested_type(i), value)) return false;
143 for (int i = 0; i < message_type.extension_size(); i++) {
144 if (!AddExtension(message_type.extension(i), value)) return false;
137 AddNestedExtensions( const DescriptorProto& message_type, Value value) argument
H A Ddescriptor.pb.h336 // repeated .google.protobuf.DescriptorProto message_type = 4;
340 inline const ::google::protobuf::DescriptorProto& message_type(int index) const;
344 message_type() const;
2626 // repeated .google.protobuf.DescriptorProto message_type = 4;
2633 inline const ::google::protobuf::DescriptorProto& FileDescriptorProto::message_type(int index) const { function in class:google::protobuf::FileDescriptorProto
2643 FileDescriptorProto::message_type() const { function in class:google::protobuf::FileDescriptorProto
/external/dbus/dbus/
H A Ddbus-marshal-header.c507 * @param message_type the message type
517 int message_type,
529 _dbus_assert (((interface || message_type != DBUS_MESSAGE_TYPE_SIGNAL) && member) ||
547 v_BYTE = message_type;
516 _dbus_header_create(DBusHeader *header, int message_type, const char *destination, const char *path, const char *interface, const char *member, const char *error_name) argument
H A Ddbus-message.c1144 * @param message_type type of message
1148 dbus_message_new (int message_type) argument
1152 _dbus_return_val_if_fail (message_type != DBUS_MESSAGE_TYPE_INVALID, NULL);
1159 message_type,
/external/openssl/include/openssl/
H A Dssl3.h501 int message_type; member in struct:ssl3_state_st::__anon9922
/external/openssl/ssl/
H A Dssl3.h501 int message_type; member in struct:ssl3_state_st::__anon9935
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2936 milliseconds