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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_thread.py 18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
84 verbose_print("platform does not support changing thread stack "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
84 verbose_print("platform does not support changing thread stack "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
84 verbose_print("platform does not support changing thread stack "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
84 verbose_print("platform does not support changing thread stack "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
84 verbose_print("platform does not support changing thread stack "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss
    [all...]
  /external/python/cpython2/Lib/test/
test_thread.py 18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
78 verbose_print("caught expected ValueError setting "
88 verbose_print("successfully set stack_size(%d)" % tss)
91 verbose_print("trying stack_size = (%d)" % tss)
97 verbose_print("waiting for all tasks to complete"
    [all...]
  /external/python/cpython3/Lib/test/
test_thread.py 17 def verbose_print(arg): function
40 verbose_print("creating task %s" % self.next_ident)
48 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
50 verbose_print("task %s done" % ident)
60 verbose_print("waiting for tasks to complete...")
62 verbose_print("all tasks done")
76 verbose_print("caught expected ValueError setting "
86 verbose_print("successfully set stack_size(%d)" % tss)
89 verbose_print("trying stack_size = (%d)" % tss)
95 verbose_print("waiting for all tasks to complete"
    [all...]
  /external/ltp/testcases/kernel/mem/mtest06/
mmap1.c 65 static int verbose_print = 0; variable
143 if (verbose_print)
172 if (verbose_print)
181 if (verbose_print)
215 if (verbose_print)
222 if (verbose_print)
228 if (verbose_print)
232 if (verbose_print) {
325 verbose_print = 1;
354 if (verbose_print)
    [all...]
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 128 static int verbose_print = FALSE; /* print more test information */ variable
226 if (verbose_print)
256 if (verbose_print)
337 if (verbose_print)
389 if (verbose_print)
680 verbose_print = TRUE;

Completed in 377 milliseconds