HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 651 - 675 of 3111) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 488 * contents for a particular {@link Annotation}, calling itself
508 * contents for a particular constant, calling itself recursively
509 * should it encounter a {@link CstArray} and calling {@link
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ExecutorsTest.java 478 * With class loader permissions, calling
505 * Without permissions, calling privilegedCallable throws ACE
545 * With permissions, calling privilegedCallable succeeds
  /dalvik/libcore/text/src/main/java/java/text/
DecimalFormatSymbols.java 63 * calling {@link DecimalFormat#getDecimalFormatSymbols()}.
73 * calling {@link DecimalFormat#getDecimalFormatSymbols()}.
151 * @return the currency that was set in the constructor or by calling
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 51 * argument node-set, of the result of calling the document function with
56 * of the result of calling the document function with the first argument
159 // node in the argument node-set, of the result of calling the document
  /dalvik/vm/native/
java_lang_reflect_Field.c 81 * (1) Would an instance of the calling class have access to the field?
83 * calling class, or is the field's declaring class in the same
84 * package as the calling class?
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 266 * Set the configuration attribute with the specified name. Calling
267 * this with a <code>null</code> value is equivalent to calling
292 * <li>using JDK1.1 and the calling code is loaded via the system
294 * <li>using JDK1.2+ and the calling code is loaded via the boot
682 * (if any), after calling the instance method <code>release()</code> on
712 * instances, after calling the instance method <code>release()</code> on
745 * Theoretically, calling getClassLoader can throw a security exception,
    [all...]
  /external/bluetooth/glib/gio/
gvolume.c 355 * finished by calling g_volume_mount_finish() with the @volume
394 * is guaranteed to return the mount right after calling this
430 * finished by calling g_volume_eject_finish() with the @volume
  /external/clearsilver/cs/
cs.h 360 * Description: cs_render will evaluate a CS parse tree, calling the
361 * CSOUTFUNC passed to it for output. Note that calling
366 * functions before calling this function.
  /external/icu4c/i18n/
transreg.h 167 * make aliasReturn NULL before calling.
180 * The caller must call this after calling get(), if [a] calling get()
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_callbacks.cpp 86 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "EventHandlerThreadSafeCallbackAO_Audio::Run() - Calling Process Event"));
230 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "EmptyBufferDoneThreadSafeCallbackAO::Run() - Calling Process Event"));
371 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "FillBufferDoneThreadSafeCallbackAO::Run() - Calling Process Event"));
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_callbacks.cpp 86 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "EventHandlerThreadSafeCallbackAOEnc::Run() - Calling Process Event"));
231 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "EmptyBufferDoneThreadSafeCallbackAOEnc::Run() - Calling Process Event"));
373 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "FillBufferDoneThreadSafeCallbackAOEnc::Run() - Calling Process Event"));
  /external/skia/include/images/
