Home
last modified time | relevance | path

Searched defs:Time (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_test.cc77 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 …]
Dclock_test.cc30 TEST(Time, Now) { in TEST() argument
/third_party/abseil-cpp/absl/time/
Dtime_test.cc77 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 …]
Dclock_test.cc30 TEST(Time, Now) { in TEST() argument
/third_party/flutter/engine/flutter/fml/time/
Dtime_unittest.cc14 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/
Dtest_custom_unit.cpp36 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/
Dtoytime.hpp29 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/
Dsimulated_thread_interface_demo.cpp72 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/
DWindowsSupport.h201 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/
DWindowsSupport.h216 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/
Dmain.go301 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/
Dmain.go110 func date(t time.Time) string {
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h97 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/
Dtime_zone_posix.h97 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/
Dmain.go150 func date(t time.Time) string {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h77 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/
DTimer.h77 TimeRecord Time; ///< The total time captured. variable
172 TimeRecord Time; member
/third_party/python/Lib/sqlite3/
Ddbapi2.py37 Time = datetime.time variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.h54 double Time = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp31 sys::TimePoint<> Time; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp267 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/
DSwiftShader.ini58 Time=1287805034 key
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp75 Uint64 Time; member
Dimgui_impl_allegro5.cpp63 double Time; member
/third_party/boost/libs/ratio/example/
Dsi_physics.cpp124 typedef quantity<boost::ratio<1>, boost::ratio<0> > Time; // second typedef

12