OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verbose_print
(Results
1 - 7
of
7
) 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/ltp/testcases/kernel/mem/mtest06/
mmap1.c
64
static int
verbose_print
= 0;
variable
142
if (
verbose_print
)
171
if (
verbose_print
)
180
if (
verbose_print
)
214
if (
verbose_print
)
221
if (
verbose_print
)
227
if (
verbose_print
)
231
if (
verbose_print
) {
324
verbose_print
= 1;
354
if (
verbose_print
)
[
all
...]
/external/ltp/testcases/kernel/mem/mtest05/
mmstress.c
145
static int
verbose_print
= FALSE; /* print more test information */
variable
289
if (
verbose_print
)
326
if (
verbose_print
)
421
if (
verbose_print
)
474
if (
verbose_print
)
[
all
...]
Completed in 118 milliseconds