/external/chromium_org/third_party/sqlite/src/test/ |
D | ctime.test | 22 # ctime-1.*: Test pragma support. 23 # ctime-2.*: Test function support. 32 # ctime-1.*: Test pragma support. 34 do_test ctime-1.1.1 { 39 do_test ctime-1.1.2 { 44 do_test ctime-1.1.3 { 50 do_test ctime-1.2.1 { 57 do_test ctime-1.2.2 { 66 do_test ctime-1.4.1 { 71 do_test ctime-1.4.2 { [all …]
|
/external/chromium_org/media/tools/layout_tests/ |
D | test_expectations_history_unittest.py | 43 ctime = calendar.timegm((2011, 8, 21, 0, 0, 0, 0, 0, 0)) 47 ptime, ctime, testname_list) 52 ctime = calendar.timegm((2011, 8, 20, 7, 0, 0, 0, 0, 0)) 56 ptime, ctime, testname_list) 61 ctime = calendar.timegm((2011, 9, 12, 2, 0, 0, 0, 0, 0)) 65 ptime, ctime, testname_list)
|
/external/chromium_org/chrome/browser/chromeos/ |
D | version_loader.cc | 114 base::Time::Exploded ctime; in GetVersion() local 115 base::SysInfo::GetLsbReleaseTime().UTCExplode(&ctime); in GetVersion() 117 ctime.year % 100, in GetVersion() 118 ctime.month, in GetVersion() 119 ctime.day_of_month); in GetVersion()
|
/external/stlport/stlport/stl/ |
D | _ctime.h | 23 # include_next <ctime> 25 # include _STLP_NATIVE_CPP_C_HEADER(ctime) 40 using _STLP_VENDOR_CSTD::ctime;
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-call-cast-target.ll | 10 %tmp = call i32 bitcast (i7* (i999*)* @ctime to i32 (i99*)*)( i99* null ) 14 define i7* @ctime(i999*) { 15 ; CHECK-LABEL: @ctime(
|
D | call-cast-target.ll | 10 …%tmp = call i32 bitcast (i8* (i32*)* @ctime to i32 (i32*)*)( i32* null ) ; <i32> [#uses=1] 14 declare i8* @ctime(i32*)
|
/external/openssh/ |
D | logintest.c | 144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0)); in testAPI() 146 strlcpy(s_t1, ctime(&t1), sizeof(s_t1)); in testAPI() 155 strlcpy(s_logintime, ctime(&logintime), sizeof(s_logintime)); in testAPI() 171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime)); in testAPI() 186 strlcpy(s_t2, ctime(&t2), sizeof(s_t2)); in testAPI()
|
D | moduli.c | 336 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates() 409 ctime(&time_stop), largetries, (long) (time_stop - time_start)); in gen_candidates() 436 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates() 473 ctime(&time_start), trials, generator_wanted); in prime_test() 648 ctime(&time_stop), count_out, count_possible, in prime_test()
|
/external/chromium/chrome/browser/chromeos/ |
D | version_loader.cc | 168 base::Time::Exploded ctime; in GetVersion() local 169 fileinfo.creation_time.UTCExplode(&ctime); in GetVersion() 171 ctime.year % 100, in GetVersion() 172 ctime.month, in GetVersion() 173 ctime.day_of_month); in GetVersion()
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | echo_private_api.cc | 175 base::Time::Exploded ctime; in GetOobeTimestampOnFileThread() local 176 fileInfo.creation_time.UTCExplode(&ctime); in GetOobeTimestampOnFileThread() 178 ctime.year, in GetOobeTimestampOnFileThread() 179 ctime.month, in GetOobeTimestampOnFileThread() 180 ctime.day_of_month); in GetOobeTimestampOnFileThread()
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 254 fprintf(f, "Filesystem created: %s", ctime(&tm)); in list_super2() 258 sb->s_mtime ? ctime(&tm) : "n/a\n"); in list_super2() 260 fprintf(f, "Last write time: %s", ctime(&tm)); in list_super2() 264 fprintf(f, "Last checked: %s", ctime(&tm)); in list_super2() 272 fprintf(f, "Next check after: %s", ctime(&next)); in list_super2() 351 fprintf(f, "First error time: %s", ctime(&tm)); in list_super2() 365 fprintf(f, "Last error time: %s", ctime(&tm)); in list_super2()
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 47 …wmove (show_pad,11,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show() 48 …wmove (show_pad,12,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show() 49 …wmove (show_pad,19,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
|
D | inode_com.c | 164 wmove (show_pad,3,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_atime)); in type_ext2_inode___show() 165 wmove (show_pad,4,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_ctime)); in type_ext2_inode___show() 166 wmove (show_pad,5,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_mtime)); in type_ext2_inode___show() 167 wmove (show_pad,6,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_dtime)); in type_ext2_inode___show()
|
/external/stlport/stlport/ |
D | ctime | 34 # include_next <ctime> 36 # include _STLP_NATIVE_CPP_C_HEADER(ctime)
|
/external/iptables/iptables/ |
D | iptables-save.c | 81 IPTABLES_VERSION, ctime(&now)); in do_output() 117 printf("# Completed on %s", ctime(&now)); in do_output()
|
D | ip6tables-save.c | 83 IPTABLES_VERSION, ctime(&now)); in do_output() 119 printf("# Completed on %s", ctime(&now)); in do_output()
|
/external/libppp/src/ |
D | throughput.c | 108 prompt_Printf(prompt, " - down at %s", ctime(&t->downtime)); in throughput_disp() 126 t->BestOctetsPerSecond, ctime(&t->BestOctetsPerSecondTime)); in throughput_disp() 152 ctime(&t->BestOctetsPerSecondTime)); in throughput_log() 286 time_buf = ctime(&t->BestOctetsPerSecondTime); in throughput_clear()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11x11main.cpp | 101 double ctime = get_time() - start_time; in main() local 103 app->draw(ctx, rtv, width, height, ctime); in main()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11x11main.cpp | 101 double ctime = get_time() - start_time; in main() local 103 app->draw(ctx, rtv, width, height, ctime); in main()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10x11main.cpp | 141 double ctime = get_time() - start_time; in main() local 143 app->draw(ctx, rtv, width, height, ctime); in main()
|
/external/chromium_org/build/ |
D | landmines.py | 72 old_date = time.ctime(os.stat(landmines_path).st_ctime) 75 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10x11main.cpp | 141 double ctime = get_time() - start_time; in main() local 143 app->draw(ctx, rtv, width, height, ctime); in main()
|
/external/oprofile/libutil/ |
D | op_get_time.c | 23 return ctime(&t); in op_get_time()
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
D | time_null_regtest.cc | 17 fprintf(stderr, "Time: %s\n", ctime(&t)); // NOLINT in main()
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
D | time_interceptor.cc | 13 printf("Time: %s\n", ctime(&t)); // NOLINT in main()
|