HomeSort by relevance Sort by last modified time
    Searched refs:max_ts (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp 175 TimeSpec max_ts = {};
176 if (!ConvertToTimeSpec(max_ts, file_time_type::max()))
189 return !ec && new_write_time.tv_sec > max_ts.tv_sec - 1;
  /external/perfetto/src/trace_processor/
span_join_operator_table.cc 420 auto max_ts = std::max(t1_.ts_start(), t2_.ts_start()); local
421 sqlite3_result_int64(context, static_cast<sqlite3_int64>(max_ts));
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]

Completed in 980 milliseconds