Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 157) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpopen2.py40 def __init__(self, cmd, capturestderr=False, bufsize=-1): argument
82 def _run_child(self, cmd): argument
119 def __init__(self, cmd, bufsize=-1): argument
141 def popen2(cmd, bufsize=-1, mode='t'): argument
151 def popen3(cmd, bufsize=-1, mode='t'): argument
161 def popen4(cmd, bufsize=-1, mode='t'): argument
171 def popen2(cmd, bufsize=-1, mode='t'): argument
181 def popen3(cmd, bufsize=-1, mode='t'): argument
191 def popen4(cmd, bufsize=-1, mode='t'): argument
Dcommands.py48 def getoutput(cmd): argument
56 def getstatusoutput(cmd): argument
Dftplib.py241 def sendcmd(self, cmd): argument
246 def voidcmd(self, cmd): argument
309 def ntransfercmd(self, cmd, rest=None): argument
359 def transfercmd(self, cmd, rest=None): argument
384 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
408 def retrlines(self, cmd, callback = None): argument
438 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
463 def storlines(self, cmd, fp, callback=None): argument
673 def ntransfercmd(self, cmd, rest=None): argument
680 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
[all …]
DcProfile.py132 def run(self, cmd): argument
137 def runctx(self, cmd, globals, locals): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dspawn.py17 def spawn(cmd, search_path=1, verbose=0, dry_run=0): argument
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): argument
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): argument
100 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): argument
/device/linaro/poplar/wifi/wifi_hal/
Dcommon.cpp70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
121 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler()
171 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd()
199 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local
222 WifiCommand *cmd = NULL; in wifi_get_cmd() local
234 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd()
253 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local
Dcpp_bindings.cpp52 static const char *cmdToString(int cmd) in cmdToString()
557 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create()
639 int WifiCommand::requestEvent(int cmd) { in requestEvent()
695 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local
708 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
Dwifi_logger.cpp406 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() local
421 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() local
435 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() local
447 DebugCommand *cmd = new DebugCommand(iface, num_rings, status, GET_RING_STATUS); in wifi_get_ring_buffers_status() local
463 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE); in wifi_get_logger_supported_feature_set() local
478 DebugCommand *cmd = new DebugCommand(iface, verbose_level, flags, max_interval_sec, in wifi_start_logging() local
581 SetLogHandler *cmd = new SetLogHandler(iface, id, handler); in wifi_set_log_handler() local
606 SetLogHandler *cmd = new SetLogHandler(iface, id, handler); in wifi_reset_log_handler() local
764 SetAlertHandler *cmd = new SetAlertHandler(iface, id, handler); in wifi_set_alert_handler() local
789 SetAlertHandler *cmd = new SetAlertHandler(iface, id, handler); in wifi_reset_alert_handler() local
[all …]
/device/linaro/bootloader/arm-trusted-firmware/drivers/emmc/
Demmc.c29 emmc_cmd_t cmd; in emmc_device_state() local
48 emmc_cmd_t cmd; in emmc_set_ext_csd() local
81 emmc_cmd_t cmd; in emmc_enumerate() local
148 emmc_cmd_t cmd; in emmc_read_blocks() local
206 emmc_cmd_t cmd; in emmc_write_blocks() local
265 emmc_cmd_t cmd; in emmc_erase_blocks() local
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scpi/
Dcss_scpi.c53 static void scpi_secure_message_receive(scpi_cmd_t *cmd) in scpi_secure_message_receive()
125 scpi_cmd_t *cmd; in scpi_set_css_power_state() local
178 scpi_cmd_t *cmd; in scpi_get_css_power_state() local
239 scpi_cmd_t *cmd; in scpi_sys_power_state() local
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dfiptool.h48 typedef struct cmd { struct
52 } cmd_t; argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c168 xf_set_param_msg_t *cmd = m->buffer; in xa_base_set_param() local
212 xf_get_param_msg_t *cmd = m->buffer; in xa_base_get_param() local
246 xf_ext_param_msg_t *cmd = m->buffer; in xa_base_set_param_ext() local
310 xf_ext_param_msg_t *cmd = m->buffer; in xa_base_get_param_ext() local
422 u32 cmd; in xa_base_command() local
/device/google/marlin/camera/QCamera2/util/
DQCameraCmdThread.cpp139 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd()
180 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; in getCmd() local
/device/google/cuttlefish_common/guest/hals/gps/
Dgps_vsoc.cpp39 char cmd = CMD_QUIT; in gps_state_cleanup() local
120 char cmd = CMD_START; in gce_gps_start() local
142 char cmd = CMD_STOP; in gce_gps_stop() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp211 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local
266 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local
293 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in writeFully() local
398 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[pos]); in commitAll() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_popen2.py34 cmd = "cat" variable in Popen2Test
36 cmd = "more" variable in Popen2Test
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_emmc.c91 struct uniphier_mmc_cmd *cmd) in uniphier_emmc_send_cmd()
149 struct uniphier_mmc_cmd cmd = {0}; in uniphier_emmc_switch_part() local
160 struct uniphier_mmc_cmd cmd = {0}; in uniphier_emmc_is_over_2gb() local
183 struct uniphier_mmc_cmd cmd = {0}; in uniphier_emmc_load_image() local
240 struct uniphier_mmc_cmd cmd = {0}; in uniphier_emmc_hw_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
D__init__.py49 def run(self, cmd): argument
60 def runctx(self, cmd, globals, locals): argument
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c39 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change()
60 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd()
165 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
/device/google/cuttlefish_common/host/commands/launch/
Dprocess_monitor.cc66 void ProcessMonitor::StartSubprocess(Command cmd, OnSocketReadyCb callback) { in StartSubprocess()
75 void ProcessMonitor::MonitorExistingSubprocess(Command cmd, Subprocess proc, in MonitorExistingSubprocess()
/device/google/cuttlefish_common/common/libs/utils/
Dsubprocess.cpp236 auto cmd = ToCharPointers(command_); in Start() local
249 Command cmd(command[0]); in execute() local
261 Command cmd(command[0]); in execute() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
Dget-remote-certificate.py15 def subproc(cmd): argument
/device/generic/goldfish/ril/
Dreference-ril.c1039 char *cmd; local
1066 char *cmd; local
1099 char *cmd; local
1182 char *cmd = NULL; local
1256 const char *cmd; local
1280 const char *cmd; local
1300 const char *cmd; local
1335 char *cmd = NULL; local
1368 char *cmd = NULL; local
1401 const char *cmd; local
[all …]
/device/google/contexthub/sensorhal/
Dhubconnection.cpp499 struct MsgCmd *cmd; in setLeftyMode() local
1005 struct ConfigCmd cmd; in restoreSensorState() local
1552 void HubConnection::initConfigCmd(struct ConfigCmd *cmd, int handle) in initConfigCmd()
1593 struct ConfigCmd cmd; in queueActivate() local
1624 struct ConfigCmd cmd; in queueSetDelay() local
1655 struct ConfigCmd cmd; in queueBatch() local
1693 struct ConfigCmd cmd; in queueFlushInternal() local
1731 struct ConfigCmd *cmd = (struct ConfigCmd *)malloc(sizeof(struct ConfigCmd) + length); in queueDataInternal() local
1852 struct MsgCmd *cmd = (struct MsgCmd *)malloc(sizeof(struct MsgCmd) + sizeof(float)); in queueUsbMagBias() local
1979 void HubConnection::mergeDirectReportRequest(struct ConfigCmd *cmd, int handle) { in mergeDirectReportRequest()
[all …]
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c72 uint8_t cmd; member
80 uint8_t cmd; member
97 static int setType(struct ConfigCmd *cmd, char *sensor) in setType()
353 bool sendCmd(uint8_t cmd, uint64_t appId) in sendCmd()
366 int halCmd(uint8_t cmd, char *arg) in halCmd()

1234567