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

<<41424344454647484950>>

  /dalvik/vm/
InlineNative.c 81 * calling String.hashCode() through an Object reference will run the
82 * "slow" version, while calling it through a String reference gets
737 * hasn't been resolved yet, so we need to do the full "calling the
  /dalvik/vm/arch/arm/
CallEABI.S 19 * local calling conventions.
41 The method we are calling has the form:
49 us to convert these into local calling conventions.
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 388 /* Allocate a temporary buffer of sufficient size for calling
625 /* Construct the format string for calling snprintf or
706 /* Construct the arguments for calling snprintf or sprintf. */
  /external/e2fsprogs/intl/
vasnprintf.c 274 /* Allocate a temporary buffer of sufficient size for calling
501 /* Construct the format string for calling snprintf or
565 /* Construct the arguments for calling snprintf or sprintf. */
  /external/gtest/include/gtest/internal/
gtest-param-util.h 97 // for not calling Advance() on an iterator equal to
320 // responsible for not calling Current() on an out-of-range iterator.
495 // UnitTest has a guard to prevent from calling this method more then once.
  /external/icu4c/i18n/unicode/
plurfmt.h 382 * Note: Calling this method resets this <code>PluraFormat</code> object,
468 * Before calling, set parse_pos.index to the offset you want to start
469 * parsing at in the source. After calling, parse_pos.index is the end of
  /external/icu4c/layout/
LayoutEngine.h 27 * created by calling the layoutEngineFactory method. Fonts are identified by
319 * glyph, character index and position arrays by calling the reset
328 * This method will invoke the layout steps in their correct order by calling
  /external/jpeg/
example.c 130 * (You must set at least cinfo.in_color_space before calling this,
237 * rather than calling exit() as the standard error_exit method does.
418 * We cheated a bit by calling alloc_sarray() after jpeg_start_decompress();
  /external/opencore/codecs_v2/audio/aac/dec/src/
set_mc_info.cpp 85 pWinSeqInfo contents updated by calling infoinit if
89 pSfbWidth128 contents updated by calling infoinit if
105 The frame information will be updated by calling infoinit.c
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
set_mc_info.cpp 85 pWinSeqInfo contents updated by calling infoinit if
89 pSfbWidth128 contents updated by calling infoinit if
105 The frame information will be updated by calling infoinit.c
  /external/opencore/doc/oscl_html/
classOsclThread.html 282 Static routine to retrieve ID of calling thread. <dl compact><dt><b>Parameters: </b></dt><dd>
454 This API suspends the thread being referred. The thread can later be brought into execution by calling OSCL_ResumeThread() on it. <dl compact><dt><b>Parameters: </b></dt><dd>
489 Terminate a thread other than the calling thread.
classOsclTimerObject.html 189 'After' sets the request ready, with request status OSCL_REQUEST_STATUS_PENDING, and starts a timer. When the timer expires, the request will complete with status OSCL_REQUEST_ERR_NONE. Must be called from the same thread in which the active object is scheduled. Will leave if the request is already readied, the object is not added to any scheduler, or the calling thread does not match the scheduling thread. <dl compact><dt><b>Parameters: </b></dt><dd>
338 Remove this AO from its scheduler. Will leave if the calling thread context does not match the scheduling thread. Cancels any pending request before removing.
438 Set request ready for this AO. Will leave if the request is already readied, or the exec object is not added to any scheduler, or the calling thread context does not match the scheduler thread. </td>
  /external/openssl/crypto/
ex_data.c 567 * calling new() callbacks for each index in the class used by this variable */
574 /* Duplicate a CRYPTO_EX_DATA variable - including calling dup() callbacks for
583 /* Cleanup a CRYPTO_EX_DATA variable - including calling free() callbacks for
  /external/srec/portable/src/
pmemfixed.c 48 it runs out of pools (in this case it will return a null pointer to the calling code).
522 * without notification to the calling code.
582 * able to handle null or stale memory block pointers; calling this
  /external/webkit/WebCore/bridge/
npapi.h 315 * C++ ABI, it also has has different C calling convention.
316 * You must use glue code when calling between CFM and
379 * to wait a certain amount of millis before calling NPN_WriteReady again.
  /external/webkit/WebCore/icu/unicode/
usearch.h 57 * calling a <tt>reset</tt> followed by a <tt>next</tt> or <tt>previous</tt>.
58 * Though a direction change can occur without calling <tt>reset</tt> first,
449 * Deleting the returned <tt>UCollator</tt> before calling
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 464 * destination-uri property before calling this method.
494 * Cancels the download. Calling this will not free the
631 * must have been set by the application before calling
  /frameworks/base/core/java/android/view/
SurfaceView.java 60 * which can be retrieved by calling {@link #getHolder}.
352 * <p>Calling this overrides any previous call to {@link #setZOrderOnTop}.
371 * <p>Calling this overrides any previous call to {@link #setZOrderMediaOverlay}.
  /frameworks/base/docs/html/guide/appendix/faq/
troubleshooting.jd 113 <li>Make sure that you're calling setContentView() early in your onCreate() method.
114 Calling other methods, such as setListAdapter() before calling setContentView()
  /frameworks/base/docs/html/guide/topics/security/
security.jd 282 Going the other way, a permission can be supplied when calling
319 can also specify a required permission when sending a broadcast. By calling {@link
338 permission has been granted to the current calling process. Note that this can
  /frameworks/base/docs/html/resources/faq/
troubleshooting.jd 113 <li>Make sure that you're calling setContentView() early in your onCreate() method.
114 Calling other methods, such as setListAdapter() before calling setContentView()
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 198 * managed explicitly by calling bitmap.recycle() as soon as such a
243 * inside a decode... call. Calling this will notify the decoder that
327 * Synonym for opening the given resource and calling
  /frameworks/base/libs/utils/
Threads.cpp 422 * calling signal() and broadcast(), whereas POSIX only requires grabbing
423 * it before calling wait(). The implementation here has been un-optimized
443 // lock the external mutex before calling signal() and broadcast().
  /frameworks/base/media/libstagefright/codecs/aacdec/
set_mc_info.cpp 85 pWinSeqInfo contents updated by calling infoinit if
89 pSfbWidth128 contents updated by calling infoinit if
105 The frame information will be updated by calling infoinit.c
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java 197 * managed explicitly by calling bitmap.recycle() as soon as such a
242 * inside a decode... call. Calling this will notify the decoder that
326 * Synonym for opening the given resource and calling

Completed in 294 milliseconds

<<41424344454647484950>>