Home
last modified time | relevance | path

Searched defs:message (Results 26 – 50 of 434) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwindialogs.c293 winExitDlgProc(HWND hDialog, UINT message, WPARAM wParam, LPARAM lParam) in winExitDlgProc()
410 winChangeDepthDlgProc(HWND hwndDialog, UINT message, in winChangeDepthDlgProc()
541 winAboutDlgProc(HWND hwndDialog, UINT message, WPARAM wParam, LPARAM lParam) in winAboutDlgProc()
H A Dwinmsg.c122 winDebugWin32Message(const char *function, HWND hwnd, UINT message, in winDebugWin32Message()
151 winDebugWin32Message(const char *function, HWND hwnd, UINT message, in winDebugWin32Message()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp50 void Mailbox::push(std::unique_ptr<Message> message) { in push()
74 std::unique_ptr<Message> message; in receive() local
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dmchp23k256.c65 struct spi_message message; in mchp23k256_write() local
104 struct spi_message message; in mchp23k256_read() local
146 struct spi_message message; in mchp23k256_set_mode() local
/OK3568_Linux_fs/kernel/lib/
H A Dglobtest.c30 char const *message; in test() local
134 static char const message[] __initconst = in glob_init() local
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c77 unsigned char message[128]; member
87 unsigned char message[256]; member
97 unsigned char message[512]; member
110 unsigned char message[128]; member
123 unsigned char message[256]; member
136 unsigned char message[512]; member
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c29 unsigned int message = (unsigned int)(long)arg; in ipi_interrupt_handler() local
106 static void shx3_send_ipi(unsigned int cpu, unsigned int message) in shx3_send_ipi()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sysdeps_posix.c67 void avb_print(const char* message) { in avb_print()
71 void avb_printv(const char* message, ...) { in avb_printv()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgt215.c31 u32 process, u32 message, u32 data0, u32 data1) in gt215_pmu_send()
91 u32 process, message, data0, data1; in gt215_pmu_recv() local
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_parser.py84 def print_with_timestamp(message): argument
87 def format_suite_divider(message): argument
90 def print_suite_divider(message): argument
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dapplespi.c291 struct message { struct
314 * the (parts of the) message in the data. But note that this does not argument
598 struct spi_message *message, void (*complete)(void *)) in applespi_async()
753 struct message *message = (struct message *)packet->data; in applespi_send_cmd_msg() local
1341 struct message *message) in applespi_handle_cmd_response()
1407 struct message *message; in applespi_got_data() local
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Duterror.c175 const char *message; in acpi_ut_prefixed_namespace_error() local
301 const char *message, in acpi_ut_method_error()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-icf-gimple.h43 return_false_with_message_1 (const char *message, const char *filename, in return_false_with_message_1()
53 #define return_false_with_msg(message) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-icf-gimple.h43 return_false_with_message_1 (const char *message, const char *filename, in return_false_with_message_1()
53 #define return_false_with_msg(message) \ argument
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dutils.c54 void *message, size_t bytes) in sof_mailbox_write()
63 void *message, size_t bytes) in sof_mailbox_read()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dinterface.hpp238 inline bool is_valid(Geometry const& geometry, std::string& message, Strategy const& strategy) in is_valid()
264 inline bool is_valid(Geometry const& geometry, std::string& message) in is_valid()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py41 def __init__(self, message): argument
50 def __init__(self, url, message=''): argument
61 def __init__(self, url, message=''): argument
72 def __init__(self, message, url = None): argument
83 def __init__(self, message, url = None, checksum = None): argument
92 def __init__(self, message, url): argument
117 def __init__(self, message, url): argument
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dhci.c55 struct nci_hcp_message message; member
226 struct nci_hcp_message *message; in nci_hci_send_cmd() local
414 struct nci_hcp_message *message; in nci_hci_msg_rx_work() local
565 struct nci_hcp_message *message; in nci_hci_set_param() local
613 struct nci_hcp_message *message; in nci_hci_get_param() local
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dstub_dev.c504 static int stub_suspend(struct usb_device *udev, pm_message_t message) in stub_suspend()
511 static int stub_resume(struct usb_device *udev, pm_message_t message) in stub_resume()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py72 def until(self, method, message=''): argument
95 def until_not(self, method, message=''): argument
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_gst1_python.py11 def on_message(bus, message, loop): argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dptrace.h148 static inline void ptrace_event(int event, unsigned long message) in ptrace_event()
179 unsigned long message = 0; in ptrace_event_pid() local
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h185 # define __compiletime_warning(message) __attribute__((warning(message))) argument
186 # define __compiletime_error(message) __attribute__((error(message))) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Djson.hpp17 std::stringstream message; in convertJSON() local
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D80-firmware.sh3 message() { function

12345678910>>...18