HomeSort by relevance Sort by last modified time
    Searched refs:go (Results 176 - 200 of 307) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/
md5.js 198 You Capulet; shall go along with me:\n\
  /external/libvpx/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 35 ; use "vqdmulh"(neon) instruction since it won't go out of range
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 39 * How many times to try to scan to find the GO before giving up on join
48 * How many seconds to try to reconnect to the GO when connection in P2P client
69 * WPS provisioning step on the GO. This controls the extra time the P2P
71 * WPS provisioning has been completed on the GO during group formation.
100 int go);
321 size_t ssid_len, int *go)
334 if (go)
335 *go = s->mode == WPAS_MODE_P2P_GO;
373 gtype = "GO";
382 gtype = "GO";
2707 int go = s->mode == WPAS_MODE_P2P_GO; local
4643 int go = 0; local
    [all...]
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 56 * translate, and press the "Go" button.
162 Button b = (Button) findViewById(R.id.go);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 644 'sys.stderr.write("Go.\\n") ;'
651 go = reader_process.stderr.read(4)
652 if go != 'Go.\n':
654 self.fail('Error from %s process while awaiting "Go":\n%s' % (
655 method_name, go+reader_process.stderr.read()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 644 'sys.stderr.write("Go.\\n") ;'
651 go = reader_process.stderr.read(4)
652 if go != 'Go.\n':
654 self.fail('Error from %s process while awaiting "Go":\n%s' % (
655 method_name, go+reader_process.stderr.read()))
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 436 @ go ahead and transfer control to the native code
484 bxne r2 @ yes - go ahead
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 224 * go back to native execution. Otherwise, it's back to the
241 beq toInterpreter @ go if not, otherwise do chain
576 bne 2f @ go if so
657 bne 11f @ go handle them if so
    [all...]
  /external/chromium_org/third_party/icu/source/
runConfigureICU 93 # Go.
388 echo If the result of the above commands looks okay to you, go to the directory
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 400 set ::go 1
401 for {set ::n $start} {$::go && $::n <= $end} {incr ::n} {
469 set go [expr {$nFail>0}]
  /external/icu4c/
runConfigureICU 100 # Go.
414 echo If the result of the above commands looks okay to you, go to the directory
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 404 tp.go(fd, 2000);
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 248 // if there aren't any children, go to the next section (required for About pages)
269 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
    [all...]
  /bionic/libc/arch-mips/string/
memcpy.S 184 # Here we have src and dest word-aligned but less than 64-bytes to go
349 # Here we have src and dest word-aligned but less than 64-bytes to go
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 5 // Mac and Windows go to native certificate manager, and certificate manager
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 257 // If the URL is a redirect URL, strip of the destination and go to
  /external/clang/www/demo/
index.cgi 435 $actualsrc =~ s/\015\012/\n/go;
  /external/tremolo/Tremolo/
bitwiseARM.s 314 @ r2 = -number of bits to go from this segment
348 @ r2 = -number of bits to go from this segment
  /frameworks/rs/
Android.mk 70 # TODO: This should go into build/core/config.mk
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 430 ; go back by 7*32 for the seven lines moved fully by read and add
431 ; go back by 32 for the eigth line only read
432 ; advance by 16*2 to go the next pair
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 193 // if there aren't any children, go to the next section (required for About pages)
214 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 250 // if there aren't any children, go to the next section (required for About pages)
271 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 1490 go(); method
1493 public Object go() { method in class:ConversationCursor.ConversationProvider.ProviderExecute
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 84 final String strGo = mResources.getString(R.string.go, "%1$s%%", 12);
85 assertEquals("Go", strGo);
  /external/bison/data/
glr.c 166 # Declaration that might either go into the header (if --defines)
    [all...]

Completed in 785 milliseconds

1 2 3 4 5 6 78 91011>>