/external/bluetooth/bluez/src/ |
D | error.c | 34 DBusMessage *btd_error_invalid_args(DBusMessage *msg) in btd_error_invalid_args() 40 DBusMessage *btd_error_busy(DBusMessage *msg) in btd_error_busy() 46 DBusMessage *btd_error_already_exists(DBusMessage *msg) in btd_error_already_exists() 52 DBusMessage *btd_error_not_supported(DBusMessage *msg) in btd_error_not_supported() 58 DBusMessage *btd_error_not_connected(DBusMessage *msg) in btd_error_not_connected() 64 DBusMessage *btd_error_already_connected(DBusMessage *msg) in btd_error_already_connected() 70 DBusMessage *btd_error_in_progress(DBusMessage *msg) in btd_error_in_progress() 76 DBusMessage *btd_error_not_available(DBusMessage *msg) in btd_error_not_available() 82 DBusMessage *btd_error_does_not_exist(DBusMessage *msg) in btd_error_does_not_exist() 88 DBusMessage *btd_error_not_authorized(DBusMessage *msg) in btd_error_not_authorized() [all …]
|
/external/chromium/testing/gmock/scripts/ |
D | gmock_doctor.py | 144 def _GenericDiagnoser(short_name, long_name, diagnoses, msg): argument 166 def _NeedToReturnReferenceDiagnoser(msg): argument 187 def _NeedToReturnSomethingDiagnoser(msg): argument 214 def _NeedToReturnNothingDiagnoser(msg): argument 251 def _IncompleteByReferenceArgumentDiagnoser(msg): argument 278 def _OverloadedFunctionMatcherDiagnoser(msg): argument 299 def _OverloadedFunctionActionDiagnoser(msg): argument 324 def _OverloadedMethodActionDiagnoser(msg): argument 353 def _MockObjectPointerDiagnoser(msg): argument 392 def _NeedToUseSymbolDiagnoser(msg): argument [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_attr_build.c | 24 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key() 53 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type() 63 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods() 73 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() 83 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id() 93 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error() 103 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 133 int wps_build_version(struct wpabuf *msg) in wps_build_version() 143 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type() 153 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce() [all …]
|
D | wps_enrollee.c | 23 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) in wps_build_mac_addr() 33 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 49 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 97 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 107 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 120 struct wpabuf *msg; in wps_build_m1() local 165 struct wpabuf *msg; in wps_build_m3() local 195 struct wpabuf *msg, *plain; in wps_build_m5() local 227 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 237 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() [all …]
|
D | wps_dev_attr.c | 23 struct wpabuf *msg) in wps_build_manufacturer() 46 struct wpabuf *msg) in wps_build_model_name() 69 struct wpabuf *msg) in wps_build_model_number() 92 struct wpabuf *msg) in wps_build_serial_number() 114 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type() 128 static int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name() 150 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs() 163 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version() 173 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_rf_bands()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | MicroTest.java | 59 SimpleMessageMicro msg = new SimpleMessageMicro(); in testSimpleMessageMicro() local 102 RecursiveMessageMicro msg = new RecursiveMessageMicro(); in testRecursiveMessageMicro() local 144 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroRequiredInt32() local 175 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalInt32() local 201 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalInt64() local 227 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalUint32() local 253 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalUint64() local 279 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalSint32() local 305 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalSint64() local 331 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalFixed32() local [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_build.c | 21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key() 65 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type() 75 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type() 85 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods() 95 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() 105 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id() 115 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error() 125 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 155 int wps_build_version(struct wpabuf *msg) in wps_build_version() 170 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, in wps_build_wfa_ext() [all …]
|
D | wps_enrollee.c | 19 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) in wps_build_mac_addr() 29 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 45 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 93 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 103 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 116 struct wpabuf *msg; in wps_build_m1() local 178 struct wpabuf *msg; in wps_build_m3() local 209 struct wpabuf *msg, *plain; in wps_build_m5() local 242 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 252 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() [all …]
|
D | wps_dev_attr.c | 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer() 40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name() 64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number() 89 struct wpabuf *msg) in wps_build_serial_number() 113 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type() 124 struct wpabuf *msg) in wps_build_secondary_dev_type() 139 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type() 159 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name() 183 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs() 196 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version() [all …]
|
/external/chromium/third_party/libevent/test/ |
D | regress.gen.c | 75 msg_run_add(struct msg *msg) in msg_run_add() 100 msg_from_name_assign(struct msg *msg, in msg_from_name_assign() 112 msg_to_name_assign(struct msg *msg, in msg_to_name_assign() 124 msg_attack_assign(struct msg *msg, in msg_attack_assign() 161 msg_run_assign(struct msg *msg, int off, in msg_run_assign() 187 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get() 196 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get() 205 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get() 218 msg_run_get(struct msg *msg, int offset, in msg_run_get() 365 msg_complete(struct msg *msg) in msg_complete() [all …]
|
D | regress.gen.h | 12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1) argument 14 #define EVTAG_ASSIGN(msg, member, args...) (*(msg)->base->member##_assign)(msg, ## args) argument 15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args) argument 17 #define EVTAG_ASSIGN(msg, member, ...) (*(msg)->base->member##_assign)(msg, ## __VA_ARGS__) argument 18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__) argument 20 #define EVTAG_ADD(msg, member) (*(msg)->base->member##_add)(msg) argument 21 #define EVTAG_LEN(msg, member) ((msg)->member##_length) argument 49 struct msg { struct 50 struct msg_access_ *base; argument 65 struct msg *msg_new(void); argument
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | MsgMgr.java | 62 …public void message(SourceLocator srcLctr, String msg, boolean terminate) throws TransformerExcept… in message() 90 public void warn(SourceLocator srcLctr, String msg) throws TransformerException in warn() 106 public void warn(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException in warn() 124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in warn() 143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn() 195 public void error(SourceLocator srcLctr, String msg) throws TransformerException in error() 212 public void error(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException in error() 229 public void error(SourceLocator srcLctr, String msg, Exception e) throws TransformerException in error() 247 …public void error(SourceLocator srcLctr, String msg, Object args[], Exception e) throws Transforme… in error() 278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in error() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | ANTLRErrorListener.java | 38 public void info(String msg); in info() 39 public void error(Message msg); in error() 40 public void warning(Message msg); in warning() 41 public void error(ToolMessage msg); in error()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugLog.java | 32 public static int v(String tag, String msg) { in v() 40 public static int v(String tag, String msg, Throwable tr) { in v() 48 public static int d(String tag, String msg) { in d() 56 public static int d(String tag, String msg, Throwable tr) { in d() 64 public static int i(String tag, String msg) { in i() 72 public static int i(String tag, String msg, Throwable tr) { in i() 80 public static int w(String tag, String msg) { in w() 88 public static int w(String tag, String msg, Throwable tr) { in w() 104 public static int e(String tag, String msg) { in e() 112 public static int e(String tag, String msg, Throwable tr) { in e()
|
/external/oprofile/libutil++/ |
D | op_exception.cpp | 18 op_exception::op_exception(string const & msg) in op_exception() 34 op_fatal_error::op_fatal_error(string const & msg) in op_fatal_error() 41 op_runtime_error::op_runtime_error(string const & msg) in op_runtime_error() 47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) in op_runtime_error()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stunserver.cc | 54 StunMessage msg; in OnPacket() local 86 StunMessage* msg, const talk_base::SocketAddress& remote_addr) { in OnBindingRequest() 121 StunMessage* msg, const talk_base::SocketAddress& addr) { in OnAllocateRequest() 126 StunMessage* msg, const talk_base::SocketAddress& addr) { in OnSharedSecretRequest() 130 void StunServer::OnSendRequest(StunMessage* msg, in OnSendRequest() 136 const StunMessage& msg, const talk_base::SocketAddress& addr, in SendErrorResponse() 153 const StunMessage& msg, const talk_base::SocketAddress& addr) { in SendResponse()
|
/external/libnl-headers/netlink/ |
D | attr.h | 143 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument 157 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument 169 #define NLA_PUT_U8(msg, attrtype, value) \ argument 178 #define NLA_PUT_U16(msg, attrtype, value) \ argument 187 #define NLA_PUT_U32(msg, attrtype, value) \ argument 196 #define NLA_PUT_U64(msg, attrtype, value) \ argument 205 #define NLA_PUT_STRING(msg, attrtype, value) \ argument 213 #define NLA_PUT_FLAG(msg, attrtype) \ argument 222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument 231 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument [all …]
|
/external/qemu/android/ |
D | core-init-utils.c | 37 android_core_send_init_response(const char* msg) in android_core_send_init_response() 66 char msg[32]; in android_core_init_completed() local 75 char msg[4096]; in android_core_init_failure() local 94 char msg[32]; in android_core_init_exit() local
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | ErrorQueue.java | 42 public void info(String msg) { in info() 46 public void error(Message msg) { in error() 50 public void warning(Message msg) { in warning() 54 public void error(ToolMessage msg) { in error()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
D | properties.rb | 13 def emit_error_message(msg) argument 22 def emit_error_message(msg) argument 115 def emit_error_message(msg) argument 124 def emit_error_message(msg) argument 181 def emit_error_message(msg) argument 190 def emit_error_message(msg) argument
|
D | rule-methods.rb | 15 def emit_error_message(msg) argument 24 def emit_error_message(msg) argument 61 def emit_error_message(msg) argument 70 def emit_error_message(msg) argument
|
/external/svox/pico/lib/ |
D | picodbg.h | 228 #define PICODBG_LOG(level, msg) \ argument 231 #define PICODBG_ERROR(msg) \ argument 234 #define PICODBG_WARN(msg) \ argument 237 #define PICODBG_INFO(msg) \ argument 240 #define PICODBG_DEBUG(msg) \ argument 243 #define PICODBG_TRACE(msg) \ argument 250 #define PICODBG_INFO_MSG(msg) \ argument 253 #define PICODBG_INFO_MSG_F(filterfn, msg) \ argument
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_parse.c | 19 struct p2p_message *msg) in p2p_parse_attribute() 290 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 322 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 387 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 431 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 450 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 607 struct p2p_message msg; in p2p_attr_text() local 670 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 685 struct p2p_message msg; in p2p_get_group_capab() local 700 struct p2p_message msg; in p2p_get_go_dev_addr() local
|
/external/bluetooth/bluez/test/ |
D | agent.c | 51 DBusMessage *msg, void *data) in agent_filter() 77 DBusMessage *msg, void *data) in request_pincode_message() 123 DBusMessage *msg, void *data) in request_passkey_message() 172 DBusMessage *msg, void *data) in request_confirmation_message() 214 DBusMessage *msg, void *data) in authorize_message() 250 DBusMessage *msg, void *data) in cancel_message() 277 DBusMessage *msg, void *data) in release_message() 307 DBusMessage *msg, void *data) in agent_message() 341 DBusMessage *msg, *reply; in register_agent() local 380 DBusMessage *msg, *reply; in unregister_agent() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | LSSerializerImpl.java | 490 String msg = Utils.messages.createMessage( in getParameter() local 654 String msg = Utils.messages.createMessage( in setParameter() local 671 String msg = Utils.messages.createMessage( in setParameter() local 737 String msg = Utils.messages.createMessage( in setParameter() local 744 String msg = Utils.messages.createMessage( in setParameter() local 754 String msg = Utils.messages.createMessage( in setParameter() local 764 String msg = Utils.messages.createMessage( in setParameter() local 769 String msg = Utils.messages.createMessage( in setParameter() local 794 String msg = Utils.messages.createMessage( in setParameter() local 801 String msg = Utils.messages.createMessage( in setParameter() local [all …]
|