OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_seconds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader_browsertest.cc
93
const int64
max_seconds
= 10;
local
99
if (delta.InSeconds() >=
max_seconds
) {
108
const int64
max_seconds
= 10;
local
113
if (delta.InSeconds() >=
max_seconds
) {
/external/chromium_org/base/time/
time_posix.cc
278
const int64
max_seconds
= (sizeof(SysTime) < sizeof(int64))
local
284
milliseconds =
max_seconds
* kMillisecondsPerSecond;
/system/core/logd/
LogStatistics.cpp
691
const unsigned long long
max_seconds
= 100000;
local
709
if (duration >= (NS_PER_SEC *
max_seconds
)) {
710
duration = NS_PER_SEC * (
max_seconds
- 1);
Completed in 96 milliseconds