HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 176 - 200 of 4534) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/view/animation/
package.html 6 animation</strong>, in which you tell Android to perform a series of simple
  /ndk/sources/host-tools/sed-4.2.1/
README.boot 8 various compiler warnings. You may want to tell bootstrap.sh
  /ndk/sources/host-tools/sed-4.2.1/m4/
double-slash-root.m4 12 # When cross-compiling, there is no way to tell whether // is special
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statfs.h 65 /* Tell code we have these members. */
string.h 24 /* Currently the only purpose of this file is to tell the generic inline
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statfs.h 65 /* Tell code we have these members. */
string.h 24 /* Currently the only purpose of this file is to tell the generic inline
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statfs.h 65 /* Tell code we have these members. */
string.h 24 /* Currently the only purpose of this file is to tell the generic inline
  /external/valgrind/main/
README_MISSING_SYSCALL_OR_IOCTL 30 1. Tell a tool what's about to happen, before the syscall takes place. A
35 2. Tell a tool what just happened, after a syscall takes place. This is
75 Next, if a non-NULL buffer is passed in as the argument, tell the tool that the
83 function: if, and only if, the system call was successful, tell the tool that
112 This should tell you something like __NR_mysyscallname.
  /ndk/sources/android/cpufeatures/
cpu-features.h 106 * If you want to tell the compiler to generate code that targets one of
112 * These are equivalent and tell GCC to use VFPv2 instructions for
120 * Tell GCC to use VFPv3 instructions (using only 16 FPU registers).
127 * Tell GCC to use VFPv3 instructions with 32 FPU registers.
131 * Tell GCC to use VFPv3 instructions with 32 FPU registers, and
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 28 * Tell the host application the current progress of loading a page.
151 * Tell the client to display a javascript alert dialog. If the client
166 * Tell the client to display a confirm dialog to the user. If the client
184 * Tell the client to display a prompt dialog to the user. If the client
203 * Tell the client to display a dialog to confirm navigation away from the
224 * Tell the client that the quota has been exceeded for the Web SQL Database
299 * Tell the client that a JavaScript execution timeout has occured. And the
373 * Tell the client to open a file chooser.
387 * Tell the client that the page being viewed has an autofillable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 9 pos = f.tell() # get current position
114 def tell(self): member in class:StringIO
292 length = f.tell()
298 print 'Position =', f.tell()
308 f.seek(f.tell() - len(line))
313 print 'File length =', f.tell()
314 if f.tell() != length:
318 print 'Truncated length =', f.tell()
319 if f.tell() != length/2:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 9 pos = f.tell() # get current position
114 def tell(self): member in class:StringIO
292 length = f.tell()
298 print 'Position =', f.tell()
308 f.seek(f.tell() - len(line))
313 print 'File length =', f.tell()
314 if f.tell() != length:
318 print 'Truncated length =', f.tell()
319 if f.tell() != length/2:
  /art/compiler/dex/
dataflow_iterator.h 33 * pass through the pre-computed list using Next(). If true, the caller must tell the
53 * Return the next BasicBlock* to visit, and tell the iterator whether any change
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 76 * Tell the V9 input manager that it should stop polling for disconnected
84 * Tell the V9 input manager that it should start polling for disconnected
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
index.apt 15 The job of the plugin is essentially to tell the standard ANTLR parser generator where the
61 Such files are never built on their own, but the plugin will automatically tell the ANTLR
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 58 * Tell me how to create a token for use with imaginary token nodes.
75 * Tell me how to create a token for use with imaginary token nodes.
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 77 * Tell that this is a CLASS_BOOLEAN.
141 * Tell if two objects are functionally equal.
  /external/chromium_org/chrome/browser/ui/gtk/
reload_button_gtk.h 144 // Increments when we would tell the browser to "reload", so
145 // test code can tell whether we did so (as there may be no |browser_|).
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_win.cc 79 // we instead tell the dialog its listener is going away, so that the dialog
80 // doesn't try to communicate with a destroyed listener later. (We also tell
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.h 108 // Increments when we would tell the browser to "reload", so
109 // test code can tell whether we did so (as there may be no |browser_|).
  /external/chromium_org/chrome/third_party/chromevox/closure/
closure_preinit.js 22 * Tell Closure to load JavaScript code from the extension root directory.
28 * Tell Closure not to load deps.js; it's included by manifest.json already.
  /external/chromium_org/content/common/media/
audio_messages.h 34 // Tell the renderer process that an audio stream has been created.
53 // Tell the renderer process that an audio input stream has been created.
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXARIAGridCell.cpp 98 // as far as I can tell, grid cells cannot span rows
120 // as far as I can tell, grid cells cannot span columns

Completed in 1801 milliseconds

1 2 3 4 5 6 78 91011>>