HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 151 - 175 of 3173) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 104 // Tell the user about what we did.
136 // Tell the user about what we did.
158 // Tell the user about what we did.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java 115 * Tell if two modes match according to the rules of XSLT.
127 * Tell if two modes match according to the rules of XSLT.
162 * Tell if the pattern for this association is a wildcard.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 35 /** Bit flags to tell about this element type. */
131 * Tell if this element type has the basic bit properties that are passed
166 * Tell if any of the bits of interest are set for a named attribute type.
  /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/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PixelFormat.3 90 Pixel formats above 8-bit are an entirely different experience\&. They are considered to be "TrueColor" formats and the color information is stored in the pixels themselves, not in a palette\&. The mask, shift and loss fields tell us how the color information is encoded\&. The mask fields allow us to isolate each color component, the shift fields tell us the number of bits to the right of each component in the pixel value and the loss fields tell us the number of bits lost from each component when packing 8-bit color component in a pixel\&.
  /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/core/java/android/inputmethodservice/
AbstractInputMethodService.java 132 * callbacks on the service, and tell the client when this is done.
145 * callbacks on the service, and tell the client when this is done.
157 * callbacks on the service, and tell the client when this is done.
  /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.
  /packages/apps/Nfc/nci/jni/
NativeSecureElement.cpp 67 //tell the controller to power up to get ready for sec elem operations
91 //tell the controller to power down
127 //if nothing is active after this, then tell the controller to power down
  /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 136 uint64_t Start = OS.tell();
151 assert(OS.tell() - Start ==
166 uint64_t Start = OS.tell();
194 assert(OS.tell() - Start == SegmentLoadCommandSize);
214 uint64_t Start = OS.tell();
243 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
253 uint64_t Start = OS.tell();
263 assert(OS.tell() - Start == macho::SymtabLoadCommandSize);
276 uint64_t Start = OS.tell();
300 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
  /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 57 /* Tell drd the pthread_t of the running thread. */
66 /* Tell DRD that the calling thread is about to enter pthread_create(). */
69 /* Tell DRD that the calling thread has left pthread_create(). */
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 114 * Tell the window manager about the content and visible insets of the
161 * Tell the OS that we've just dragged into a View that is willing to accept the drop
166 * Tell the OS that we've just dragged *off* of a View that was willing to accept the drop
  /bionic/libc/arch-arm/include/machine/
endian.h 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/arch-mips/include/machine/
endian.h 55 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/arch-x86/include/machine/
endian.h 62 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/bionic/
crtbrand.c 40 * Unfortunately, there is no clean way to tell gcc to use another section type,

Completed in 663 milliseconds

1 2 3 4 5 67 8 91011>>