Home
last modified time | relevance | path

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

12

/development/testrunner/
Drun_command.py37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, argument
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None): argument
Dadb_interface.py74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): argument
279 def PreviewShellCommand(self, cmd): argument
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c49 int8_t cmd; in android_app_read_cmd() local
88 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_pre_exec_cmd()
145 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_post_exec_cmd()
201 int8_t cmd = android_app_read_cmd(app); in process_cmd() local
280 static void android_app_write_cmd(struct android_app* android_app, int8_t cmd) { in android_app_write_cmd()
311 static void android_app_set_activity_state(struct android_app* android_app, int8_t cmd) { in android_app_set_activity_state()
/development/ndk/platforms/android-3/include/linux/
Dandroid_alarm.h47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0))) argument
48 #define ANDROID_ALARM_IOCTL_TO_TYPE(cmd) (_IOC_NR(cmd) >> 4) argument
Dwireless.h91 #define IW_IOCTL_IDX(cmd) ((cmd) - SIOCIWFIRST) argument
93 #define IW_IS_SET(cmd) (!((cmd) & 0x1)) argument
94 #define IW_IS_GET(cmd) ((cmd) & 0x1) argument
108 #define IW_EVENT_IDX(cmd) ((cmd) - IWEVFIRST) argument
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (c… argument
280 #define IW_EVENT_CAPA_INDEX(cmd) (IW_EVENT_CAPA_BASE(cmd) >> 5) argument
281 #define IW_EVENT_CAPA_MASK(cmd) (1 << (IW_EVENT_CAPA_BASE(cmd) & 0x1F)) argument
286 #define IW_EVENT_CAPA_SET(event_capa, cmd) (event_capa[IW_EVENT_CAPA_INDEX(cmd)] |= IW_EVENT_CAPA_M… argument
371 __u16 cmd; member
384 __u32 cmd; member
[all …]
Dcapi.h57 unsigned long cmd; member
74 capi_manufacturer_cmd cmd; member
Dif_vlan.h37 int cmd; member
Dquota.h39 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK)) argument
Dfd.h242 unsigned char cmd[16]; member
Dblkdev.h163 unsigned char cmd[BLK_MAX_CDB]; member
Dcoda.h280 int cmd; member
Drtnetlink.h110 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2) argument
Dcdrom.h183 unsigned char cmd[CDROM_PACKET_SIZE]; member
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyCommandEvent.java31 public MonkeyCommandEvent(String cmd) { in MonkeyCommandEvent()
DMonkeyGetAppFrameRateEvent.java126 String cmd = String.format(GET_APP_FRAMERATE_TMPL, sActivityName); in injectEvent() local
DMonkeySourceScript.java728 String cmd = args[0]; in handleEvent() local
736 String cmd = "input text " + input; in handleEvent() local
/development/ndk/platforms/android-3/include/linux/mmc/
Dmmc.h46 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… argument
48 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK) argument
88 struct mmc_command *cmd; member
/development/ndk/sources/android/libportable/arch-mips/
Dfcntl.c38 static char *map_portable_cmd_to_name(int cmd) in map_portable_cmd_to_name()
/development/build/tools/
Dmk_sources_zip.py207 def shellExec(*cmd):
/development/ndk/platforms/android-3/include/sys/
D_system_properties.h71 unsigned cmd; member
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()
/development/testrunner/coverage/
Dcoverage.py189 def _RunCmd(self, cmd): argument
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitque… argument
182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c428 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/
Dioc3.h214 u32 cmd; member

12