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

/external/webkit/JavaScriptCore/
H A DJavaScriptCorePrefix.h34 #undef try macro
/external/webkit/WebKit/mac/
H A DWebKitPrefix.h89 #undef try macro
/external/webkit/WebCore/
H A DWebCorePrefix.h148 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch|
151 * use |@try| and |@catch|. As a workaround, undefine these macros. */
153 #undef try macro
/external/bluetooth/bluez/compat/
H A Ddun.c191 int id, try = 30; local
218 if (try--) {
/external/bluetooth/bluez/tools/
H A Ddfutool.c120 int i, intf, sel = 0, num = 0, try = 5, bus_id = -1, dev_id = -1; local
246 printf("\rDevice is not in detach mode, try again\n");
257 while (num != 1 && try-- > 0) {
428 int fd, block, len, size, sent = 0, try = 10; local
498 if (try-- > 0) {
507 if (try-- > 0) {
531 if (try-- > 0) {
598 int fd, i, n, len, try = 8; local
625 if (try-- > 0) {
634 if (try
[all...]
H A Dmain.c327 int sk, fd, try = 30; local
415 if (try--) {
491 int sk, nsk, fd, lm, try = 30; local
573 if (try--) {
/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/e2fsprogs/misc/
H A Dbadblocks.c265 static long do_read (int dev, unsigned char * buffer, int try, int block_size, argument
270 set_o_direct(dev, buffer, try * block_size, current_block);
281 got = read (dev, buffer, try * block_size);
294 static long do_write (int dev, unsigned char * buffer, int try, int block_size, argument
299 set_o_direct(dev, buffer, try * block_size, current_block);
310 got = write (dev, buffer, try * block_size);
335 int try; local
370 try = blocks_at_once;
387 else if (currently_testing + try > next_bad)
388 try
440 int i, try, got, nr_pattern, pat_idx; local
564 int try, i; local
[all...]
/external/elfutils/src/
H A Dld.c1003 int try (Elf *elf) function
1038 if (try (subelf) != 0)
1048 if (try (elf_begin (fd, ELF_C_READ_MMAP, NULL)) != 0)
1061 try again with an appropriate '-m' parameter"));
H A Dldgeneric.c459 try the first part now. */
2457 int try = 0; local
2473 if (++try >= 10)
/external/clearsilver/ruby/
H A Dinstall.rb831 try task
835 def try( task ) method in class:ToplevelInstaller
1012 $stderr.puts "try 'ruby #{$0} --help' for usage"
/external/bluetooth/bluez/lib/
H A Dhci.c1086 int err, try; local
1105 try = 10;
1106 while (try--) {
/external/webkit/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 185 milliseconds