HomeSort by relevance Sort by last modified time
    Searched full:suspend_count (Results 1 - 13 of 13) sorted by null

  /external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
control 27 suspend_count = int(args_dict.get("suspend_count", 1000))
31 suspend_count=suspend_count, reset_type=reset_type)
control.reboot 27 suspend_count = int(args_dict.get("suspend_count", 100))
31 suspend_count=suspend_count, reset_type=reset_type)
firmware_Cr50DeepSleepStress.py 19 @param suspend_count: The number of times to reboot or suspend the device.
29 def initialize(self, host, cmdline_args, suspend_count, reset_type):
70 def run_reboots(self, suspend_count):
73 @param suspend_count: the number of times to reboot the device.
86 for i in range(suspend_count):
100 def run_suspend_resume(self, host, suspend_count):
104 @param suspend_count: the number of times to suspend the device.
117 iterations=suspend_count,
123 def run_once(self, host, suspend_count, reset_type):
134 @param suspend_count: The number of cycles to suspend or reboot th
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump.cc 236 uint32_t suspend_count, uint32_t priority_class,
239 D32(suspend_count);
synth_minidump.h 245 uint32_t suspend_count = 0,
minidump.cc     [all...]
  /art/runtime/
entrypoints_order_test.cc 68 EXPECT_OFFSET_DIFFP(Thread, tls32_, state_and_flags, suspend_count, 4);
69 EXPECT_OFFSET_DIFFP(Thread, tls32_, suspend_count, debug_suspend_count, 4);
thread.cc     [all...]
thread.h 237 return tls32_.suspend_count;
    [all...]
debugger.cc 4028 int suspend_count; local
4037 << suspend_count << "). This thread will invoke the method only once " local
    [all...]
  /external/google-breakpad/src/processor/testdata/
minidump2.dump.out 80 suspend_count = 0
131 suspend_count = 0
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 360 uint32_t suspend_count; member in struct:__anon20850
    [all...]
  /external/v8/tools/
grokdump.py 506 ("suspend_count", ctypes.c_uint32),
    [all...]

Completed in 1017 milliseconds