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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
modules.sgml 23 is supported on the platform by calling g_module_supported().
40 program, e.g. through calling <literal>g_quark_from_static_string ("my-module-stuff")</literal>,
41 it must ensure that it is never unloaded, by calling g_module_make_resident().
46 <title>Calling a function defined in a <structname>GModule</structname></title>
131 For example, calling g_module_build_path() on a Linux system with a @directory
datasets.sgml 116 Removes an element, without calling its destroy notification function.
171 Removes an element, without calling its destroy notifier.
206 Destroys the dataset, freeing all memory allocated, and calling any
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler.h 77 * the calling thread.
89 * for the calling thread.
118 * to be run again after aDelayMsec. Calling context is in-thread.
129 * Calling context may be any thread, so be careful!
338 * Get currently installed scheduler for calling thread,
oscl_thread.h 156 * by calling OSCL_ResumeThread() on it.
174 * Terminate a thread other than the calling thread.
190 * Static routine to retrieve ID of calling thread.
  /frameworks/base/core/java/android/os/
IBinder.java 37 * expected behavior when calling an object that exists in the local
55 * process A to process B, the calling thread in A blocks in transact() as
67 * transaction to finish will take care of calling Binder.onTransact() on the
69 * calling remote binder object are the same as when calling local objects.
  /frameworks/base/core/java/android/view/
