Home
last modified time | relevance | path

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

123456

/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
Dpipes.py110 def append(self, cmd, kind): argument
132 def prepend(self, cmd, kind): argument
Dwebbrowser.py105 def _isexecutable(cmd): argument
114 def _isexecutable(cmd): argument
121 def _iscommand(cmd): argument
638 cmd = _synthesize(cmdline, -1) variable
/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/huawei/angler/camera/QCamera2/util/
DQCameraCmdThread.cpp130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd()
171 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; in getCmd() local
DQCameraCmdThread.h52 camera_cmd_type_t cmd; member
/device/lge/bullhead/camera/QCamera2/util/
DQCameraCmdThread.cpp130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd()
171 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; in getCmd() local
DQCameraCmdThread.h52 camera_cmd_type_t cmd; member
/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
DQCameraCmdThread.h55 camera_cmd_type_t cmd; member
/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/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/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
Dget-remote-certificate.py15 def subproc(cmd): argument
/device/google/contexthub/firmware/os/core/
DhostIntf.c77 uint8_t cmd; member
121 const struct NanohubCommand *cmd; member
242 const struct NanohubCommand *cmd; in hostIntfFindHandler() local
1131 static void fakeFlush(struct ConfigCmd *cmd) in fakeFlush()
1223 static void onConfigCmdFlushOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdFlushOne()
1228 static void onConfigCmdEnableOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdEnableOne()
1247 static void onConfigCmdEnableAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdEnableAll()
1272 static void onConfigCmdDisableOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdDisableOne()
1292 static void onConfigCmdCalibrateAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdCalibrateAll()
1299 static void onConfigCmdSelfTestAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdSelfTestAll()
[all …]
/device/google/contexthub/sensorhal/
Dhubconnection.cpp569 struct MsgCmd *cmd; in setLeftyMode() local
1063 struct ConfigCmd cmd; in restoreSensorState() local
1666 void HubConnection::initConfigCmd(struct ConfigCmd *cmd, int handle) in initConfigCmd()
1698 struct ConfigCmd cmd; in queueActivate() local
1724 struct ConfigCmd cmd; in queueSetDelay() local
1755 struct ConfigCmd cmd; in queueBatch() local
1793 struct ConfigCmd cmd; in queueFlushInternal() local
1831 struct ConfigCmd *cmd = (struct ConfigCmd *)malloc(sizeof(struct ConfigCmd) + length); in queueDataInternal() local
1952 struct MsgCmd *cmd = (struct MsgCmd *)malloc(sizeof(struct MsgCmd) + sizeof(float)); in queueUsbMagBias() local
2079 void HubConnection::mergeDirectReportRequest(struct ConfigCmd *cmd, int handle) { in mergeDirectReportRequest()
[all …]
/device/generic/goldfish/keymaster/
Dtrusty_keymaster_ipc.cpp50 int trusty_keymaster_call(uint32_t cmd, void* in, uint32_t in_size, uint8_t* out, in trusty_keymaster_call()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_thread.c64 uint32_t cmd; member
83 uint32_t cmd) in mm_camera_poll_sig_async()
129 uint32_t cmd) in mm_camera_poll_sig()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_thread.c65 uint32_t cmd; member
84 uint32_t cmd) in mm_camera_poll_sig_async()
130 uint32_t cmd) in mm_camera_poll_sig()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_thread.c64 uint32_t cmd; member
83 uint32_t cmd) in mm_camera_poll_sig_async()
129 uint32_t cmd) in mm_camera_poll_sig()
/device/google/contexthub/util/stm32_flash/
Di2c.c38 uint8_t i2c_write_cmd(handle_t *handle, uint8_t cmd) in i2c_write_cmd()
Duart.c40 uint8_t uart_write_cmd(handle_t *handle, uint8_t cmd) in uart_write_cmd()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DStubFunctions.c75 popen (const char *cmd, const char *type) in popen()

123456