Home
last modified time | relevance | path

Searched refs:max_ts (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp171 TimeSpec max_ts = {}; in __anon4af1ca000302() local
172 if (!ConvertToTimeSpec(max_ts, file_time_type::max())) in __anon4af1ca000302()
185 return !ec && new_write_time.tv_sec > max_ts.tv_sec - 1; in __anon4af1ca000302()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp175 TimeSpec max_ts = {}; in __anon83bebc120302() local
176 if (!ConvertToTimeSpec(max_ts, file_time_type::max())) in __anon83bebc120302()
189 return !ec && new_write_time.tv_sec > max_ts.tv_sec - 1; in __anon83bebc120302()
/external/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c285 max_ts(uint32_t a, uint32_t b) in max_ts() function
313 ret.timestamp = max_ts(ret.timestamp, sync->timestamp); in sync_merge()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc457 int64_t max_ts; member
506 if (PERFETTO_LIKELY(fn_ctx->max_ts < ts_int)) { in ValueAtMaxTsStep()
507 fn_ctx->max_ts = ts_int; in ValueAtMaxTsStep()
/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.cc575 auto max_ts = std::max(t1_.ts(), t2_.ts()); in Column() local
576 sqlite3_result_int64(context, static_cast<sqlite3_int64>(max_ts)); in Column()
/external/python/cpython3/Lib/test/
Ddatetimetester.py2487 max_ts = max_dt.timestamp()
2489 self.assertEqual(self.theclass.fromtimestamp(max_ts, tz=timezone.utc),