OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrono
(Results
51 - 75
of
542
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/extras/zram-perf/
zram-perf.cpp
2
#include <
chrono
>
75
chrono
::time_point<
chrono
::high_resolution_clock> start, end;
80
start =
chrono
::high_resolution_clock::now();
91
end =
chrono
::high_resolution_clock::now();
92
size_t duration =
chrono
::duration_cast<
chrono
::microseconds>(end - start).count();
96
chrono
::time_point<
chrono
::high_resolution_clock> start, end;
101
start =
chrono
::high_resolution_clock::now()
[
all
...]
/prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_+=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::seconds s(3);
22
s += std::
chrono
::seconds(2);
24
s += std::
chrono
::minutes(2);
op_-=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::seconds s(3);
22
s -= std::
chrono
::seconds(2);
24
s -= std::
chrono
::minutes(2);
op_mod=duration.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::microseconds us(11);
22
std::
chrono
::microseconds us2(3);
25
us %= std::
chrono
::milliseconds(3);
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
convert_overflow.pass.cpp
10
// <
chrono
>
19
#include <
chrono
>
24
void f(std::
chrono
::milliseconds);
25
void f(std::
chrono
::seconds)
33
std::
chrono
::duration<int, std::exa> r(1);
/external/libcxx/test/std/utilities/time/time.point/
default_duration.pass.cpp
10
// <
chrono
>
19
#include <
chrono
>
24
static_assert((std::is_same<std::
chrono
::system_clock::duration,
25
std::
chrono
::time_point<std::
chrono
::system_clock>::duration>::value), "");
/external/libcxx/test/std/utilities/time/time.point/time.point.arithmetic/
op_+=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
std::
chrono
::time_point<Clock, Duration> t(Duration(3));
op_-=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
std::
chrono
::time_point<Clock, Duration> t(Duration(3));
/external/libcxx/test/std/utilities/time/time.point/time.point.cons/
duration.fail.cpp
10
// <
chrono
>
18
#include <
chrono
>
22
typedef std::
chrono
::system_clock Clock;
23
typedef std::
chrono
::milliseconds Duration;
24
std::
chrono
::time_point<Clock, Duration> t = Duration(3);
/external/libcxx/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
typedef std::
chrono
::time_point<Clock, Duration> TP;
min.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
typedef std::
chrono
::time_point<Clock, Duration> TP;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_+=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::seconds s(3);
22
s += std::
chrono
::seconds(2);
24
s += std::
chrono
::minutes(2);
op_+EQ.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::seconds s(3);
22
s += std::
chrono
::seconds(2);
24
s += std::
chrono
::minutes(2);
op_-=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::seconds s(3);
22
s -= std::
chrono
::seconds(2);
24
s -= std::
chrono
::minutes(2);
op_-EQ.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::seconds s(3);
22
s -= std::
chrono
::seconds(2);
24
s -= std::
chrono
::minutes(2);
op_mod=duration.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::microseconds us(11);
22
std::
chrono
::microseconds us2(3);
25
us %= std::
chrono
::milliseconds(3);
op_modEQduration.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
std::
chrono
::microseconds us(11);
22
std::
chrono
::microseconds us2(3);
25
us %= std::
chrono
::milliseconds(3);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_overflow.pass.cpp
10
// <
chrono
>
19
#include <
chrono
>
24
void f(std::
chrono
::milliseconds);
25
void f(std::
chrono
::seconds)
33
std::
chrono
::duration<int, std::exa> r(1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/
default_duration.pass.cpp
10
// <
chrono
>
19
#include <
chrono
>
24
static_assert((std::is_same<std::
chrono
::system_clock::duration,
25
std::
chrono
::time_point<std::
chrono
::system_clock>::duration>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/
op_+=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
std::
chrono
::time_point<Clock, Duration> t(Duration(3));
op_+EQ.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
std::
chrono
::time_point<Clock, Duration> t(Duration(3));
op_-=.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
std::
chrono
::time_point<Clock, Duration> t(Duration(3));
op_-EQ.pass.cpp
10
// <
chrono
>
16
#include <
chrono
>
21
typedef std::
chrono
::system_clock Clock;
22
typedef std::
chrono
::milliseconds Duration;
23
std::
chrono
::time_point<Clock, Duration> t(Duration(3));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/
duration.fail.cpp
10
// <
chrono
>
18
#include <
chrono
>
22
typedef std::
chrono
::system_clock Clock;
23
typedef std::
chrono
::milliseconds Duration;
24
std::
chrono
::time_point<Clock, Duration> t = Duration(3);
Completed in 369 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>