OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seconds
(Results
26 - 50
of
1528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CachePruning.h
31
std::chrono::
seconds
Interval = std::chrono::
seconds
(1200);
34
///
seconds
, it is removed from the cache. A value of 0 disables the
36
std::chrono::
seconds
Expiration = std::chrono::hours(7 * 24); // 1w
54
/// which means a pruning interval of 30
seconds
, expiration time of 24 hours
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CachePruning.h
31
std::chrono::
seconds
Interval = std::chrono::
seconds
(1200);
34
///
seconds
, it is removed from the cache. A value of 0 disables the
36
std::chrono::
seconds
Expiration = std::chrono::hours(7 * 24); // 1w
54
/// which means a pruning interval of 30
seconds
, expiration time of 24 hours
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/external/curl/docs/cmdline-opts/
connect-timeout.d
2
Arg: <
seconds
>
6
Maximum time in
seconds
that you allow curl's connection to take. This only
/external/google-benchmark/src/
sleep.cc
31
void SleepForSeconds(double
seconds
) {
32
SleepForMilliseconds(static_cast<int>(kNumMillisPerSecond *
seconds
));
47
void SleepForSeconds(double
seconds
) {
48
SleepForMicroseconds(static_cast<int>(
seconds
* kNumMicrosPerSecond));
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_+=.pass.cpp
24
std::chrono::
seconds
s(3);
25
s += std::chrono::
seconds
(2);
35
std::chrono::
seconds
s(3);
36
s += std::chrono::
seconds
(2);
op_-=.pass.cpp
24
std::chrono::
seconds
s(3);
25
s -= std::chrono::
seconds
(2);
35
std::chrono::
seconds
s(3);
36
s -= std::chrono::
seconds
(2);
/external/libcxx/utils/google-benchmark/src/
sleep.cc
31
void SleepForSeconds(double
seconds
) {
32
SleepForMilliseconds(static_cast<int>(kNumMillisPerSecond *
seconds
));
47
void SleepForSeconds(double
seconds
) {
48
SleepForMicroseconds(static_cast<int>(
seconds
* kNumMicrosPerSecond));
/external/llvm/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java
54
long
seconds
= Long.parseLong(value);
local
55
if (
seconds
> Integer.MAX_VALUE) {
57
} else if (
seconds
< 0) {
60
return (int)
seconds
;
/external/swiftshader/src/Common/
Timer.hpp
29
static double
seconds
();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Watchdog.h
28
Watchdog(unsigned int
seconds
);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_+=.pass.cpp
24
std::chrono::
seconds
s(3);
25
s += std::chrono::
seconds
(2);
35
std::chrono::
seconds
s(3);
36
s += std::chrono::
seconds
(2);
Completed in 1179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>