HomeSort by relevance Sort by last modified time
    Searched full:_command (Results 1 - 25 of 44) sorted by null

1 2

  /external/autotest/client/common_lib/cros/
process_watcher.py 30 self._command = ' '.join([command] + list(args))
31 if '"' in self._command:
40 command = self._command
47 self._run('%s%s >/dev/null 2>&1 &' % (prefix, self._command))
56 process_utils.pkill_process(self._command,
  /external/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 16 _command = None variable in class:DrmTest
26 self._command = command
67 self._command,
75 logging.error('Failed: Timeout while running %s' % self._command)
79 logging.error('Failed: %s (exit=%d)' % (self._command,
85 % self._command)
88 logging.info('Passed: %s', self._command)
  /external/lisa/libs/wlgen/wlgen/
workload.py 230 _command = self.command
232 if not _command:
241 _command = '{} {}'\
242 .format(taskset_cmd, _command)
246 _command = self.target.cgroups.run_into_cmd(self.cgroup,
247 _command)
264 self._log.debug('WlGen [background]: %s', _command)
265 self.target.background(_command, as_root=as_root)
271 self._log.info(' %s', _command)
273 results = self.target.execute(_command, as_root=as_root
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.h 462 #define ARBEL_HCR_OPCODE( _command ) ( (_command) & 0xfff )
463 #define ARBEL_HCR_IN_LEN( _command ) ( ( (_command) >> 12 ) & 0x7fc )
464 #define ARBEL_HCR_OUT_LEN( _command ) ( ( (_command) >> 21 ) & 0x7fc )
hermon.h 588 #define HERMON_HCR_OPCODE( _command ) ( (_command) & 0xfff )
589 #define HERMON_HCR_IN_LEN( _command ) ( ( (_command) >> 12 ) & 0x7fc )
590 #define HERMON_HCR_OUT_LEN( _command ) ( ( (_command) >> 21 ) & 0x7fc )
  /test/vts-testcase/kernel/ltp/
test_case.py 49 self._command = command
98 return self._command
103 for command in self._command.split('&&'))
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 121 _queue(q), _command(command), _fence(NULL) {
158 return _command;
event.hpp 138 cl_command_type _command; member in class:clover::hard_event
  /external/toolchain-utils/automation/common/
command.py 44 self._command = command
71 return str(Chain(self._prefix, self._command, self._suffix))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 84 int __cdecl system(const char *_Command);
113 _CRTIMP int __cdecl _wsystem(const wchar_t *_Command);
  /development/tools/
monkey 70 self._command = ["adb"]
82 cmd = self._command + cmd
117 cmd = self._command + cmd
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 329 _Command = "COMMAND"
332 _SubSectionList = [_InputFile, _OutputFile, _Command]
443 Command = self._RuleInfo[Family, self._Command]
617 _Command : ParseCommon,
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h 40 u8 _command[3]; member in struct:sgioc_keyb_regs

Completed in 706 milliseconds

1 2