/aosp_15_r20/external/coreboot/src/ec/google/chromeec/ |
H A D | ec_cmd_api.h | 159 #define _CROS_EC_CV_F_P_R(_cmd, _v, _fn, _in, _out) \ argument 172 #define _CROS_EC_CV_F_P(_cmd, _v, _fn, _in) \ argument 184 #define _CROS_EC_CV_F_R(_cmd, _v, _fn, _out) \ argument 196 #define _CROS_EC_CV_F(_cmd, _v, _fn) \ argument 206 #define _CROS_EC_C0_F_PF_RF(_cmd, _fn) _CROS_EC_CV_F_P_R(_cmd, 0, _fn, _fn, _fn) argument 212 #define _CROS_EC_C1_F_PF_RF(_cmd, _fn) \ argument 219 #define _CROS_EC_C0_F_PF(_cmd, _fn) _CROS_EC_CV_F_P(_cmd, 0, _fn, _fn) argument 225 #define _CROS_EC_C1_F_PF(_cmd, _fn) _CROS_EC_CV_F_P(_cmd, 1, _fn##_v1, _fn##_v1) argument 231 #define _CROS_EC_C0_F_RF(_cmd, _fn) _CROS_EC_CV_F_R(_cmd, 0, _fn, _fn) argument 237 #define _CROS_EC_C1_F_RF(_cmd, _fn) _CROS_EC_CV_F_R(_cmd, 1, _fn##_v1, _fn##_v1) argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | module_wrapper_test.py | 74 import cmd as _cmd # pylint: disable=g-import-not-at-top namespace 90 import cmd as _cmd # pylint: disable=g-import-not-at-top namespace 107 import cmd as _cmd # pylint: disable=g-import-not-at-top namespace 134 import cmd as _cmd # pylint: disable=g-import-not-at-top namespace
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_meta_draw_rects.c | 161 VkCommandBuffer _cmd = vk_command_buffer_to_handle(cmd); in setup_viewport_scissor() local 276 VkCommandBuffer _cmd = vk_command_buffer_to_handle(cmd); in vk_meta_draw_volume() local 303 VkCommandBuffer _cmd = vk_command_buffer_to_handle(cmd); in vk_meta_draw_rects() local
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | UCCUtils.hpp | 31 #define TORCH_UCC_CHECK(_cmd, _error_msg) \ argument 42 #define TORCH_UCC_CHECK_REQUEST(_request, _cmd, _error_msg) \ argument
|
/aosp_15_r20/external/mesa3d/src/freedreno/common/ |
H A D | msm_proto.h | 61 #define MSM_CCMD(_cmd, _len) { \ argument 66 #define MSM_CCMD(_cmd, _len) (struct vdrm_ccmd_req){ \ argument
|
/aosp_15_r20/external/flashrom/util/ubertest/ |
H A D | cmd.sh | 63 _cmd() function
|
/aosp_15_r20/external/coreboot/util/board_status/ |
H A D | board_status.sh | 79 _cmd() function
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | nio_util.h | 35 #define RESTARTABLE(_cmd, _result) do { \ argument
|
H A D | UnixCopyFile.c | 35 #define RESTARTABLE(_cmd, _result) do { \ argument
|
H A D | io_util_md.h | 89 #define RESTARTABLE(_cmd, _result) \ argument
|
H A D | PollArrayWrapper.c | 35 #define RESTARTABLE(_cmd, _result) do { \ argument
|
/aosp_15_r20/external/iproute2/include/ |
H A D | libgenl.h | 6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \ argument
|
/aosp_15_r20/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 145 static const void* printReturnCommand(TextOutput& out, const void* _cmd) in printReturnCommand() 206 static const void* printCommand(TextOutput& out, const void* _cmd) in printCommand()
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.c | 183 const char *_cmd; in wifihal_ctrl_request() local
|
/aosp_15_r20/external/iproute2/ip/ |
H A D | ipfou.c | 42 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
|
H A D | ipseg6.c | 46 #define SEG6_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
|
H A D | ipila.c | 42 #define ILA_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | rpc_connection.py | 101 def _cmd(self, command): member in RpcConnection
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.c | 178 const char *_cmd; in wifihal_ctrl_request2() local
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | pipetool.py | 78 def _write_cmd(self, _cmd): argument 166 def stop(self, _cmd="X"): argument
|
/aosp_15_r20/external/trusty/lk/tools/ |
D | liblkboot.c | 200 int lkboot_txn(const char *host, const char *_cmd, int txfd, const char *args) in lkboot_txn()
|
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/ |
D | jsonrpc_client_base.py | 308 def _cmd(self, command, uid=None): member in JsonRpcClientBase
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 174 char *_cmd = "SET_AP_WPS_P2P_IE"; in wpa_driver_set_ap_wps_p2p_ie() local
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 169 char *_cmd = "SET_AP_WPS_P2P_IE"; in wpa_driver_set_ap_wps_p2p_ie() local
|
/aosp_15_r20/device/linaro/poplar/wifi/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 160 char *_cmd = "SET_AP_WPS_P2P_IE"; in wpa_driver_set_ap_wps_p2p_ie() local
|