Home
last modified time | relevance | path

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

12345678910>>...32

/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 …]
Dconflicts.at595 NUM shift, and go to state 1
597 exp go to state 2
612 $end shift, and go to state 3
613 OP shift, and go to state 4
629 NUM shift, and go to state 1
631 exp go to state 5
639 OP shift, and go to state 4
698 NUM shift, and go to state 1
700 exp go to state 2
715 $end shift, and go to state 3
[all …]
/external/boringssl/src/crypto/cipher/test/
Dmake_all_legacy_aead_tests.sh5 go run make_legacy_aead_tests.go -cipher rc4 -mac md5 > rc4_md5_tls_tests.txt
6 go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 > rc4_sha1_tls_tests.txt
8 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 > aes_128_cbc_sha1_tls_tests.txt
9 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -implicit-iv > aes_128_cbc_sha1_tls_impli…
10 go run make_legacy_aead_tests.go -cipher aes128 -mac sha256 > aes_128_cbc_sha256_tls_tests.txt
12 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 > aes_256_cbc_sha1_tls_tests.txt
13 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -implicit-iv > aes_256_cbc_sha1_tls_impli…
14 go run make_legacy_aead_tests.go -cipher aes256 -mac sha256 > aes_256_cbc_sha256_tls_tests.txt
15 go run make_legacy_aead_tests.go -cipher aes256 -mac sha384 > aes_256_cbc_sha384_tls_tests.txt
17 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 > des_ede3_cbc_sha1_tls_tests.txt
[all …]
/external/ppp/pppd/
Dlcp.c649 lcp_options *go = &lcp_gotoptions[f->unit]; local
654 *go = *wo;
656 go->neg_mrru = 0;
657 go->neg_ssnhf = 0;
658 go->neg_endpoint = 0;
674 lcp_options *go = &lcp_gotoptions[f->unit]; local
687 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
688 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) +
689 LENCISHORT(go->neg_eap) +
690 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.c695 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
706 *go = *wo;
708 go->ouraddr = 0;
727 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
741 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
742 go->neg_addr = 0;
743 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
747 go->neg_vj = 1;
748 go->old_vj = 1;
749 go->vj_protocol = ho->vj_protocol;
[all …]
Dipv6cp.c529 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
537 *go = *wo;
538 eui64_zero(go->hisid); /* last proposed interface identifier */
549 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
554 return (LENCIIFACEID(go->neg_ifaceid) +
555 LENCIVJ(go->neg_vj));
568 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
595 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
597 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
616 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 ((char *)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/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt15 | go into CONNECTING state.
16 | If connection is done synchronously, go into CONNECTED
18 | For any unexpected problems, go into ERROR state.
23 | If connection is complete, go into CONNECTED state.
24 | For any unexpected problems, go into DISCONNECTING state.
28 | go into READING state.
29 | For any unexpected problems, go into DISCONNECTING state.
32 | If read is done, go into READ_DONE state.
33 | For any unexpected problems, go into DISCONNECTING state.
38 | go into WRITING state.
[all …]
/external/mksh/src/
Dmisc.c370 Getopt go; in parse_args() local
392 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); in parse_args()
393 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args()
394 set = tobool(!(go.info & GI_PLUS)); in parse_args()
400 array = go.optarg; in parse_args()
406 if (go.optarg == NULL) { in parse_args()
417 i = option(go.optarg); in parse_args()
440 bi_errorf("%s: %s", go.optarg, "bad option"); in parse_args()
453 chvt(&go); in parse_args()
479 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/llvm/tools/llvm-go/
DCMakeLists.txt1 if(LLVM_BINDINGS MATCHES "go")
2 set(binpath ${CMAKE_BINARY_DIR}/bin/llvm-go${CMAKE_EXECUTABLE_SUFFIX})
4 COMMAND ${GO_EXECUTABLE} build -o ${binpath} llvm-go.go
5 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/llvm-go.go
7 COMMENT "Building Go executable llvm-go")
8 add_custom_target(llvm-go ALL DEPENDS ${binpath})
DMakefile13 all:: $(ToolDir)/llvm-go$(EXEEXT)
15 $(ToolDir)/llvm-go$(EXEEXT): $(PROJ_SRC_DIR)/llvm-go.go
/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/llvm/bindings/go/
DREADME.txt13 The package path "llvm.org/llvm/bindings/go/llvm" can be used to
15 "llvm.org/llvm.v36/bindings/go/llvm" refer to released versions of LLVM.
17 It is recommended to use the "-d" flag with "go get" to download the
25 it to be used by the bindings. If you receive an error message from "go build"
28 ./analysis.go:4:84: fatal error: llvm-c/Analysis.h: No such file or directory
29 #include <llvm-c/Analysis.h> // If you are getting an error here read bindings/go/README.txt
33 ./llvm_dep.go:5: undefined: run_build_sh
37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh
42 …$ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=…
53 $ go build -tags byollvm
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DConnectorAdapter.java68 private AtomicBoolean go = new AtomicBoolean(true); field in ConnectorAdapter
119 go.set(false); in close()
147 if( !go.get() ) in handleError()
158 while( go.get() ) { in run()
161 if( go.get() ) { in run()
206 while( go.get() ) { in run()
211 if( !go.get() ) in run()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java162 private boolean go; field in CollationThreadTest.Control
166 go = true; in start()
171 go = false; in stop()
175 boolean go() { in go() method in CollationThreadTest.Control
176 return go; in go()
203 while (!control.go()) { in run()
208 while (control.go()) { in run()
234 } while (control.go() && System.currentTimeMillis() < stopTime); in runThreads()
/external/libxml2/result/
Dwap.xml.rdr12 3 1 go 0 0
33 3 15 go 0 0
43 4 1 go 0 0
60 4 15 go 0 0
Dwap.xml.rde12 3 1 go 0 0
33 3 15 go 0 0
43 4 1 go 0 0
60 4 15 go 0 0
/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()
/external/llvm/test/CodeGen/SPARC/
Dleafproc.ll31 ; CHECK: add {{%o[0-1]}}, {{%o[0-1]}}, [[R:%[go][0-7]]]
43 ; CHECK-DAG: ld [%sp+92], {{%[go][0-7]}}
44 ; CHECK-DAG: ld [%sp+96], {{%[go][0-7]}}
61 ; CHECK: mov 1, [[R1:%[go][0-7]]]
63 ; CHECK: mov 2, [[R2:%[go][0-7]]]
/external/eigen/bench/btl/generic_bench/static/
Dstatic_size_generator.hh30 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) in go() function
37 static_size_generator<SIZE-1,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops); in go()
45 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) in go() function
/external/compiler-rt/test/lsan/TestCases/
Dhigh_allocator_contention.cc17 bool go = false; variable
21 while (!go) pthread_cond_wait(&cond, &mutex); in thread_fun()
43 go = true; in main()
/external/valgrind/tests/
Dmips_features.c47 static int go(char *feature) in go() function
106 static int go(char *feature) in go() function
124 return go(argv[1]); in main()

12345678910>>...32