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

<<31323334353637383940>>

  /external/openssl/crypto/sha/
sha1test.c 110 static unsigned char buf[1000];
141 memset(buf,'a',1000);
143 ebcdic2ascii(buf, buf, 1000);
146 for (i=0; i<1000; i++)
147 EVP_DigestUpdate(&c,buf,1000);
154 printf("error calculating SHA1 on 'a' * 1000\n");
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
AdvertiseDataTest.java 80 ParcelUuid uuid = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB");
95 ParcelUuid uuid = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB");
96 ParcelUuid uuid2 = ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB");
111 ParcelUuid uuid = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB");
112 ParcelUuid uuid2 = ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB");
132 ParcelUuid uuid = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineResultTest.java 49 int[] neg = { -1, -10, -1000, Integer.MIN_VALUE,
95 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) };
118 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) };
141 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) };
164 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) };
187 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) };
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 91 reader.join(60 * 1000);
92 writer.join(1000);
176 reader.join(60 * 1000);
177 writer.join(1000);
246 reader.join(60 * 1000);
247 writer.join(1000);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
remainderNear.decTest 138 rmnx114 remaindernear 1E+1000 0 -> NaN Invalid_operation
146 rmnx124 remaindernear 1E+1000 -0 -> NaN Invalid_operation
236 rmnx211 remaindernear 1E+1000 0 -> NaN Invalid_operation
283 rmnx306 remaindernear 13 1000 -> 13
430 rmnx681 remaindernear Inf -1000 -> NaN Invalid_operation
435 rmnx686 remaindernear Inf 1000 -> NaN Invalid_operation
437 rmnx688 remaindernear -1000 Inf -> -1000
443 rmnx695 remaindernear 1000 Inf -> 1000
    [all...]
extra.decTest 99 extr1000 add 0E+1000 0E+2000 -> 0E+999 Clamped
102 extr1002 add 0E+1000 0E+1000 -> 0E+994 Clamped
104 extr1003 add 0E+1000 0E-1005 -> 0E-1004 Clamped
106 extr1005 add 1E+1000 -1E+1000 -> 0E+999 Clamped
135 extr1100 add 0E+1000 1E+1000 -> Infinity Overflow Inexact Rounded
136 extr1101 remainder 1E+1000 2E+1000 -> Infinity Overflow Inexact Rounde
    [all...]
ddDivideInt.decTest 86 dddvi163 divideint 1 1000 -> 0
95 dddvi173 divideint 1 -1000 -> -0
104 dddvi183 divideint -1 1000 -> -0
113 dddvi193 divideint -1 -1000 -> 0
162 dddvi138 divideint 1120 1000 -> 1
357 dddvi581 divideint Inf -1000 -> -Infinity
362 dddvi586 divideint Inf 1000 -> Infinity
364 dddvi588 divideint -1000 Inf -> -0
370 dddvi594 divideint 1000 Inf -> 0
374 dddvi601 divideint -Inf -1000 -> Infinit
    [all...]
dqDivideInt.decTest 87 dqdvi163 divideint 1 1000 -> 0
96 dqdvi173 divideint 1 -1000 -> -0
105 dqdvi183 divideint -1 1000 -> -0
114 dqdvi193 divideint -1 -1000 -> 0
163 dqdvi138 divideint 1120 1000 -> 1
358 dqdvi581 divideint Inf -1000 -> -Infinity
363 dqdvi586 divideint Inf 1000 -> Infinity
365 dqdvi588 divideint -1000 Inf -> -0
371 dqdvi594 divideint 1000 Inf -> 0
375 dqdvi601 divideint -Inf -1000 -> Infinit
    [all...]
quantize.decTest 604 quax539 quantize 1.234 1e-1000 -> NaN Invalid_operation
611 quax542 quantize 1E+1000 1e+999 -> NaN Invalid_operation
612 quax543 quantize 1E+999 1e+1000 -> NaN Invalid_operation
614 quax545 quantize 1E-1000 1e-999 -> 0E-999 Inexact Rounded
615 quax546 quantize 1E-999 1e-1000 -> 1.0E-999
621 quax552 quantize 1E-1000 1e-1005 -> 1.00000E-1000 Subnormal
626 quax556 quantize 1.666666E-1000 1e-1005 -> 1.66667E-1000 Subnormal Inexact Rounded
637 quax581 quantize Inf 1e-1000 -> NaN Invalid_operatio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
remainderNear.decTest 138 rmnx114 remaindernear 1E+1000 0 -> NaN Invalid_operation
146 rmnx124 remaindernear 1E+1000 -0 -> NaN Invalid_operation
236 rmnx211 remaindernear 1E+1000 0 -> NaN Invalid_operation
283 rmnx306 remaindernear 13 1000 -> 13
430 rmnx681 remaindernear Inf -1000 -> NaN Invalid_operation
435 rmnx686 remaindernear Inf 1000 -> NaN Invalid_operation
437 rmnx688 remaindernear -1000 Inf -> -1000
443 rmnx695 remaindernear 1000 Inf -> 1000
    [all...]
