HomeSort by relevance Sort by last modified time
    Searched defs:ctime (Results 1 - 25 of 39) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
6-1-buildonly.c 32 time_t atime = 0, dtime = 0, ctime = 0; local
41 t.shm_ctime = ctime;
  /external/strace/
stat.h 44 long long ctime; member in struct:strace_stat
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 75 public long ctime; field in class:FileUtils.FileStatus
  /device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
TombstoneChecker.java 90 long ctime = files[i].lastModified() / 1000; local
91 mPostBootRecords.add(new Record(files[i].getName(), ctime));
132 public Record(String filename, long ctime) {
134 this.mCtime = ctime;
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 654 ctime(const time_t *timer) function
  /external/tensorflow/tensorflow/core/distributed_runtime/
scheduler.cc 91 Microseconds ctime = cost_model_->TimeEstimate(curr); local
105 Microseconds new_asap = (*asap_times)[curr->id()] + ctime + copy_time;
160 Microseconds ctime = cost_model_->TimeEstimate(src); local
161 Microseconds new_latest = (*alap_times)[curr->id()] - ctime - copy_time;
  /bionic/libc/kernel/uapi/linux/raid/
md_u.h 56 unsigned int ctime; member in struct:mdu_array_info_s
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 74 public long ctime; field in class:FileUtils.FileStatus
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
FileUtils.java 74 public long ctime; field in class:FileUtils.FileStatus
  /external/icu/icu4c/source/tools/tzcode/
private.h 258 # undef ctime macro
259 # define ctime tz_ctime macro
281 char *ctime(time_t const *);
  /external/kernel-headers/original/uapi/linux/raid/
md_u.h 84 unsigned int ctime; member in struct:mdu_array_info_s
  /external/lzma/C/Util/7z/
7zMain.c 612 FILETIME mtime, ctime; local
623 if (SzBitWithVals_Check(&db.CTime, i))
625 const CNtfsFileTime *t = &db.CTime.Vals[i];
626 ctime.dwLowDateTime = (DWORD)(t->Low);
627 ctime.dwHighDateTime = (DWORD)(t->High);
628 ctimePtr = &ctime;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 512 // long ctime = this.getJavaCal().getTimeInMillis();
513 long ctime = this.getJavaCal().getTime().getTime(); local
514 return (int) (ctime - System.currentTimeMillis()) / 1000;
  /external/u-boot/drivers/net/
altera_tse.c 77 ulong ctime; local
80 ctime = get_timer(0);
85 if (get_timer(ctime) > ALT_TSE_SGDMA_BUSY_TIMEOUT) {
227 ulong ctime; local
231 ctime = get_timer(0);
236 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) {
269 ulong ctime; local
274 ctime = get_timer(0);
279 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) {
291 ulong ctime; local
    [all...]
  /external/u-boot/include/jffs2/
jffs2.h 141 /* The uid, gid, atime, mtime and ctime members could be longer, but
160 __u32 ctime; /* Change time. */ member in struct:jffs2_raw_inode
  /bionic/libc/kernel/uapi/linux/
jffs2.h 104 jint32_t ctime; member in struct:jffs2_raw_inode
msdos_fs.h 142 __le16 ctime; member in struct:msdos_dir_entry
  /bionic/libc/tzcode/
private.h 332 # undef ctime macro
333 # define ctime tz_ctime macro
381 char *ctime(time_t const *);
  /external/kernel-headers/original/uapi/linux/
jffs2.h 135 /* The uid, gid, atime, mtime and ctime members could be longer, but
154 jint32_t ctime; /* Change time. */ member in struct:jffs2_raw_inode
msdos_fs.h 177 __le16 ctime; /* Creation time */ member in struct:msdos_dir_entry
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 267 int env$$ctime(WasmPtr<time_t> Time) {
269 char *CTime = ctime(Time.asPtr());
270 strncpy(GlobalData->StrBuf, CTime, sizeof(GlobalData->StrBuf));
  /external/toybox/toys/pending/
crond.c 584 static void schedule_jobs(time_t ctime, time_t ptime)
588 for (; tm <= ctime; tm += 60) {
628 time_t ctime, ptime; local
657 ctime = time(NULL);
662 ptime = ctime;
664 tdiff =(long) ((ctime = time(NULL)) - ptime);
676 schedule_jobs(ctime, ptime);
  /external/u-boot/include/
fat.h 138 __u16 ctime; /* Creation time */ member in struct:dir_entry
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DumpArchiveEntry.java 207 private long ctime; field in class:DumpArchiveEntry
289 return new Date(ctime);
294 * @param ctime the creation time
296 public void setCreationTime(final Date ctime) {
297 this.ctime = ctime.getTime();
476 entry.ctime = t;
  /external/python/cpython3/Lib/
datetime.py 796 ctime()
892 # clips the usable dates to [1970 .. 2038). At least ctime() is
897 def ctime(self): member in class:date
898 "Return ctime() style string."
1840 def ctime(self): member in class:datetime
    [all...]

Completed in 1581 milliseconds

1 2