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

1 2 3 45 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetProvider.java 57 // - Tell the AppWidgetManager to show that views object for the widget.
117 // Tell the widget manager
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 83 // Tell the user to provide a media file URL.
106 // Tell the user to provide a media file URL.
  /external/opencore/fileformats/common/parser/src/
pvmi_datastreamsyncinterface_ref_impl.cpp 128 iFileNumBytes = (TOsclFileOffsetInt32)iFileObject->Tell();
298 int32 result = (TOsclFileOffsetInt32)iFileObject->Tell();
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_io.cpp 596 OSCL_EXPORT_REF TOsclFileOffset Oscl_File::Tell()
601 (0, "Oscl_File(0x%x)::Tell IN", this));
613 result = iFileCache->Tell();
615 result = iAsyncFile->Tell();
627 (0, "Oscl_File(0x%x)::Tell OUT result %d", this, result));
955 (0, "OsclNativeFile(0x%x)::Tell IN", this));
965 result = iNativeFile->Tell();
974 (0, "OsclNativeFile(0x%x)::Tell OUT result %d", this, result));
  /external/quake/quake/src/QW/scitech/include/
mglwin.h 86 /* Tell the MGL what your applications main window is */
90 /* Tell the MGL your applications instance handle (call before all funcs!) */
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 86 /* Tell the MGL what your applications main window is */
90 /* Tell the MGL your applications instance handle (call before all funcs!) */
  /external/speex/include/speex/
speex_jitter.h 98 /** Tell the jitter buffer to only adjust the delay in multiples of the step parameter provided */
103 /** Tell the jitter buffer to only do concealment in multiples of the size parameter provided */
  /external/speex/libspeex/
quant_lsp_bfin.h 41 well tell you all the magic resgister constraints used below
102 well tell you all the magic resgister constraints used below
  /external/stlport/stlport/stl/config/
_como.h 20 // If you do, please tell us at comeau@comeaucomputing.com
174 // If so, tell us at comeau@comeaucomputing.com
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 132 * callbacks on the service, and tell the client when this is done.
144 * callbacks on the service, and tell the client when this is done.
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser.cpp 65 filesize = ipFilePtr->Tell();
207 iMovieChunkStartOffset = ipFilePtr->Tell(); //get movi chunk start offset.
322 uint32 CurrOff = ipFilePtr->Tell();
611 arOffset = ipFilePtr->Tell();
629 currentFileOffset = ipFilePtr->Tell();
  /frameworks/base/core/java/android/webkit/
WebSettings.java 594 * Tell the WebView about user-agent string.
642 * Tell the WebView to use the wide viewport
659 * Tell the WebView whether it supports multiple windows. TRUE means
917 * Tell the WebView to load image resources automatically.
937 * Tell the WebView to block network images. This is only checked when
961 * Tell the WebView to block all network load requests. If you set the
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 231 // The user didn't tell us whether ::std::string is available, so we
243 // The user didn't tell us whether ::string is available, so we need
251 // The user didn't tell us whether ::std::wstring is available, so we need
269 // The user didn't tell us whether ::wstring is available, so we need
289 // The user didn't tell us whether RTTI is enabled, so we need to
330 // The user didn't tell us, so we need to figure it out.
340 // The user didn't tell us, so we need to figure it out.
370 // The user didn't tell us, so we need to figure it out.
461 // Tell the compiler to warn about unused return values for functions declared
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XNumber.java 67 * Tell that this is a CLASS_NUMBER.
385 * Tell if two objects are functionally equal.
416 * Tell if this expression returns a stable number that will not change during
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Variable.java 45 /** Tell if fixupVariables was called.
308 * Tell if this expression returns a stable number that will not change during
372 * Tell if this is a psuedo variable reference, declared by Xalan instead
  /development/pdk/docs/porting/
debugging_gdb.jd 74 <li>In <code>gdb</code>, Tell <code>gdb</code> where to find the shared libraries that will get loaded:
83 Make sure you specify the correct directories&#151;<code>gdb</code> may not tell you if you make a mistake.</li>
100 tell the host about
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 47 public static final String REQUERY_KEY = "Requery_All"; // Sent to tell us force a requery.
48 public static final String RSS_URL = "RSS_URL"; // Sent to tell us to requery a specific item.
94 // A cheap way to pass a message to tell the service to requery.
  /external/bluetooth/glib/gio/
gfileinputstream.c 99 iface->tell = g_file_input_stream_seekable_tell;
281 if (class->tell)
282 offset = class->tell (stream);
gfileoutputstream.c 102 iface->tell = g_file_output_stream_seekable_tell;
326 if (class->tell)
327 offset = class->tell (stream);
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 164 /* Tell the application object that this is now the application menu */
191 /* Tell the application object that this is now the window menu */
211 /* Tell the dock about us */
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 292 // tell the main thread about the newly created handle
303 // tell the main thread that the request is done
308 // tell the main thread to observe this redirect (FIXME: we probably
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 64 * A flag mask to tell if the application needs scaling (when mApplicationScale != 1.0f)
79 * A flag mask to tell if the application is configured to be expandable. This differs
95 * A flag mask to tell if the application supports large screens. This differs
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
BERInputStream.java 168 // tell from the context
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
AVTPart.java 71 * Tell if this expression or it's subexpressions can traverse outside
ElemChoose.java 158 * Tell if this element can accept variable declarations.

Completed in 363 milliseconds

1 2 3 45 6 7 8 91011>>