Home
last modified time | relevance | path

Searched defs:Time (Results 1 – 25 of 35) 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
Dtime.h95 class Time; // Defined below variable
722 constexpr explicit Time(Duration rep) : rep_(rep) {} in Time() function
/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/node/deps/v8/src/base/platform/
Dtime.h33 class Time; variable
369 constexpr Time() : TimeBase(0) {} in Time() function
404 explicit constexpr Time(int64_t us) : TimeBase(us) {} in Time() function
/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/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/snippets/
Dmain.go110 func date(t time.Time) string {
/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-10.0/llvm/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-subzero/include/llvm/Support/
DTimer.h77 TimeRecord Time; ///< The total time captured. variable
172 TimeRecord Time; member
/third_party/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.h18 FILETIME Time; member
/third_party/python/Lib/sqlite3/
Ddbapi2.py35 Time = datetime.time variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.h54 double Time = 0; variable
/third_party/rust/crates/rustix/src/thread/
Dsetns.rs41 Time = CLONE_NEWTIME, enumerator
/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/node/deps/v8/src/d8/
Dd8-console.cc74 void D8Console::Time(const debug::ConsoleCallArguments& args, in Time() function in v8::D8Console
/third_party/skia/third_party/externals/swiftshader/src/SwiftShader/
DSwiftShader.ini58 Time=1287805034 key
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs150 public System.DateTime Time; field in SevenZip.LzmaBench.CProgressInfo
/third_party/node/deps/v8/src/debug/
Dinterface-types.h159 virtual void Time(const ConsoleCallArguments& args, in Time() function
/third_party/lzma/Java/SevenZip/
DLzmaBench.java199 public long Time; field in LzmaBench.CProgressInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp296 time_t Time; in InitDebuggingDir() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
Dmain.go1613 func toDate(t time.Time) date {

12