/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/ |
time_point.pass.cpp | 35 std::chrono::duration<long, std::ratio<1, 1000> >, 36 std::chrono::duration<long, std::ratio<1, 1000> > >(); 38 std::chrono::duration<int, std::ratio<1, 1000> >, 39 std::chrono::duration<long, std::ratio<1, 1000> > >(); 41 std::chrono::duration<short, std::ratio<1, 1000> >,
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller_unittest.cc | 216 CreateNewController(0, 0, 0, 1000 * 1000); 231 CreateNewController(1000 * 1000, 0, 0, 0); 247 CreateNewController(1000 * 1000, 0, 0, 0); 262 CreateNewController(1000 * 1000, 0, 0, 0); 278 CreateNewController(0, 0, 0, 1000 * 1000); [all...] |
/external/chromium_org/base/metrics/ |
statistics_recorder_unittest.cc | 64 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10); 121 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10); 143 "TestHistogram1", 1, 1000, 10, HistogramBase::kNoFlags); 145 "TestHistogram2", 1, 1000, 10, HistogramBase::kNoFlags); 153 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags); 154 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags); 155 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags); 178 "TestHistogram", 1, 1000, 10, HistogramBase::kNoFlags); 185 "TestHistogram", 1, 1000, 10, HistogramBase::kNoFlags); 193 "TestLinearHistogram", 1, 1000, 10, HistogramBase::kNoFlags) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/ |
shared.hpp | 159 # if BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 0 161 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 1 163 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 2 165 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 3 167 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 4 169 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 5 171 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 6 173 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 7 175 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == 8 177 # elif BOOST_PP_SLOT_OFFSET_5(BOOST_PP_VALUE) / 1000UL == [all...] |
/frameworks/native/libs/gui/tests/ |
CpuConsumer_test.cpp | 292 unsigned short r = (blockX == blockY) ? 1000 : 200; 293 unsigned short g = blockY ? 1000: 200; 294 unsigned short b = blockX ? 1000: 200; 398 checkPixel(buf, 0, 0, 1000, 200, 200); 399 checkPixel(buf, 1, 0, 1000, 200, 200); 400 checkPixel(buf, 0, 1, 1000, 200, 200); 401 checkPixel(buf, 1, 1, 1000, 200, 200); 404 checkPixel(buf, blockWidth, 0, 200, 200, 1000); 405 checkPixel(buf, blockWidth + 1, 0, 200, 200, 1000); 406 checkPixel(buf, blockWidth, 1, 200, 200, 1000); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqXor.decTest | 77 dqxor631 xor 1111111111111111111111111111110111 1111111111111111111111111111111111 -> 1000 112 dqxor671 xor 1111111111111111111111111111111111 1111111111111111111111111111110111 -> 1000 132 dqxor033 xor 1000 1000 -> 0 316 dqxor781 xor -Inf -1000 -> NaN Invalid_operation 321 dqxor786 xor -Inf 1000 -> NaN Invalid_operation 322 dqxor787 xor -1000 -Inf -> NaN Invalid_operation 328 dqxor793 xor 1000 -Inf -> NaN Invalid_operation 332 dqxor801 xor Inf -1000 -> NaN Invalid_operation 337 dqxor806 xor Inf 1000 -> NaN Invalid_operatio [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqXor.decTest | 77 dqxor631 xor 1111111111111111111111111111110111 1111111111111111111111111111111111 -> 1000 112 dqxor671 xor 1111111111111111111111111111111111 1111111111111111111111111111110111 -> 1000 132 dqxor033 xor 1000 1000 -> 0 316 dqxor781 xor -Inf -1000 -> NaN Invalid_operation 321 dqxor786 xor -Inf 1000 -> NaN Invalid_operation 322 dqxor787 xor -1000 -Inf -> NaN Invalid_operation 328 dqxor793 xor 1000 -Inf -> NaN Invalid_operation 332 dqxor801 xor Inf -1000 -> NaN Invalid_operation 337 dqxor806 xor Inf 1000 -> NaN Invalid_operatio [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
BidiTest.java | 152 assertEquals(0, bd.getLevelAt(1000)); 164 assertEquals(1, bd.getLevelAt(1000)); 176 assertEquals(0, bd.getLevelAt(1000)); 188 assertEquals(1, bd.getLevelAt(1000)); 202 assertEquals(0, bd.getLevelAt(1000)); 214 assertEquals(1, bd.getLevelAt(1000)); 226 assertEquals(0, bd.getLevelAt(1000)); 238 assertEquals(1, bd.getLevelAt(1000)); 252 assertEquals(0, bd.getLevelAt(1000)); 264 assertEquals(0, bd.getLevelAt(1000)); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long.pass.cpp | 75 long v = -1000; 80 assert(ex == "-1000"); 84 long v = 1000; 89 assert(ex == "1000"); 94 long v = 1000; 99 assert(ex == "+1000"); 104 long v = 1000; 115 long v = 1000; 125 long v = 1000; 136 long v = 1000; [all...] |
put_long_long.pass.cpp | 72 long long v = -1000; 76 assert(ex == "-1000"); 80 long long v = 1000; 84 assert(ex == "1000"); 89 long long v = 1000; 93 assert(ex == "+1000"); 98 long long v = 1000; 108 long long v = 1000; 117 long long v = 1000; 127 long long v = 1000; [all...] |
/external/chromium/chrome/browser/chromeos/ |
external_metrics_unittest.cc | 55 "ConnmanIdle 1000 0 2000 20", 57 "ConnmanDisconnect 1000 0 2000 20", 58 "ConnmanFailure 1000 0 2000 20", 60 "ConnmanAssociation 1000 0 2000 20", 61 "ConnmanConfiguration 1000 0 2000 20", 62 "ConnmanOffline 1000 0 2000 20", 63 "ConnmanOnline 1000 0 2000 20",
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics_unittest.cc | 56 "ConnmanIdle 1000 0 2000 20", 58 "ConnmanDisconnect 1000 0 2000 20", 59 "ConnmanFailure 1000 0 2000 20", 61 "ConnmanAssociation 1000 0 2000 20", 62 "ConnmanConfiguration 1000 0 2000 20", 63 "ConnmanOffline 1000 0 2000 20", 64 "ConnmanOnline 1000 0 2000 20",
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_quota_client_unittest.cc | 185 AddFakeIndexedDB(kOriginA, 1000); 186 EXPECT_EQ(1000, GetOriginUsage(&client, kOriginA, kTemp)); 201 AddFakeIndexedDB(kOriginA, 1000); 206 AddFakeIndexedDB(kOriginB, 1000); 222 AddFakeIndexedDB(kOriginA, 1000); 233 AddFakeIndexedDB(kOriginA, 1000); 235 EXPECT_EQ(1000, GetOriginUsage(&client, kOriginA, kTemp));
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.cc | 23 const long int E9 = 1000 * E6; 153 tEnd.tv_sec += timeout / 1000; 154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6; 268 tEnd.tv_sec = _tCreate.tv_sec + time/1000; 269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Private.h | 64 #define LVREV_MAX_T3_DELAY 2527 /* ((48000 * 120 * LVREV_T_3_Power_minus3_on_4) >> 15) / 1000 */ 65 #define LVREV_MAX_T2_DELAY 3326 /* ((48000 * 120 * LVREV_T_3_Power_minus2_on_4) >> 15) / 1000 */ 66 #define LVREV_MAX_T1_DELAY 4377 /* ((48000 * 120 * LVREV_T_3_Power_minus1_on_4) >> 15) / 1000 */ 67 #define LVREV_MAX_T0_DELAY 5760 /* ((48000 * 120 * LVREV_T_3_Power_minus0_on_4) >> 15) / 1000 */ 72 #define LVREV_BYPASSMIXER_TC 1000 /* Bypass mixer time constant*/ 73 #define LVREV_ALLPASS_TC 1000 /* All-pass filter time constant */ 85 #define LVREV_MAX_HPF_CORNER 1000
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BroadcasterTest.java | 60 tester.doTest(1000); 115 tester.doTest(1000); 121 * 1000 handlers request the same message, with different translations 124 tester.doTest(1000); 159 tester.doTest(1000); 194 tester.doTest(1000); 230 tester.doTest(1000);
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 154 usleep(100 * 1000); 164 usleep(2 * 1000 * 1000); 170 usleep(2 * 1000 * 1000); 176 usleep(2 * 1000 * 1000); 187 usleep(2 * 1000 * 1000);
|
/cts/suite/audio_quality/test_description/ |
dut_speaker_calibration.xml | 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 20000ms long --> 21 <sound id="sound1" type="sin:32000:1000:20000" preload="1" /> 34 <process method="builtin:rms_mva" input="id:host_in,consti:1000,consti:8000" output="val:rms_$i_$j" />
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
InterpolatorTest.java | 73 interpolator.setKeyFrame(0, (int)(time + 1000), new float[] {2.0f}); 81 interpolator.setKeyFrame(1, (int)(time - 1000), new float[] {3.0f}); 101 assertValue(1000, 1.0f, Result.FREEZE_START, interpolator); 106 assertValue(-1000, 2.0f, Result.FREEZE_END, interpolator); 144 assertValue(1000, 1.0f, Result.FREEZE_START, interpolator); 151 assertValue( 1000, 4.0f, Result.FREEZE_END, interpolator); // known bug 160 assertValue( 1000, 4.0f, Result.FREEZE_END, interpolator); // known bug 175 assertValue(1000, 0.0f, Result.FREEZE_START, interpolator); 194 assertValue(1000, 0.0f, Result.FREEZE_START, interpolator); 201 assertValue(1000, 0.0f, Result.FREEZE_START, interpolator) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
ratetracker.cc | 51 if (delta >= 1000) { 52 int fraction_time = delta % 1000; 53 int seconds = delta / 1000;
|
/external/chromium_org/chrome/browser/extensions/api/system_storage/ |
system_storage_apitest.cc | 25 {"dcim:device:001", "0xbeaf", 4098, 1000}, 26 {"path:device:002", "/home", 4098, 1000}, 27 {"path:device:003", "/data", 10000, 1000}
|
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_refresh_scheduler.cc | 39 24 * 60 * 60 * 1000; // 1 day. 41 24 * 60 * 60 * 1000; // 1 day. 47 24 * 60 * 60 * 1000; // 1 day. 49 5 * 60 * 1000; // 5 minutes. 51 30 * 60 * 1000; // 30 minutes. 53 7 * 24 * 60 * 60 * 1000; // 1 week. 58 3 * 60 * 60 * 1000; // 3 hours. 60 24 * 60 * 60 * 1000; // 1 day. 66 24 * 60 * 60 * 1000; // 1 day. 68 5 * 60 * 1000; // 5 minutes [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
history.js | 10 var diff = Math.round((time.getTime() - now) / 1000); 79 window.setInterval(checkState, 1000); 83 window.setInterval(renderHistory, 1000);
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
corruption_test.cc | 25 static const int kValueSize = 1000; 198 Corrupt(kLogFile, log::kBlockSize + 1000, 1); // Somewhere in second block 250 Build(1000); 253 Check(1000, 1000); 283 Corrupt(kDescriptorFile, 0, 1000); 346 ASSERT_OK(db_->Put(WriteOptions(), Key(1000, &tmp1), Value(1000, &tmp2))); 348 ASSERT_OK(db_->Get(ReadOptions(), Key(1000, &tmp1), &v)); 349 ASSERT_EQ(Value(1000, &tmp2).ToString(), v) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ratetracker.cc | 51 if (delta >= 1000) { 52 int fraction_time = delta % 1000; 53 int seconds = delta / 1000;
|