Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 1245) sorted by relevance

12345678910>>...50

/external/valgrind/main/none/tests/amd64/
Dfxtract.c19 void try ( double x ) in try() function
34 try( 1.27 + (double)(i*10 - 200) ); in main()
36 try(+0.0); in main()
37 try(1.0 / 0.0); in main()
38 try(sqrt(-1.0)); in main()
40 try(5.1e-308); in main()
41 try(4.1e-308); in main()
42 try(3.1e-308); in main()
43 try(2.1e-308); in main()
44 try(1.1e-308); in main()
[all …]
/external/valgrind/main/none/tests/x86/
Dfxtract.c18 void try ( double x ) in try() function
33 try( 1.27 + (double)(i*10 - 200) ); in main()
35 try(+0.0); in main()
36 try(1.0 / 0.0); in main()
37 try(sqrt(-1.0)); in main()
39 try(5.1e-308); in main()
40 try(4.1e-308); in main()
41 try(3.1e-308); in main()
42 try(2.1e-308); in main()
43 try(1.1e-308); in main()
[all …]
Dx87trigOOR.c114 void try ( char* name, void(*fn)(Res*,double), double d ) in try() function
136 try( name, fn, 0.0 ); in main()
137 try( name, fn, 0.123 ); in main()
138 try( name, fn, -0.456 ); in main()
139 try( name, fn, 37.0 ); in main()
140 try( name, fn, -53.0 ); in main()
143 try( name, fn, limit * 0.900000 ); in main()
144 try( name, fn, limit * 0.999999 ); in main()
145 try( name, fn, limit * 1.000000 ); in main()
146 try( name, fn, limit * 1.000001 ); in main()
[all …]
/external/skia/platform_tools/barelinux/bin/
Darm64_download34 try() { function
47 try gsutil cp "gs://${location}/md5sum.txt" . || return
51 try gsutil cp "gs://${location}/*" . || return
58 try cd "$working_dir" || return
59 try test -f "${toolchain}.tar.xz" || return
60 try xz --decompress --stdout < "${toolchain}.tar.xz" | \
61 try tar xf - || return
64 try test -d "$dir" || return
65 try test -x "${dir}/bin/aarch64-linux-gnu-gcc" || return
66 try test -x "${dir}/bin/aarch64-linux-gnu-g++" || return
[all …]
Ddownload_deps11 try() { function
21 try command -v gclient > /dev/null || exit
24 try gclient config --unmanaged --name . \
29 try gclient sync --jobs=1 || exit
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
Darm64_download34 try() { function
47 try gsutil cp "gs://${location}/md5sum.txt" . || return
51 try gsutil cp "gs://${location}/*" . || return
58 try cd "$working_dir" || return
59 try test -f "${toolchain}.tar.xz" || return
60 try xz --decompress --stdout < "${toolchain}.tar.xz" | \
61 try tar xf - || return
64 try test -d "$dir" || return
65 try test -x "${dir}/bin/aarch64-linux-gnu-gcc" || return
66 try test -x "${dir}/bin/aarch64-linux-gnu-g++" || return
[all …]
Ddownload_deps11 try() { function
21 try command -v gclient > /dev/null || exit
24 try gclient config --unmanaged --name . \
29 try gclient sync --jobs=1 || exit
/external/chromium_org/net/data/ssl/scripts/
Dgenerate-test-certs.sh10 try() { function
15 try rm -rf out
16 try mkdir out
18 try /bin/sh -c "echo 01 > out/2048-sha256-root-serial"
22 try openssl genrsa -out out/2048-sha256-root.key 2048
26 try openssl req \
33 try openssl x509 \
43 try openssl req \
49 try openssl req \
57 try openssl ca \
[all …]
Dgenerate-client-certificates.sh21 try () { function
26 try rm -rf out
27 try mkdir out
33 try /bin/sh -c "echo $serial > out/$i-serial"
42 try openssl genrsa -out out/$i.key 2048
49 try openssl req \
59 try openssl x509 \
71 try openssl req \
80 try openssl ca \
90 try openssl req \
[all …]
Dgenerate-bad-eku-certs.sh12 try () { function
17 try rm -rf out
18 try mkdir out
23 try /bin/sh -c "echo 01 > \"out/$eku_test_root-serial\""
29 try openssl genrsa -out "out/$eku_test_root.key" 2048
37 try openssl req \
47 try openssl x509 \
59 try openssl genrsa -out "out/$cert_type.key" 2048
61 try openssl req \
74 try openssl ca \
[all …]
Dgenerate-redundant-test-chains.sh22 try () { function
27 try rm -rf out
28 try mkdir out
34 try /bin/sh -c "echo $serial > out/$i-serial"
39 try openssl genrsa -out out/A.key 2048
40 try openssl genrsa -out out/B.key 2048
41 try openssl genrsa -out out/C.key 2048
42 try openssl genrsa -out out/D.key 2048
47 try openssl req \
55 try openssl x509 \
[all …]
Dgenerate-duplicate-cn-certs.sh17 try () { function
22 try rm -rf out
23 try mkdir out
26 try /bin/sh -c "echo 01 > out/B-serial"
27 try touch out/B-index.txt
30 try openssl genrsa -out out/A.key 2048
31 try openssl genrsa -out out/B.key 2048
36 try openssl req \
44 try openssl x509 \
54 try openssl req \
[all …]
Dgenerate-aia-certs.sh10 try() { function
15 try rm -rf out
16 try mkdir out
19 try /bin/sh -c "echo 01 > out/aia-test-root-serial"
20 try /bin/sh -c "echo 01 > 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 …]
Dgenerate-policy-certs.sh13 try() { function
18 try rm -rf out
19 try mkdir out
22 try /bin/sh -c "echo 01 > out/policy-root-serial"
23 try /bin/sh -c "echo 01 > 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 …]
Dgenerate-multi-root-test-chains.sh17 try () { function
22 try rm -rf out
23 try mkdir out
29 try /bin/sh -c "echo $serial > out/$i-serial"
34 try openssl genrsa -out out/A.key 2048
35 try openssl genrsa -out out/B.key 2048
36 try openssl genrsa -out out/C.key 2048
37 try openssl genrsa -out out/D.key 2048
38 try openssl genrsa -out out/E.key 2048
43 try openssl req \
[all …]
Dgenerate-cross-signed-certs.sh21 try() { function
26 try rm -rf out
27 try mkdir out
29 try /bin/sh -c "echo 01 > out/2048-sha1-root-serial"
30 try /bin/sh -c "echo 02 > 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 …]
Dgenerate-weak-test-chains.sh12 try () { function
33 try rm -rf out
34 try mkdir out
37 try /bin/sh -c "echo 01 > out/2048-rsa-root-serial"
40 try /bin/sh -c "echo 01 > out/$key_type-intermediate-serial"
44 try openssl genrsa -out out/2048-rsa-root.key 2048
52 try openssl req \
62 try openssl x509 \
83 try openssl $(generate_key_command $algo) \
99 try openssl $(generate_key_command $algo) \
[all …]
/external/clang/test/Parser/
Dobjc-try-catch-1.m16 @try {
26 @try {
42 @try { // expected-error {{@try statement without a @catch and @finally clause}}
50 @try {}// expected-error {{@try statement without a @catch and @finally clause}}
56 @try {}// expected-error {{@try statement without a @catch and @finally clause}}
57 @try {}
62 @try {
65 @try {
/external/e2fsprogs/misc/
Dbadblocks.c351 static int do_read (int dev, unsigned char * buffer, int try, int block_size, in do_read() argument
360 printf("do_read: block %d, try %d\n", current_block, try); in do_read()
362 set_o_direct(dev, buffer, try * block_size, in do_read()
376 got = read (dev, buffer, try * block_size); in do_read()
384 if (d_flag && got == try) { in do_read()
427 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() argument
433 printf("do_write: block %lu, try %d\n", current_block, try); in do_write()
435 set_o_direct(dev, buffer, try * block_size, in do_write()
447 got = write (dev, buffer, try * block_size); in do_write()
477 int try; in test_ro() local
[all …]
/external/clang/test/Rewriter/
Dfinally.m4 @try {
5 …printf("executing try"); // expected-warning{{implicitly declaring library function 'printf' with …
7 …rning{{rewriter doesn't support user-specified control flow semantics for @try/@finally (code may …
12 @try {
13 printf("executing try");
20 @try {
21 printf("executing try");
36 @try {
Drewrite-modern-try-catch-finally.m12 @try {
17 @try {
18 printf("executing try");
25 @try {
26 printf("executing try");
34 @try {
53 @try {
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
DMakefile92 ifeq ($(call try-cc,$(SOURCE_HELLO),$(CFLAGS) -Werror -fstack-protector-all,-fstack-protector-all),…
96 ifeq ($(call try-cc,$(SOURCE_HELLO),$(CFLAGS) -Werror -Wstack-protector,-Wstack-protector),y)
100 ifeq ($(call try-cc,$(SOURCE_HELLO),$(CFLAGS) -Werror -Wvolatile-register-var,-Wvolatile-register-v…
105 ifeq ($(call try-cc,$(SOURCE_HELLO),$(CFLAGS) -D_FORTIFY_SOURCE=2,-D_FORTIFY_SOURCE=2),y)
131 ifeq ($(call try-cc,$(SOURCE_BIONIC),$(CFLAGS),bionic),y)
144 ifneq ($(call try-cc,$(SOURCE_LIBELF),$(FLAGS_LIBELF),libelf),y)
146 ifeq ($(call try-cc,$(SOURCE_GLIBC),$(FLAGS_GLIBC),glibc),y)
170 ifneq ($(call try-cc,$(SOURCE_DWARF),$(FLAGS_DWARF),libdw),y)
180 ifeq ($(call try-cc,$(SOURCE_ELF_MMAP),$(FLAGS_LIBELF),-DLIBELF_MMAP),y)
183 ifeq ($(call try-cc,$(SOURCE_ELF_GETPHDRNUM),$(FLAGS_LIBELF),-DHAVE_ELF_GETPHDRNUM),y)
[all …]
/external/zlib/src/test/
Dinfcover.c507 local int try(char *hex, char *id, int err) in try() function
583 try("0 0 0 0 0", "invalid stored block lengths", 1); in cover_inflate()
584 try("3 0", "fixed", 0); in cover_inflate()
585 try("6", "invalid block type", 1); in cover_inflate()
586 try("1 1 0 fe ff 0", "stored", 0); in cover_inflate()
587 try("fc 0 0", "too many length or distance symbols", 1); in cover_inflate()
588 try("4 0 fe ff", "invalid code lengths set", 1); in cover_inflate()
589 try("4 0 24 49 0", "invalid bit length repeat", 1); in cover_inflate()
590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); in cover_inflate()
591 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); in cover_inflate()
[all …]
/external/clang/test/SemaObjC/
Dscope-check.m9 @try { // expected-note {{jump bypasses initialization of @try block}}
19 @try {
32 @try { // expected-note 2 {{jump bypasses initialization of @try block}}
41 @try {
61 @try {} @finally {}
68 @try {
81 @try {
/external/chromium_org/v8/test/webkit/
Deval-throw-return-expected.txt30 PASS eval("1; try { foo = [2,3,throwFunc(), 4]; } catch (e){}") is 1
31 PASS eval("1; try { 2; throw \"\"; } catch (e){}") is 2
32 PASS eval("1; try { 2; throwFunc(); } catch (e){}") is 2
33 PASS eval("1; try { 2; throwFunc(); } catch (e){3;} finally {}") is 3
34 PASS eval("1; try { 2; throwFunc(); } catch (e){3;} finally {4;}") is 4
39 PASS eval("try{1; if (true) { 2; throw \"\"; } else { 2; }} catch(e){}") is 2
41 PASS eval("try{1; var i = 0; do { ++i; 2; throw \"\"; } while(i!=1);} catch(e){}") is 2
42 PASS eval("1; try{2; throwOnReturn();} catch(e){}") is 2

12345678910>>...50