/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 23 1 year from now 24 2 years from now 25 3 years from now 26 5 years from now 27 10 years from now 28 11 years from now 29 12 years from now 30 20 years from now 31 21 years from now 32 22 years from now [all …]
|
D | testdata_hi.txt | 204 १ महीना से कम from now 205 १ महीना और २ सप्ताह से कम from now 206 १ महीना, २ सप्ताह और ३ दिन से कम from now 213 १ महीना से ज़्यादा from now 214 १ महीना और २ सप्ताह से ज़्यादा from now 215 १ महीना, २ सप्ताह और ३ दिन से ज़्यादा from now 231 १ घंटा से कम from now 232 १ घंटा और २ मिनट से कम from now 233 १ घंटा, २ मिनट और ३ सेकण्ड से कम from now 240 १ घंटा से ज़्यादा from now [all …]
|
/external/libxml2/result/ |
D | ent9.rde | 21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 61 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 66 2 3 #text 0 1 WE need lot of garbage now to trigger the problem [all …]
|
D | ent9.rdr | 11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem [all …]
|
D | ent9.sax | 28 SAX.characters( WE need lot of garbage now to, 50) 33 SAX.characters( WE need lot of garbage now to, 50) 38 SAX.characters( WE need lot of garbage now to, 50) 43 SAX.characters( WE need lot of garbage now to, 50) 48 SAX.characters( WE need lot of garbage now to, 50) 53 SAX.characters( WE need lot of garbage now to, 50) 58 SAX.characters( WE need lot of garbage now to, 50) 63 SAX.characters( WE need lot of garbage now to, 50) 68 SAX.characters( WE need lot of garbage now to, 50) 73 SAX.characters( WE need lot of garbage now to, 50) [all …]
|
D | ent9.sax2 | 28 SAX.characters( WE need lot of garbage now to, 50) 33 SAX.characters( WE need lot of garbage now to, 50) 38 SAX.characters( WE need lot of garbage now to, 50) 43 SAX.characters( WE need lot of garbage now to, 50) 48 SAX.characters( WE need lot of garbage now to, 50) 53 SAX.characters( WE need lot of garbage now to, 50) 58 SAX.characters( WE need lot of garbage now to, 50) 63 SAX.characters( WE need lot of garbage now to, 50) 68 SAX.characters( WE need lot of garbage now to, 50) 73 SAX.characters( WE need lot of garbage now to, 50) [all …]
|
/external/bison/lib/ |
D | timevar.c | 200 get_time (now) in get_time() argument 201 struct timevar_time_def *now; in get_time() 203 now->user = 0; 204 now->sys = 0; 205 now->wall = 0; 213 now->wall = times (&tms) * ticks_to_msec; 215 now->user = tms.tms_utime * ticks_to_msec; 216 now->sys = tms.tms_stime * ticks_to_msec; 218 now->user = (tms.tms_utime + tms.tms_cutime) * ticks_to_msec; 219 now->sys = (tms.tms_stime + tms.tms_cstime) * ticks_to_msec; [all …]
|
/external/v8/test/webkit/ |
D | dfg-int32-to-double-on-set-local-and-exit.js | 37 a = Date.now() + Date.now() + Date.now() + Date.now() + Date.now() + Date.now(); 42 return Date.now() + Date.now() + Date.now() + Date.now() + Date.now() + Date.now();
|
D | dfg-int32-to-double-on-set-local-and-sometimes-exit.js | 37 a = Date.now() + Date.now() + Date.now() + Date.now() + Date.now() + Date.now(); 44 return Date.now() + Date.now() + Date.now() + Date.now() + Date.now() + Date.now();
|
/external/lldb/tools/debugserver/source/ |
D | DNBTimer.h | 100 struct timeval now; in ElapsedMicroSeconds() local 101 gettimeofday (&now, NULL); in ElapsedMicroSeconds() 102 uint64_t now_usec = (uint64_t)(now.tv_sec) * 1000000ull + (uint64_t)now.tv_usec; in ElapsedMicroSeconds() 107 m_timeval = now; in ElapsedMicroSeconds() 113 struct timeval now; in GetTimeOfDay() local 114 gettimeofday (&now, NULL); in GetTimeOfDay() 115 uint64_t now_usec = (uint64_t)(now.tv_sec) * 1000000ull + (uint64_t)now.tv_usec; in GetTimeOfDay() 124 struct timeval now; variable 125 gettimeofday (&now, NULL); 127 TIMEVAL_TO_TIMESPEC(&now, ts); [all …]
|
/external/libcxx/test/std/thread/futures/futures.async/ |
D | async.pass.cpp | 71 Clock::time_point t0 = Clock::now(); in main() 73 Clock::time_point t1 = Clock::now(); in main() 79 Clock::time_point t0 = Clock::now(); in main() 81 Clock::time_point t1 = Clock::now(); in main() 87 Clock::time_point t0 = Clock::now(); in main() 89 Clock::time_point t1 = Clock::now(); in main() 95 Clock::time_point t0 = Clock::now(); in main() 97 Clock::time_point t1 = Clock::now(); in main() 104 Clock::time_point t0 = Clock::now(); in main() 106 Clock::time_point t1 = Clock::now(); in main() [all …]
|
/external/e2fsprogs/tests/progs/test_data/ |
D | expect.icount | 63 Count is now 1 67 Count is now 2 71 Count is now 3 75 Count is now 4 79 Count is now 3 83 Count is now 2 87 Count is now 1 91 Count is now 0 96 Count is now 2 100 Count is now 1 [all …]
|
/external/vboot_reference/futility/ |
D | vb1_helper.c | 222 uint64_t now; in UnpackKernelBlob() local 238 now = vmlinuz_header_address - g_preamble->body_load_address; in UnpackKernelBlob() 240 g_vmlinuz_header_data = kernel_blob_data + now; in UnpackKernelBlob() 244 Debug("vmlinuz_header_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob() 248 now = g_preamble->bootloader_address - g_preamble->body_load_address; in UnpackKernelBlob() 252 g_bootloader_data = kernel_blob_data + now; in UnpackKernelBlob() 256 Debug("bootloader_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob() 259 now -= CROS_PARAMS_SIZE; in UnpackKernelBlob() 261 g_param_data = kernel_blob_data + now; in UnpackKernelBlob() 262 Debug("param_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | TimestampTest.java | 39 private Date now = new Date(); field in TimestampTest 53 new Timestamp(now, null); in testTimestamp() 64 Timestamp one = new Timestamp(now, cpath); in testEqualsObject() 65 Timestamp two = new Timestamp(now, cpath); in testEqualsObject() 79 assertSame(new Timestamp(now, cpath).getSignerCertPath(), cpath); in testGetSignerCertPath() 83 Timestamp t = new Timestamp(now, cpath); in testGetTimestamp() 84 assertEquals(now, t.getTimestamp()); in testGetTimestamp() 85 assertNotSame(now, t.getTimestamp()); in testGetTimestamp() 92 new Timestamp(now, cpath).toString(); in testToString()
|
/external/vboot_reference/host/lib/ |
D | extract_vmlinuz.c | 16 uint64_t now = 0; in ExtractVmlinuz() local 27 now += keyblock->key_block_size; in ExtractVmlinuz() 28 if (now > kpart_size) in ExtractVmlinuz() 31 preamble = (VbKernelPreambleHeader *)(kpart_data + now); in ExtractVmlinuz() 32 now += preamble->preamble_size; in ExtractVmlinuz() 33 if (now > kpart_size) in ExtractVmlinuz() 36 kblob_data = kpart_data + now; in ExtractVmlinuz() 39 if (!kblob_data || (now + kblob_size) > kpart_size) in ExtractVmlinuz()
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
D | wait_until.pass.cpp | 72 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::timeout); in main() 79 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main() 81 Clock::time_point t0 = Clock::now(); in main() 83 Clock::time_point t1 = Clock::now(); in main() 93 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::timeout); in main() 100 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main() 102 Clock::time_point t0 = Clock::now(); in main() 104 Clock::time_point t1 = Clock::now(); in main() 114 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::timeout); in main() 121 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main() [all …]
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait_until.pass.cpp | 72 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::timeout); in main() 79 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main() 81 Clock::time_point t0 = Clock::now(); in main() 83 Clock::time_point t1 = Clock::now(); in main() 93 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::timeout); in main() 100 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main() 102 Clock::time_point t0 = Clock::now(); in main() 104 Clock::time_point t1 = Clock::now(); in main() 114 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::timeout); in main() 121 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main() [all …]
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 6 static int set_dns_listeners(time_t now, fd_set *set, int *maxfdp); 7 static void check_dns_listeners(fd_set *set, time_t now); 9 -static void async_event(int pipe, time_t now); 70 - async_event(piperead, now); 71 + async_event(piperead, now, NULL, 0); 79 - dhcp_packet(now); 80 + dhcp_packet(piperead, now); 110 -static void async_event(int pipe, time_t now) 114 +int async_event(int pipe, time_t now, struct event_desc* event, unsigned int secs) 121 + if (read_timeout(pipe, (unsigned char *)&ev, sizeof(ev), now, secs) > 0) [all …]
|
/external/webrtc/src/system_wrappers/interface/ |
D | tick_util.h | 153 DWORD now = timeGetTime(); in Now() local 155 DWORD old = InterlockedExchange(lastTimeGetTimePtr, now); in Now() 156 if(now < old) in Now() 162 if(old > 0xf0000000 && now < 0x0fffffff) in Now() 167 result._ticks = now + (numWrapTimeGetTime<<32); in Now() 202 TickTime now = TickTime::Now(); in MillisecondTimestamp() local 207 return (now._ticks * 1000) / qpfreq.QuadPart; in MillisecondTimestamp() 209 return now._ticks; in MillisecondTimestamp() 212 return now._ticks / 1000000LL; in MillisecondTimestamp() 214 return now._ticks / 1000LL; in MillisecondTimestamp() [all …]
|
/external/v8/test/mjsunit/ |
D | d8-performance-now.js | 33 if (this.performance && performance.now) { 35 var start_test = performance.now(); 37 for (var start = performance.now(); 39 start = performance.now()) { 40 var end = performance.now(); 44 var next = performance.now();
|
/external/v8/src/base/platform/ |
D | time-unittest.cc | 66 Time now = Time::Now(); in TEST() local 67 EXPECT_EQ(now, Time::FromTimespec(now.ToTimespec())); in TEST() 82 Time now = Time::Now(); in TEST() local 83 EXPECT_EQ(now, Time::FromTimeval(now.ToTimeval())); in TEST() 100 Time now = Time::Now(); in TEST() local 101 EXPECT_EQ(now, Time::FromFiletime(now.ToFiletime())); in TEST() 129 T now = start; in ResolutionTest() local 134 now = Now(); in ResolutionTest() 135 delta = now - start; in ResolutionTest() 136 } while (now <= start); in ResolutionTest()
|
/external/libvncserver/examples/ |
D | camera.c | 58 static struct timeval now={0,0}, then={0,0}; in TimeToTakePicture() local 61 gettimeofday(&now,NULL); in TimeToTakePicture() 63 dnow = now.tv_sec + (now.tv_usec /1000000.0); in TimeToTakePicture() 68 memcpy((char *)&then, (char *)&now, sizeof(struct timeval)); in TimeToTakePicture() 82 struct timeval now; in TakePicture() local 105 gettimeofday(&now,NULL); in TakePicture() 106 line = now.tv_usec / (1000000/HEIGHT); in TakePicture()
|
/external/blktrace/btt/ |
D | iostat.c | 63 static void update_tot_qusz(struct d_info *dip, double now) in update_tot_qusz() argument 65 dip->stats.tot_qusz += ((now - dip->stats.last_qu_change) * in update_tot_qusz() 67 dip->all_stats.tot_qusz += ((now - dip->all_stats.last_qu_change) * in update_tot_qusz() 70 dip->stats.last_qu_change = dip->all_stats.last_qu_change = now; in update_tot_qusz() 73 static void update_idle_time(struct d_info *dip, double now, int force) in update_idle_time() argument 76 dip->stats.idle_time += (now - dip->stats.last_dev_change); in update_idle_time() 78 (now - dip->all_stats.last_dev_change); in update_idle_time() 80 dip->stats.last_dev_change = dip->all_stats.last_dev_change = now; in update_idle_time() 88 double now = TO_SEC(stamp); in __dump_stats() local 100 update_idle_time(dip, now, 1); in __dump_stats() [all …]
|
/external/libvncserver/x11vnc/ |
D | xevents.c | 503 time_t now = time(NULL); in bust_grab() 507 if (now > last_bust + 180) { in bust_grab() 611 time_t now = time(NULL); in process_watch() local 659 watches[free].change = now; in process_watch() 664 watches[got].change = now; in process_watch() 667 watches[got].change = now; in process_watch() 702 watches[i].change = now; /* just to be sure */ in process_watch() 715 if (now > watches[i].change + fac*too_long) { in process_watch() 719 "%d - %d/%d/%d\n", pid, (int) now, in process_watch() 744 last_bust = now; in process_watch() [all …]
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AlarmManagerTest.java | 75 long now = new Date().getTime(); in shouldSupportGetNextScheduledAlarm() local 77 alarmManager.set(AlarmManager.ELAPSED_REALTIME, now, pendingIntent); in shouldSupportGetNextScheduledAlarm() 81 assertScheduledAlarm(now, pendingIntent, scheduledAlarm); in shouldSupportGetNextScheduledAlarm() 88 long now = new Date().getTime(); in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() local 90 …alarmManager.setRepeating(AlarmManager.ELAPSED_REALTIME, now, AlarmManager.INTERVAL_HOUR, pendingI… in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() 94 … assertRepeatingScheduledAlarm(now, AlarmManager.INTERVAL_HOUR, pendingIntent, scheduledAlarm); in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() 101 long now = new Date().getTime(); in shouldSupportPeekScheduledAlarm() local 103 alarmManager.set(AlarmManager.ELAPSED_REALTIME, now, pendingIntent); in shouldSupportPeekScheduledAlarm() 107 assertScheduledAlarm(now, pendingIntent, scheduledAlarm); in shouldSupportPeekScheduledAlarm() 140 private void assertScheduledAlarm(long now, PendingIntent pendingIntent, in assertScheduledAlarm() argument [all …]
|