/external/llvm/include/llvm/Support/ |
TimeValue.h | 1 //===-- TimeValue.h - Declare OS TimeValue Concept --------------*- C++ -*-===// 10 // This header file declares the operating system TimeValue concept. 23 /// range of TimeValue spans many hundreds of billions of years both past and 24 /// present. The precision of TimeValue is to the nanosecond. However, the 26 /// the system clock. The TimeValue class is used in conjunction with several 31 class TimeValue { 37 /// A constant TimeValue representing the smallest time 41 static TimeValue MinTime() { 42 return TimeValue ( INT64_MIN,0 ) [all...] |
Process.h | 33 #include "llvm/Support/TimeValue.h" 58 /// support collection of these metrics, a zero TimeValue will be for both 60 /// \param elapsed Returns the TimeValue::now() giving current time 63 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, 64 TimeValue &sys_time);
|
/external/llvm/lib/Support/ |
TimeValue.cpp | 1 //===-- TimeValue.cpp - Implement OS TimeValue Concept ----------*- C++ -*-===// 10 // This file implements the operating system TimeValue concept. 14 #include "llvm/Support/TimeValue.h" 21 const TimeValue::SecondsType 22 TimeValue::PosixZeroTimeSeconds = -946684800; 23 const TimeValue::SecondsType 24 TimeValue::Win32ZeroTimeSeconds = -12591158400ULL; 26 void TimeValue::normalize() { 50 /// Include the platform-specific portion of TimeValue clas [all...] |
CMakeLists.txt | 124 TimeValue.cpp
|
Android.mk | 80 TimeValue.cpp \
|
/external/llvm/unittests/Support/ |
TimeValueTest.cpp | 11 #include "llvm/Support/TimeValue.h" 17 TEST(TimeValue, time_t) { 18 sys::TimeValue now = sys::TimeValue::now(); 23 TEST(TimeValue, Win32FILETIME) { 26 sys::TimeValue epoch;
|
/external/llvm/lib/Support/Unix/ |
TimeValue.inc | 1 //===- Unix/TimeValue.cpp - Unix TimeValue Implementation -------*- C++ -*-===// 10 // This file implements the Unix specific portion of the TimeValue class. 24 std::string TimeValue::str() const { 36 TimeValue TimeValue::now() { 47 return TimeValue( 48 static_cast<TimeValue::SecondsType>( the_time.tv_sec + 50 static_cast<TimeValue::NanoSecondsType>( the_time.tv_usec *
|
Process.inc | 20 #include "llvm/Support/TimeValue.h" 63 static std::pair<TimeValue, TimeValue> getRUsageTimes() { 68 TimeValue( 69 static_cast<TimeValue::SecondsType>(RU.ru_utime.tv_sec), 70 static_cast<TimeValue::NanoSecondsType>( 71 RU.ru_utime.tv_usec * TimeValue::NANOSECONDS_PER_MICROSECOND)), 72 TimeValue( 73 static_cast<TimeValue::SecondsType>(RU.ru_stime.tv_sec), 74 static_cast<TimeValue::NanoSecondsType> [all...] |
/external/llvm/lib/Support/Windows/ |
TimeValue.inc | 1 //===- Win32/TimeValue.cpp - Win32 TimeValue Implementation -----*- C++ -*-===// 10 // This file provides the Win32 implementation of the TimeValue class. 27 TimeValue TimeValue::now() { 31 TimeValue t(0, 0); 36 std::string TimeValue::str() const {
|
Process.inc | 52 static TimeValue getTimeValueFromFILETIME(FILETIME Time) { 58 return TimeValue( 59 static_cast<TimeValue::SecondsType>(TimeInteger.QuadPart / 10000000), 60 static_cast<TimeValue::NanoSecondsType>( 96 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, 97 TimeValue &sys_time) { 98 elapsed = TimeValue::now();
|
/external/curl/tests/libtest/ |
lib1511.c | 40 /* TIMEVALUE in the future */ 53 /* TIMEVALUE in the past */
|
/external/llvm/tools/dsymutil/ |
BinaryHolder.h | 24 #include "llvm/Support/TimeValue.h" 56 GetArchiveMemberBuffers(StringRef Filename, sys::TimeValue Timestamp); 64 MapArchiveAndGetMemberBuffers(StringRef Filename, sys::TimeValue Timestamp); 76 GetMemoryBuffersForFile(StringRef Filename, sys::TimeValue Timestamp); 93 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime()); 99 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime()) {
|
BinaryHolder.cpp | 55 sys::TimeValue Timestamp) { 97 sys::TimeValue Timestamp) { 118 if (Timestamp != sys::TimeValue::PosixZeroTime() && 142 sys::TimeValue Timestamp) { 188 BinaryHolder::GetObjectFiles(StringRef Filename, sys::TimeValue Timestamp) {
|
DebugMap.h | 32 #include "llvm/Support/TimeValue.h" 96 sys::TimeValue Timestamp); 148 sys::TimeValue getTimestamp() const { return Timestamp; } 161 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp); 164 sys::TimeValue Timestamp;
|
DebugMap.cpp | 24 sys::TimeValue Timestamp) 63 sys::TimeValue Timestamp) { 132 sys::TimeValue::SecondsType Timestamp; 235 sys::TimeValue TV;
|
MachODebugMapParser.cpp | 68 void switchToNewDebugMapObject(StringRef Filename, sys::TimeValue Timestamp); 114 sys::TimeValue Timestamp) { 350 sys::TimeValue Timestamp;
|
/external/clang/tools/libclang/ |
BuildSystem.cpp | 20 #include "llvm/Support/TimeValue.h" 27 return llvm::sys::TimeValue::now().toEpochTime();
|
/external/llvm/lib/Object/ |
ArchiveWriter.cpp | 103 const sys::TimeValue &ModTime, unsigned UID, 115 const sys::TimeValue &ModTime, 123 const sys::TimeValue &ModTime, unsigned UID, 146 const sys::TimeValue &ModTime, unsigned UID, unsigned GID, 213 static sys::TimeValue now(bool Deterministic) { 215 return sys::TimeValue::now(); 216 sys::TimeValue TV; 384 sys::TimeValue ModTime;
|
/external/autotest/client/cros/video/ |
video_screenshot_collector.py | 57 Collects screenshots for each timevalue in a list.
|
/external/opencv3/modules/videoio/src/ |
cap_qt.cpp | 79 TimeValue movie_start_time; // movies can start at arbitrary times 187 TimeValue theTime = -1; 191 1, & whichMediaType, TimeValue (0), 0, & theTime, NULL); 277 TimeValue position = capture->next_frame_time - capture->movie_start_time; 286 TimeValue duration = GetMovieDuration (capture->myMovie); 300 TimeValue duration = GetMovieDuration (capture->myMovie); 345 TimeValue destination; 352 destination = static_cast<TimeValue> (value / 1000.0 * timescale + capture->movie_start_time); 356 TimeValue duration = GetMovieDuration (capture->myMovie); 357 destination = static_cast<TimeValue> (value * duration + capture->movie_start_time) [all...] |
/external/llvm/include/llvm/ |
LinkAllIR.h | 34 #include "llvm/Support/TimeValue.h"
|
/external/llvm/include/llvm/Object/ |
Archive.h | 43 sys::TimeValue getLastModified() const; 82 sys::TimeValue getLastModified() const {
|
/external/clang/include/clang/Basic/ |
VirtualFileSystem.h | 35 llvm::sys::TimeValue MTime; 49 llvm::sys::TimeValue MTime, uint32_t User, uint32_t Group, 65 llvm::sys::TimeValue getLastModificationTime() const { return MTime; }
|
/prebuilts/go/darwin-x86/src/database/sql/ |
convert_test.go | 170 func timeValue(ptr interface{}) time.Time { 206 if !ct.wanttime.IsZero() && !ct.wanttime.Equal(timeValue(ct.d)) { 207 errf("want time %v, got %v", ct.wanttime, timeValue(ct.d))
|
/prebuilts/go/linux-x86/src/database/sql/ |
convert_test.go | 170 func timeValue(ptr interface{}) time.Time { 206 if !ct.wanttime.IsZero() && !ct.wanttime.Equal(timeValue(ct.d)) { 207 errf("want time %v, got %v", ct.wanttime, timeValue(ct.d))
|