HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 126 - 150 of 2589) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 127 * Tell if the table contains the given string.
147 * Tell if the table contains the given string. Ignore case.
169 * Tell if the table contains the given string.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringVector.java 126 * Tell if the table contains the given string.
148 * Tell if the table contains the given string. Ignore case.
170 * Tell if the table contains the given string.
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc 65 // Also tell RenderWidgetHostView the new visibility. Despite its name, it
67 // unless we tell it.
198 // Tell the renderer not to draw scroll bars in popups unless the
  /external/chromium/net/base/
nss_memio.h 29 4) call memio_SetPeerName to tell NSS about the other end of the connection
60 /* Tell memio how many bytes were read from the network.
78 /* Tell memio how many bytes were sent to the network.
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 56 // Tell the view to invalidate the given rect. The rect is in view coordinates.
59 // Tell the view to immediately display its invalid rect.
62 // Tell the view to scroll scrollRect by scrollOffset.
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 83 // Tell the keyboard to go away.
109 // Tell the keyboard to go away.
129 // Tell the keyboard to go away.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
XmlParserUtils.java 48 * so you can't tell the difference.
56 * is missing or empty, so you can't tell the difference.
66 * Returns null when the element is missing, so you can tell between a missing element
  /external/chromium/base/
message_pump_libevent.cc 177 // Tell libevent which message pump this socket will belong to when we add it.
204 // Tell libevent to break out of inner loop.
268 // Tell both libevent and Run that they should break out of their loops.
274 // Tell libevent (in a threadsafe way) that it should break out of its loop.
351 // Tell libevent to break out of inner loop.
  /external/tcpdump/
print-arp.c 213 ND_PRINT((ndo, " tell %s", ipaddr_string(ATMSPA(ap))));
227 ND_PRINT((ndo, " tell "));
292 ND_PRINT((ndo, " tell %s", ipaddr_string(SPA(ap))));
301 ND_PRINT((ndo, "rarp who-is %s tell %s",
313 ND_PRINT((ndo, "invarp who-is %s tell %s",
  /external/llvm/lib/MC/
MachObjectWriter.cpp 121 uint64_t Start = OS.tell();
136 assert(OS.tell() - Start ==
151 uint64_t Start = OS.tell();
179 assert(OS.tell() - Start == SegmentLoadCommandSize);
199 uint64_t Start = OS.tell();
228 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
238 uint64_t Start = OS.tell();
248 assert(OS.tell() - Start == macho::SymtabLoadCommandSize);
261 uint64_t Start = OS.tell();
285 assert(OS.tell() - Start == macho::DysymtabLoadCommandSize)
    [all...]
  /external/llvm/test/Scripts/
coff-dump.py 282 Stack [0:0] = [Input.tell()]
514 end_of_array = Input.tell() + value
516 prev_loc = Input.tell()
518 while Input.tell() < end_of_array:
523 index += (Input.tell() - prev_loc) / item_size
524 prev_loc = Input.tell()
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 23 // Tell the activity's window that we want to do our own drawing
67 // Tell the drawing thread that a surface is available.
83 // We need to tell the drawing thread to stop, and block until
GLES20Activity.java 36 // Tell the surface view we want to create an OpenGL ES 2.0-compatible
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 85 * @return {Boolean} false to tell the browser not to submit the form.
162 * @return {Boolean} false to tell the browser not to submit the form.
187 // send the request and tell the user.
  /external/qemu/android/
framebuffer.h 150 /* the Producer::Detach method is used to tell the producer that the
163 /* tell a client that a rectangle region has been updated in the framebuffer
169 /* rotate the framebuffer (may swap width/height), and tell all clients.
  /external/valgrind/main/drd/
drd_clientreq.h 58 /* Tell drd the pthread_t of the running thread. */
67 /* Tell DRD that the calling thread is about to enter pthread_create(). */
70 /* Tell DRD that the calling thread has left pthread_create(). */
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 105 * Tell the window manager about the content and visible insets of the
152 * Tell the OS that we've just dragged into a View that is willing to accept the drop
157 * Tell the OS that we've just dragged *off* of a View that was willing to accept the drop
  /bionic/libc/arch-arm/include/
endian.h 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/arch-x86/include/
endian.h 62 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/include/
resolv.h 59 /* tell resolver of the address of an interface */
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 61 // Sure, NOW they tell us (NOTE: this could be a side effect
  /dalvik/vm/jdwp/
JdwpMain.cpp 206 * Tell the JDWP thread to shut down. Frees "state".
328 /* handshake worked, tell the interpreter that we're active */
355 /* tell the interpreter that the debugger is no longer around */
395 * There's no JDWP event we can post to tell the debugger, "we've stopped,
  /dalvik/vm/mterp/
Mterp.cpp 51 * none of the handlers overflows the 64-byte limit. This won't tell
  /development/ndk/platforms/android-9/arch-x86/include/
endian.h 62 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 60 // Tell the user to provide an audio file URL.

Completed in 787 milliseconds

1 2 3 4 56 7 8 91011>>