OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrono
(Results
176 - 200
of
542
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
to_time_t.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock C;
/external/libcxx/test/std/utilities/time/time.duration/
positive_num.fail.cpp
10
// <
chrono
>
16
#include <
chrono
>
20
typedef std::
chrono
::duration<int, std::ratio<5, -1> > D;
ratio.fail.cpp
10
// <
chrono
>
16
#include <
chrono
>
28
typedef std::
chrono
::duration<int, Ratio<1> > D;
types.pass.cpp
10
// <
chrono
>
19
#include <
chrono
>
24
typedef std::
chrono
::duration<long, std::ratio<3, 2> > D;
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_divide=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::nanoseconds ns(15);
op_mod=rep.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::microseconds us(11);
op_times=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::nanoseconds ns(3);
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
default.pass.cpp
10
// <
chrono
>
18
#include <
chrono
>
37
test<std::
chrono
::duration<Rep> >();
rep01.fail.cpp
10
// <
chrono
>
19
#include <
chrono
>
25
std::
chrono
::duration<int> d = 1;
rep02.fail.cpp
10
// <
chrono
>
19
#include <
chrono
>
25
std::
chrono
::duration<Rep> d(1);
rep03.fail.cpp
10
// <
chrono
>
19
#include <
chrono
>
23
std::
chrono
::duration<int> d(1.);
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/
op_divide_rep.fail.cpp
10
// <
chrono
>
18
#include <
chrono
>
24
std::
chrono
::duration<Rep> d(Rep(15));
op_mod_rep.fail.cpp
10
// <
chrono
>
18
#include <
chrono
>
24
std::
chrono
::duration<Rep> d(Rep(15));
/external/libcxx/test/std/utilities/time/time.traits/time.traits.is_fp/
treat_as_floating_point.pass.cpp
10
// <
chrono
>
14
#include <
chrono
>
22
std::
chrono
::treat_as_floating_point<T> >::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
clock.h
13
#include <
chrono
>
17
typedef std::
chrono
::nanoseconds duration;
20
typedef std::
chrono
::time_point<Clock, duration> time_point;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/
now.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
20
typedef std::
chrono
::high_resolution_clock C;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/
now.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::steady_clock C;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/
from_time_t.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock C;
now.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
20
typedef std::
chrono
::system_clock C;
to_time_t.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock C;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/
positive_num.fail.cpp
10
// <
chrono
>
16
#include <
chrono
>
20
typedef std::
chrono
::duration<int, std::ratio<5, -1> > D;
ratio.fail.cpp
10
// <
chrono
>
16
#include <
chrono
>
28
typedef std::
chrono
::duration<int, Ratio<1> > D;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_divide=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::nanoseconds ns(15);
op_divideEQ.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::nanoseconds ns(15);
op_mod=rep.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::microseconds us(11);
Completed in 564 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>