HomeSort by relevance Sort by last modified time
    Searched refs:TimeValue (Results 1 - 25 of 42) sorted by null

1 2

  /external/swiftshader/third_party/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"
20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 )
    [all...]
  /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...]
CachePruning.cpp 57 sys::TimeValue CurrentTime = sys::TimeValue::now();
70 sys::TimeValue TimeStampModTime = FileStatus.getLastModificationTime();
71 auto TimeInterval = sys::TimeValue(sys::TimeValue::SecondsType(Interval));
105 auto TimeExpiration = sys::TimeValue(sys::TimeValue::SecondsType(Expiration));
121 sys::TimeValue FileAccessTime = FileStatus.getLastAccessedTime();
  /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 32 #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/swiftshader/third_party/llvm-subzero/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...]
  /external/swiftshader/third_party/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 const TimeValue MinTime;
43 /// A constant TimeValue representing the largest tim
    [all...]
Process.h 17 #include "llvm/Support/TimeValue.h"
53 /// support collection of these metrics, a zero TimeValue will be for both
56 TimeValue& elapsed,
57 ///< Returns the TimeValue::now() giving current time
58 TimeValue& user_time,
60 TimeValue& sys_time
PathV1.h 19 #include "llvm/Support/TimeValue.h"
44 TimeValue modTime; ///< Time of file's modification
55 TimeValue getTimestamp() const { return modTime; }
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
TimeValue.cpp 1 //===- llvm/unittest/Support/TimeValue.cpp - Time Value tests -------------===//
11 #include "llvm/Support/TimeValue.h"
17 TEST(Support, TimeValue) {
18 sys::TimeValue now = sys::TimeValue::now();
  /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/tools/dsymutil/
BinaryHolder.h 24 #include "llvm/Support/TimeValue.h"
57 GetArchiveMemberBuffers(StringRef Filename, sys::TimeValue Timestamp);
65 MapArchiveAndGetMemberBuffers(StringRef Filename, sys::TimeValue Timestamp);
77 GetMemoryBuffersForFile(StringRef Filename, sys::TimeValue Timestamp);
94 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime());
100 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime()) {
BinaryHolder.cpp 46 sys::TimeValue Timestamp) {
90 sys::TimeValue Timestamp) {
109 if (Timestamp != sys::TimeValue::PosixZeroTime() &&
135 sys::TimeValue Timestamp) {
183 BinaryHolder::GetObjectFiles(StringRef Filename, sys::TimeValue Timestamp) {
DebugMap.h 32 #include "llvm/Support/TimeValue.h"
96 sys::TimeValue Timestamp);
151 sys::TimeValue getTimestamp() const { return Timestamp; }
164 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp);
167 sys::TimeValue Timestamp;
DebugMap.cpp 24 sys::TimeValue Timestamp)
66 sys::TimeValue Timestamp) {
135 sys::TimeValue::SecondsType Timestamp;
243 sys::TimeValue TV;
MachODebugMapParser.cpp 68 void switchToNewDebugMapObject(StringRef Filename, sys::TimeValue Timestamp);
114 sys::TimeValue Timestamp) {
350 sys::TimeValue Timestamp;
  /device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
MmcHostDxe.c 120 UINTN TimeValue = 0 ;
155 TimeValue = 10;
159 TimeValue = 12;
163 TimeValue = 13;
167 TimeValue = 15;
171 TimeValue = 20;
175 TimeValue = 25;
179 TimeValue = 30;
183 TimeValue = 35;
187 TimeValue = 40;
    [all...]
  /external/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimeValue ModTime = sys::TimeValue::PosixZeroTime();
Archive.h 44 sys::TimeValue getLastModified() const;
84 sys::TimeValue getLastModified() const {
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 222 UINTN TimeValue = 0 ;
256 TimeValue = 10;
260 TimeValue = 12;
264 TimeValue = 13;
268 TimeValue = 15;
272 TimeValue = 20;
276 TimeValue = 25;
280 TimeValue = 30;
284 TimeValue = 35;
288 TimeValue = 40;
    [all...]
  /external/llvm/lib/Object/
ArchiveWriter.cpp 119 const sys::TimeValue &ModTime, unsigned UID,
131 const sys::TimeValue &ModTime,
139 const sys::TimeValue &ModTime, unsigned UID,
162 const sys::TimeValue &ModTime, unsigned UID, unsigned GID,
230 static sys::TimeValue now(bool Deterministic) {
232 return sys::TimeValue::now();
233 sys::TimeValue TV;
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 36 llvm::sys::TimeValue MTime;
50 llvm::sys::TimeValue MTime, uint32_t User, uint32_t Group,
66 llvm::sys::TimeValue getLastModificationTime() const { return MTime; }
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 586 TimeValue duration;
603 TimeValue _rv;
    [all...]
qtsupport.py 200 TimeValue = Type("TimeValue", "l")
364 (TimeValue, 'time', InMode),
366 (TimeValue, 'interestingTime', OutMode),
  /external/clang/tools/libclang/
BuildSystem.cpp 20 #include "llvm/Support/TimeValue.h"
27 return llvm::sys::TimeValue::now().toEpochTime();

Completed in 1522 milliseconds

1 2