extra.decTest 99 extr1000 add 0E+1000 0E+2000 -> 0E+999 Clamped
102 extr1002 add 0E+1000 0E+1000 -> 0E+994 Clamped
104 extr1003 add 0E+1000 0E-1005 -> 0E-1004 Clamped
106 extr1005 add 1E+1000 -1E+1000 -> 0E+999 Clamped
135 extr1100 add 0E+1000 1E+1000 -> Infinity Overflow Inexact Rounded
136 extr1101 remainder 1E+1000 2E+1000 -> Infinity Overflow Inexact Rounde
    [all...]
ddDivideInt.decTest 86 dddvi163 divideint 1 1000 -> 0
95 dddvi173 divideint 1 -1000 -> -0
104 dddvi183 divideint -1 1000 -> -0
113 dddvi193 divideint -1 -1000 -> 0
162 dddvi138 divideint 1120 1000 -> 1
357 dddvi581 divideint Inf -1000 -> -Infinity
362 dddvi586 divideint Inf 1000 -> Infinity
364 dddvi588 divideint -1000 Inf -> -0
370 dddvi594 divideint 1000 Inf -> 0
374 dddvi601 divideint -Inf -1000 -> Infinit
    [all...]
dqDivideInt.decTest 87 dqdvi163 divideint 1 1000 -> 0
96 dqdvi173 divideint 1 -1000 -> -0
105 dqdvi183 divideint -1 1000 -> -0
114 dqdvi193 divideint -1 -1000 -> 0
163 dqdvi138 divideint 1120 1000 -> 1
358 dqdvi581 divideint Inf -1000 -> -Infinity
363 dqdvi586 divideint Inf 1000 -> Infinity
365 dqdvi588 divideint -1000 Inf -> -0
371 dqdvi594 divideint 1000 Inf -> 0
375 dqdvi601 divideint -Inf -1000 -> Infinit
    [all...]
quantize.decTest 604 quax539 quantize 1.234 1e-1000 -> NaN Invalid_operation
611 quax542 quantize 1E+1000 1e+999 -> NaN Invalid_operation
612 quax543 quantize 1E+999 1e+1000 -> NaN Invalid_operation
614 quax545 quantize 1E-1000 1e-999 -> 0E-999 Inexact Rounded
615 quax546 quantize 1E-999 1e-1000 -> 1.0E-999
621 quax552 quantize 1E-1000 1e-1005 -> 1.00000E-1000 Subnormal
626 quax556 quantize 1.666666E-1000 1e-1005 -> 1.66667E-1000 Subnormal Inexact Rounded
637 quax581 quantize Inf 1e-1000 -> NaN Invalid_operatio
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtreeA.test 107 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
115 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
132 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
142 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
157 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
160 do_test rtreeA-3.2.0 { set_tree_depth t1 1000 } {1000}
164 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
176 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)"
190 3 "INSERT INTO t1 VALUES(1000, 1, 2, 3, 4)
    [all...]
  /external/valgrind/main/none/tests/s390x/
cu21_1.stdout.exp 11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
19 dst address difference: 0 dst len: 1000
23 dst address difference: 0 dst len: 1000
27 dst address difference: 0 dst len: 1000
31 dst address difference: 0 dst len: 1000
35 dst address difference: 0 dst len: 1000
145 dst address difference: 0 dst len: 1000
207 dst address difference: 0 dst len: 1000
211 dst address difference: 0 dst len: 1000
    [all...]
  /system/core/include/system/
camera.h 215 * Bounds of the face [left, top, right, bottom]. (-1000, -1000) represents
216 * the top-left of the camera field of view, and (1000, 1000) represents the
241 * The coordinates of the center of the left eye. The range is -1000 to
242 * 1000. -2000, -2000 if this is not supported.
247 * The coordinates of the center of the right eye. The range is -1000 to
248 * 1000. -2000, -2000 if this is not supported.
253 * The coordinates of the center of the mouth. The range is -1000 to 1000
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
savepoint.test 443 UPDATE t1 SET b = randstr(1000,1000);
444 UPDATE t1 SET b = b||randstr(1000,1000);
445 UPDATE t1 SET b = b||randstr(1000,1000);
446 UPDATE t1 SET b = b||randstr(10,1000);
499 INSERT INTO t1 VALUES(randstr(1000,1000), randstr(1000,1000))
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1804 milliseconds

<<31323334353637383940>>