| /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_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/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/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/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/curl/tests/unit/ |
| D | curlcheck.h | 27 #define fail_if(expr, msg) \ argument 36 #define fail_unless(expr, msg) \ argument 59 #define fail(msg) do { \ argument 67 #define abort_if(expr, msg) \ argument 77 #define abort_unless(expr, msg) \ argument 87 #define abort_test(msg) \ argument
|
| /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/node/deps/openssl/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/node/deps/openssl/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 380 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local 451 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local 521 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() 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 380 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local 451 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local 521 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() local [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/typescript/tests/baselines/reference/ |
| D | importElisionExportNonExportAndDefault.js | 6 MyFunction({msg: "Hello World"}); property 12 export const MyFunction = ({ msg }: MyFunction) => console.log(`Got message "${msg}"`); field 16 export const MyFunction = ({ msg }) => console.log(`Got message "${msg}"`); field 20 MyFunction({ msg: "Hello World" }); property
|
| /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/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 78 def get_message_content(msg): argument 85 def get_and_fixup_unknown_message_content(msg): argument 97 def _prepare_set(msg, maintype, subtype, headers): argument 114 def _finalize_set(msg, disposition, filename, cid, params): argument 183 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 …]
|
| D | encoders.py | 26 def encode_base64(msg): argument 38 def encode_quopri(msg): argument 50 def encode_7or8bit(msg): argument 68 def encode_noop(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/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_standard/src/p2p/ |
| D | p2p_parse.c | 37 struct p2p_message *msg) in p2p_parse_attribute() 418 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 454 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 523 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 577 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 593 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate() 623 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 783 struct p2p_message msg; in p2p_attr_text() local 846 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 861 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
|