/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | popen2.py | 40 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
|
D | commands.py | 48 def getoutput(cmd): argument 56 def getstatusoutput(cmd): argument
|
D | ftplib.py | 241 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 …]
|
D | cProfile.py | 132 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/ |
D | spawn.py | 17 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/ |
D | common.cpp | 70 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
|
D | cpp_bindings.cpp | 52 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
|
D | wifi_logger.cpp | 406 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/ |
D | emmc.c | 29 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/ |
D | css_scpi.c | 53 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/ |
D | fiptool.h | 48 typedef struct cmd { struct 52 } cmd_t; argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.c | 168 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/ |
D | QCameraCmdThread.cpp | 139 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/ |
D | gps_vsoc.cpp | 39 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/ |
D | VirtioGpuStream.cpp | 211 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/ |
D | test_popen2.py | 34 cmd = "cat" variable in Popen2Test 36 cmd = "more" variable in Popen2Test
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_emmc.c | 91 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__.py | 49 def run(self, cmd): argument 60 def runctx(self, cmd, globals, locals): argument
|
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 39 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/ |
D | process_monitor.cc | 66 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/ |
D | subprocess.cpp | 236 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/ |
D | get-remote-certificate.py | 15 def subproc(cmd): argument
|
/device/generic/goldfish/ril/ |
D | reference-ril.c | 1039 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/ |
D | hubconnection.cpp | 499 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/ |
D | nanoapp_cmd.c | 72 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()
|