Home
last modified time | relevance | path

Searched defs:TimeValue (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/Support/
DTimeValueTest.cpp17 TEST(TimeValue, time_t) { in TEST() argument
23 TEST(TimeValue, Win32FILETIME) { in TEST() argument
/external/swiftshader/third_party/LLVM/unittests/Support/
DTimeValue.cpp17 TEST(Support, TimeValue) { in TEST() argument
/external/llvm/include/llvm/Support/
DTimeValue.h95 TimeValue() : seconds_(0), nanos_(0) {} in TimeValue() function
106 explicit TimeValue( double new_time ) in TimeValue() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h95 TimeValue() : seconds_(0), nanos_(0) {} in TimeValue() function
106 explicit TimeValue( double new_time ) in TimeValue() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimeValue.h94 explicit TimeValue( double new_time ) in TimeValue() function
/external/python/cpython2/Mac/Modules/qt/
Dqtsupport.py200 TimeValue = Type("TimeValue", "l") variable
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto377 optional int32 TimeValue = 1; field