SkImageDecoder.h 273 Calling this outside of onDecode() may return undefined values.
323 /** Calling newDecoder with a stream returns a new matching imagedecoder
325 of the stream as usual, calling unref() when it is done, as the returned
  /external/srec/portable/include/
ptrd.h 191 * awakened. A thread waits on the monitor by calling
217 * a monitor by calling <code>PtrdMonitorWait</code> or
476 * and destroyed before calling this function.
  /external/v8/src/
frames.h 171 // Compute the stack pointer for the calling frame.
189 // Fill in the state of the calling frame.
192 // Get the type and the state of the calling frame.
  /external/webkit/WebCore/plugins/
PluginStream.cpp 184 // calling into a plug-in could result in re-entrance if the plug-in yields
186 // loading while calling into the plug-in.
285 // Flash 9 can dereference null if we call NPP_URLNotify without first calling NPP_NewStream
  /external/webkit/WebKit/qt/Api/
qwebhistory.cpp 63 a QWebHistoryItem instance by calling setUserData() will change all copies of that
220 back() and forward() functions. The current item can be obtained by calling
225 obtained by calling the backItems() function; similarly, items describing the
  /frameworks/base/docs/html/guide/appendix/faq/
commontasks.jd 166 <p>Calling startActivity() or startActivityForResult() will open a new screen in whatever
173 calling {@link android.app.Activity#startActivity(android.content.Intent) startActivity}
208 into the calling Activity's {@link android.app.Activity#onActivityResult(int,int,android.content.Intent)
224 // See which child activity is calling us back.
265 <p>An activity can remove itself from the history stack by calling {@link android.app.Activity#finish()
274 calling methods on the {@link android.view.Window Window} member
275 of the underlying View object for the window. Examples include calling {@link
343 and register a receiver by calling {@link android.content.Context#registerReceiver(android.content.BroadcastReceiver,android.content.IntentFilter)
348 the caller specifies the receiver's class name in the Intent by calling {@link
451 and callback. You can create one by calling using the {@link
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 133 your application is prepared to be drawn, you must request your View be invalidated by calling
170 a {@link android.view.SurfaceHolder}. So, when your SurfaceView is initialized, get the SurfaceHolder by calling
172 like to receive SurfaceHolder callbacks (from {@link android.view.SurfaceHolder.Callback}) by calling
  /frameworks/base/docs/html/resources/faq/
commontasks.jd 166 <p>Calling startActivity() or startActivityForResult() will open a new screen in whatever
173 calling {@link android.app.Activity#startActivity(android.content.Intent) startActivity}
208 into the calling Activity's {@link android.app.Activity#onActivityResult(int,int,android.content.Intent)
224 // See which child activity is calling us back.
265 <p>An activity can remove itself from the history stack by calling {@link android.app.Activity#finish()
274 calling methods on the {@link android.view.Window Window} member
275 of the underlying View object for the window. Examples include calling {@link
343 and register a receiver by calling {@link android.content.Context#registerReceiver(android.content.BroadcastReceiver,android.content.IntentFilter)
348 the caller specifies the receiver's class name in the Intent by calling {@link
451 and callback. You can create one by calling using the {@link
    [all...]
  /frameworks/base/include/media/
AudioTrack.h 257 * loopCount: number of loops to execute. Calling setLoop() with loopCount == 0 cancels any pending or
268 * type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker notification
286 * Calling setPositionUpdatePeriod with updatePeriod == 0 cancels new position notification
  /dalvik/libcore/nio/src/main/java/java/nio/
CharBuffer.java 59 * Calling this method has the same effect as
104 * Calling this method has the same effect as
349 * Calling this method has the same effect as
505 * Calling this method has the same effect as
606 * Calling this method has the same effect as
738 * Calling this method has the same effect as {@code append(csq.toString())}.
  /dalvik/libcore/security/src/main/java/java/security/
Provider.java 155 * If a {@code SecurityManager} is installed, code calling this method needs
204 * If a {@code SecurityManager} is installed, code calling this method needs
275 * If a {@code SecurityManager} is installed, code calling this method needs
318 * If a {@code SecurityManager} is installed, code calling this method needs
534 * If a {@code SecurityManager} is installed, code calling this method needs
577 * If a {@code SecurityManager} is installed, code calling this method needs
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 747 * calling {@link #matches} for each character.
768 * beginning at {@code start}, calling {@link #matches} for each character.
794 * calling {@link #matches} for each character.
881 * calling {@link #matches(char)} for each character.
914 * you are better off calling {@link #replaceFrom(CharSequence, char)} directly.
    [all...]
  /external/kernel-headers/original/linux/
zlib.h 48 the history window and adjusts the accoutning without calling
109 opaque before calling the init function. All other fields are set by the
186 returned in stream->workspace before calling zlib_deflateInit().
308 returned in stream->workspace before calling zlib_inflateInit().
540 by calling deflateEnd. Note that deflateCopy duplicates the internal
    [all...]

Completed in 236 milliseconds

<<21222324252627282930>>