HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 1 - 25 of 1177) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/nexus/
NexusCommand.cpp 19 NexusCommand::NexusCommand(const char *cmd) :
20 FrameworkCommand(cmd) {
NexusCommand.h 24 NexusCommand(const char *cmd);
  /system/netd/
NetdCommand.cpp 19 NetdCommand::NetdCommand(const char *cmd) :
20 FrameworkCommand(cmd) {
NatController.cpp 46 int NatController::runCmd(const char *path, const char *cmd) {
48 size_t len = strnlen(cmd, 255);
57 asprintf(&buffer, "%s %s", path, cmd);
104 char cmd[255]; local
127 snprintf(cmd, sizeof(cmd), "%s rule add from %s table %d", getVersion(argv[5+i]),
129 ret |= runCmd(IP_PATH, cmd);
130 if (ret) LOGE("IP rule %s got %d", cmd, ret);
132 snprintf(cmd, sizeof(cmd), "route add %s dev %s table %d", argv[5+i], intIface
179 char cmd[255]; local
227 char cmd[255]; local
    [all...]
NetdCommand.h 24 NetdCommand(const char *cmd);
  /system/vold/
VoldCommand.cpp 19 VoldCommand::VoldCommand(const char *cmd) :
20 FrameworkCommand(cmd) {
VoldCommand.h 24 VoldCommand(const char *cmd);
  /external/kernel-headers/original/linux/
fcntl.h 41 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
42 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
43 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
44 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
45 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64
    [all...]
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 140 my $cmd = "/usr/bin/ld";
142 $cmd = "$cmd -static";
143 $cmd = "$cmd -arch $archstr";
144 $cmd = "$cmd -macosx_version_min 10.5";
145 $cmd = "$cmd -o $outname";
146 $cmd = "$cmd -u __start -e __start"
    [all...]
link_tool_exe_linux.in 71 my $cmd="$cc -static -Wl,-Ttext=$ala";
75 $cmd = "$cmd $ARGV[$n]";
78 #print "link_tool_exe_linux: $cmd\n";
82 my $r = system("$cmd");
  /external/clang/test/Analysis/
rdar-6541136-region.c 11 struct load_wine *cmd = (void*) &wonky[1]; local
12 cmd = cmd;
23 struct load_wine *cmd = (void*) &wonky[1]; local
24 cmd = cmd;
  /external/quake/quake/src/QW/client/
input.h 29 void IN_Move (usercmd_t *cmd);
30 // add additional movement on top of the keyboard move cmd
in_null.c 17 void IN_Move (usercmd_t *cmd)
  /external/quake/quake/src/WinQuake/
input.h 29 void IN_Move (usercmd_t *cmd);
30 // add additional movement on top of the keyboard move cmd
in_null.cpp 36 void IN_Move (usercmd_t *cmd)
  /bootable/bootloader/legacy/arch_msm7k/
nand.c 41 volatile unsigned cmd; member in struct:dmov_ch
49 ch->cmd = DMOV_CMD_PTR(id);
73 writel(DMOV_CMD_PTR_LIST | DMOV_CMD_ADDR(paddr(ptr)), ch.cmd);
99 dmov_s *cmd = cmdlist; local
109 cmd[0].cmd = 0 | CMD_OCB;
110 cmd[0].src = paddr(&data[0]);
111 cmd[0].dst = NAND_FLASH_CHIP_SELECT;
112 cmd[0].len = 4;
114 cmd[1].cmd = DST_CRCI_NAND_CMD
150 dmov_s *cmd = cmdlist; local
204 unsigned cmd; member in struct:data_flash_io
221 dmov_s *cmd = cmdlist; local
336 dmov_s *cmd = cmdlist; local
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
caller.cpp 25 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
27 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
29 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
31 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
33 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
35 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
37 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
39 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
41 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet);
43 const glesv2debugger::Message & cmd, glesv2debugger::Message & msg, const int * const prevRet)
    [all...]
  /device/moto/stingray/ril/
wrigley-fetch-mpr.sh 7 for cmd in "state" "-d logs" "files" "-d panic" "atvc"; do
8 echo "$cmd" | nc 192.168.20.2 3002 | extract-embedded-files -o "$mprTempDir"
wrigley-dump.sh 37 for cmd in "state" "files" "atvc"; do
38 echo "-o wrigley $cmd" | nc -w 10 192.168.20.2 3002
53 for cmd in "logs" "panic"; do
54 echo "file:begin:bin:wrigley/${cmd}.gz"
55 echo "$cmd" | nc -w 10 192.168.20.2 3002 | gzip | base64 -e
56 echo "file:end:bin:wrigley/${cmd}.gz"
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_cmd.h 24 typedef struct cmd cmd_t;
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
28 struct cmd { struct
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 24 typedef struct cmd cmd_t;
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
28 struct cmd { struct
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 251 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print)
262 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
265 printf("'%s' command timed out.\n", cmd);
268 printf("'%s' command failed.\n", cmd);
281 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd)
283 return _wpa_ctrl_command(ctrl, cmd, 1);
308 char cmd[256]; local
312 ret = os_snprintf(cmd, sizeof(cmd), "NOTE %s", argv[0])
376 char cmd[256]; local
401 char cmd[256]; local
441 char cmd[256]; local
461 char cmd[256]; local
481 char cmd[256]; local
501 char cmd[256]; local
521 char cmd[256]; local
541 char cmd[256]; local
561 char cmd[256]; local
581 char cmd[256]; local
601 char cmd[256]; local
635 char cmd[256]; local
668 char cmd[256]; local
700 char cmd[256]; local
758 char cmd[256]; local
787 char cmd[100]; local
807 char cmd[256]; local
836 char cmd[256]; local
858 char cmd[256]; local
881 char cmd[256]; local
905 char cmd[256]; local
955 char cmd[256]; local
975 char cmd[256]; local
994 char cmd[256], *pos, *end; local
1027 char cmd[256], *pos, *end; local
1061 char cmd[256], *pos, *end; local
1094 char cmd[256], *pos, *end; local
1126 char cmd[256], *pos, *end; local
1160 char cmd[256], *pos, *end; local
1193 char cmd[256], *pos, *end; local
1225 char cmd[256], *pos, *end; local
1251 char cmd[256], *pos, *end; local
1285 char cmd[32]; local
1306 char cmd[32]; local
1327 char cmd[32]; local
1355 char cmd[32]; local
1397 char cmd[256]; local
1424 char cmd[256]; local
1484 char cmd[64]; local
1505 char cmd[64]; local
1575 char cmd[256]; local
1606 char cmd[128]; local
1682 char addr[32], cmd[64]; local
1715 char cmd[128]; local
1737 char cmd[128]; local
1765 char cmd[128]; local
1798 char cmd[128]; local
1815 char cmd[128]; local
1835 char cmd[128]; local
1857 char cmd[128]; local
1886 char cmd[4096]; local
1914 char cmd[128]; local
1935 char cmd[4096]; local
1963 char cmd[128]; local
1991 char cmd[4096]; local
2018 char cmd[4096]; local
2045 char cmd[128]; local
2065 char cmd[128]; local
2140 char addr[32], cmd[64]; local
2159 char cmd[100]; local
2192 char cmd[100]; local
2214 char cmd[100]; local
2244 char cmd[100]; local
2273 char cmd[256]; local
2293 char cmd[256]; local
2314 char cmd[256]; local
2335 char cmd[256]; local
2362 char cmd[256]; local
2386 const char *cmd; member in struct:wpa_cli_cmd
2804 char *cmd; local
2823 struct wpa_cli_cmd *cmd, *match = NULL; local
2875 char *cmd; local
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditCommandQt.cpp 26 EditCommandQt::EditCommandQt(WTF::RefPtr<EditCommand> cmd, QUndoCommand *parent)
28 , m_cmd(cmd)
33 EditCommandQt::EditCommandQt(WTF::RefPtr<EditCommand> cmd)
34 : m_cmd(cmd)
  /bionic/libc/unistd/
fcntl.c 33 int fcntl(int fd, int cmd, ...)
38 va_start(ap, cmd);
42 return __fcntl64(fd, cmd, arg);
  /external/wpa_supplicant_8/src/utils/
edit.h 18 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
20 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
23 int (*filter_cb)(void *ctx, const char *cmd));

Completed in 190 milliseconds

1 2 3 4 5 6 7 8 91011>>