HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 501 - 525 of 8031) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/test/intl/overrides/
caching.js 33 for (var i = 0; i < 1000; i++) {
41 for (var i = 0; i < 1000; i++) {
50 for (var i = 0; i < 1000; i++) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1708.js 31 // Flags: --expose-gc --noincremental-marking --max-new-space-size 1000
40 tail[1] = new Array(1000);
60 tail[1] = new Array(1000);
  /external/clang/test/SemaObjC/
objc-literal-nsnumber.m 23 NSNumber * NInt = @1000;
27 NSNumber *NNegativeInt = @-1000;
28 NSNumber *NPositiveInt = @+1000;
  /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/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
  /external/v8/test/mjsunit/regress/
regress-1708.js 31 // Flags: --expose-gc --noincremental-marking --max-new-space-size 1000
40 tail[1] = new Array(1000);
60 tail[1] = new Array(1000);
  /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 52 int N = 1000;
61 p.layout(0, 0, 1000 + (i % 2), 500 + (i % 2));
63 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);
  /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
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/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());
74 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER,
76 0, 1000 * 60 * 60);
84 assertEquals("Incorrect TZ constructed", 1000, st.getRawOffset());
87 st.getDSTSavings() == 1000 * 60 * 60);
136 SimpleTimeZone st1 = new SimpleTimeZone(1000, "TEST",
195 Calendar.WEDNESDAY, 0) == -(5 * 60 * 60 * 1000));
    [all...]
  /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...]
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...]
  /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/cc/trees/
quad_culler_unittest.cc 160 TestOcclusionTrackerImpl occlusion_tracker(gfx::Rect(-100, -100, 1000, 1000));
201 TestOcclusionTrackerImpl occlusion_tracker(gfx::Rect(-100, -100, 1000, 1000));
242 TestOcclusionTrackerImpl occlusion_tracker(gfx::Rect(-100, -100, 1000, 1000));
283 TestOcclusionTrackerImpl occlusion_tracker(gfx::Rect(-100, -100, 1000, 1000));
324 TestOcclusionTrackerImpl occlusion_tracker(gfx::Rect(-100, -100, 1000, 1000));
    [all...]

Completed in 681 milliseconds

<<21222324252627282930>>