Searched refs:go (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/json/
H A Dtest_json_generic_object.rb10 @go = GenericObject[ :a => 1, :b => 2 ]
14 assert_equal 1, @go.a
15 assert_equal 1, @go[:a]
16 assert_equal 2, @go.b
17 assert_equal 2, @go[:b]
18 assert_nil @go.c
19 assert_nil @go[:c]
24 assert_equal @go, JSON(JSON(@go), :create_additions => true)
31 assert_equal @go,
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.args1.c37 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, function
46 go(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
H A Dtst.fork.c38 go(void) function
64 (void) go();
H A Dtst.ret1.c37 * The canonical name should be 'go' since we prefer symbol names with fewer
50 go(void) function
58 go();
H A Dtst.ret2.c37 * The canonical name should be 'go' since we prefer symbol names with fewer
44 go(void) function
52 go();
H A Dtst.vfork.c38 go(void) function
60 int ret = go();
H A Dtst.weak1.c37 * The canonical name should be 'go' since we prefer symbol names with fewer
41 #pragma weak _go = go
44 go(int a) function
H A Dtst.weak2.c37 * The canonical name should be 'go' since we prefer symbol names with fewer
41 #pragma weak _go = go
44 go(int a) function
H A Dtst.ret1.d60 pid$1:a.out:go:return
66 pid$1:a.out:go:return
H A Dtst.ret2.d60 pid$1:a.out:go:return
66 pid$1:a.out:go:return
H A Dtst.weak1.d60 pid$1:a.out:go:entry,
62 /probefunc == "go"/
67 pid$1:a.out:go:entry,
71 trace("resolved to '_go' rather than 'go'");
75 pid$1:a.out:go:entry,
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
63 pid$1:a.out:go:entry,
65 /probefunc == "go"/
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.args1.d61 pid$1:a.out:go:entry
65 pid$1:a.out:go:entry
72 pid$1:a.out:go:entry
H A Dtst.gcc.c38 go(void) function
64 go();
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dlcp.c709 lcp_options *go = &lcp_gotoptions[f->unit]; local
714 *go = *wo;
716 go->neg_mrru = 0;
717 go->neg_ssnhf = 0;
718 go->neg_endpoint = 0;
734 lcp_options *go = &lcp_gotoptions[f->unit]; local
747 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
748 LENCILONG(go->neg_asyncmap && go
772 lcp_options *go = &lcp_gotoptions[f->unit]; local
860 lcp_options *go = &lcp_gotoptions[f->unit]; local
1015 lcp_options *go = &lcp_gotoptions[f->unit]; local
1406 lcp_options *go = &lcp_gotoptions[f->unit]; local
1566 lcp_options *go = &lcp_gotoptions[f->unit]; local
1960 lcp_options *go = &lcp_gotoptions[f->unit]; local
2013 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dccp.c590 ccp_options *go = &ccp_gotoptions[f->unit]; local
593 *go = ccp_wantoptions[f->unit];
597 if (go->mppe) {
651 if (go->mppe & MPPE_OPT_40) {
653 go->mppe &= ~MPPE_OPT_40;
662 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
670 ao->mppe = go->mppe;
672 ao->bsd_compress = go->bsd_compress = 0;
673 ao->predictor_1 = go->predictor_1 = 0;
674 ao->predictor_2 = go
743 ccp_options *go = &ccp_gotoptions[f->unit]; local
762 ccp_options *go = &ccp_gotoptions[f->unit]; local
880 ccp_options *go = &ccp_gotoptions[f->unit]; local
969 ccp_options *go = &ccp_gotoptions[f->unit]; local
1079 ccp_options *go = &ccp_gotoptions[f->unit]; local
1521 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c772 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
785 *go = *wo;
787 go->ouraddr = 0;
805 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
818 if ((wo->neg_addr || wo->old_addrs) && !go->neg_addr && !go->old_addrs) {
820 go->old_addrs = 1;
822 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
826 go
852 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
946 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1075 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1284 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1795 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dipv6cp.c582 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
590 *go = *wo;
591 eui64_zero(go->hisid); /* last proposed interface identifier */
602 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
607 return (LENCIIFACEID(go->neg_ifaceid) +
608 LENCIVJ(go->neg_vj));
621 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
648 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
650 ADDCIVJ(CI_COMPRESSTYPE, go
669 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
740 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
875 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
954 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1236 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dgraph.h20 Tcl_Obj* g_serialize (Tcl_Interp* interp, Tcl_Obj* go,
25 Tcl_Obj* g_ms_serialize (Tcl_Interp* interp, Tcl_Obj* go, G* g,
27 int g_ms_set (Tcl_Interp* interp, Tcl_Obj* go, G* g,
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dphf_abuse_log.cgi.in31 $when =~ s/\n//go;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html2.awk4 /^<TITLE>/ { go = 1 }
52 go == 1 { print $0 }
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DHistory.cpp88 go(-1);
93 go(context, -1);
98 go(1);
103 go(context, 1);
106 void History::go(int distance) function in class:WebCore::History
114 void History::go(ScriptExecutionContext* context, int distance) function in class:WebCore::History
/macosx-10.9.5/dtrace-118.1/test/tst/common/usdt/
H A Dtst.dlclose2.ksh72 probe go();
80 go(void)
88 go(void)
103 void *go;
122 if ((go = dlsym(live, "go")) == NULL) {
123 printf("failed to lookup 'go' in livelib.so\n");
127 ((void (*)(void))go)();
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/eg/
H A Dbork.pl45 sub { ${ $_[ 1 ] } =~ s/&($re);/$noaccent{$1}/go; }
51 s/($sc)/$sounds{$1}/go;
52 s/([?!]+)/$1 Bork bork bork&nbsp;!/go ;
53 s/(\.+)(\s|$)/$1 Bork bork bork&nbsp;! /go ;
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Dbork.pl45 sub { ${ $_[ 1 ] } =~ s/&($re);/$noaccent{$1}/go; }
51 s/($sc)/$sounds{$1}/go;
52 s/([?!]+)/$1 Bork bork bork&nbsp;!/go ;
53 s/(\.+)(\s|$)/$1 Bork bork bork&nbsp;! /go ;

Completed in 145 milliseconds

1234567891011>>