/external/chromium_org/net/data/ssl/scripts/ |
generate-aia-certs.sh | 10 try() { function 15 try rm -rf out 16 try mkdir out 19 try echo 1 > out/aia-test-root-serial 20 try echo 1 > out/aia-test-intermediate-serial 27 try openssl genrsa -out out/aia-test-root.key 2048 28 try openssl genrsa -out out/aia-test-intermediate.key 2048 29 try openssl genrsa -out out/aia-test-cert.key 2048 35 try openssl req \ 44 try openssl x509 [all...] |
generate-bad-eku-certs.sh | 8 # whose EEs have (critical, non-critical) eKUs for codeSigning. We then try 12 try () { function 17 try rm -rf out 18 try mkdir out 23 try echo 1 > out/$eku_test_root-serial 29 try openssl genrsa -out out/$eku_test_root.key 2048 37 try openssl req \ 47 try openssl x509 \ 57 try openssl genrsa -out out/$cert_type.key 2048 59 try openssl req [all...] |
generate-client-certificates.sh | 21 try () { function 26 try rm -rf out 27 try mkdir out 33 try echo $serial > out/$i-serial 42 try openssl genrsa -out out/$i.key 2048 49 try openssl req \ 59 try openssl x509 \ 70 try openssl req \ 79 try openssl ca \ 89 try openssl req [all...] |
generate-cross-signed-certs.sh | 21 try() { function 26 try rm -rf out 27 try mkdir out 29 try echo 1 > out/2048-sha1-root-serial 30 try echo 2 > out/2048-md5-root-serial 35 try openssl genrsa -out out/2048-sha1-root.key 2048 39 try openssl req \ 46 try openssl x509 \ 57 try openssl x509 \ 68 try openssl req [all...] |
generate-policy-certs.sh | 13 try() { function 18 try rm -rf out 19 try mkdir out 22 try echo 1 > out/policy-root-serial 23 try echo 1 > out/policy-intermediate-serial 30 try openssl genrsa -out out/policy-root.key 2048 31 try openssl genrsa -out out/policy-intermediate.key 2048 32 try openssl genrsa -out out/policy-cert.key 2048 38 try openssl req \ 47 try openssl x509 [all...] |
generate-test-certs.sh | 10 try() { function 15 try rm -rf out 16 try mkdir out 18 try echo 1 > out/2048-sha1-root-serial 22 try openssl genrsa -out out/2048-sha1-root.key 2048 26 try openssl req \ 33 try openssl x509 \ 43 try openssl req \ 49 try openssl req \ 57 try openssl ca [all...] |
generate-duplicate-cn-certs.sh | 17 try () { function 32 try rm -rf out 33 try mkdir out 36 try echo 1 > out/B-serial 37 try touch out/B-index.txt 40 try openssl genrsa -out out/A.key 2048 41 try openssl genrsa -out out/B.key 2048 51 try openssl req \ 61 try openssl x509 \ 71 try openssl req [all...] |
generate-redundant-test-chains.sh | 22 try () { function 37 try rm -rf out 38 try mkdir out 44 try echo $serial > out/$i-serial 49 try openssl genrsa -out out/A.key 2048 50 try openssl genrsa -out out/B.key 2048 51 try openssl genrsa -out out/C.key 2048 52 try openssl genrsa -out out/D.key 2048 62 try openssl req \ 72 try openssl x509 [all...] |
generate-weak-test-chains.sh | 12 try () { function 33 try rm -rf out 34 try mkdir out 37 try echo 1 > out/2048-rsa-root-serial 40 try echo 1 > out/$key_type-intermediate-serial 44 try openssl genrsa -out out/2048-rsa-root.key 2048 52 try openssl req \ 62 try openssl x509 \ 81 try openssl $(generate_key_command $algo) \ 97 try openssl $(generate_key_command $algo) [all...] |
/external/zlib/src/ |
configure | 13 # If you have problems, try without defining CC and CFLAGS before reporting 333 try() function 340 try() function 368 if try $CC -c $CFLAGS $test.c; then 385 if try $CC -w -c $SFLAGS $test.c && 386 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then 392 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log 430 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then 447 if try $CC $CFLAGS -o $test $test.c; then 464 if try $CC $CFLAGS -o $test $test.c; the [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
WebCorePrefixMac.h | 98 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch| 101 * use |@try| and |@catch|. As a workaround, undefine these macros. */ 103 #undef try macro
|
/external/valgrind/main/none/tests/amd64/ |
fxtract.c | 19 void try ( double x ) function 34 try( 1.27 + (double)(i*10 - 200) ); 36 try(+0.0); 37 try(1.0 / 0.0); 38 try(sqrt(-1.0)); 40 try(5.1e-308); 41 try(4.1e-308); 42 try(3.1e-308); 43 try(2.1e-308); 44 try(1.1e-308) [all...] |
/external/valgrind/main/none/tests/x86/ |
fxtract.c | 18 void try ( double x ) function 33 try( 1.27 + (double)(i*10 - 200) ); 35 try(+0.0); 36 try(1.0 / 0.0); 37 try(sqrt(-1.0)); 39 try(5.1e-308); 40 try(4.1e-308); 41 try(3.1e-308); 42 try(2.1e-308); 43 try(1.1e-308) [all...] |
/system/core/sh/ |
redir.c | 113 int try; local 131 try = 0; 142 if (!try) { 144 try++; 154 if (!try) { 164 if (!try)
|
/external/linux-tools-perf/config/ |
utilities.mak | 182 # try-cc 183 # Usage: option = $(call try-cc, source-to-build, cc-options) 184 try-cc = $(shell sh -c \
|
/external/zlib/src/test/ |
infcover.c | 507 local int try(char *hex, char *id, int err) function 583 try("0 0 0 0 0", "invalid stored block lengths", 1); 584 try("3 0", "fixed", 0); 585 try("6", "invalid block type", 1); 586 try("1 1 0 fe ff 0", "stored", 0); 587 try("fc 0 0", "too many length or distance symbols", 1); 588 try("4 0 fe ff", "invalid code lengths set", 1); 589 try("4 0 24 49 0", "invalid bit length repeat", 1); 590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); 591 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1) [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 556 char *try = NULL; 563 try = realloc(b->b, alen); /* Note: *not* the REALLOC() macro! */ 564 if (!try) 567 try = REALLOC(b->b, alen, char); 570 b->b = try; 552 char *try = NULL; local
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 45 # if you try to use it. 121 try: 281 try: 283 # try to re-use a server port if possible 363 try: 366 try: 470 try: 509 try: 517 try: 538 try 542 'Cannot import module "pwd"; try running with -n option.' namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 45 # if you try to use it. 121 try: 281 try: 283 # try to re-use a server port if possible 363 try: 366 try: 470 try: 509 try: 517 try: 538 try 542 'Cannot import module "pwd"; try running with -n option.' namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 45 # if you try to use it. 121 try: 281 try: 283 # try to re-use a server port if possible 363 try: 366 try: 470 try: 509 try: 517 try: 538 try 542 'Cannot import module "pwd"; try running with -n option.' namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 45 # if you try to use it. 121 try: 281 try: 283 # try to re-use a server port if possible 363 try: 366 try: 470 try: 509 try: 517 try: 538 try 542 'Cannot import module "pwd"; try running with -n option.' namespace [all...] |
/external/ppp/pppd/ |
ccp.c | 904 ccp_options try; /* options to ask for next time */ local 907 try = *go; 917 MPPE_CI_TO_OPTS(&p[2], try.mppe); 918 if ((try.mppe & MPPE_OPT_STATEFUL) && refuse_mppe_stateful) { 920 try.mppe = 0; 921 } else if (((go->mppe | MPPE_OPT_STATEFUL) & try.mppe) != try.mppe) { 923 try.mppe = 0; 926 if (!try.mppe) { 943 try.deflate = 0 992 ccp_options try; \/* options to request next time *\/ local [all...] |
/external/valgrind/main/none/tests/ppc64/ |
tw_td.c | 11 void try ( char* who, void(*maybe_traps)(long,long), long arg1, long arg2 ) function 299 try("tw_" #cmp "", tw_##cmp, -150, -100); \ 300 try("tw_" #cmp "", tw_##cmp, -100, -100); \ 301 try("tw_" #cmp "", tw_##cmp, -50, -100); 337 try("td_" #cmp "", td_##cmp, -150, -100); \ 338 try("td_" #cmp "", td_##cmp, -100, -100); \ 339 try("td_" #cmp "", td_##cmp, -50, -100);
|
twi_tdi.c | 11 void try ( char* who, void(*maybe_traps)(long), long arg ) function 298 try("twi_" #cmp "_neg100", twi_##cmp##_neg100, -150); \ 299 try("twi_" #cmp "_neg100", twi_##cmp##_neg100, -100); \ 300 try("twi_" #cmp "_neg100", twi_##cmp##_neg100, -50); 336 try("tdi_" #cmp "_neg100", tdi_##cmp##_neg100, -150); \ 337 try("tdi_" #cmp "_neg100", tdi_##cmp##_neg100, -100); \ 338 try("tdi_" #cmp "_neg100", tdi_##cmp##_neg100, -50);
|
/bionic/libc/netbsd/resolv/ |
res_send.c | 196 /* first try to bind to a random source port a few times */ 366 int gotsomewhere, terrno, try, v_circuit, resplen, ns, n; local 504 for (try = 0; try < statp->retry; try++) { 531 /* give the hook another try */ 552 try = statp->retry; 634 /* give the hook another try */ [all...] |