HomeSort by relevance Sort by last modified time
    Searched full:ctime (Results 176 - 200 of 1180) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 71 long cTime = s.client.getCreationTime() / 1000;
72 assertTrue(cTime + " >= " + t0, cTime >= t0);
73 assertTrue(cTime + " <= " + t1, cTime <= t1);
  /external/e2fsprogs/lib/e2p/
ls.c 289 fprintf(f, "Filesystem created: %s", ctime(&tm));
293 sb->s_mtime ? ctime(&tm) : "n/a\n");
295 fprintf(f, "Last write time: %s", ctime(&tm));
299 fprintf(f, "Last checked: %s", ctime(&tm));
307 fprintf(f, "Next check after: %s", ctime(&next));
386 fprintf(f, "First error time: %s", ctime(&tm));
400 fprintf(f, "Last error time: %s", ctime(&tm));
  /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/ceres-solver/internal/ceres/
wall_time.cc 36 #include <ctime>
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_job_status.py 64 time_string = time.ctime(time_seconds)
  /external/curl/docs/examples/
ftpgetinfo.c 72 printf("filetime %s: %s", filename, ctime(&file_time));
  /external/e2fsprogs/ext2ed/
inode_com.c 164 wmove (show_pad,3,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_atime));
165 wmove (show_pad,4,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_ctime));
166 wmove (show_pad,5,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_mtime));
167 wmove (show_pad,6,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_dtime));
  /external/google-breakpad/src/common/solaris/
guid_creator.cc 33 #include <ctime>
  /external/libcxx/test/std/depr/depr.c.headers/
time_h.pass.cpp 34 static_assert((std::is_same<decltype(ctime(&t)), char*>::value), "");
  /external/llvm/test/CodeGen/PowerPC/
pr16556-2.ll 12 @.str5 = internal unnamed_addr constant [40 x i8] c"..\5Cldc\5Cruntime\5Cdruntime\5Csrc\5Ccore\5Ctime.d\00"
  /external/llvm/test/tools/llvm-objdump/X86/
macho-archive-headers.test 8 # Note the date as printed by ctime(3) is time zone dependent and not checked.
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 54 case kpidCTime: prop = _fileInfo.CTime; break;
DirItem.h 17 FILETIME CTime;
  /external/opencv3/apps/traincascade/
cascadeclassifier.h 4 #include <ctime>
  /external/opencv3/modules/videostab/src/
precomp.hpp 48 #include <ctime>
  /external/toybox/toys/pending/
dumpleases.c 73 fputs(ctime((const time_t*)&exp), stdout);
  /external/webrtc/webrtc/base/
timeutils.h 14 #include <ctime>
  /external/webrtc/webrtc/system_wrappers/source/
trace_posix.cc 77 char buffer[26]; // man ctime says buffer should have room for >=26 bytes.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 34 static_assert((std::is_same<decltype(ctime(&t)), char*>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 49 #include <ctime>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 49 #include <ctime>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 49 #include <ctime>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 49 #include <ctime>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
stdc++.h 49 #include <ctime>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
stdc++.h 49 #include <ctime>

Completed in 1370 milliseconds

1 2 3 4 5 6 78 91011>>