/external/libnl/lib/netfilter/ |
D | queue_msg_obj.c | 37 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c; in nfnl_queue_msg_free_data() local 65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a; in nfnl_queue_msg_dump() local 167 void nfnl_queue_msg_get(struct nfnl_queue_msg *msg) in nfnl_queue_msg_get() 172 void nfnl_queue_msg_put(struct nfnl_queue_msg *msg) in nfnl_queue_msg_put() 184 void nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group) in nfnl_queue_msg_set_group() 190 int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_group() 195 uint16_t nfnl_queue_msg_get_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_get_group() 205 void nfnl_queue_msg_set_family(struct nfnl_queue_msg *msg, uint8_t family) in nfnl_queue_msg_set_family() 211 int nfnl_queue_msg_test_family(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_family() 216 uint8_t nfnl_queue_msg_get_family(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_get_family() [all …]
|
D | log_msg_obj.c | 40 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c; in log_msg_free_data() local 75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a; in log_msg_dump() local 182 void nfnl_log_msg_get(struct nfnl_log_msg *msg) in nfnl_log_msg_get() 187 void nfnl_log_msg_put(struct nfnl_log_msg *msg) in nfnl_log_msg_put() 199 void nfnl_log_msg_set_family(struct nfnl_log_msg *msg, uint8_t family) in nfnl_log_msg_set_family() 205 uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_family() 213 void nfnl_log_msg_set_hwproto(struct nfnl_log_msg *msg, uint16_t hwproto) in nfnl_log_msg_set_hwproto() 219 int nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *msg) in nfnl_log_msg_test_hwproto() 224 uint16_t nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_hwproto() 229 void nfnl_log_msg_set_hook(struct nfnl_log_msg *msg, uint8_t hook) in nfnl_log_msg_set_hook() [all …]
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | MicroTest.java | 66 SimpleMessageMicro msg = new SimpleMessageMicro(); in testSimpleMessageMicro() local 109 RecursiveMessageMicro msg = new RecursiveMessageMicro(); in testRecursiveMessageMicro() local 151 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroRequiredInt32() local 182 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalInt32() local 208 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalInt64() local 234 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalUint32() local 260 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalUint64() local 286 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalSint32() local 312 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalSint64() local 338 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalFixed32() local [all …]
|
D | NanoTest.java | 82 SimpleMessageNano msg = new SimpleMessageNano(); in testSimpleMessageNano() local 118 RecursiveMessageNano msg = new RecursiveMessageNano(); in testRecursiveMessageNano() local 154 SingleMessageNano msg = new SingleMessageNano(); in testMessageNoFields() local 160 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoRequiredInt32() local 179 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt32() local 199 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt64() local 220 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint32() local 241 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint64() local 262 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint32() local 283 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint64() 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() 96 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type() 106 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type() 116 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods() 126 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() 138 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id() 148 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error() 158 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 188 int wps_build_version(struct wpabuf *msg) in wps_build_version() 205 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_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 106 struct wpabuf *msg; in wps_build_m1() local 168 struct wpabuf *msg; in wps_build_m3() local 205 struct wpabuf *msg, *plain; in wps_build_m5() local 238 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 248 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 259 static int wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_encr_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() 88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number() 112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type() 123 struct wpabuf *msg) in wps_build_secondary_dev_type() 138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type() 158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name() 182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs() 195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version() [all …]
|
/external/chromium_org/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLog.java | 17 public static void e(String tag, String msg) { in e() 22 public static void e(String tag, String msg, Throwable throwable) { in e() 27 public static void d(String tag, String msg) { in d() 32 public static void d(String tag, String msg, Throwable throwable) { in d() 37 public static void i(String tag, String msg) { in i() 42 public static void i(String tag, String msg, Throwable throwable) { in i() 47 public static void v(String tag, String msg) { in v() 52 public static void v(String tag, String msg, Throwable throwable) { in v() 57 public static void w(String tag, String msg) { in w() 68 public static void w(String tag, String msg, Throwable throwable) { in w() [all …]
|
/external/chromium_org/third_party/libaddressinput/src/java/test/android/util/ |
D | Log.java | 23 public static int v(String tag, String msg) { return 0; } in v() 24 public static int v(String tag, String msg, Throwable tr) { return 0; } in v() 25 public static int d(String tag, String msg) { return 0; } in d() 26 public static int d(String tag, String msg, Throwable tr) { return 0; } in d() 27 public static int i(String tag, String msg) { return 0; } in i() 28 public static int i(String tag, String msg, Throwable tr) { return 0; } in i() 29 public static int w(String tag, String msg) { return 0; } in w() 30 public static int w(String tag, String msg, Throwable tr) { return 0; } in w() 33 public static int e(String tag, String msg) { return 0; } in e() 34 public static int e(String tag, String msg, Throwable tr) { return 0; } in e() [all …]
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | string-contains.js | 68 msg: "Empty string", val: "" property 70 msg: "Number 1234.34", val: 1234.34 property 72 msg: "Integer number 0", val: 0 property 74 msg: "Negative number -1", val: -1 property 76 msg: "Boolean true", val: true property 78 msg: "Boolean false", val: false property 80 msg: "Empty array []", val: [] property 82 msg: "Empty object {}", val: {} property 84 msg: "Array of size 3", val: new Array(3) property
|
/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/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/libcxxabi/src/Unwind/ |
D | config.h | 47 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg, __VA_ARGS__) argument 48 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) argument 64 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn() 75 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument 76 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) argument 86 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument 87 #define _LIBUNWIND_TRACE_API(msg, ...) argument 89 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument 100 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument 107 #define _LIBUNWIND_TRACE_API(msg, ...) \ argument [all …]
|
/external/chromium_org/ipc/ |
D | ipc_message_utils_impl.h | 15 void MessageSchema<ParamType>::Write(Message* msg, const RefParam& p) { in Write() 20 bool MessageSchema<ParamType>::Read(const Message* msg, Param* p) { in Read() 30 Message* msg, in Write() 37 const Message* msg, SendParam* p) { in ReadSendParam() 44 const Message* msg, typename TupleTypes<ReplyParam>::ValueTuple* p) { in ReadReplyParam()
|
D | ipc_sync_message.cc | 70 bool SyncMessage::IsMessageReplyTo(const Message& msg, int request_id) { in IsMessageReplyTo() 77 PickleIterator SyncMessage::GetDataIterator(const Message* msg) { in GetDataIterator() 85 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() 96 Message* SyncMessage::GenerateReply(const Message* msg) { in GenerateReply() 112 bool SyncMessage::ReadSyncHeader(const Message& msg, SyncHeader* header) { in ReadSyncHeader() 125 bool SyncMessage::WriteSyncHeader(Message* msg, const SyncHeader& header) { in WriteSyncHeader() 141 bool MessageReplyDeserializer::SerializeOutputParameters(const Message& msg) { in SerializeOutputParameters()
|
/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/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 36 public static void d (String tag, String msg) { in d() 41 public static void i (String tag, String msg) { in i() 46 public static void w (String tag, String msg) { in w() 51 public static void w (String tag, String msg, Throwable tr) { in w() 56 public static void e (String tag, String msg) { in e() 61 public static void e (String tag, String msg, Throwable tr) { in e()
|
/external/libnl/include/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/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_org/third_party/protobuf/python/google/protobuf/pyext/ |
D | python_protobuf.cc | 39 static const Message* GetCProtoInsidePyProtoStub(PyObject* msg) { in GetCProtoInsidePyProtoStub() 42 static Message* MutableCProtoInsidePyProtoStub(PyObject* msg) { in MutableCProtoInsidePyProtoStub() 54 const Message* GetCProtoInsidePyProto(PyObject* msg) { in GetCProtoInsidePyProto() 57 Message* MutableCProtoInsidePyProto(PyObject* msg) { in MutableCProtoInsidePyProto()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_parse.c | 19 struct p2p_message *msg) in p2p_parse_attribute() 303 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 335 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 404 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 455 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 471 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate() 501 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 662 struct p2p_message msg; in p2p_attr_text() local 725 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 740 struct p2p_message msg; in p2p_get_group_capab() local [all …]
|
/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
|
/external/chromium_org/chromecast/media/cma/ipc_streamer/ |
D | video_decoder_config_marshaller.cc | 22 static void Write(const gfx::Size& size, MediaMessage* msg) { in Write() 27 static gfx::Size Read(MediaMessage* msg) { in Read() 37 static void Write(const gfx::Rect& rect, MediaMessage* msg) { in Write() 44 static gfx::Rect Read(MediaMessage* msg) { in Read() 58 const ::media::VideoDecoderConfig& config, MediaMessage* msg) { in Write() 73 MediaMessage* msg) { in Read()
|