/external/chromium_org/third_party/openssl/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");
|
/external/chromium_org/third_party/sqlite/src/test/ |
select2.test | 103 execsql {SELECT count(*) FROM tbl2 WHERE f2>1000} 107 execsql {SELECT f1 FROM tbl2 WHERE 1000=f2} 114 execsql {SELECT f1 FROM tbl2 WHERE 1000=f2} 117 execsql {SELECT f1 FROM tbl2 WHERE f2=1000} 121 execsql {SELECT * FROM tbl2 WHERE 1000=f2} 126 execsql {SELECT * FROM tbl2 WHERE f2=1000}
|
vtabC.test | 69 INSERT INTO m VALUES(1000); 72 } {1000} 76 } [expr {$j+1000}] 79 } [expr {$j+1000}] 98 } {1000 9000000} 101 set res [expr {$j+1000}]
|
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...] |
/external/iproute2/examples/diffserv/ |
afcbq | 58 "cell 8 avpkt 1000 mpu 64\n"; 65 "bandwidth $linerate rate $rate_table{$AFrate} avpkt 1000 prio ". 84 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ". 89 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ". 100 "bandwidth $linerate rate $berate avpkt 1000 prio 6 " . 105 "burst 20 avpkt 1000 bandwidth $linerate probability 0.4\n";
|
/external/openssl/crypto/pkcs7/t/ |
nav-smime | 4 Received: from cryptsoft.com (play.cryptsoft.com [203.56.44.3]) by pandora.cryptsoft.com (8.8.3/8.7.3) with ESMTP id NAA27838 for <tjh@cryptsoft.com>; Thu, 14 May 1998 13:32:26 +1000 (EST) 6 Date: Thu, 14 May 1998 13:39:37 +1000 66 Received: from cryptsoft.com (play.cryptsoft.com [203.56.44.3]) by pandora.cryptsoft.com (8.8.3/8.7.3) with ESMTP id NAA27847 for <tjh@cryptsoft.com>; Thu, 14 May 1998 13:33:15 +1000 (EST) 68 Date: Thu, 14 May 1998 13:40:27 +1000 129 Received: from cryptsoft.com (play.cryptsoft.com [203.56.44.3]) by pandora.cryptsoft.com (8.8.3/8.7.3) with ESMTP id OAA28033 for <tjh@cryptsoft.com>; Thu, 14 May 1998 14:05:32 +1000 (EST) 131 Date: Thu, 14 May 1998 14:12:43 +1000
|
/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");
|
/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);
|
/libcore/luni/src/test/java/tests/api/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) };
|
/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/chrome/browser/safe_browsing/ |
prefix_set_unittest.cc | 217 const SBPrefix kVeryPositive = 1000 * 1000 * 1000; 219 const unsigned kDelta = 10 * 1000 * 1000; 248 const SBPrefix kVeryPositive = 1000 * 1000 * 1000; 256 unsigned delta = 100 * 1000 * 1000; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libssp.a | 3 J J J J ? 5 ?? J? UV p: {n ?? ?? ?&__stack_chk_guard __stack_chk_fail __chk_fail __stack_chk_fail_local __gets_chk __memcpy_chk __memmove_chk __mempcpy_chk __memset_chk __stpcpy_chk __strcat_chk __strcpy_chk __strncat_chk __strncpy_chk ssp.o/ 1331373743 1000 1000 100644 7764 ` 128 * 0 : H Q X _
! % ) . ; I P W ^ e l s z ? ? ? ? ? ? ? ? ? ? ? ? ? ?
" ' 1 @ O \ a e j t { ? ? ? ? ? ? ? ? ? ? ? ? - 5 < @ D Y a h l p u ? ? , 0 7 ; B F U Y ` d t x ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? / 3 B F N R a e m q y } ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? % ) 1 5 E I Q U ] a : ? ? ? ? gets-chk.o/ 1331373743 1000 1000 100644 5380 ` 270 4 :;I 4 :;I?< t t ? u? ? t l x P? ? ? ? ? P + - SD H SX S ? ? q?? ? q?? ? P? ? P X ? __gets_chk $ X ) char ; unsigned int 0 size_t B long int I int P unsigned char W short unsigned int ^ long unsigned int e signed char l short int s long long int z long long unsigned int ? __quad_t ? __off_t ? __off64_t k _IO_lock_t r _IO_marker ? _IO_FILE ? i < ?
/i/toolchain-src//gcc/gcc-4.6/libssp /tmp/ahsieh-gcc-32-x19222/build/2/gcc/./gcc/include /tmp/ahsieh-gcc-32-x19222/2/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits /tmp/ahsieh-gcc-32-x19222/2/i686-linux-glibc2.7-4.6/sysroot/usr/include gets-chk.c stddef.h types.h libio.h stdio.h 9????gK?=??Y?KY?u1?" long long int __off64_t _IO_read_end _IO_write_base _IO_buf_end __pad2 __pad3 _IO_read_ptr unsigned int _offset _mode GNU C 4.6.x-google 20120106 (prerelease) _chain _IO_FILE _IO_save_base unsigned char slen long unsigned int short unsigned int size_t _IO_save_end _IO_lock_t __gets_chk _markers _pos stdin _flags2 _sbuf __quad_t _old_offset _lock _IO_marker _cur_column long long unsigned int _fileno _IO_buf_base _next _vtable_offset __off_t _unused2 /i/toolchain-src//gcc/gcc-4.6/libssp/gets-chk.c char _IO_write_end short int _IO_backup_base _flags __pad1 long int _IO_write_ptr __pad4 __pad5 signed char _IO_read_base _shortbuf GCC: (GNU) 4.6.x-google 20120106 (prerelease) zR |? T ? A?B
Q???\.D.N. I.C.H. C.F.G.A.H. H.A.N. D?A?A?A? .symtab .strtab .shstrtab .rel.text .data .bss .rel.debug_info .debug_abbrev .debug_loc .rel.debug_pubnames .rel.debug_pubtypes .rel.debug_aranges .rel.debug_line .debug_str .comment .note.GNU-stack .rel.eh_frame 4 ? ? 0 % + 4 X 0 ? @ \ N ` ? ] # ! Y ? q D ( m ? ? l ? ?
? ? m ? ? ? 0 ? y ? 0 r / ? ? ? ? p ? ? ? ? p D ? ??
? # ) / : gets-chk.c __gets_chk malloc gets stdin fgets __chk_fail free 8 O [ h ? ? ! % , 1 > |