Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglsl_parser.output954 VERSION_TOK shift, and go to state 1
958 translation_unit go to state 2
959 version_statement go to state 3
966 INTCONSTANT shift, and go to state 4
973 $end shift, and go to state 5
982 extension_statement_list go to state 6
989 EOL shift, and go to state 7
1004 EXTENSION shift, and go to state 8
1008 $@1 go to state 9
1009 extension_statement go to state 10
[all …]
Dglcpp-parse.output254 input go to state 1
262 $end shift, and go to state 2
263 ELIF_EXPANDED shift, and go to state 3
264 HASH shift, and go to state 4
265 HASH_DEFINE shift, and go to state 5
266 HASH_ELIF shift, and go to state 6
267 HASH_ELSE shift, and go to state 7
268 HASH_ENDIF shift, and go to state 8
269 HASH_IF shift, and go to state 9
270 HASH_IFDEF shift, and go to state 10
[all …]
/external/bison/tests/
Dexisting.at453 NAME shift, and go to state 9
454 - '$' shift, and go to state 24
455 + '$' shift, and go to state 320
462 NAME shift, and go to state 9
463 - '$' shift, and go to state 24
464 + '$' shift, and go to state 320
471 NAME shift, and go to state 9
472 - '$' shift, and go to state 24
473 + '$' shift, and go to state 320
480 NAME shift, and go to state 9
[all …]
Dreduce.at526 'a' shift, and go to state 1
527 'b' shift, and go to state 2
528 'c' shift, and go to state 3
530 S go to state 4
539 'a' shift, and go to state 5
541 A go to state 6
550 'a' shift, and go to state ]AT_COND_CASE([[LALR]], [[5]], [[16]])[
552 A go to state 7
563 'a' shift, and go to state 8
565 A go to state 9
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.output856 ARBvp_10 shift, and go to state 1
857 ARBfp_10 shift, and go to state 2
859 program go to state 3
860 language go to state 4
881 $end shift, and go to state 5
890 optionSequence go to state 6
905 OPTION shift, and go to state 7
909 option go to state 8
910 statementSequence go to state 9
917 IDENTIFIER shift, and go to state 10
[all …]
/external/ppp/pppd/
Dlcp.c626 lcp_options *go = &lcp_gotoptions[f->unit]; local
631 *go = *wo;
633 go->neg_mrru = 0;
634 go->neg_ssnhf = 0;
635 go->neg_endpoint = 0;
651 lcp_options *go = &lcp_gotoptions[f->unit]; local
664 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
665 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) +
666 LENCISHORT(go->neg_eap) +
667 LENCICHAP(!go->neg_eap && go->neg_chap) +
[all …]
Dccp.c533 ccp_options *go = &ccp_gotoptions[f->unit]; local
536 *go = ccp_wantoptions[f->unit];
540 if (go->mppe) {
587 if (go->mppe & MPPE_OPT_40) {
589 go->mppe &= ~MPPE_OPT_40;
595 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
603 ao->mppe = go->mppe;
605 ao->bsd_compress = go->bsd_compress = 0;
606 ao->predictor_1 = go->predictor_1 = 0;
607 ao->predictor_2 = go->predictor_2 = 0;
[all …]
Dipcp.c679 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
690 *go = *wo;
692 go->ouraddr = 0;
711 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
724 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
725 go->neg_addr = 0;
726 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
730 go->neg_vj = 1;
731 go->old_vj = 1;
732 go->vj_protocol = ho->vj_protocol;
[all …]
Dipv6cp.c520 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
528 *go = *wo;
529 eui64_zero(go->hisid); /* last proposed interface identifier */
540 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
545 return (LENCIIFACEID(go->neg_ifaceid) +
546 LENCIVJ(go->neg_vj));
559 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
586 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
588 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
607 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all …]
Dipxcp.c75 #define go (&ipxcp_gotoptions[0]) macro
581 *go = *wo;
594 len = go->neg_nn ? CILEN_NETN : 0;
595 len += go->neg_node ? CILEN_NODEN : 0;
596 len += go->neg_name ? CILEN_NAME + strlen (go->name) - 1 : 0;
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
618 if (go->neg_nn) {
621 PUTLONG (go->our_network, ucp);
624 if (go->neg_node) {
628 for (indx = 0; indx < sizeof (go->our_node); ++indx)
[all …]
/external/mksh/src/
Dmisc.c360 Getopt go; in parse_args() local
382 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); in parse_args()
383 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args()
384 set = tobool(!(go.info & GI_PLUS)); in parse_args()
390 array = go.optarg; in parse_args()
396 if (go.optarg == NULL) { in parse_args()
407 i = option(go.optarg); in parse_args()
430 bi_errorf("%s: %s", go.optarg, "bad option"); in parse_args()
443 chvt(&go); in parse_args()
469 if (!(go.info & GI_MINUSMINUS) && argv[go.optind] && in parse_args()
[all …]
/external/wpa_supplicant_8/src/p2p/
Dp2p_dev_disc.c18 struct p2p_device *go, in p2p_build_dev_disc_req() argument
28 go->dialog_token++; in p2p_build_dev_disc_req()
29 if (go->dialog_token == 0) in p2p_build_dev_disc_req()
30 go->dialog_token = 1; in p2p_build_dev_disc_req()
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token); in p2p_build_dev_disc_req()
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid, in p2p_build_dev_disc_req()
36 go->oper_ssid_len); in p2p_build_dev_disc_req()
69 struct p2p_device *go; in p2p_send_dev_disc_req() local
73 go = p2p_get_device(p2p, dev->member_in_go_dev); in p2p_send_dev_disc_req()
74 if (go == NULL || dev->oper_freq <= 0) { in p2p_send_dev_disc_req()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DGuardedObjectTest.java38 GuardedObject go = new GuardedObject(obj, null); in testNoGuard() local
39 assertNull(go.getObject()); in testNoGuard()
42 go = new GuardedObject(obj, null); in testNoGuard()
43 assertEquals(obj, go.getObject()); in testNoGuard()
52 GuardedObject go = new GuardedObject(objBuffer, new Guard() { in testGuard() local
60 assertEquals(objBuffer, go.getObject()); in testGuard()
64 go.getObject(); in testGuard()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dtable_walker_test.unitjs45 var ret = this.go(sel, 'sync', {descText: 'A'});
60 var ret = this.go(sel, 'sync', {descText: 'A'});
61 ret = this.go(ret, 'nextRow', {descText: 'B'});
62 this.go(ret, 'nextRow', null);
64 ret = this.go(ret, 'nextRow', {descText: 'A'});
65 this.go(ret, 'nextRow', null);
80 var ret = this.go(sel, 'sync', {descText: 'A'});
81 ret = this.go(ret, 'nextCol', {descText: '1'});
82 this.go(ret, 'nextCol', null);
84 ret = this.go(ret, 'nextCol', {descText: 'A'});
[all …]
Dcharacter_walker_test.unitjs45 var ret = this.go(sel, 'sync', {
64 var ret = this.go(sel, 'sync', {
82 var ret = this.go(sel, 'next', {
96 var ret = this.go(sel, 'next', {
114 var ret = this.go(sel, 'next', {descText: 'a'});
115 ret = this.go(ret, 'next', {descText: ' '});
116 ret = this.go(ret, 'next', {descText: 'b'});
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Ddfa.c62 for(i = 0; i < s->go.nSpans; ++i) in State_out()
63 lb = Span_show(&s->go.span[i], o, lb); in State_out()
88 s->go.nSpans = 0; in State_new()
89 s->go.span = NULL; in State_new()
98 if (s->go.span) in State_delete()
99 free(s->go.span); in State_delete()
164 GoTo *go = &goTo[goTo[j].ch - lb]; in DFA_new() local
165 i = (Ins*) go->to; in DFA_new()
168 go->to = DFA_findState(d, work, cP - work); in DFA_new()
171 s->go.nSpans = 0; in DFA_new()
[all …]
Dcode.c152 Go *go; member
171 b->go = g; in BitMap_new()
182 if(matches(b->go, b->on, g, x)) in BitMap_find_go()
211 doGen(b->go, b->on, bm-lb, m); in BitMap_gen()
228 prt(stderr, b->go, b->on); fputs("\n", stderr);
561 if(b && matches(b->go, b->on, g, to)){ in Go_genGoto()
562 Go go; in Go_genGoto() local
563 go.span = malloc(sizeof(Span)*g->nSpans); in Go_genGoto()
564 Go_unmap(&go, g, to); in Go_genGoto()
575 Go_genBase(&go, o, from, next, readCh); in Go_genGoto()
[all …]
/external/chromium_org/build/go/
Drules.gni6 # By default, there is no go build tool, because go builds are not supported.
10 # Declare a go test binary target.
12 # The target generates a go test executable, linking against other C code,
16 # of the go build tool.
19 # sources: list of .go files to compile
41 script = "//build/go/go.py"
43 # Since go test does not permit specifying an output directory or output
/external/skia/tools/bug_chomper/
Drun_server.sh1 if [[ -z `which go` ]]; then
12 go get github.com/gorilla/securecookie
13 go get code.google.com/p/goauth2/oauth
22 GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go $@
/external/chromium_org/third_party/skia/tools/bug_chomper/
Drun_server.sh1 if [[ -z `which go` ]]; then
12 go get github.com/gorilla/securecookie
13 go get code.google.com/p/goauth2/oauth
22 GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go $@
/external/chromium_org/third_party/skia/experimental/webtry/setup/
Dcontinue_install20 if [ -d go ]; then
23 wget https://go.googlecode.com/files/go1.2.1.linux-amd64.tar.gz
26 export GOROOT=$HOME/go
60 go get -d
61 go build webtry.go
/external/skia/experimental/webtry/setup/
Dcontinue_install20 if [ -d go ]; then
23 wget https://go.googlecode.com/files/go1.2.1.linux-amd64.tar.gz
26 export GOROOT=$HOME/go
59 go get -d
60 go build webtry.go
/external/chromium_org/third_party/sqlite/src/test/
Dbitvec.test71 # First fill up the bitmap with ones, then go through and
163 set ::go 0
173 unset -nocomplain go
174 set go 1
176 for {set n 0} {$go} {incr n} {
182 set go 1
183 for {set n 0} {$go} {incr n} {
189 set go 1
190 for {set n 1} {$go} {incr n} {
/external/chromium_org/mojo/spy/
DPRESUBMIT.py29 def go(): function
33 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
36 def go(): function
40 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
/external/clang/test/SemaTemplate/
Dinstantiation-depth-exception-spec.cpp3 template<typename T> T go(T a) noexcept(noexcept(go(a))); // \
9 int k = go(0); // \ in f()

12345678910>>...35