/libcore/luni/src/test/java/tests/api/java/util/ |
SimpleTimeZoneTest.java | 38 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST"); 41 .getRawOffset() == 1000); 53 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 63 assertEquals("Incorrect TZ constructed", 1000, st.getRawOffset()); 67 new SimpleTimeZone(1000, "TEST", 12, 76 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 85 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 94 new SimpleTimeZone(1000, "TEST", Calendar.DECEMBER, 110 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 112 0, 1000 * 60 * 60) [all...] |
/external/chromium_org/base/metrics/ |
histogram_base_unittest.cc | 40 "TestHistogram", 1, 1000, 10, 58 EXPECT_TRUE(deserialized->HasConstructionArguments(1, 1000, 10)); 66 "TestHistogram", 1, 1000, 10, HistogramBase::kIPCSerializationSourceFlag); 70 histogram->Add(1000); 84 EXPECT_EQ(1, snapshot->GetCount(1000)); 95 EXPECT_EQ(2, snapshot2->GetCount(1000)); 100 "TestHistogram", 1, 1000, 10, 117 EXPECT_TRUE(deserialized->HasConstructionArguments(1, 1000, 10));
|
/external/chromium_org/net/quic/ |
quic_time_test.cc | 30 QuicTime::Delta::FromMicroseconds(1000)); 32 QuicTime::Delta::FromMilliseconds(1000)); 36 EXPECT_EQ(1, QuicTime::Delta::FromMicroseconds(1000).ToMilliseconds()); 38 EXPECT_EQ(1000, QuicTime::Delta::FromMilliseconds(1).ToMicroseconds()); 39 EXPECT_EQ(1, QuicTime::Delta::FromMicroseconds(1000).ToMilliseconds()); 50 EXPECT_EQ(QuicTime::Delta::FromMicroseconds(1000), 75 EXPECT_EQ(1000, diff.ToMicroseconds()); 99 QuicTime time = QuicTime::Zero().Add(QuicTime::Delta::FromMicroseconds(1000));
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
cookieSpeedTest.html | 10 time.setTime(time.getTime() + 1000); 26 <body onload="javascript:cookieTest();setTimeout(cookieTest(), 1000);">
|
plugin-in-iframe-scroll.html | 5 <div style="height:1000px"> </div> 7 <div style="height:1000px"> </div>
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/ |
subtree-detaching.html | 9 for (i = 0; i < 1000; ++i) { 11 for (j = 0; j < 1000; ++j) {
|
/external/chromium_org/third_party/skia/src/ports/ |
SkTime_Unix.cpp | 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
malloc_extension_test.cc | 45 void* a = malloc(1000); 52 ASSERT_GT(cxx_bytes_used, 1000); 66 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000); 69 ASSERT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000); 83 ASSERT_GE(MallocExtension_GetAllocatedSize(a), 1000); 85 ASSERT_GE(MallocExtension_GetEstimatedAllocatedSize(1000), 1000);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
malloc_extension_test.cc | 45 void* a = malloc(1000); 52 ASSERT_GT(cxx_bytes_used, 1000); 66 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000); 69 ASSERT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000); 83 ASSERT_GE(MallocExtension_GetAllocatedSize(a), 1000); 85 ASSERT_GE(MallocExtension_GetEstimatedAllocatedSize(1000), 1000);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
SchedulerTest.java | 24 scheduler.postDelayed(new AddToTranscript("three"), 1000); 32 assertThat(scheduler.advanceBy(1000), equalTo(true)); 38 scheduler.postDelayed(new AddToTranscript("one"), 1000); 42 scheduler.advanceBy(1000); 88 scheduler.postDelayed(new AddToTranscript("three"), 1000); 90 }, 1000); 92 }, 1000); 94 scheduler.advanceBy(1000);
|
/external/skia/src/ports/ |
SkTime_Unix.cpp | 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
|
/external/valgrind/main/drd/tests/ |
annotate_hb_race.c | 30 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
/external/valgrind/main/gdbserver_tests/ |
mcvabits.stdoutB.exp | 4 100 if (line > 1000) 11 100 if (line > 1000)
|
/external/valgrind/main/helgrind/tests/ |
tc05_simple_race.c | 25 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
tc16_byterace.c | 19 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
/external/valgrind/main/memcheck/tests/ |
custom-overlap.c | 14 x = malloc(1000); 22 x = malloc(1000);
|
/external/valgrind/main/perf/ |
heap.c | 6 #define NITERS (3*1000*1000)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddMaxMag.decTest | 96 ddmxg091 maxmag Inf -1000 -> Infinity 101 ddmxg096 maxmag Inf 1000 -> Infinity 103 ddmxg098 maxmag -1000 Inf -> Infinity 109 ddmxg104 maxmag 1000 Inf -> Infinity 113 ddmxg121 maxmag -Inf -1000 -> -Infinity 118 ddmxg126 maxmag -Inf 1000 -> -Infinity 121 ddmxg129 maxmag -1000 -Inf -> -Infinity 126 ddmxg134 maxmag 1000 -Inf -> -Infinity 131 ddmxg142 maxmag NaN -1000 -> -1000 [all...] |
ddMin.decTest | 85 ddmin091 min Inf -1000 -> -1000 90 ddmin096 min Inf 1000 -> 1000 92 ddmin098 min -1000 Inf -> -1000 98 ddmin104 min 1000 Inf -> 1000 102 ddmin121 min -Inf -1000 -> -Infinity 107 ddmin126 min -Inf 1000 -> -Infinit [all...] |
dqMaxMag.decTest | 96 dqmxg091 maxmag Inf -1000 -> Infinity 101 dqmxg096 maxmag Inf 1000 -> Infinity 103 dqmxg098 maxmag -1000 Inf -> Infinity 109 dqmxg104 maxmag 1000 Inf -> Infinity 113 dqmxg121 maxmag -Inf -1000 -> -Infinity 118 dqmxg126 maxmag -Inf 1000 -> -Infinity 121 dqmxg129 maxmag -1000 -Inf -> -Infinity 126 dqmxg134 maxmag 1000 -Inf -> -Infinity 131 dqmxg142 maxmag NaN -1000 -> -1000 [all...] |
dqMin.decTest | 85 dqmin091 min Inf -1000 -> -1000 90 dqmin096 min Inf 1000 -> 1000 92 dqmin098 min -1000 Inf -> -1000 98 dqmin104 min 1000 Inf -> 1000 102 dqmin121 min -Inf -1000 -> -Infinity 107 dqmin126 min -Inf 1000 -> -Infinit [all...] |
rotate.decTest | 50 rotx020 rotate 1 -1000 -> NaN Invalid_operation 53 rotx023 rotate 1 1000 -> NaN Invalid_operation 100 rotx151 rotate 1.00000000E-999 -1 -> 1.0000000E-1000 103 rotx154 rotate 1.00000000E-999 8 -> 1.0000000E-1000 104 rotx155 rotate 9.00000000E-999 -1 -> 9.0000000E-1000 107 rotx158 rotate 9.00000000E-999 8 -> 9.0000000E-1000 121 rotx181 rotate -1.00000000E-999 -1 -> -1.0000000E-1000 124 rotx184 rotate -1.00000000E-999 8 -> -1.0000000E-1000 125 rotx185 rotate -9.00000000E-999 -1 -> -9.0000000E-1000 128 rotx188 rotate -9.00000000E-999 8 -> -9.0000000E-1000 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddMaxMag.decTest | 96 ddmxg091 maxmag Inf -1000 -> Infinity 101 ddmxg096 maxmag Inf 1000 -> Infinity 103 ddmxg098 maxmag -1000 Inf -> Infinity 109 ddmxg104 maxmag 1000 Inf -> Infinity 113 ddmxg121 maxmag -Inf -1000 -> -Infinity 118 ddmxg126 maxmag -Inf 1000 -> -Infinity 121 ddmxg129 maxmag -1000 -Inf -> -Infinity 126 ddmxg134 maxmag 1000 -Inf -> -Infinity 131 ddmxg142 maxmag NaN -1000 -> -1000 [all...] |
ddMin.decTest | 85 ddmin091 min Inf -1000 -> -1000 90 ddmin096 min Inf 1000 -> 1000 92 ddmin098 min -1000 Inf -> -1000 98 ddmin104 min 1000 Inf -> 1000 102 ddmin121 min -Inf -1000 -> -Infinity 107 ddmin126 min -Inf 1000 -> -Infinit [all...] |
dqMaxMag.decTest | 96 dqmxg091 maxmag Inf -1000 -> Infinity 101 dqmxg096 maxmag Inf 1000 -> Infinity 103 dqmxg098 maxmag -1000 Inf -> Infinity 109 dqmxg104 maxmag 1000 Inf -> Infinity 113 dqmxg121 maxmag -Inf -1000 -> -Infinity 118 dqmxg126 maxmag -Inf 1000 -> -Infinity 121 dqmxg129 maxmag -1000 -Inf -> -Infinity 126 dqmxg134 maxmag 1000 -Inf -> -Infinity 131 dqmxg142 maxmag NaN -1000 -> -1000 [all...] |