Searched defs:go (Results 1 - 25 of 47) sorted by relevance

12

/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/valgrind/tests/
H A Darch_test.c19 // 'all_archs' as well as adding go().
40 static Bool go(char* arch) function
98 if (go( argv[1] )) {
H A Dmips_features.c47 static int go(char *feature) function
106 static int go(char *feature) function
124 return 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.c71 static Bool go(char* cpu) function
163 static Bool go(char* cpu) function
181 return go(argv[1]);
H A Ds390x_features.c201 static int go(char *feature, char *cpu) function
293 static int go(char *feature, char *cpu) function
319 rc = go(argv[1], argv[2]);
/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/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() )
H A DKernelAdapter.java73 private AtomicBoolean go = new AtomicBoolean(true); field in class:KernelAdapter
112 go.set(false);
264 while( go.get() ) {
287 if( !go.get() )
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThreadTest.java162 private boolean go; field in class:CollationThreadTest.Control
166 go = true;
171 go = false;
175 boolean go() { method in class:CollationThreadTest.Control
176 return go;
203 while (!control.go()) {
208 while (control.go()) {
234 } while (control.go() && System.currentTimeMillis() < stopTime);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestUtil.java148 void go() { method in class:TestUtil.Lock
198 lock.go();
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpKernel.java239 private AtomicBoolean go = new AtomicBoolean(true); field in class:UdpKernel.HostThread
263 go.set(false);
277 while( go.get() ) {
287 if( !go.get() )
/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...]
H A Dp2p_go_neg.c678 int go; local
712 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
713 if (go < 0) {
793 if (go && p2p_go_select_channel(p2p, dev, &status) < 0)
796 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
868 const u8 *resp_chan, int go)
910 if (go || resp_chan == NULL)
919 if (go) {
941 int go = -1; local
1036 go
865 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...]
H A Dp2p_invitation.c179 int go = 0; local
257 &go, group_bssid, &op_freq, persistent, &intersection,
261 if (go) {
323 if (go &&
339 } else if (go && !(dev->flags & P2P_DEV_FORCE_FREQ) &&
365 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
H A Dp2p_pd.c167 struct p2p_device *go = join ? dev : NULL; local
205 } else if (go) {
206 p2p_buf_add_group_id(buf, go->info.p2p_device_addr,
207 go->oper_ssid, go->oper_ssid_len);
/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...]
H A Dp2p_go_neg.c678 int go; local
712 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
713 if (go < 0) {
793 if (go && p2p_go_select_channel(p2p, dev, &status) < 0)
796 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
868 const u8 *resp_chan, int go)
910 if (go || resp_chan == NULL)
919 if (go) {
941 int go = -1; local
1036 go
865 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...]
H A Dp2p_invitation.c179 int go = 0; local
257 &go, group_bssid, &op_freq, persistent, &intersection,
261 if (go) {
323 if (go &&
339 } else if (go && !(dev->flags & P2P_DEV_FORCE_FREQ) &&
365 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
/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...]
H A Dp2p_go_neg.c678 int go; local
712 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
713 if (go < 0) {
793 if (go && p2p_go_select_channel(p2p, dev, &status) < 0)
796 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
868 const u8 *resp_chan, int go)
910 if (go || resp_chan == NULL)
919 if (go) {
941 int go = -1; local
1036 go
865 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...]
H A Dp2p_invitation.c179 int go = 0; local
257 &go, group_bssid, &op_freq, persistent, &intersection,
261 if (go) {
323 if (go &&
339 } else if (go && !(dev->flags & P2P_DEV_FORCE_FREQ) &&
365 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp125 void go() {} function in namespace:PR17139
127 void test() { bar(go); }
/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() )
/external/ppp/pppd/
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
903 ccp_options *go = &ccp_gotoptions[f->unit]; local
992 ccp_options *go = &ccp_gotoptions[f->unit]; local
1428 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]

Completed in 544 milliseconds

12