HomeSort by relevance Sort by last modified time
    Searched defs:cmds (Results 1 - 14 of 14) sorted by null

  /ndk/sources/host-tools/make-3.81/
rule.h 28 struct commands *cmds; /* Commands to execute. */ member in struct:rule
filedef.h 32 struct commands *cmds; /* Commands to execute for this target. */ member in struct:file
33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
job.c 881 for (i = 0; i < child->file->cmds->ncommand_lines; ++i)
993 | child->file->cmds->lines_flags[child->command_line - 1]);
1017 child->file->cmds->lines_flags[child->command_line - 1]
1487 register struct commands *cmds = file->cmds; local
    [all...]
read.c 1879 struct commands *cmds; local
    [all...]
  /external/iproute2/ip/
ip.c 61 } cmds[] = { variable in typeref:struct:cmd
88 for (c = cmds; c->cmd; ++c) {
  /external/tcpdump/
print-telnet.c 71 static const char *cmds[] = { variable
197 (void)printf(" %s", STR_OR_ID(c, cmds));
  /external/quake/quake/src/QW/client/
gl_mesh.c 288 int *cmds; local
349 cmds = Hunk_Alloc (numcommands * 4);
350 paliashdr->commands = (byte *)cmds - (byte *)paliashdr;
351 memcpy (cmds, commands, numcommands * 4);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 70 static struct cmd cmds[] = { variable in typeref:struct:cmd
177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 301 int *cmds; local
356 cmds = (int*) Hunk_Alloc (numcommands * 4);
357 paliashdr->commands = (byte *)cmds - (byte *)paliashdr;
358 memcpy (cmds, commands, numcommands * 4);
  /frameworks/native/cmds/installd/
installd.c 130 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo
221 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
222 if (!strcmp(cmds[i].name,arg[0])) {
223 if (n != cmds[i].numargs) {
225 cmds[i].name, cmds[i].numargs, n);
227 ret = cmds[i].func(arg + 1, reply);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 789 const void* cmds = (const void*)bwr.write_buffer; local
790 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
791 alog << HexDump(cmds, bwr.write_size) << endl;
792 while (cmds < end) cmds = printCommand(alog, cmds);
846 const void* cmds = mIn.data(); local
848 alog << HexDump(cmds, mIn.dataSize()) << endl;
849 while (cmds < end) cmds = printReturnCommand(alog, cmds)
    [all...]
  /external/openssh/
sftp.c 164 static const struct CMD cmds[] = { variable in typeref:struct:CMD
1143 for (i = 0; cmds[i].c != NULL; i++) {
1144 if (strcasecmp(cmds[i].c, argv[0]) == 0)
1147 cmdnum = cmds[i].n;
1148 cmd = cmds[i].c;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1549 milliseconds