Home
last modified time | relevance | path

Searched defs:msg (Results 101 – 125 of 2541) sorted by relevance

12345678910>>...102

/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dproto_test.js102 function fillAllFields(msg) { argument
280 function checkExtensions(msg) { argument
509 function fillExtensions(msg) { argument
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec-hfi.c39 #define HFI_HEADER_ID(msg) ((msg) & 0xff) argument
41 #define HFI_HEADER_SIZE(msg) (((msg) >> 8) & 0xff) argument
42 #define HFI_HEADER_TYPE(msg) (((msg) >> 16) & 0xf) argument
43 #define HFI_HEADER_SEQNUM(msg) (((msg) >> 20) & 0xfff) argument
84 decode_F2H_MSG_ACK(struct a6xx_hfi_msg_response *msg) in decode_F2H_MSG_ACK()
103 decode_F2H_MSG_ERROR(struct a6xx_hfi_msg_error *msg) in decode_F2H_MSG_ERROR()
119 decode_H2F_MSG_INIT(struct a6xx_hfi_msg_gmu_init_cmd *msg) in decode_H2F_MSG_INIT()
135 decode_H2F_MSG_FW_VERSION(struct a6xx_hfi_msg_fw_version *msg) in decode_H2F_MSG_FW_VERSION()
175 struct a6xx_hfi_msg_perf_table_v1 *msg = _msg; in decode_H2F_MSG_PERF_TABLE() local
203 struct a6xx_hfi_msg_perf_table *msg = _msg; in decode_H2F_MSG_PERF_TABLE() local
[all …]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
Dprotocol_lws_minimal.c24 struct msg { struct
46 struct msg amsg; /* the one pending message... */ argument
55 struct msg *msg = _msg; in __minimal_destroy_message() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
Dprotocol_lws_minimal.c24 struct msg { struct
46 struct msg amsg; /* the one pending message... */ argument
55 struct msg *msg = _msg; in __minimal_destroy_message() local
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Ddecodetest.c23 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
37 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
53 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
60 state_cb (GstBus * bus, GstMessage * msg, GstElement * pipeline) in state_cb()
/third_party/openssl/crypto/cmp/
Dcmp_protect.c31 const OSSL_CMP_MSG *msg) in ossl_cmp_calc_protection()
132 int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in ossl_cmp_msg_add_extraCerts()
246 static int set_senderKID(const OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg, in set_senderKID()
254 int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in ossl_cmp_msg_protect()
/third_party/alsa-utils/alsamixer/
Ddie.c27 void fatal_error(const char *msg) in fatal_error()
34 void fatal_alsa_error(const char *msg, int err) in fatal_alsa_error()
/third_party/pulseaudio/src/daemon/
Dserver-lookup.c86 static DBusHandlerResult handle_introspect(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_serve… in handle_introspect()
140 static DBusHandlerResult handle_get_address(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_serv… in handle_get_address()
201 static DBusHandlerResult handle_get(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_looku… in handle_get()
251 static DBusHandlerResult handle_set(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_looku… in handle_set()
309 static DBusHandlerResult handle_get_all(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_l… in handle_get_all()
407 static DBusHandlerResult message_cb(DBusConnection *conn, DBusMessage *msg, void *user_data) { in message_cb()
/third_party/openssl/test/helpers/
Dcmp_testlib.c17 OSSL_CMP_MSG *msg; in load_pkimsg() local
26 int valid_asn1_encoding(const OSSL_CMP_MSG *msg) in valid_asn1_encoding()
78 OSSL_CMP_severity level, const char *msg) in print_to_bio_out()
/third_party/node/test/parallel/
Dtest-http-outgoing-properties.js9 const msg = new OutgoingMessage(); constant
14 const msg = new OutgoingMessage(); constant
48 const msg = new OutgoingMessage(); constant
/third_party/unity/src/
Dunity.c565 static void UnityAddMsgIfSpecified(const char* msg) in UnityAddMsgIfSpecified()
655 const char* msg) in UnityIsOneArrayNull()
689 const char* msg, in UnityAssertBits()
709 const char* msg, in UnityAssertEqualNumber()
731 const char *msg, in UnityAssertGreaterOrLessOrEqualNumber()
778 const char* msg, in UnityAssertEqualIntArray()
908 const char* msg, in UnityAssertEqualFloatArray()
956 const char* msg, in UnityAssertFloatsWithin()
973 const char* msg, in UnityAssertFloatSpecial()
1049 const char* msg, in UnityAssertEqualDoubleArray()
[all …]
/third_party/pulseaudio/src/modules/dbus/
Diface-module.c104 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index()
117 static void handle_get_name(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_name()
161 static void handle_get_arguments(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_arguments()
177 static void handle_get_usage_counter(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_usage_counter()
197 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list()
207 static void handle_get_all(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_all()
250 static void handle_unload(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_unload()
Diface-device-port.c90 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index()
100 static void handle_get_name(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_name()
110 static void handle_get_description(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_description()
120 static void handle_get_priority(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_priority()
133 static void handle_get_available(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_available()
147 static void handle_get_all(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_all()
Diface-card.c140 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index()
153 static void handle_get_name(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_name()
163 static void handle_get_driver(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_driver()
173 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_owner_module()
216 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_sinks()
257 static void handle_get_sources(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_sources()
296 static void handle_get_profiles(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_profiles()
312 static void handle_get_active_profile(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_active_profile()
324 static void handle_set_active_profile(DBusConnection *conn, DBusMessage *msg, DBusMessageIter *iter… in handle_set_active_profile()
360 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list()
[all …]
/third_party/protobuf/js/binary/
Dproto_test.js106 function fillAllFields(msg) { argument
285 function checkExtensions(msg) { argument
513 function fillExtensions(msg) { argument
/third_party/python/Lib/logging/
D__init__.py284 msg, args, exc_info, func=None, sinfo=None, **kwargs): argument
1455 def debug(self, msg, *args, **kwargs): argument
1467 def info(self, msg, *args, **kwargs): argument
1479 def warning(self, msg, *args, **kwargs): argument
1491 def warn(self, msg, *args, **kwargs): argument
1496 def error(self, msg, *args, **kwargs): argument
1508 def exception(self, msg, *args, exc_info=True, **kwargs): argument
1514 def critical(self, msg, *args, **kwargs): argument
1526 def fatal(self, msg, *args, **kwargs): argument
1532 def log(self, level, msg, *args, **kwargs): argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps.c203 const struct wpabuf *msg) in wps_process_msg()
235 int wps_is_selected_pbc_registrar(const struct wpabuf *msg) in wps_is_selected_pbc_registrar()
296 int wps_is_selected_pin_registrar(const struct wpabuf *msg) in wps_is_selected_pin_registrar()
315 int wps_is_addr_authorized(const struct wpabuf *msg, const u8 *addr, in wps_is_addr_authorized()
388 const u8 * wps_get_uuid_e(const struct wpabuf *msg) in wps_get_uuid_e()
401 int wps_is_20(const struct wpabuf *msg) in wps_is_20()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps.c203 const struct wpabuf *msg) in wps_process_msg()
235 int wps_is_selected_pbc_registrar(const struct wpabuf *msg) in wps_is_selected_pbc_registrar()
296 int wps_is_selected_pin_registrar(const struct wpabuf *msg) in wps_is_selected_pin_registrar()
315 int wps_is_addr_authorized(const struct wpabuf *msg, const u8 *addr, in wps_is_addr_authorized()
388 const u8 * wps_get_uuid_e(const struct wpabuf *msg) in wps_get_uuid_e()
401 int wps_is_20(const struct wpabuf *msg) in wps_is_20()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
Dprotocol_lws_minimal.c38 struct msg { struct
39 void *payload; /* is malloc'd */
40 size_t len;
69 struct msg *msg = _msg; in __minimal_destroy_message() local
/third_party/skia/src/sksl/
DSkSLErrorReporter.cpp15 void ErrorReporter::error(skstd::string_view msg, PositionInfo position) { in error()
24 void ErrorReporter::error(int line, skstd::string_view msg) { in error()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c187 } msg; in urndis_attach() local
505 const struct urndis_init_comp *msg; in urndis_ctrl_handle_init() local
548 const struct urndis_query_comp *msg; in urndis_ctrl_handle_query() local
596 const struct urndis_reset_comp *msg; in urndis_ctrl_handle_reset() local
635 struct urndis_init_req msg; in urndis_ctrl_init() local
673 struct urndis_halt_req msg; in urndis_ctrl_halt() local
699 struct urndis_query_req *msg, uint16_t len, const void **rbuf, in urndis_ctrl_query()
746 struct urndis_set_req *msg, uint16_t len) in urndis_ctrl_set()
795 static int urndis_bulk_read(struct usb_xfer *xfer, struct urndis_packet_msg *msg, int offset) in urndis_bulk_read()
841 struct urndis_packet_msg msg; in urndis_bulk_read_callback() local
[all …]
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dprotocol_lws_minimal.c24 struct msg { struct
25 void *payload; /* is malloc'd */
26 size_t len;
58 struct msg *msg = _msg; in __minimal_destroy_message() local
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Headers/
DFlutterMacros.h30 #define FLUTTER_DEPRECATED(msg) __attribute__((__deprecated__(msg))) argument
38 #define FLUTTER_UNAVAILABLE(msg) __attribute__((__unavailable__(msg))) argument
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched.c90 void sys_error(const char *msg, const char *file, int line) in sys_error()
105 void error(const char *msg, const char *file, int line) in error()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Daccounting.c38 struct radius_msg *msg; in accounting_msg() local
228 struct radius_msg *msg; in accounting_sta_start() local
268 struct radius_msg *msg; in accounting_sta_report() local
412 accounting_receive(struct radius_msg *msg, struct radius_msg *req, in accounting_receive()
432 struct radius_msg *msg; in accounting_report_state() local

12345678910>>...102