Searched defs:try (Results 1 - 25 of 25) sorted by relevance

/external/zlib/src/
H A Dconfigure13 # If you have problems, try without defining CC and CFLAGS before reporting
131 try() function
138 try() function
341 if try $CC -w -c $SFLAGS $test.c &&
342 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
348 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
388 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
405 if try $CC $CFLAGS -o $test $test.c; then
422 if try $CC $CFLAGS -o $test $test.c; then
440 if try
[all...]
/external/webkit/Source/JavaScriptCore/
H A DJavaScriptCorePrefix.h34 #undef try macro
/external/valgrind/main/none/tests/amd64/
H A Dfxtract.c19 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.
[all...]
/external/valgrind/main/none/tests/x86/
H A Dfxtract.c18 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.
[all...]
/external/webkit/Source/WebCore/
H A DWebCorePrefix.h151 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch|
154 * use |@try| and |@catch|. As a workaround, undefine these macros. */
156 #undef try macro
/external/webkit/Source/WebKit/mac/
H A DWebKitPrefix.h83 #undef try macro
/external/linux-tools-perf/config/
H A Dutilities.mak182 # try-cc
183 # Usage: option = $(call try-cc, source-to-build, cc-options)
184 try-cc = $(shell sh -c \
/external/zlib/src/test/
H A Dinfcover.c507 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("
[all...]
/external/ppp/pppd/
H A Dccp.c904 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
992 ccp_options try; /* options to request next time */ local
[all...]
H A Dipv6cp.c684 ipv6cp_options try; /* options to request next time */ local
687 try = *go;
724 try.neg_ifaceid = 0;
729 try.ourid = ifaceid;
738 try.vj_protocol = cishort;
740 try.neg_vj = 0;
747 try.neg_vj = 0;
775 try.neg_ifaceid = 1;
781 try.ourid = ifaceid;
797 *go = try;
820 ipv6cp_options try; /* options to request next time */ local
[all...]
H A Dipcp.c727 /* try an older style of VJ negotiation */
976 ipcp_options try; /* options to request next time */ local
979 try = *go;
1045 try.old_addrs = 0;
1049 try.ouraddr = ciaddr1;
1053 try.hisaddr = ciaddr2;
1066 try.neg_vj = 0;
1071 try.old_vj = 0;
1073 try.maxslotindex = cimaxslotindex;
1075 try
1195 ipcp_options try; /* options to request next time */ local
[all...]
H A Dipxcp.c776 ipxcp_options try; /* options to request next time */ local
779 try = *go;
797 try.neg_nn = 0;
799 try.our_network = l;
808 try.neg_node = 0;
811 copy_node (p, try.our_node);
831 try.router = 0;
834 try.router |= s;
835 try.neg_router = 1;
854 try
887 ipxcp_options try; /* options to request next time */ local
[all...]
H A Dlcp.c939 lcp_options try; /* options to request next time */ local
944 try = *go;
959 try.neg = 0; \
1027 try.neg = 0; \
1044 try.mru = cishort;
1053 try.asyncmap = go->asyncmap | cilong;
1075 try.neg_eap = 0;
1079 try.neg_chap = 0;
1091 try.neg_eap = 0;
1094 try
1330 lcp_options try; /* options to request next time */ local
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtw.c11 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);
H A Dtwi.c11 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);
/external/valgrind/main/none/tests/ppc64/
H A Dtw_td.c11 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);
H A Dtwi_tdi.c11 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);
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp81 #define try macro
166 try
/external/libselinux/src/
H A Davc.c253 int try; local
257 for (try = 0; try < 2; try++) {
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js100 "try": function(t, c, f) {
209 try {
402 "try": function(t, c, f) {
514 "try": function(t, c, f) {
890 "try": function(t, c, f) {
892 "try",
986 try { return cont.apply(null, slice(arguments, 1)); }
1088 "try": function(tr, ca, fi) {
1089 var out = [ "try", make_block(tr) ];
1101 try {
[all...]
/external/e2fsprogs/misc/
H A Dbadblocks.c326 static int do_read (int dev, unsigned char * buffer, int try, int block_size, argument
334 set_o_direct(dev, buffer, try * block_size, current_block);
347 got = read (dev, buffer, try * block_size);
355 if (d_flag && got == try) {
398 static int do_write(int dev, unsigned char * buffer, int try, int block_size, argument
403 set_o_direct(dev, buffer, try * block_size, current_block);
414 got = write (dev, buffer, try * block_size);
439 int try; local
478 try = blocks_at_once;
501 else if (currently_testing + try > next_ba
556 int i, try, got, nr_pattern, pat_idx; local
696 int try, i; local
[all...]
/external/elfutils/src/
H A Dld.c1095 int try (Elf *elf) function
1130 if (try (subelf) != 0)
1140 if (try (elf_begin (fd, ELF_C_READ_MMAP, NULL)) != 0)
1153 try again with an appropriate '-m' parameter"));
H A Dldgeneric.c490 try the first part now. */
2670 int try = 0; local
2686 if (++try >= 10)
/external/libppp/src/
H A Dipcp.c710 struct in_addr try; local
714 try = iplist_next(&bundle->ncp.ipcp.cfg.peer_list);
716 f, inet_ntoa(try));
717 if (ipcp_SetIPaddress(&bundle->ncp.ipcp, gw, try)) {
718 log_Printf(LogIPCP, "Selected IP address %s\n", inet_ntoa(try));
725 try.s_addr = INADDR_ANY;
728 return try;
989 * try NAKing with that so that we don't have to upset things
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js245 function $try(){
247 try {
349 return $try(function(){
359 var version = ($try(function(){
426 if (Browser.Engine.trident && Browser.Engine.version <= 4) $try(function(){
616 if (options.attempt) return $try(returns);
1350 var host = $try(function(){
2888 ($try(function(){
3711 $try(function(){
3755 return $try(functio
[all...]

Completed in 420 milliseconds