Home
last modified time | relevance | path

Searched refs:last_command (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dscriptbase.py31 self.last_command = ShellCommand(command, cwd=cwd)
32 if self.last_command.status != 0:
33 … boto.log.error('Error running command: "%s". Output: "%s"' % (command, self.last_command.output))
37 (command, self.last_command.output))
40 return self.last_command.status
/external/valgrind/coregrind/
Dvgdb.c939 int last_command, in standalone_send_commands() argument
981 for (nc = 0; nc <= last_command; nc++) { in standalone_send_commands()
1349 int last_command = -1; in parse_options() local
1399 last_command++; in parse_options()
1400 commands[last_command] = vmalloc (1); in parse_options()
1401 commands[last_command][0] = '\0'; in parse_options()
1407 if (last_command == -1) { in parse_options()
1409 last_command++; in parse_options()
1410 commands[last_command] = vmalloc (1); in parse_options()
1411 commands[last_command][0] = '\0'; in parse_options()
[all …]
/external/e2fsprogs/ext2ed/
Dmain.c373 i<=current_type->type_commands.last_command && !found; in dispatch()
384 for (i=0;i<=ext2_commands.last_command && !found;i++) { in dispatch()
395 for (i=0;i<=general_commands.last_command && !found;i++) { in dispatch()
473 for (i=0;i<=current_type->type_commands.last_command;i++) { in complete_command()
484 for (i=0;i<=ext2_commands.last_command;i++) { in complete_command()
495 for (i=0;i<=general_commands.last_command;i++) { in complete_command()
Dinit.c57 general_commands.last_command=-1; /* No commands whatsoever meanwhile */ in init()
58 ext2_commands.last_command=-1; in init()
177 for (i=0;i<=ptr->last_command;i++) { in free_user_commands()
182 ptr->last_command=-1; in free_user_commands()
205 ptr->type_commands.last_command=-1; in add_new_descriptor()
354 num=ptr->last_command; in add_user_command()
360 ptr->last_command=++num; in add_user_command()
Dgeneral_com.c46 if (current_type->type_commands.last_command==-1) { in help()
50 for (i=0;i<=current_type->type_commands.last_command;i++) { in help()
62 if (ext2_commands.last_command != -1) { in help()
64 for (i=0;i<=ext2_commands.last_command;i++) { in help()
78 for (i=0;i<=general_commands.last_command;i++) { in help()
116 for (i=0;i<=current_type->type_commands.last_command;i++) { in detailed_help()
123 for (i=0;i<=ext2_commands.last_command;i++) { in detailed_help()
130 for (i=0;i<=general_commands.last_command;i++) { in detailed_help()
Dext2ed.h81 int last_command; member
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
Debs.py178 lines = self.last_command.output.split('\n')