HomeSort by relevance Sort by last modified time
    Searched refs:go (Results 51 - 75 of 212) sorted by null

1 23 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 32 /** All tokens go to the parser (unless skip() is called in that rule)
34 * so that whitespace etc... can go to the parser on a "hidden" channel.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
KernelAdapter.java 73 private AtomicBoolean go = new AtomicBoolean(true); field in class:KernelAdapter
112 go.set(false);
264 while( go.get() ) {
287 if( !go.get() )
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 239 private AtomicBoolean go = new AtomicBoolean(true); field in class:UdpKernel.HostThread
263 go.set(false);
277 while( go.get() ) {
287 if( !go.get() )
  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 80 Button mGoButton = (Button) findViewById(R.id.go);
  /hardware/ti/wlan/mac80211/ti-utils/
Makefile 25 @cp -f ./scripts/go.sh $(NFSROOT)/home/root
  /external/openssl/crypto/
mem.c 186 long (*go)(void))
195 get_debug_options_func=go;
242 long (**go)(void))
248 if (go != NULL) *go=get_debug_options_func;
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 23 return -1; /* both devices want to become GO */
25 /* Use tie breaker bit to determine GO */
198 "P2P: Use PD-before-GO-Neg workaround for " MACSTR,
216 "peer " MACSTR " to send GO Negotiation Request",
225 "P2P: Sending GO Negotiation Request");
258 "P2P: Building GO Negotiation Response");
342 * p2p_prepare_channel() prior to the start of GO Negotiation. In addition, this
530 "P2P: Received GO Negotiation Request from " MACSTR
538 "P2P: Mandatory Capability attribute missing from GO "
549 "P2P: Mandatory GO Intent attribute missing from GO
631 int go; local
885 int go = -1; local
    [all...]
p2p_pd.c 45 struct p2p_device *go)
66 if (go) {
67 p2p_buf_add_group_id(buf, go->info.p2p_device_addr,
68 go->oper_ssid, go->oper_ssid_len);
347 "P2P: Start GO Neg after the PD-before-GO-Neg "
393 /* TODO: use device discoverability request through GO */
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 16 bne .L${opcode}_setFinal @ yes, go
35 * A debugger is attached, so we need to go ahead and do
entry.S 81 beq common_selectTrace @ go build the trace
  /dalvik/vm/mterp/mips/
OP_INVOKE_OBJECT_INIT_RANGE.S 16 beqz a2, .L${opcode}_finish # no, go
35 * A debugger is attached, so we need to go ahead and do
  /dalvik/vm/mterp/x86/
OP_INVOKE_OBJECT_INIT_RANGE.S 17 jnz .L${opcode}_setFinal # yes, go
40 * A debugger is attached, so we need to go ahead and do
OP_INVOKE_VIRTUAL.S 44 je common_errNullObject # go if so
OP_CHECK_CAST.S 22 je .L${opcode}_resolve # no, go do it now
OP_INVOKE_SUPER.S 60 jne .L${opcode}_continue # good to go - continue
OP_NEW_ARRAY.S 61 je common_exceptionThrown # yup - go handle
  /external/webkit/Tools/DumpRenderTree/android/
view_source.php 37 # Very primitive check if path tries to go above DOCUMENT_ROOT or is absolute
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 50 public void go() { method in class:MessengerTest.TestThread
  /external/valgrind/main/tests/
s390x_features.c 192 static int go(char *feature, char *cpu) function
276 static int go(char *feature, char *cpu) function
296 rc = go(argv[1], argv[2]);
  /external/ppp/pppd/
auth.c 587 * LCP has terminated the link; go to the Dead phase and take the
707 lcp_options *go = &lcp_gotoptions[unit]; local
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
746 if (go->neg_eap) {
749 } else if (go->neg_chap) {
750 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype));
752 } else if (go->neg_upap) {
785 lcp_options *go = &lcp_gotoptions[unit] local
1287 lcp_options *go = &lcp_gotoptions[unit]; local
    [all...]
  /external/chromium/chrome/browser/resources/
bug_report.js 7 'http://www.google.com/support/chrome/go/feedback_confirmation'
167 // Change the link to say "go to original"
182 // Change the link to say "go to original"
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 27 @ go ahead and transfer control to the native code
75 bxne r2 @ yes - go ahead
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 32 # go ahead and transfer control to the native code
95 jr a2 # go if return chaining cell still exist
  /device/samsung/maguro/
device.mk 17 # Anything that is generic to all tuna products should go in the tuna directory
  /device/samsung/toro/
device.mk 17 # Anything that is generic to all tuna products should go in the tuna directory

Completed in 1716 milliseconds

1 23 4 5 6 7 8 9