/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedAdapterTest.java | 87 public static <T> byte[] toByteArray(T msg, int size) throws Exception { in toByteArray() argument
|
H A D | ExperimentalSerializationUtil.java | 43 public static <T> byte[] toByteArray(T msg) throws IOException { in toByteArray() argument 51 public static <T> byte[] toByteArray(T msg, Schema<T> schema) throws IOException { in toByteArray() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | usage_config_test.cc | 58 void TstReportUsageMessage(absl::string_view msg) {} in TstReportUsageMessage() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | discrete_distribution_test.cc | 190 std::string msg; in TEST() local
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_log.c | 40 static void cil_default_log_handler(__attribute__((unused)) int lvl, const char *msg) in cil_default_log_handler() argument 47 void cil_set_log_handler(void (*handler)(int lvl, const char *msg)) in cil_set_log_handler() argument 52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args) in cil_vlog() argument 66 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) in cil_log() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_attr_parse.c | 596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpamsg.h | 28 QString msg; member in WpaMsg
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluDefs.cpp | 65 void checkError (const RenderContext& context, const char* msg, const char* file, int line) in checkError() argument 70 void checkError (deUint32 err, const char* msg, const char* file, int line) in checkError() argument 76 msgStr << msg << ": "; in checkError() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_attr_parse.c | 596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpamsg.h | 28 QString msg; member in WpaMsg
|
/kernel/linux/linux-5.10/drivers/firmware/imx/ |
H A D | misc.c | 54 struct imx_sc_msg_req_misc_set_ctrl msg; in imx_sc_misc_set_control() local 84 struct imx_sc_msg_req_misc_get_ctrl msg; in imx_sc_misc_get_control() local 122 struct imx_sc_msg_req_cpu_start msg; imx_sc_pm_cpu_start() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | aegis128-neon.c | 40 void crypto_aegis128_update_simd(union aegis_block *state, const void *msg) in crypto_aegis128_update_simd() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-memory-errors.c | 27 struct opal_msg msg; member 87 opal_memory_err_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_memory_err_event() argument
|
H A D | opal-psr.c | 29 struct opal_msg msg; in psr_show() local 79 struct opal_msg msg; in psr_store() local
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | highbank-cpufreq.c | 28 u32 msg[HB_CPUFREQ_IPC_LEN] = {HB_CPUFREQ_CHANGE_NOTE, freq / 1000000}; in hb_voltage_change() local
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | led.c | 100 static int can_led_notifier(struct notifier_block *nb, unsigned long msg, in can_led_notifier() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/ |
H A D | sas.c | 30 static const char *msg = "[OK]\tStack preserved"; variable 33 char msg[128]; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-memory-errors.c | 27 struct opal_msg msg; member 87 opal_memory_err_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_memory_err_event() argument
|
H A D | opal-psr.c | 29 struct opal_msg msg; in psr_show() local 79 struct opal_msg msg; in psr_store() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smu9_smumgr.c | 112 int smu9_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in smu9_send_msg_to_smc() argument 92 smu9_send_msg_to_smc_without_waiting(struct pp_hwmgr *hwmgr, uint16_t msg) smu9_send_msg_to_smc_without_waiting() argument 140 smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) smu9_send_msg_to_smc_with_parameter() argument [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps6507x.c | 70 u8 msg[TPS6507X_MAX_REGISTER + 1]; in tps6507x_i2c_write_device() local
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_spi_device.c | 18 struct spi_message msg; in cxd2880_spi_device_write() local
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | lnbp21.c | 34 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, in lnbp21_set_voltage() local 62 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, in lnbp21_enable_high_lnb_voltage() local 81 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, in lnbp21_set_tone() local
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ipaq-micro-ts.c | 27 static void micro_ts_receive(void *data, int len, unsigned char *msg) in micro_ts_receive() argument
|