HomeSort by relevance Sort by last modified time
    Searched defs:mtime_nsec (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
time_util_test.cc 23 int64 mtime_nsec; local
24 TF_EXPECT_OK(ParseRfc3339Time("2016-04-29T23:15:24.896Z", &mtime_nsec));
26 EXPECT_NEAR(1461971724896, mtime_nsec / 1000 / 1000, 1);
30 int64 mtime_nsec; local
32 ParseRfc3339Time("2016-04-29", &mtime_nsec).error_message());
  /external/tensorflow/tensorflow/core/platform/
file_statistics.h 27 int64 mtime_nsec = 0; member in struct:tensorflow::FileStatistics
32 FileStatistics(int64 length, int64 mtime_nsec, bool is_directory)
33 : length(length), mtime_nsec(mtime_nsec), is_directory(is_directory) {}
  /external/strace/
stat.h 48 unsigned long long mtime_nsec; member in struct:strace_stat
  /external/valgrind/include/
pub_tool_libcfile.h 69 ULong mtime_nsec; member in struct:vg_stat

Completed in 205 milliseconds