OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Uptime
(Results
1 - 18
of
18
) sorted by null
/external/libchrome/base/
sys_info.cc
59
base::TimeDelta SysInfo::
Uptime
() {
61
// its return value happens to coincide with the system
uptime
value in
sys_info_unittest.cc
61
TEST_F(SysInfoTest,
Uptime
) {
62
base::TimeDelta up_time_1 = base::SysInfo::
Uptime
();
63
//
UpTime
() is implemented internally using TimeTicks::Now(), which documents
66
base::TimeDelta up_time_2 = base::SysInfo::
Uptime
();
sys_info.h
53
// Returns system
uptime
.
54
static TimeDelta
Uptime
();
/system/nativepower/example/
power_example.cc
60
CHECK(client.Suspend(base::SysInfo::
Uptime
(),
/system/nativepower/daemon/
power_manager_unittest.cc
123
const int64_t kStartTime = base::SysInfo::
Uptime
().InMilliseconds();
138
interface_->goToSleep(base::SysInfo::
Uptime
().InMilliseconds(), 0, 0));
power_manager.cc
120
last_resume_uptime_ = base::SysInfo::
Uptime
();
/prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_arm64.go
530
Uptime
int64
ztypes_linux_386.go
538
Uptime
int32
ztypes_linux_amd64.go
552
Uptime
int64
ztypes_linux_arm.go
526
Uptime
int32
ztypes_linux_ppc64.go
540
Uptime
int64
ztypes_linux_ppc64le.go
540
Uptime
int64
/prebuilts/go/linux-x86/src/syscall/
ztypes_linux_arm64.go
530
Uptime
int64
ztypes_linux_386.go
538
Uptime
int32
ztypes_linux_amd64.go
552
Uptime
int64
ztypes_linux_arm.go
526
Uptime
int32
ztypes_linux_ppc64.go
540
Uptime
int64
ztypes_linux_ppc64le.go
540
Uptime
int64
Completed in 4175 milliseconds