Home
last modified time | relevance | path

Searched refs:print1 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/asio/example/cpp03/tutorial/timer5/
Dtimer.cpp26 boost::bind(&printer::print1, this))); in printer()
37 void print1() in print1() function in printer
47 boost::bind(&printer::print1, this))); in print1()
/third_party/toybox/tests/
Dpkill.test22 yes print1 >/dev/null &
35 yes print1 >/dev/null &
42 yes print1 >/dev/null &
/third_party/musl/libc-test/src/math/gen/
Dgen.c269 static int print1(char *buf, int n, long double x, int fmt) in print1() function
322 k = print1(buf, n, a[i++], *fmt); in print()
328 k = print1(buf, n, a[i++], 'f'); in print()
/third_party/boost/libs/mp11/doc/mp11/
Dutility.adoc35 template<class T> void print1()
47 print1<int const&>(); // 'int'
/third_party/boost/libs/asio/doc/
Dtutorial.qbk664 ``''''''`` boost::bind(&printer::print1, this)));
677 …resources. In this tutorial, the shared resources used by the handlers (`print1` and `print2`) are…
681 ``''''''`` void print1()
691 ``''''''`` boost::bind(&printer::print1, this)));
775 ``''''''`` boost::bind(&printer::print1, this)));
786 ``''''''`` void print1()
796 ``''''''`` boost::bind(&printer::print1, this)));
/third_party/boost/libs/asio/example/cpp03/tutorial/
Dtimer_dox.txt353 tutorial, the shared resources used by the handlers (<tt>print1</tt> and