/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 36 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument 38 #define UPB_READ_ONEOF(msg, fieldtype, offset, case_offset, case_val, default) \ argument 43 #define UPB_WRITE_ONEOF(msg, fieldtype, offset, value, case_offset, case_val) \ argument 250 char msg[UPB_STATUS_MAX_MESSAGE]; /* Error message; NULL-terminated. */ member 950 #define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs) argument 1027 UPB_INLINE bool _upb_hasbit(const upb_msg *msg, size_t idx) { in _upb_hasbit() 1031 UPB_INLINE void _upb_sethas(const upb_msg *msg, size_t idx) { in _upb_sethas() 1035 UPB_INLINE void _upb_clearhas(const upb_msg *msg, size_t idx) { in _upb_clearhas() 1044 UPB_INLINE bool _upb_hasbit_field(const upb_msg *msg, in _upb_hasbit_field() 1049 UPB_INLINE void _upb_sethas_field(const upb_msg *msg, in _upb_sethas_field() [all …]
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 35 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument 37 #define UPB_READ_ONEOF(msg, fieldtype, offset, case_offset, case_val, default) \ argument 42 #define UPB_WRITE_ONEOF(msg, fieldtype, offset, value, case_offset, case_val) \ argument 237 char msg[UPB_STATUS_MAX_MESSAGE]; /* Error message; NULL-terminated. */ member 945 #define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs) argument 1014 UPB_INLINE bool _upb_has_field(const void *msg, size_t idx) { in _upb_has_field() 1018 UPB_INLINE bool _upb_sethas(const void *msg, size_t idx) { in _upb_sethas() 1022 UPB_INLINE bool _upb_clearhas(const void *msg, size_t idx) { in _upb_clearhas() 1026 UPB_INLINE bool _upb_has_oneof_field(const void *msg, size_t case_ofs, int32_t num) { in _upb_has_oneof_field() 1030 UPB_INLINE bool _upb_has_submsg_nohasbit(const void *msg, size_t ofs) { in _upb_has_submsg_nohasbit() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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() 97 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type() 107 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type() 117 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods() 127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() 139 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id() 149 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error() 159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 189 int wps_build_version(struct wpabuf *msg) in wps_build_version() 206 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 172 struct wpabuf *msg; in wps_build_m3() local 210 struct wpabuf *msg, *plain; in wps_build_m5() local 243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 277 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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() 97 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type() 107 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type() 117 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods() 127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() 139 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id() 149 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error() 159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 191 int wps_build_version(struct wpabuf *msg) in wps_build_version() 208 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 172 struct wpabuf *msg; in wps_build_m3() local 210 struct wpabuf *msg, *plain; in wps_build_m5() local 243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 277 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 …]
|
/third_party/protobuf/js/ |
D | message.js | 316 jspb.Message.getIndex_ = function(msg, fieldNumber) { argument 332 jspb.Message.getFieldNumber_ = function(msg, index) { argument 353 msg, data, messageId, suggestedPivot, repeatedFields, opt_oneofFields) { argument 452 jspb.Message.initPivotAndExtensionObject_ = function(msg, suggestedPivot) { argument 496 jspb.Message.maybeInitEmptyExtensionObject_ = function(msg) { argument 623 jspb.Message.readBinaryExtension = function(msg, reader, extensions, argument 667 jspb.Message.getField = function(msg, fieldNumber) { argument 696 jspb.Message.getRepeatedField = function(msg, fieldNumber) { argument 708 jspb.Message.getOptionalFloatingPointField = function(msg, fieldNumber) { argument 722 jspb.Message.getBooleanField = function(msg, fieldNumber) { argument [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 107 gst_rtsp_message_boxed_free (GstRTSPMessage * msg) in gst_rtsp_message_boxed_free() 124 gst_rtsp_message_new (GstRTSPMessage ** msg) in gst_rtsp_message_new() 147 gst_rtsp_message_init (GstRTSPMessage * msg) in gst_rtsp_message_init() 168 gst_rtsp_message_get_type (GstRTSPMessage * msg) in gst_rtsp_message_get_type() 187 gst_rtsp_message_new_request (GstRTSPMessage ** msg, GstRTSPMethod method, in gst_rtsp_message_new_request() 214 gst_rtsp_message_init_request (GstRTSPMessage * msg, GstRTSPMethod method, in gst_rtsp_message_init_request() 247 gst_rtsp_message_parse_request (GstRTSPMessage * msg, in gst_rtsp_message_parse_request() 282 gst_rtsp_message_new_response (GstRTSPMessage ** msg, GstRTSPStatusCode code, in gst_rtsp_message_new_response() 313 gst_rtsp_message_init_response (GstRTSPMessage * msg, GstRTSPStatusCode code, in gst_rtsp_message_init_response() 381 gst_rtsp_message_parse_response (GstRTSPMessage * msg, in gst_rtsp_message_parse_response() [all …]
|
/third_party/lwip/src/api/ |
D | tcpip.c | 75 #define TCPIP_MBOX_FETCH(mbox, msg) sys_mbox_fetch(mbox, msg) argument 78 #define TCPIP_MBOX_FETCH(mbox, msg) tcpip_timeouts_mbox_fetch(mbox, msg) argument 88 tcpip_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg) in tcpip_timeouts_mbox_fetch() 134 struct tcpip_msg *msg; in tcpip_thread() local 161 tcpip_thread_handle_msg(struct tcpip_msg *msg) in tcpip_thread_handle_msg() 232 struct tcpip_msg *msg = NULL; in tcpip_send_msg_na() local 285 struct tcpip_msg *msg; in tcpip_thread_poll_one() local 381 struct tcpip_msg *msg; in tcpip_callback() local 417 struct tcpip_msg *msg; in tcpip_try_callback() local 449 struct tcpip_msg *msg; in tcpip_timeout() local [all …]
|
/third_party/openssl/crypto/cmp/ |
D | cmp_msg.c | 25 OSSL_CMP_MSG *msg = NULL; in OSSL_CMP_MSG_new() local 36 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_free() 46 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, in ossl_cmp_msg_set0_libctx() 63 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_header() 87 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type) in ossl_cmp_msg_set_bodytype() 96 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get_bodytype() 163 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_msg_create() local 386 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local 463 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local 533 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() local [all …]
|
/third_party/openssl/include/openssl/ |
D | macros.h | 183 # define OSSL_DEPRECATEDIN_3_0_FOR(msg) OSSL_DEPRECATED_FOR(3.0, msg) argument 189 # define OSSL_DEPRECATEDIN_3_0_FOR(msg) argument 194 # define OSSL_DEPRECATEDIN_1_1_1_FOR(msg) OSSL_DEPRECATED_FOR(1.1.1, msg) argument 200 # define OSSL_DEPRECATEDIN_1_1_1_FOR(msg) argument 205 # define OSSL_DEPRECATEDIN_1_1_0_FOR(msg) OSSL_DEPRECATED_FOR(1.1.0, msg) argument 211 # define OSSL_DEPRECATEDIN_1_1_0_FOR(msg) argument 216 # define OSSL_DEPRECATEDIN_1_0_2_FOR(msg) OSSL_DEPRECATED_FOR(1.0.2, msg) argument 222 # define OSSL_DEPRECATEDIN_1_0_2_FOR(msg) argument 227 # define OSSL_DEPRECATEDIN_1_0_1_FOR(msg) OSSL_DEPRECATED_FOR(1.0.1, msg) argument 233 # define OSSL_DEPRECATEDIN_1_0_1_FOR(msg) argument [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bwindow.cc | 119 BMessage msg(BWIN_SET_TITLE); in BE_SetWindowTitle() local 129 BMessage msg(BWIN_MOVE_WINDOW); in BE_SetWindowPosition() local 136 BMessage msg(BWIN_RESIZE_WINDOW); in BE_SetWindowSize() local 143 BMessage msg(BWIN_SET_BORDERED); in BE_SetWindowBordered() local 149 BMessage msg(BWIN_SET_RESIZABLE); in BE_SetWindowResizable() local 155 BMessage msg(BWIN_SHOW_WINDOW); in BE_ShowWindow() local 160 BMessage msg(BWIN_HIDE_WINDOW); in BE_HideWindow() local 165 BMessage msg(BWIN_SHOW_WINDOW); /* Activate this window and move to front */ in BE_RaiseWindow() local 170 BMessage msg(BWIN_MAXIMIZE_WINDOW); in BE_MaximizeWindow() local 175 BMessage msg(BWIN_MINIMIZE_WINDOW); in BE_MinimizeWindow() local [all …]
|
/third_party/python/Lib/email/ |
D | contentmanager.py | 16 def get_content(self, msg, *args, **kw): argument 30 def set_content(self, msg, obj, *args, **kw): argument 39 def _find_set_handler(self, msg, obj): argument 64 def get_text_content(msg, errors='replace'): argument 71 def get_non_text_content(msg): argument 77 def get_message_content(msg): argument 83 def get_and_fixup_unknown_message_content(msg): argument 95 def _prepare_set(msg, maintype, subtype, headers): argument 112 def _finalize_set(msg, disposition, filename, cid, params): argument 181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument [all …]
|
D | generator.py | 72 def flatten(self, msg, unixfrom=False, linesep=None): argument 165 def _write(self, msg): argument 204 def _dispatch(self, msg): argument 224 def _write_headers(self, msg): argument 234 def _handle_text(self, msg): argument 258 def _handle_multipart(self, msg): argument 316 def _handle_multipart_signed(self, msg): argument 327 def _handle_message_delivery_status(self, msg): argument 348 def _handle_message(self, msg): argument 418 def _write_headers(self, msg): argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | debug.h | 40 #define MARL_FATAL(msg, ...) marl::fatal(msg "\n", ##__VA_ARGS__); argument 41 #define MARL_ASSERT(cond, msg, ...) \ argument 50 #define MARL_WARN(msg, ...) marl::warn("WARNING: " msg "\n", ##__VA_ARGS__); argument 52 #define MARL_FATAL(msg, ...) argument 53 #define MARL_ASSERT(cond, msg, ...) argument 56 #define MARL_WARN(msg, ...) argument
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBSwiftTests.swift | 39 let msg = Message2() in testProto2Basics() variable 138 let msg = Message3() in testProto3Basics() variable 230 let msg = Message2() in testAutoCreation() variable 287 let msg = Message2() in testProto2OneOfSupport() variable 361 let msg = Message3() in testProto3OneOfSupport() variable 435 let msg = Message2() in testSerialization() variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_parse.c | 37 struct p2p_message *msg) in p2p_parse_attribute() 420 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 456 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 525 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 579 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 595 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate() 625 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 785 struct p2p_message msg; in p2p_attr_text() local 848 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 863 struct p2p_message msg; in p2p_get_group_capab() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_parse.c | 37 struct p2p_message *msg) in p2p_parse_attribute() 420 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 456 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 525 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 579 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 595 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate() 625 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 785 struct p2p_message msg; in p2p_attr_text() local 848 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 863 struct p2p_message msg; in p2p_get_group_capab() local [all …]
|
/third_party/rust/crates/cxx/macro/src/ |
D | load.rs | 47 let msg = format!( in load() localVariable 72 let msg = format!("failed to read {}: {}", ast_dump_path.display(), error); in load() localVariable 80 let msg = format!("failed to read {}: {}", ast_dump_path.display(), error); in load() localVariable 92 let msg = format!("failed to find any C++ definition of enum {}", name); in load() localVariable 126 let msg = format!("found multiple C++ definitions of enum {}", qual_name); in traverse() localVariable 136 let msg = format!( in traverse() localVariable 176 let msg = format!("unsupported C++ variant name: {}", decl.name); in traverse() localVariable 192 let msg = format!( in traverse() localVariable 202 let msg = format!( in traverse() localVariable 250 let msg = format!( in translate_qual_type() localVariable
|
/third_party/protobuf/src/google/protobuf/ |
D | proto3_arena_unittest.cc | 201 protobuf_unittest::TestProto3Optional msg; in TEST() local 234 protobuf_unittest::TestProto3Optional msg; in TEST() local 254 protobuf_unittest::TestProto3Optional msg; in TEST() local 296 void SetAllFieldsZero(protobuf_unittest::TestProto3Optional* msg) { in SetAllFieldsZero() 318 void SetAllFieldsNonZero(protobuf_unittest::TestProto3Optional* msg) { in SetAllFieldsNonZero() 339 void TestAllFieldsZero(const protobuf_unittest::TestProto3Optional& msg) { in TestAllFieldsZero() 363 void TestAllFieldsNonZero(const protobuf_unittest::TestProto3Optional& msg) { in TestAllFieldsNonZero() 383 void TestAllFieldsSet(const protobuf_unittest::TestProto3Optional& msg, in TestAllFieldsSet() 406 protobuf_unittest::TestProto3Optional msg; in TEST() local 421 protobuf_unittest::TestProto3Optional msg; in TEST() local [all …]
|
/third_party/libwebsockets/lib/system/smd/ |
D | smd.c | 41 lws_smd_msg_t *msg; in lws_smd_msg_alloc() local 74 lws_smd_msg_t *msg = (lws_smd_msg_t *)(((uint8_t *)*ppay) - in lws_smd_msg_free() local 90 lws_smd_msg_t *msg = lws_container_of(p, lws_smd_msg_t, list); in lws_smd_dump() local 111 _lws_smd_msg_peer_interested_in_msg(lws_smd_peer_t *pr, lws_smd_msg_t *msg) in _lws_smd_msg_peer_interested_in_msg() 121 _lws_smd_msg_assess_peers_interested(lws_smd_t *smd, lws_smd_msg_t *msg, in _lws_smd_msg_assess_peers_interested() 162 _lws_smd_msg_destroy(struct lws_context *cx, lws_smd_t *smd, lws_smd_msg_t *msg) in _lws_smd_msg_destroy() 199 lws_smd_msg_t *msg = (lws_smd_msg_t *)(((uint8_t *)pay) - in _lws_smd_msg_send() local 288 lws_smd_msg_t *msg; in lws_smd_msg_printf() local 374 lws_smd_msg_t *msg; in _lws_smd_ss_rx_forward() local 496 lws_smd_msg_t *msg; in _lws_smd_msg_next_matching_filter() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | wcstoll.c | 34 char *msg = ""; in wcstoll_0100() local 46 char *msg = ""; in wcstoll_0200() local 58 char *msg = ""; in wcstoll_0300() local 70 char *msg = ""; in wcstoll_0400() local 83 char *msg = ""; in wcstoll_0500() local 98 char *msg = ""; in wcstoll_0600() local 113 char *msg = ""; in wcstoll_0700() local 129 char *msg = ""; in wcstoll_0800() local
|