/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 170 void nfnl_queue_msg_get(struct nfnl_queue_msg *msg) in nfnl_queue_msg_get() 175 void nfnl_queue_msg_put(struct nfnl_queue_msg *msg) in nfnl_queue_msg_put() 187 void nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group) in nfnl_queue_msg_set_group() 193 int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_group() 198 uint16_t nfnl_queue_msg_get_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_get_group() 208 void nfnl_queue_msg_set_family(struct nfnl_queue_msg *msg, uint8_t family) in nfnl_queue_msg_set_family() 214 int nfnl_queue_msg_test_family(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_family() 219 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 185 void nfnl_log_msg_get(struct nfnl_log_msg *msg) in nfnl_log_msg_get() 190 void nfnl_log_msg_put(struct nfnl_log_msg *msg) in nfnl_log_msg_put() 202 void nfnl_log_msg_set_family(struct nfnl_log_msg *msg, uint8_t family) in nfnl_log_msg_set_family() 208 uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_family() 216 void nfnl_log_msg_set_hwproto(struct nfnl_log_msg *msg, uint16_t hwproto) in nfnl_log_msg_set_hwproto() 222 int nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *msg) in nfnl_log_msg_test_hwproto() 227 uint16_t nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_hwproto() 232 void nfnl_log_msg_set_hook(struct nfnl_log_msg *msg, uint8_t hook) in nfnl_log_msg_set_hook() [all …]
|
/external/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 31 void idiagnl_msg_get(struct idiagnl_msg *msg) in idiagnl_msg_get() 36 void idiagnl_msg_put(struct idiagnl_msg *msg) in idiagnl_msg_put() 46 struct idiagnl_msg *msg = NULL; in idiagnl_msg_parser() local 134 uint8_t idiagnl_msg_get_family(const struct idiagnl_msg *msg) in idiagnl_msg_get_family() 139 void idiagnl_msg_set_family(struct idiagnl_msg *msg, uint8_t family) in idiagnl_msg_set_family() 144 uint8_t idiagnl_msg_get_state(const struct idiagnl_msg *msg) in idiagnl_msg_get_state() 149 void idiagnl_msg_set_state(struct idiagnl_msg *msg, uint8_t state) in idiagnl_msg_set_state() 154 uint8_t idiagnl_msg_get_timer(const struct idiagnl_msg *msg) in idiagnl_msg_get_timer() 159 void idiagnl_msg_set_timer(struct idiagnl_msg *msg, uint8_t timer) in idiagnl_msg_set_timer() 164 uint8_t idiagnl_msg_get_retrans(const struct idiagnl_msg *msg) in idiagnl_msg_get_retrans() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | cec-funcs.h | 42 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() 51 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() 57 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() 63 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on() 71 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source() 80 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source() 86 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source() 95 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information() 105 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information() 111 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change() [all …]
|
/external/v8/testing/gmock/scripts/ |
D | gmock_doctor.py | 144 def _GenericDiagnoser(short_name, long_name, diagnoses, msg): argument 166 def _NeedToReturnReferenceDiagnoser(msg): argument 191 def _NeedToReturnSomethingDiagnoser(msg): argument 218 def _NeedToReturnNothingDiagnoser(msg): argument 255 def _IncompleteByReferenceArgumentDiagnoser(msg): argument 282 def _OverloadedFunctionMatcherDiagnoser(msg): argument 303 def _OverloadedFunctionActionDiagnoser(msg): argument 328 def _OverloadedMethodActionDiagnoser(msg): argument 357 def _MockObjectPointerDiagnoser(msg): argument 396 def _NeedToUseSymbolDiagnoser(msg): argument [all …]
|
/external/googletest/googlemock/scripts/ |
D | gmock_doctor.py | 144 def _GenericDiagnoser(short_name, long_name, diagnoses, msg): argument 166 def _NeedToReturnReferenceDiagnoser(msg): argument 191 def _NeedToReturnSomethingDiagnoser(msg): argument 218 def _NeedToReturnNothingDiagnoser(msg): argument 255 def _IncompleteByReferenceArgumentDiagnoser(msg): argument 282 def _OverloadedFunctionMatcherDiagnoser(msg): argument 303 def _OverloadedFunctionActionDiagnoser(msg): argument 328 def _OverloadedMethodActionDiagnoser(msg): argument 357 def _MockObjectPointerDiagnoser(msg): argument 396 def _NeedToUseSymbolDiagnoser(msg): argument [all …]
|
/external/google-breakpad/src/testing/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_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 206 struct wpabuf *msg, *plain; in wps_build_m5() local 239 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 249 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 273 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/robolectric/v1/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/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | NanoTest.java | 70 SimpleMessageNano msg = new SimpleMessageNano(); in testSimpleMessageNano() local 106 RecursiveMessageNano msg = new RecursiveMessageNano(); in testRecursiveMessageNano() local 142 SingleMessageNano msg = new SingleMessageNano(); in testMessageNoFields() local 148 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoRequiredInt32() local 167 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt32() local 187 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt64() local 208 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint32() local 229 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint64() local 250 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint32() local 271 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint64() local [all …]
|
/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/libunwind_llvm/src/ |
D | config.h | 50 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument 51 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) argument 67 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn() 82 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument 83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) argument 94 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument 95 #define _LIBUNWIND_TRACE_API(msg, ...) argument 97 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument 108 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument 115 #define _LIBUNWIND_TRACE_API(msg, ...) \ argument [all …]
|
/external/syslinux/core/lwip/src/api/ |
D | api_lib.c | 71 struct api_msg msg; in netconn_new_with_proto_and_callback() local 105 struct api_msg msg; in netconn_delete() local 137 struct api_msg msg; in netconn_getaddr() local 168 struct api_msg msg; in netconn_bind() local 194 struct api_msg msg; in netconn_connect() local 219 struct api_msg msg; in netconn_disconnect() local 244 struct api_msg msg; in netconn_listen_with_backlog() local 283 struct api_msg msg; in netconn_accept() local 348 struct api_msg msg; in netconn_recv_data() local 513 struct api_msg msg; in netconn_recved() local [all …]
|
D | netifapi.c | 45 do_netifapi_netif_add(struct netifapi_msg_msg *msg) in do_netifapi_netif_add() 65 do_netifapi_netif_set_addr(struct netifapi_msg_msg *msg) in do_netifapi_netif_set_addr() 80 do_netifapi_netif_common(struct netifapi_msg_msg *msg) in do_netifapi_netif_common() 106 struct netifapi_msg msg; in netifapi_netif_add() local 131 struct netifapi_msg msg; in netifapi_netif_set_addr() local 151 struct netifapi_msg msg; in netifapi_netif_common() local
|
D | api_msg.c | 482 pcb_new(struct api_msg_msg *msg) 540 do_newconn(struct api_msg_msg *msg) 820 do_delconn(struct api_msg_msg *msg) 886 do_bind(struct api_msg_msg *msg) 972 do_connect(struct api_msg_msg *msg) 1030 do_disconnect(struct api_msg_msg *msg) 1052 do_listen(struct api_msg_msg *msg) 1106 do_send(struct api_msg_msg *msg) 1159 do_recv(struct api_msg_msg *msg) 1313 do_write(struct api_msg_msg *msg) [all …]
|
/external/protobuf/js/ |
D | message.js | 278 jspb.Message.getIndex_ = function(msg, fieldNumber) { argument 299 msg, data, messageId, suggestedPivot, repeatedFields, opt_oneofFields) { argument 365 jspb.Message.materializeExtensionObject_ = function(msg, suggestedPivot) { argument 410 jspb.Message.maybeInitEmptyExtensionObject_ = function(msg) { argument 534 jspb.Message.readBinaryExtension = function(msg, reader, extensions, argument 577 jspb.Message.getField = function(msg, fieldNumber) { argument 602 jspb.Message.getOptionalFloatingPointField = function(msg, fieldNumber) { argument 616 jspb.Message.getRepeatedFloatingPointField = function(msg, fieldNumber) { argument 730 jspb.Message.getFieldProto3 = function(msg, fieldNumber, defaultValue) { argument 747 jspb.Message.setField = function(msg, fieldNumber, value) { argument [all …]
|
/external/testng/src/main/java/org/testng/ |
D | TimeBombSkipException.java | 35 public TimeBombSkipException(String msg, Date expirationDate) { in TimeBombSkipException() 47 public TimeBombSkipException(String msg, Date expirationDate, String format) { in TimeBombSkipException() 60 public TimeBombSkipException(String msg, String date) { in TimeBombSkipException() 73 public TimeBombSkipException(String msg, String date, String format) { in TimeBombSkipException() 86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) { in TimeBombSkipException() 103 public TimeBombSkipException(String msg, Date expirationDate, Throwable cause) { in TimeBombSkipException() 119 public TimeBombSkipException(String msg, Date expirationDate, String format, Throwable cause) { in TimeBombSkipException() 136 public TimeBombSkipException(String msg, String date, Throwable cause) { in TimeBombSkipException() 153 public TimeBombSkipException(String msg, String date, String format, Throwable cause) { in TimeBombSkipException() 170 …public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable… in TimeBombSkipException()
|
/external/curl/tests/unit/ |
D | curlcheck.h | 25 #define fail_if(expr, msg) \ argument 32 #define fail_unless(expr, msg) \ argument 50 #define fail(msg) do { \ argument 58 #define abort_if(expr, msg) \ argument 66 #define abort_unless(expr, msg) \ argument 74 #define abort_test(msg) do { \ argument
|
/external/libnl/include/netlink/ |
D | attr.h | 145 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument 159 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument 171 #define NLA_PUT_U8(msg, attrtype, value) \ argument 180 #define NLA_PUT_U16(msg, attrtype, value) \ argument 189 #define NLA_PUT_U32(msg, attrtype, value) \ argument 198 #define NLA_PUT_U64(msg, attrtype, value) \ argument 207 #define NLA_PUT_STRING(msg, attrtype, value) \ argument 215 #define NLA_PUT_FLAG(msg, attrtype) \ argument 224 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument 233 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument [all …]
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 33 public static void d (String tag, String msg) { in d() 38 public static void i (String tag, String msg) { in i() 43 public static void w (String tag, String msg) { in w() 48 public static void w (String tag, String msg, Throwable tr) { in w() 53 public static void e (String tag, String msg) { in e() 58 public static void e (String tag, String msg, Throwable tr) { in e()
|
/external/toolchain-utils/cros_utils/ |
D | logger.py | 94 def _WriteTo(self, fd, msg, flush): argument 119 def LogMsg(self, file_fd, term_fd, msg, flush=True): argument 153 def LogFatal(self, msg, print_to_console=True): argument 160 def LogError(self, msg, print_to_console=True): argument 164 def LogWarning(self, msg, print_to_console=True): argument 168 def LogOutput(self, msg, print_to_console=True): argument 172 def LogFatalIf(self, condition, msg): argument 176 def LogErrorIf(self, condition, msg): argument 180 def LogWarningIf(self, condition, msg): argument 184 def LogCommandOutput(self, msg, print_to_console=True): argument [all …]
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/ |
D | LogLog.java | 83 public static void debug(String msg) { in debug() 93 public static void debug(String msg, Throwable t) { in debug() 106 public static void error(String msg) { in error() 117 public static void error(String msg, Throwable t) { in error() 141 public static void warn(String msg) { in warn() 152 public static void warn(String msg, Throwable t) { in warn()
|