HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 26 - 50 of 1417) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
IWindow.aidl 41 * Invoked by the view server to tell a window to execute the specified
56 * Tell the window that it is either gaining or losing focus. Keep it up
  /external/openssl/crypto/des/
des-lib.com 80 $! Tell The User What Kind of Machine We Run On.
145 $! Tell The User That We Are Compiling.
195 $! Tell The User We Are Compiling The Source File.
209 $! Tell The User That The File Dosen't Exist.
244 $! Tell The User That We Are All Done.
269 $! Tell The User That The File Dosen't Exist.
283 $! Tell The User What We Are Building.
317 $! Tell The User That The File Dosen't Exist.
331 $! Tell The User What We Are Building.
365 $! Tell The User That The File Dosen't Exist
    [all...]
  /external/elfutils/
Makefile.am 33 # Tell version 3.79 and up of GNU make to not build goals in this
  /external/icu4c/samples/ufortune/
Makefile 32 # hook variables to tell rules.mk we want subdirectory processing
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 26 * long as they are computed from immutable state and that callers cannot tell
  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.h 32 /* Flag to tell whether the app is active or not */
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QPEApp.h 32 /* Flag to tell whether the app is active or not */
  /external/strace/
README-linux 21 * you can tell make where your kernel sources are. For example if you
  /external/tcpdump/tests/
isakmp4.new 1 arp who-has 192.1.2.23 tell 192.1.2.254
13 arp who-has 192.1.2.254 tell 192.1.2.23
26 arp who-has 192.1.2.23 tell 192.1.2.254
32 arp who-has 192.1.2.254 tell 192.1.2.23
isakmp4.out 1 arp who-has 192.1.2.23 tell 192.1.2.254
13 arp who-has 192.1.2.254 tell 192.1.2.23
26 arp who-has 192.1.2.23 tell 192.1.2.254
32 arp who-has 192.1.2.254 tell 192.1.2.23
  /external/webkit/WebKit/mac/Plugins/
WebPlugin.h 41 @abstract Tell the plug-in to perform one-time initialization.
49 @abstract Tell the plug-in to start normal operation.
60 @abstract Tell the plug-in to stop normal operation.
70 @abstract Tell the plug-in perform cleanup and prepare to be deallocated.
WebPluginContainer.h 40 @abstract Tell the application to show a URL in a target frame
51 @abstract Tell the application to show the specified status message.
  /frameworks/base/core/java/android/view/animation/
package.html 6 animation</strong>, in which you tell Android to perform a series of simple
  /frameworks/base/core/res/
Android.mk 23 # Tell aapt to create "extending (non-application)" resource IDs,
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewCallback.java 20 * The callback used by the keyguard view to tell the {@link KeyguardViewMediator}
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 31 * Tell the thread to exit. This is usually called from the UI thread. The
  /external/openssl/ssl/
ssl-lib.com 89 $! Tell The User What Kind of Machine We Run On.
185 $! Tell The User That We Are Compiling The Library.
223 $! Tell The User That The File Dosen't Exist.
237 $! Tell The User What File We Are Compiling.
262 $! Tell The User That We Are All Done.
284 $! Tell The User That The File Dosen't Exist.
298 $! Tell The User We Are Creating The SSL_TASK.
457 $! Tell The User What Linker Option File We Are Using.
471 $! Tell The User We Can't Find The LIBSSL.OLB Library.
491 $! Tell The User We Can't Find The LIBCRYPTO.OLB Library
    [all...]
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 27 * Tell the host application the current progress of loading a page.
127 * Tell the client to display a javascript alert dialog. If the client
142 * Tell the client to display a confirm dialog to the user. If the client
160 * Tell the client to display a prompt dialog to the user. If the client
179 * Tell the client to display a dialog to confirm navigation away from the
200 * Tell the client that the database quota for the origin has been exceeded.
220 * Tell the client that the Application Cache has exceeded its max size.
246 * Tell the client that a JavaScript execution timeout has occured. And the
315 * Tell the client to open a file chooser.
  /external/opencore/fileformats/common/parser/src/
pvfile.cpp 66 OSCL_EXPORT_REF int32 PVFile::Tell()
69 return (TOsclFileOffsetInt32)iFile->Tell();
71 return (TOsclFileOffsetInt32)iFilePtr->Tell();
257 uint32 currPos = (uint32)(iFile->Tell());
262 iFileSize = (uint32)(iFile->Tell());
274 uint32 currPos = (uint32)(iFilePtr->Tell());
  /dalvik/libcore/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.
XBooleanStatic.java 50 * Tell if two objects are functionally equal.
  /external/opencore/fileformats/mp3/parser/src/
mp3utils.cpp 34 return (fp->Tell());
77 uint32 currPos = (uint32)(fp->Tell());
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_cache.cpp 156 if ((uint32)(FileSize() - Tell()) < size)
236 && (Tell() != FileSize()))
305 int32 retval = SetCachePosition(Tell());
336 pos = Tell() + offset;
506 (0, "OsclFileCache(0x%x)::FillCacheFromFile vpos %d", this, Tell()));
510 TOsclFileOffset newpos = Tell();
567 (0, "OsclFileCache(0x%x)::WriteCacheToFile vpos %d", this, Tell()));
624 TOsclFileOffset newpos = Tell();
oscl_file_cache.h 72 TOsclFileOffset Tell()
81 return (Tell() == FileSize()) ? 1 : 0;
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java 28 * A class that implements this interface can tell if a given element should

Completed in 788 milliseconds

12 3 4 5 6 7 8 91011>>