HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 651 - 675 of 9567) sorted by null

<<21222324252627282930>>

  /external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java 33 for (int n = 1; n < 1000; n++) {
34 for (int m = 0; m < 1000; m++) {
44 for (int n = 1; n < 1000; n++) {
  /external/jemalloc/test/include/test/
mq.h 94 if (timeout.tv_nsec >= 1000*1000*1000) { \
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 47 public static final int PROBE_CONFLICT_INTERVAL = 1000; // milliseconds to wait after conflict.
50 public static final int ANNOUNCE_WAIT_INTERVAL = 1000; // milliseconds between Announce loops.
59 public static final int NETWORK_CHECK_INTERVAL = 10 * 1000; // 10 secondes
  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 13 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
17 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
21 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 58 private final static int LOW_PRIORITY = 1000;
209 sleep(1000);
219 sleep(1000);
230 sleep(1000);
233 sleep(1000);
240 sleep(1000);
264 sleep(1000);
267 sleep(1000);
272 sleep(1000);
284 sleep(1000);
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 58 int N = 1000;
67 p.layout(0, 0, 1000 + (i % 2), 500 + (i % 2));
69 Log.d(tag(), "Time: " + (float) (System.currentTimeMillis() - start) / N * 1000 + "mics");
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 54 if (mLastTime_us > 0 && elapsedTime_us > longFrameTime_ms*1000) {
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
73 long now_us = System.nanoTime() / 1000;
  /libcore/luni/src/test/java/libcore/java/lang/ref/
ReferenceQueueTest.java 54 referenceQueue.remove(1000);
69 assertNotNull(referenceQueue.remove(1000));
86 referenceQueue.remove(1000);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
timeval.h 37 #define PA_MSEC_PER_SEC ((pa_usec_t) 1000ULL)
46 #define PA_USEC_PER_MSEC ((pa_usec_t) 1000ULL)
52 #define PA_NSEC_PER_USEC ((unsigned long long) 1000ULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
timeval.h 37 #define PA_MSEC_PER_SEC ((pa_usec_t) 1000ULL)
46 #define PA_USEC_PER_MSEC ((pa_usec_t) 1000ULL)
52 #define PA_NSEC_PER_USEC ((unsigned long long) 1000ULL)
  /system/extras/tests/sdcard/
README 37 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100
39 This test will write 1000kbyte (1M) files using writes of 100kbytes (so 10 writes per file) using
46 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
divideint.decTest 85 dvix163 divideint 1 1000 -> 0
94 dvix173 divideint 1 -1000 -> -0
103 dvix183 divideint -1 1000 -> -0
112 dvix193 divideint -1 -1000 -> 0
172 dvix138 divideint 1120 1000 -> 1
204 dvix211 divideint 1E+1000 0 -> Infinity Division_by_zero
212 dvix221 divideint -1E+1000 0 -> -Infinity Division_by_zero
353 dvix581 divideint Inf -1000 -> -Infinity
358 dvix586 divideint Inf 1000 -> Infinity
360 dvix588 divideint -1000 Inf -> -
    [all...]
dqAnd.decTest 34 dqand005 and 1100 1010 -> 1000
326 dqand781 and -Inf -1000 -> NaN Invalid_operation
331 dqand786 and -Inf 1000 -> NaN Invalid_operation
332 dqand787 and -1000 -Inf -> NaN Invalid_operation
338 dqand793 and 1000 -Inf -> NaN Invalid_operation
342 dqand801 and Inf -1000 -> NaN Invalid_operation
347 dqand806 and Inf 1000 -> NaN Invalid_operation
349 dqand808 and -1000 Inf -> NaN Invalid_operation
355 dqand814 and 1000 Inf -> NaN Invalid_operation
359 dqand822 and NaN -1000 -> NaN Invalid_operatio
    [all...]
ddNextToward.decTest 275 ddnextt781 nexttoward -Inf -1000 -> -9.999999999999999E+384
280 ddnextt786 nexttoward -Inf 1000 -> -9.999999999999999E+384
281 ddnextt787 nexttoward -1000 -Inf -> -1000.000000000001
287 ddnextt793 nexttoward 1000 -Inf -> 999.9999999999999
291 ddnextt801 nexttoward Inf -1000 -> 9.999999999999999E+384
296 ddnextt806 nexttoward Inf 1000 -> 9.999999999999999E+384
298 ddnextt808 nexttoward -1000 Inf -> -999.9999999999999
304 ddnextt814 nexttoward 1000 Inf -> 1000.000000000001
308 ddnextt822 nexttoward NaN -1000 -> NaN
313 ddnextt827 nexttoward NaN 1000 -> Na
    [all...]
dqNextToward.decTest 276 dqnextt781 nexttoward -Inf -1000 -> -9.999999999999999999999999999999999E+6144
281 dqnextt786 nexttoward -Inf 1000 -> -9.999999999999999999999999999999999E+6144
282 dqnextt787 nexttoward -1000 -Inf -> -1000.000000000000000000000000000001
288 dqnextt793 nexttoward 1000 -Inf -> 999.9999999999999999999999999999999
292 dqnextt801 nexttoward Inf -1000 -> 9.999999999999999999999999999999999E+6144
297 dqnextt806 nexttoward Inf 1000 -> 9.999999999999999999999999999999999E+6144
299 dqnextt808 nexttoward -1000 Inf -> -999.9999999999999999999999999999999
305 dqnextt814 nexttoward 1000 Inf -> 1000.000000000000000000000000000001
309 dqnextt822 nexttoward NaN -1000 -> NaN
314 dqnextt827 nexttoward NaN 1000 -> Na
    [all...]
dqOr.decTest 307 dqor781 or -Inf -1000 -> NaN Invalid_operation
312 dqor786 or -Inf 1000 -> NaN Invalid_operation
313 dqor787 or -1000 -Inf -> NaN Invalid_operation
319 dqor793 or 1000 -Inf -> NaN Invalid_operation
323 dqor801 or Inf -1000 -> NaN Invalid_operation
328 dqor806 or Inf 1000 -> NaN Invalid_operation
330 dqor808 or -1000 Inf -> NaN Invalid_operation
336 dqor814 or 1000 Inf -> NaN Invalid_operation
340 dqor822 or NaN -1000 -> NaN Invalid_operation
345 dqor827 or NaN 1000 -> NaN Invalid_operatio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
divideint.decTest 85 dvix163 divideint 1 1000 -> 0
94 dvix173 divideint 1 -1000 -> -0
103 dvix183 divideint -1 1000 -> -0
112 dvix193 divideint -1 -1000 -> 0
172 dvix138 divideint 1120 1000 -> 1
204 dvix211 divideint 1E+1000 0 -> Infinity Division_by_zero
212 dvix221 divideint -1E+1000 0 -> -Infinity Division_by_zero
353 dvix581 divideint Inf -1000 -> -Infinity
358 dvix586 divideint Inf 1000 -> Infinity
360 dvix588 divideint -1000 Inf -> -
    [all...]
dqAnd.decTest 34 dqand005 and 1100 1010 -> 1000
326 dqand781 and -Inf -1000 -> NaN Invalid_operation
331 dqand786 and -Inf 1000 -> NaN Invalid_operation
332 dqand787 and -1000 -Inf -> NaN Invalid_operation
338 dqand793 and 1000 -Inf -> NaN Invalid_operation
342 dqand801 and Inf -1000 -> NaN Invalid_operation
347 dqand806 and Inf 1000 -> NaN Invalid_operation
349 dqand808 and -1000 Inf -> NaN Invalid_operation
355 dqand814 and 1000 Inf -> NaN Invalid_operation
359 dqand822 and NaN -1000 -> NaN Invalid_operatio
    [all...]
ddNextToward.decTest 275 ddnextt781 nexttoward -Inf -1000 -> -9.999999999999999E+384
280 ddnextt786 nexttoward -Inf 1000 -> -9.999999999999999E+384
281 ddnextt787 nexttoward -1000 -Inf -> -1000.000000000001
287 ddnextt793 nexttoward 1000 -Inf -> 999.9999999999999
291 ddnextt801 nexttoward Inf -1000 -> 9.999999999999999E+384
296 ddnextt806 nexttoward Inf 1000 -> 9.999999999999999E+384
298 ddnextt808 nexttoward -1000 Inf -> -999.9999999999999
304 ddnextt814 nexttoward 1000 Inf -> 1000.000000000001
308 ddnextt822 nexttoward NaN -1000 -> NaN
313 ddnextt827 nexttoward NaN 1000 -> Na
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 66 ((frequency_ / 1000) * packet->send_time + 500) / 1000);
87 ((frequency_ / 1000) * send_time_us + 500) / 1000);
177 int capacity_bpus = capacity_ / 1000;
179 (8 * 1000 * (*packet_it)->size + capacity_bpus / 2) / capacity_bpus;
255 (packet->arrival_time + 500) / 1000,
308 const int kFrameIntervalMs = 1000 / kFramerate;
316 clock_.AdvanceTimeMilliseconds(1000);
321 clock_.AdvanceTimeMilliseconds(1000);
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_unsigned_long.pass.cpp 75 unsigned long v = -1000;
84 unsigned long v = 1000;
89 assert(ex == "1000");
94 unsigned long v = 1000;
99 assert(ex == "1000");
104 unsigned long v = 1000;
115 unsigned long v = 1000;
125 unsigned long v = 1000;
136 unsigned long v = 1000;
148 unsigned long v = 1000;
    [all...]
put_unsigned_long_long.pass.cpp 72 unsigned long long v = -1000;
80 unsigned long long v = 1000;
84 assert(ex == "1000");
89 unsigned long long v = 1000;
93 assert(ex == "1000");
98 unsigned long long v = 1000;
108 unsigned long long v = 1000;
117 unsigned long long v = 1000;
127 unsigned long long v = 1000;
138 unsigned long long v = 1000;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_unsigned_long.pass.cpp 75 unsigned long v = -1000;
84 unsigned long v = 1000;
89 assert(ex == "1000");
94 unsigned long v = 1000;
99 assert(ex == "1000");
104 unsigned long v = 1000;
115 unsigned long v = 1000;
125 unsigned long v = 1000;
136 unsigned long v = 1000;
148 unsigned long v = 1000;
    [all...]
put_unsigned_long_long.pass.cpp 72 unsigned long long v = -1000;
80 unsigned long long v = 1000;
84 assert(ex == "1000");
89 unsigned long long v = 1000;
93 assert(ex == "1000");
98 unsigned long long v = 1000;
108 unsigned long long v = 1000;
117 unsigned long long v = 1000;
127 unsigned long long v = 1000;
138 unsigned long long v = 1000;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 187 packets.push_back(Packet(0, now_ms_ * 1000, payload_bits / 8, header));
211 // 1000ms, 100 bpp, should result in 100 pps and 80 kbps. We're still
217 // 100ms, 1000ms, like above.
221 TestRateCounter(1000, 400, 100, 40000);
303 packets.push_back(Packet(now_ms_ * 1000 + (sequence_number_ >> 4),
311 EXPECT_LE(now_ms_ * 1000, it->send_time_us());
406 delay.RunFor(1000, &packets);
417 delay.RunFor(1000, &packets);
451 for (uint32_t i = 0; i < 1000; ++i) {
454 packets.push_back(Packet(now_ms * 1000, sequence_number++))
    [all...]

Completed in 2008 milliseconds

<<21222324252627282930>>