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

123456789

/external/clang/test/CodeGen/
H A Dcast.c3 extern void go(const void *p);
5 void foo(void) { go(v); }
/external/clang/test/SemaTemplate/
H A Dinstantiation-depth-exception-spec.cpp3 template<typename T> T go(T a) noexcept(noexcept(go(a))); // \
4 // expected-error 16{{call to function 'go' that is neither visible}} \
5 // expected-note 16{{'go' should be declared prior to the call site}} \
9 int k = go(0); // \
10 // expected-note {{in instantiation of exception specification for 'go<int>' requested here}}
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DGuardedObjectTest.java38 GuardedObject go = new GuardedObject(obj, null);
39 assertNull(go.getObject());
42 go = new GuardedObject(obj, null);
43 assertEquals(obj, go.getObject());
52 GuardedObject go = new GuardedObject(objBuffer, new Guard() {
60 assertEquals(objBuffer, go.getObject());
64 go.getObject();
/external/chromium_org/third_party/skia/tools/bug_chomper/
H A 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/skia/tools/bug_chomper/
H A 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/
H A 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/
H A 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/mojo/spy/
H A DPRESUBMIT.py29 def go(): function in function:CheckChangeOnUpload
33 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
36 def go(): function in function:CheckChangeOnCommit
40 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dbuild21 go build webtry.go
/external/ppp/pppd/
H A 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
689 lcp_options *go = &lcp_gotoptions[f->unit]; local
777 lcp_options *go = &lcp_gotoptions[f->unit]; local
933 lcp_options *go = &lcp_gotoptions[f->unit]; local
1326 lcp_options *go = &lcp_gotoptions[f->unit]; local
1486 lcp_options *go = &lcp_gotoptions[f->unit]; local
1876 lcp_options *go = &lcp_gotoptions[f->unit]; local
1925 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A 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
676 ccp_options *go = &ccp_gotoptions[f->unit]; local
695 ccp_options *go = &ccp_gotoptions[f->unit]; local
813 ccp_options *go = &ccp_gotoptions[f->unit]; local
902 ccp_options *go = &ccp_gotoptions[f->unit]; local
991 ccp_options *go = &ccp_gotoptions[f->unit]; local
1424 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A 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
754 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
844 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
970 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1191 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1686 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A 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
607 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
679 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
816 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
895 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1174 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
H A 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
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_dev_disc.c18 struct p2p_device *go,
28 go->dialog_token++;
29 if (go->dialog_token == 0)
30 go->dialog_token = 1;
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token);
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid,
36 go->oper_ssid_len);
69 struct p2p_device *go; local
73 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
218 struct p2p_device *go; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_dev_disc.c18 struct p2p_device *go,
28 go->dialog_token++;
29 if (go->dialog_token == 0)
30 go->dialog_token = 1;
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token);
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid,
36 go->oper_ssid_len);
69 struct p2p_device *go; local
73 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
218 struct p2p_device *go; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_dev_disc.c18 struct p2p_device *go,
28 go->dialog_token++;
29 if (go->dialog_token == 0)
30 go->dialog_token = 1;
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token);
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid,
36 go->oper_ssid_len);
69 struct p2p_device *go; local
73 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
218 struct p2p_device *go; local
[all...]
/external/eigen/bench/btl/generic_bench/static/
H A Dstatic_size_generator.hh30 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) function in struct:static_size_generator
37 static_size_generator<SIZE-1,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops);
45 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) function in struct:static_size_generator
/external/mksh/src/
H A Dmisc.c61 /*XXX this should go away */
360 Getopt go; local
382 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
383 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
384 set = tobool(!(go.info & GI_PLUS));
390 array = go.optarg;
396 if (go.optarg == NULL) {
407 i = option(go.optarg);
430 bi_errorf("%s: %s", go.optarg, "bad option");
443 chvt(&go);
955 ksh_getopt_reset(Getopt *go, int flags) argument
992 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) argument
1959 chvt(const Getopt *go) argument
[all...]
/external/chromium_org/tools/telemetry/
H A DPRESUBMIT.py48 def go(): function in function:CheckChangeOnUpload
52 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
55 def go(): function in function:CheckChangeOnCommit
59 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
/external/chromium_org/third_party/polymer/components-chromium/core-transition/
H A Dcore-transition-extracted.js9 * @method go
13 go: function(node, state) {
/external/chromium-trace/trace-viewer/
H A DPRESUBMIT.py76 def go(): function in function:CheckChangeOnUpload
80 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
84 def go(): function in function:CheckChangeOnCommit
88 return RunWithPrependedPath(GetPathsToPrepend(input_api), go)
/external/compiler-rt/test/lsan/TestCases/
H A Dhigh_allocator_contention.cc17 bool go = false; variable
21 while (!go) pthread_cond_wait(&cond, &mutex);
43 go = true;
/external/valgrind/main/tests/
H A Dmips_features.c47 static int go(char *feature) function
96 static int go(char *feature) function
114 return go(argv[1]);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.cpp94 go(context, -1);
99 go(context, 1);
102 void History::go(ExecutionContext* context, int distance) function in class:blink::History

Completed in 976 milliseconds

123456789