OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verbose_print
(Results
1 - 3
of
3
) sorted by null
/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/oprofile/opcontrol/
opcontrol.cpp
37
#define verbose(fmt...) if (
verbose_print
) printf(fmt)
130
int
verbose_print
;
variable
621
verbose_print
++;
Completed in 231 milliseconds