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

12345

/external/clang/test/CodeGen/
H A Dcast.c3 extern void go(const void *p);
5 void foo(void) { go(v); }
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DGuardedObjectTest.java36 GuardedObject go = new GuardedObject(obj, null);
37 assertNull(go.getObject());
40 go = new GuardedObject(obj, null);
41 assertEquals(obj, go.getObject());
48 GuardedObject go = new GuardedObject(objBuffer, new Guard() {
56 assertEquals(objBuffer, go.getObject());
60 go.getObject();
/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/webkit/Source/WebCore/page/
H A DHistory.cpp66 go(-1);
71 go(context, -1);
76 go(1);
81 go(context, 1);
84 void History::go(int distance) function in class:WebCore::History
92 void History::go(ScriptExecutionContext* context, int distance) function in class:WebCore::History
H A DHistory.h51 void go(int distance);
55 void go(ScriptExecutionContext*, int distance);
H A DHistory.idl42 [DoNotCheckDomainSecurity, CallWith=ScriptExecutionContext] void go(in long distance);
/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);
72 struct p2p_device *go; local
75 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
233 struct p2p_device *go; local
[all...]
H A Dp2p_go_neg.c459 int go; local
502 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
503 if (go < 0) {
563 if (go) {
594 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
661 const u8 *resp_chan, int go)
692 if (go || resp_chan == NULL)
701 if (go) {
716 int go = -1; local
824 go
658 p2p_build_go_neg_conf(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *resp_chan, int go) argument
[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);
72 struct p2p_device *go; local
75 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
233 struct p2p_device *go; local
[all...]
H A Dp2p_go_neg.c459 int go; local
502 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
503 if (go < 0) {
563 if (go) {
594 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
661 const u8 *resp_chan, int go)
692 if (go || resp_chan == NULL)
701 if (go) {
716 int go = -1; local
824 go
658 p2p_build_go_neg_conf(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *resp_chan, int go) argument
[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);
72 struct p2p_device *go; local
75 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
233 struct p2p_device *go; local
[all...]
H A Dp2p_go_neg.c459 int go; local
502 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
503 if (go < 0) {
563 if (go) {
594 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
661 const u8 *resp_chan, int go)
692 if (go || resp_chan == NULL)
701 if (go) {
716 int go = -1; local
824 go
658 p2p_build_go_neg_conf(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *resp_chan, int go) argument
[all...]
/external/mksh/src/
H A Dmisc.c46 /*XXX this should go away */
282 Getopt go; local
333 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
334 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
335 set = (go.info & GI_PLUS) ? 0 : 1;
341 array = go.optarg;
347 if (go.optarg == NULL) {
358 i = option(go.optarg);
370 bi_errorf("%s: %s", go.optarg, "bad option");
383 chvt(go
892 ksh_getopt_reset(Getopt *go, int flags) argument
929 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) argument
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DConnectorAdapter.java68 private AtomicBoolean go = new AtomicBoolean(true); field in class:ConnectorAdapter
111 // can go out in a way that blocks reads.
119 go.set(false);
147 if( !go.get() )
158 while( go.get() ) {
161 if( go.get() ) {
206 while( go.get() ) {
211 if( !go.get() )
/external/valgrind/main/tests/
H A Darch_test.c19 // 'all_archs' as well as adding go().
35 static Bool go(char* arch) function
74 if (go( argv[1] )) {
H A Dos_test.c17 // 'all_OSes' as well as adding go().
57 static Bool go(char* OS, char *min_version) function
82 if (go( argv[1], argv[2] )) {
H A Dx86_amd64_features.c45 static Bool go(char* cpu) function
123 static Bool go(char* cpu) function
140 return go(argv[1]);
/external/webkit/Source/WebCore/inspector/front-end/
H A DGoToLineDialog.js34 this._element.className = "go-to-line-dialog";
55 var go = dialogWindow.createChild("button");
56 go.textContent = WebInspector.UIString("Go");
57 go.addEventListener("click", this._onClick.bind(this), false);
58 go.addEventListener("mousedown", function(e) {
/external/qemu/elff/
H A Ddwarf_cu.cc481 const Elf_Byte* go = stmtl_header_.start; local
482 while (go < stmtl_header_.end) {
483 const Elf_Byte op = *go;
484 go++;
491 go = reinterpret_cast<const Elf_Byte*>
492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
494 const Elf_Byte* ex_op_ptr = go;
543 go += op_size.u32;
558 go = reinterpret_cast<const Elf_Byte*>
559 (reinterpret_cast<const Dwarf_Leb128*>(go)
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp37 template<typename T> T go(T a) noexcept(noexcept(go(a))); // \
38 // expected-error 16{{call to function 'go' that is neither visible}} \
39 // expected-note 16{{'go' should be declared prior to the call site}} \
41 // expected-error {{use of undeclared identifier 'go'}} \
44 int k = go(0); // \
45 // expected-note {{in instantiation of exception specification for 'go<int>' requested here}}
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java226 private AtomicBoolean go = new AtomicBoolean(true); field in class:SelectorKernel.SelectorThread
263 go.set(false);
310 // data to go when we put it there.
435 if( !go.get() )
453 while( go.get() ) {
461 if( !go.get() )
465 if( !go.get() )

Completed in 449 milliseconds

12345