HomeSort by relevance Sort by last modified time
    Searched refs:_commands (Results 1 - 3 of 3) sorted by null

  /external/toolchain-utils/automation/common/
command.py 78 self._commands = list(commands)
81 return command in self._commands
84 return iter(self._commands)
87 return len(self._commands)
90 return self._commands[index]
93 self._commands[index] = self._ValidateCommandType(command)
96 del self._commands[index]
99 self._commands.insert(index, self._ValidateCommandType(command))
  /external/vboot_reference/
Android.mk 156 @rm -f $@ $@_t $@_commands
160 | sort >>$@_commands
164 @cat $@_commands >> $@_t
168 @cat $@_commands >> $@_t
172 @rm -f $@_commands
Makefile     [all...]

Completed in 139 milliseconds