/external/zlib/src/ |
configure | 13 # 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 $CC -c $CFLAGS $test.c; the [all...] |
/external/webkit/Source/JavaScriptCore/ |
JavaScriptCorePrefix.h | 34 #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...] |
/external/webkit/Source/WebCore/ |
WebCorePrefix.h | 151 /* 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/ |
WebKitPrefix.h | 83 #undef try macro
|
/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
|
/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...] |
ipv6cp.c | 684 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...] |
ipcp.c | 727 /* 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.cflag = 0 1195 ipcp_options try; \/* options to request next time *\/ local [all...] |
ipxcp.c | 776 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.router &= (ao->router | BIT(IPX_NONE)) 887 ipxcp_options try; \/* options to request next time *\/ local [all...] |
lcp.c | 939 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; 1092 /* Try to set up to use their suggestion, if possible * 1330 lcp_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 491 for (try = 0; try < statp->retry; try++) { 518 /* give the hook another try */ 539 try = statp->retry; 623 /* give the hook another try */ [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 81 #define try macro 166 try
|
/external/elfutils/src/ |
ld.c | 387 /* Try to open the file. */ 884 /* Try to open the file. */ 1095 int try (Elf *elf) function [all...] |
ldgeneric.c | 251 /* Try loading. */ 490 try the first part now. */ 493 /* Try the user-specified path next. */ 2670 int try = 0; local [all...] |
/external/libppp/src/ |
ipcp.c | 528 /* Try to give the peer a previously configured IP address */ 710 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 [all...] |
/external/libselinux/src/ |
avc.c | 253 int try; local 257 for (try = 0; try < 2; try++) { 1000 * avc_ss_try_revoke - Try to revoke previously granted permissions. 1008 * Try to revoke previously granted permissions, but
|
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
process.js | 100 "try": function(t, c, f) { 209 try { 402 "try": function(t, c, f) { 514 "try": function(t, c, f) { [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 326 static int do_read (int dev, unsigned char * buffer, int try, int block_size, 334 set_o_direct(dev, buffer, try * block_size, current_block); 344 /* Try the read */ 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, 403 set_o_direct(dev, buffer, try * block_size, current_block); 413 /* Try the write */ 414 got = write (dev, buffer, try * block_size); 439 int try; local 556 int i, try, got, nr_pattern, pat_idx; local 696 int try, i; local [all...] |