| /third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.h | 45 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument 47 #define UPB_READ_ONEOF(msg, fieldtype, offset, case_offset, case_val, default) \ argument 52 #define UPB_WRITE_ONEOF(msg, fieldtype, offset, value, case_offset, case_val) \ argument 219 char msg[UPB_STATUS_MAX_MESSAGE]; /* Error message; NULL-terminated. */ member 972 #define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs) argument 1035 upb_msg *msg; in _upb_msg_new_inl() local 1045 UPB_INLINE upb_msg_internal *upb_msg_getinternal(upb_msg *msg) { in upb_msg_getinternal() 1066 UPB_INLINE bool _upb_hasbit(const upb_msg *msg, size_t idx) { in _upb_hasbit() 1070 UPB_INLINE void _upb_sethas(const upb_msg *msg, size_t idx) { in _upb_sethas() 1074 UPB_INLINE void _upb_clearhas(const upb_msg *msg, size_t idx) { in _upb_clearhas() [all …]
|
| /third_party/protobuf/third_party/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 …]
|
| /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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/ |
| D | error_util.cc | 33 …std::string msg = ConcatString(index, "th input has wrong shape", wrong_shape, ", it should be ", … in GetShapeErrMsg() local 39 …std::string msg = ConcatString("attr[", attr_name, "], has wrong value[", wrong_val, "], it should… in GetAttrValueErrMsg() local 45 std::string msg = in GetAttrSizeErrMsg() local 51 std::string msg = ConcatString("get ", param_name, " failed"); in GetInputInvalidErrMsg() local 57 std::string msg = in GetShapeSizeErrMsg() local 64 std::string msg = in GetInputFormatNotSupportErrMsg() local 71 std::string msg = in GetInputDtypeNotSupportErrMsg() local 78 std::string msg = in GetInputDTypeErrMsg() local 85 std::string msg = in GetInputFormatErrMsg() local 91 std::string msg = ConcatString("set param [", param_name, "] failed"); in SetAttrErrMsg() local [all …]
|
| /third_party/protobuf/js/ |
| D | message.js | 317 jspb.Message.getIndex_ = function(msg, fieldNumber) { argument 333 jspb.Message.getFieldNumber_ = function(msg, index) { argument 354 msg, data, messageId, suggestedPivot, repeatedFields, opt_oneofFields) { argument 453 jspb.Message.initPivotAndExtensionObject_ = function(msg, suggestedPivot) { argument 497 jspb.Message.maybeInitEmptyExtensionObject_ = function(msg) { argument 624 jspb.Message.readBinaryExtension = function(msg, reader, extensions, argument 668 jspb.Message.getField = function(msg, fieldNumber) { argument 697 jspb.Message.getRepeatedField = function(msg, fieldNumber) { argument 709 jspb.Message.getOptionalFloatingPointField = function(msg, fieldNumber) { argument 723 jspb.Message.getBooleanField = function(msg, fieldNumber) { argument [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/common/exceptions/ |
| D | exceptions.py | 83 def __init__(self, msg): argument 94 def __init__(self, msg): argument 105 def __init__(self, msg): argument 116 def __init__(self, msg): argument 127 def __init__(self, msg): argument 160 def __init__(self, msg): argument 171 def __init__(self, msg): argument 182 def __init__(self, msg): argument 193 def __init__(self, msg): argument 204 def __init__(self, msg): argument [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/ |
| D | log.h | 49 #define MS_CHECK_RET_CODE(code, msg) \ argument 57 #define MS_CHECK_RET_CODE_WITH_EXE(code, msg, FUNC) \ argument 66 #define MS_CHECK_RET_CODE_RET_NULL(code, msg) \ argument 74 #define MS_CHECK_TRUE(code, msg) \ argument 82 #define MS_CHECK_TRUE_WITH_EXE(code, msg, FUNC) \ argument 91 #define MS_CHECK_TRUE_WITHOUT_RET(code, msg) \ argument 99 #define MS_CHECK_TRUE_RET_NULL(code, msg) \ argument 107 #define MS_CHECK_TRUE_RET_BOOL(code, msg) \ argument
|
| /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/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/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/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/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/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 | 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/protobuf/python/google/protobuf/internal/ |
| D | python_protobuf.cc | 39 static const Message* GetCProtoInsidePyProtoStub(PyObject* msg) { return NULL; } in GetCProtoInsidePyProtoStub() 40 static Message* MutableCProtoInsidePyProtoStub(PyObject* msg) { return NULL; } in MutableCProtoInsidePyProtoStub() 50 const Message* GetCProtoInsidePyProto(PyObject* msg) { in GetCProtoInsidePyProto() 53 Message* MutableCProtoInsidePyProto(PyObject* msg) { in MutableCProtoInsidePyProto()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| D | p2p_parse.c | 37 struct p2p_message *msg) in p2p_parse_attribute() 437 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 473 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 542 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 598 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 614 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate() 644 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 804 struct p2p_message msg; in p2p_attr_text() local 867 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 882 struct p2p_message msg; in p2p_get_group_capab() local [all …]
|