/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | time_test.cc | 77 TEST(Time, ConstExpr) { in TEST() argument 96 TEST(Time, ValueSemantics) { in TEST() argument 110 TEST(Time, UnixEpoch) { in TEST() argument 117 TEST(Time, Breakdown) { in TEST() argument 144 TEST(Time, AdditiveOperators) { in TEST() argument 173 TEST(Time, RelationalOperators) { in TEST() argument 206 TEST(Time, Infinity) { in TEST() argument 234 TEST(Time, FloorConversion) { in TEST() argument 379 TEST(Time, RoundtripConversion) { in TEST() argument 527 TEST(Time, FromChrono) { in TEST() argument [all …]
|
D | clock_test.cc | 30 TEST(Time, Now) { in TEST() argument
|
/third_party/abseil-cpp/absl/time/ |
D | time_test.cc | 77 TEST(Time, ConstExpr) { in TEST() argument 96 TEST(Time, ValueSemantics) { in TEST() argument 110 TEST(Time, UnixEpoch) { in TEST() argument 117 TEST(Time, Breakdown) { in TEST() argument 144 TEST(Time, AdditiveOperators) { in TEST() argument 173 TEST(Time, RelationalOperators) { in TEST() argument 206 TEST(Time, Infinity) { in TEST() argument 234 TEST(Time, FloorConversion) { in TEST() argument 379 TEST(Time, RoundtripConversion) { in TEST() argument 527 TEST(Time, FromChrono) { in TEST() argument [all …]
|
D | clock_test.cc | 30 TEST(Time, Now) { in TEST() argument
|
/third_party/flutter/engine/flutter/fml/time/ |
D | time_unittest.cc | 14 TEST(Time, Now) { in TEST() argument 23 TEST(Time, IntConversions) { in TEST() argument 32 TEST(Time, FloatConversions) { in TEST() argument 41 TEST(Time, TimespecConversions) { in TEST() argument
|
/third_party/boost/libs/units/test/ |
D | test_custom_unit.cpp | 36 simple_unit<Mass, Length, Time> operator+(const simple_unit<Mass, Length, Time>&, in operator +() argument 43 simple_unit<Mass, Length, Time> operator-(const simple_unit<Mass, Length, Time>&, in operator -() argument
|
/third_party/boost/libs/icl/example/ |
D | toytime.hpp | 29 class Time class 32 Time(): m_time(0) {} in Time() function in boost::icl::Time 33 Time(int hours, int minutes): m_time(60*hours+minutes) {} in Time() function in boost::icl::Time 34 Time(int day, int hours, int minutes): m_time((24*60)*day+60*hours+minutes) {} in Time() function in boost::icl::Time
|
/third_party/boost/libs/chrono/example/ |
D | simulated_thread_interface_demo.cpp | 72 typedef time_point<Clock, Duration> Time; in sleep_until() typedef 111 typedef time_point<Clock, Duration> Time; in try_lock_until() typedef 142 typedef time_point<Clock, Duration> Time; in wait_until() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 201 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() 210 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() 227 FILETIME Time; in toFILETIME() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 216 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() 225 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() 242 FILETIME Time; in toFILETIME() local
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
D | main.go | 301 Time string `json:"time"` member 314 Time string `json:"time"` member 325 Time string `json:"time"` member
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/ |
D | main.go | 110 func date(t time.Time) string {
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 97 struct Time { struct 98 std::int_fast32_t offset; // seconds before/after 00:00:00
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 97 struct Time { struct 98 std::int_fast32_t offset; // seconds before/after 00:00:00
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/ |
D | main.go | 150 func date(t time.Time) string {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Timer.h | 77 TimeRecord Time; ///< The total time captured. variable 172 TimeRecord Time; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Timer.h | 77 TimeRecord Time; ///< The total time captured. variable 172 TimeRecord Time; member
|
/third_party/python/Lib/sqlite3/ |
D | dbapi2.py | 37 Time = datetime.time variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.h | 54 double Time = 0; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CachePruning.cpp | 31 sys::TimePoint<> Time; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | wasm-runtime.cpp | 267 int env$$ctime(WasmPtr<time_t> Time) { in env$$ctime() 280 time_t env$$time(WasmPtr<time_t> Time) { in env$$time()
|
/third_party/skia/third_party/externals/swiftshader/src/SwiftShader/ |
D | SwiftShader.ini | 58 Time=1287805034 key
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_sdl.cpp | 75 Uint64 Time; member
|
D | imgui_impl_allegro5.cpp | 63 double Time; member
|
/third_party/boost/libs/ratio/example/ |
D | si_physics.cpp | 124 typedef quantity<boost::ratio<1>, boost::ratio<0> > Time; // second typedef
|