VelocityTracker.java 82 * not touch the object after calling this function.
238 * {@link #computeCurrentVelocity(int)} before calling this function.
248 * {@link #computeCurrentVelocity(int)} before calling this function.
258 * {@link #computeCurrentVelocity(int)} before calling this function.
269 * {@link #computeCurrentVelocity(int)} before calling this function.
ViewTreeObserver.java 502 * always check for the result of this method before calling any other method.
526 // could mutate the list by calling the various add/remove methods. This prevents
544 // could mutate the list by calling the various add/remove methods. This prevents
565 // could mutate the list by calling the various add/remove methods. This prevents
585 // could mutate the list by calling the various add/remove methods. This prevents
602 // could mutate the list by calling the various add/remove methods. This prevents
627 // could mutate the list by calling the various add/remove methods. This prevents
  /frameworks/base/core/java/android/widget/
Filter.java 31 * <p>Filtering operations performed by calling {@link #filter(CharSequence)} or
75 * <p>Starts an asynchronous filtering operation. Calling this method
88 * <p>Starts an asynchronous filtering operation. Calling this method
221 * <p>Handles filtering requests by calling
270 * UI thread. The processing involves calling
PopupWindow.java 318 * <p>If the popup is showing, calling this method will take effect only
332 * <p>If the popup is showing, calling this method will take effect only
410 * <p>If the popup is showing, calling this method will take effect only
439 * <p>If the popup is showing, calling this method will take effect only
490 * <p>If the popup is showing, calling this method will take effect only
522 * <p>If the popup is showing, calling this method will take effect only
553 * <p>If the popup is showing, calling this method will take effect only
576 * <p>If the popup is showing, calling this method will take effect only
607 * <p>If the popup is showing, calling this method will take effect only
633 * <p>If the popup is showing, calling this method will take effect onl
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 163 // If we are calling this from the main thread, then we can call
189 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e);
205 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e);
221 Log.w(TAG, "Got RemoteException calling setCursorCapsMode", e);
237 Log.w(TAG, "Got RemoteException calling setExtractedText", e);
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Runtime.java 124 * process. The new process inherits the environment of the caller. Calling
125 * this method is equivalent to calling {@code exec(progArray, null, null)}.
147 * Calling this method is equivalent to calling
202 * process inherits the environment of the caller. Calling this method is
203 * equivalent to calling {@code exec(prog, null, null)}.
223 * process uses the environment provided in {@code envp}. Calling this
224 * method is equivalent to calling {@code exec(prog, envp, null)}.
606 * process can only be terminated by calling {@code halt()}.
625 * if a SecurityManager is registered and the calling cod
    [all...]
  /external/icu4c/test/letest/
letest.cpp 66 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount);
76 log_err("Calling getGlyphs(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
83 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
90 log_err("Calling getGlyphs(NULL, 0xFF000000L, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
97 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
104 log_err("Calling getCharIndices(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
118 log_err("Calling getCharIndices(NULL, 1024, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
132 log_err("Calling getGlyphPositions(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n")
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalConvertTest.java 890 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact");
    [all...]
  /frameworks/base/awt/javax/imageio/
ImageWriter.java 120 * Processes the start of an image read by calling their imageStarted method
135 * Processes the current percentage of image completion by calling
150 * Processes image completion by calling imageComplete method of registered
162 * Processes a warning message by calling warningOccurred method of
182 * Processes a warning message by calling warningOccurred method of
339 * calling this method.
755 * Processes the completion of a thumbnail read by calling their
767 * Processes the current percentage of thumbnail completion by calling their
782 * Processes the start of a thumbnail read by calling thumbnailStarted
799 * Processes that the writing has been aborted by calling writeAborte
    [all...]
  /external/guava/javadoc/com/google/common/base/
Preconditions.html 126 <i>calling method</i> has made an error. This tells the caller that it should
158 calling method.</TD>
168 calling method.</TD>
179 calling method.</TD>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures that an object reference passed as a parameter to the calling
232 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures that an object reference passed as a parameter to the calling
250 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures that an object reference passed as a parameter to the calling
291 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures the truth of an expression involving the state of the calling
292 instance, but not involving any parameters to the calling method.</TD>
301 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures the truth of an expression involving the state of the calling
    [all...]
  /external/svox/pico/lib/
picoapi.h 95 description of the status can be retrieved by calling function
103 warnings. Details about warnings can be retrieved by calling
324 When calling 'pico_newEngine' with 'voiceName', the corresponding
382 text parts from each other. Repeatedly calling 'pico_getData' will
399 the calling application. Ie. after calling 'pico_putTextUtf8'
  /dalvik/vm/arch/arm/
CallOldABI.S 20 * local calling conventions.
35 The method we are calling has the form:
43 us to convert these into local calling conventions.
  /external/guava/src/com/google/common/base/
Throwables.java 93 * calling method
110 * @param aDeclaredType any checked exception type declared by the calling
113 * calling method
  /external/icu4c/common/unicode/
putil.h 86 * This function is not thread-safe. Use it before calling ICU APIs from
101 * platform documentation on setlocale() before calling this function.
113 * platform documentation on setlocale() before calling this function.
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp 140 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "ThreadSafeCallbackAO::Run() - Calling Process Event"));
162 ////////////// BEFORE CALLING THE GENERIC API, YOU MUST SETUP (COPY IF NECESSARY)
167 //////////////// EXAMPLE CODE (For CALLING THE GENERIC API):
  /external/skia/include/core/
SkShader.h 31 A subclass of SkShader is installed in a SkPaint calling paint.setShader(shader). After that
71 bit, meaning that calling the 32bit shadeSpan() entry point will
142 this to defer some of their work (like calling bitmap.lockPixels()).
  /external/webkit/WebCore/bridge/c/
c_instance.cpp 136 throwError(exec, GeneralError, "Error calling method on NPObject!");
171 throwError(exec, GeneralError, "Error calling method on NPObject!");
210 throwError(exec, GeneralError, "Error calling method on NPObject!");
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 31 * so that any slowness with preparing or loading doesn't block the calling thread.
155 * Calling this before another audio file is done playing will stop
181 * at this point. Calling this multiple times has no ill effects.
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.h 184 * \brief Handle a STOP_COMPLETE event by exiting driver mode and calling the complete CB.\n
230 * \brief handle a DRIVER_MODE_FAILURE event by calling the response CB.\n
241 * \brief handle a START_FAILURE event by exiting driver mode and calling the complete CB.\n
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrvSM.h 187 * \brief Handle a STOP_COMPLETE event by exiting driver mode and calling the complete CB.\n
233 * \brief handle a DRIVER_MODE_FAILURE event by calling the response CB.\n
244 * \brief handle a START_FAILURE event by exiting driver mode and calling the complete CB.\n

Completed in 390 milliseconds

1 2 3 4 5 6 7 8 91011>>