Home
last modified time | relevance | path

Searched refs:print_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
Dmain.py82 def print_(*value, **kwargs): function
123 print_("Benchmarking %r..." % filename, end=" ")
142 print_("(%.1f KiB)" % (struct[-1]['size'] / 1024.0,))
147 print_(" FAILED %s" % (name,))
150 print_(" Timing %s%s... (%5.1f KiB %s)" % (
174 print_("%8.2f ms" % times[-1], end=" ")
177 print_()
179 print_("(factor: %s)" % (', '.join([
185 print_()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dmain.py95 def print_(*value, **kwargs): function
136 print_("Benchmarking %r..." % filename, end=" ")
155 print_("(%.1f KiB)" % (struct[-1]['size'] / 1024.0,))
160 print_(" FAILED %s" % (name,))
163 print_(" Timing %s%s... (%5.1f KiB %s)" % (
187 print_("%8.2f ms" % times[-1], end=" ")
190 print_()
192 print_("(factor: %s)" % (', '.join([
198 print_()
/external/chromium-trace/trace-viewer/third_party/six/
Dtest_six.py617 six.print_("Hello,", "person!")
622 six.print_("Hello,", "person!", file=out)
625 six.print_("Hello,", "person!", file=out, end="")
628 six.print_("Hello,", "person!", file=out, sep="X")
631 six.print_(six.u("Hello,"), six.u("person!"), file=out)
635 six.print_("Hello", file=None) # This works.
637 six.print_(None, file=out)
646 six.print_("Hello", file=out)
648 six.print_("Hello", file=out, flush=True)
659 six.print_(six.u("\u053c"), end="", file=out)
[all …]
Dsix.py695 print_ = getattr(moves.builtins, "print", None) variable
696 if print_ is None:
697 def print_(*args, **kwargs): function
750 _print = print_
751 def print_(*args, **kwargs): function
DCHANGES9 - Issue #106: Support the `flush` parameter to `six.print_`.
149 - Issue #35: On Python versions less than 2.7, print_ now encodes unicode
/external/linux-tools-perf/src/tools/perf/util/
Dheader.c2124 [n] = { .name = #n, .write = write_##func, .print = print_##func }
2126 [n] = { .name = #n, .write = write_##func, .print = print_##func, \
2129 [n] = { .name = #n, .write = write_##func, .print = print_##func, \
/external/chromium-trace/trace-viewer/third_party/six/documentation/
Dindex.rst273 .. function:: print_(*args, *, file=sys.stdout, end="\\n", sep=" ", flush=False)
/external/bison/
DChangeLog-201211655 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
13372 yy::Parser::print_ when not %locations.
18754 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
18756 (yy::b4_name::parse): Use print_.