HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 576 - 600 of 10314) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 91 * Test calling a static method on a sibling class.
106 * Test calling an instance method on a sibling class.
147 * Test calling a static method on a cousin class.
162 * Test calling an instance method on a cousin class.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp 31 // verify calling original unexpected handler calls terminate
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp 30 // defines std::exception and its members as having C calling
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 28 // used to enable and disable profiling for the calling thread. The profiling
185 // Enable profiling for the calling thread. Periodically (every cycleTimeInMs
186 // milliseconds) sample the stack trace of the calling thread.
192 // Disable profiling for the calling thread.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java 39 * may not be used after calling this method. Implementations of this method must be
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderController.java 39 * Returns the current recent folders. Instead of calling this method,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
alloca.h 32 /* Allocate a block that will be freed when the calling function exits. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigthread.h 29 /* Modify the signal mask for the calling thread. The arguments have
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h 32 /* Allocate a block that will be freed when the calling function exits. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h 29 /* Modify the signal mask for the calling thread. The arguments have
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h 32 /* Allocate a block that will be freed when the calling function exits. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h 29 /* Modify the signal mask for the calling thread. The arguments have
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrtod.h 19 /* The caller is responsible for calling PyMem_Free to free the buffer
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrtod.h 19 /* The caller is responsible for calling PyMem_Free to free the buffer
  /system/security/keystore/include/keystore/
keystore_get.h 31 * and the caller is responsible for calling free() on the buffer.
  /external/chromium_org/content/renderer/pepper/
npapi_glue.h 53 // NPObject for use byt he given module. Calling this function multiple times
114 // after calling SetResult/CheckExceptionForNoResult.
124 // Call this after calling a PPAPI function that could have set the
197 // to allow integer identifiers. The calling code can decode if it wants to
199 // (like for method calling) by setting |allow_integer_identifier|. If this
204 // supposed to error out before calling into V8 (which will then call us back).
206 // plugin calling us.
  /external/chromium_org/third_party/icu/source/common/unicode/
uclean.h 31 * ICU by calling u_init().
60 * calling this function, otherwise ICU may not free its allocated memory
61 * (e.g. close your converters and resource bundles before calling this
73 * calling u_cleanup(), these runtime override functions will need to
77 * before calling this function.
83 * After calling u_cleanup(), an application may continue to use ICU by
84 * calling u_init(). An application must invoke u_init() first from one single
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmapts.cpp 102 dataerrln("Error calling DateFormat::createInstance()");
291 // DateFormat calling Format API
304 // SimpleDateFormat calling Format & DateFormat API
320 // NumberFormat calling Format API
334 // DecimalFormat calling Format & NumberFormat API
355 // ChoiceFormat calling Format & NumberFormat API
372 // MessageFormat calling Format API
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h 149 ** The calling thread is blocked until the target thread completes.
152 ** The calling thread will not be blocked if the target thread has already
242 ** Clear the interrupt request for the calling thread. If no such request
248 ** Block the interrupt for the calling thread.
253 ** Unblock the interrupt for the calling thread.
260 ** equivalent to calling PR_Yield. Calling PR_Sleep with an argument
  /external/chromium_org/v8/src/
execution.h 88 // calling the function (if caught exception is false) or the exception
160 // object. Used for support calling objects as functions.
168 // object. Used for support calling objects as constructors.
251 // You should hold the ExecutionAccess lock when calling this method.
259 // You should hold the ExecutionAccess lock when calling this method.
264 // You should hold the ExecutionAccess lock when calling this method.
268 // You should hold the ExecutionAccess lock when calling this method.
  /external/chromium_org/v8/src/platform/
mutex.h 49 // - A calling thread owns a mutex from the time that it successfully calls
54 // A calling thread must not own the mutex prior to calling |Lock()| or
64 // locked and owned by the calling thread, and immediately. If the mutex
65 // is already locked by another thread, suspends the calling thread until
70 // the calling thread on entrance.
139 // - A calling thread owns a recursive mutex for a period of time that starts
  /external/icu4c/common/unicode/
uclean.h 29 * ICU by calling u_init().
59 * calling this function, otherwise ICU may not free its allocated memory
60 * (e.g. close your converters and resource bundles before calling this
72 * calling u_cleanup(), these runtime override functions will need to
76 * before calling this function.
82 * After calling u_cleanup(), an application may continue to use ICU by
83 * calling u_init(). An application must invoke u_init() first from one single
  /external/icu4c/test/intltest/
dtfmapts.cpp 102 dataerrln("Error calling DateFormat::createInstance()");
291 // DateFormat calling Format API
304 // SimpleDateFormat calling Format & DateFormat API
324 // NumberFormat calling Format API
338 // DecimalFormat calling Format & NumberFormat API
359 // ChoiceFormat calling Format & NumberFormat API
376 // MessageFormat calling Format API
  /external/v8/src/
execution.h 86 // calling the function (if caught exception is false) or the exception
152 // object. Used for support calling objects as functions.
158 // object. Used for support calling objects as constructors.
234 // You should hold the ExecutionAccess lock when calling this method.
242 // You should hold the ExecutionAccess lock when calling this method.
247 // You should hold the ExecutionAccess lock when calling this method.
251 // You should hold the ExecutionAccess lock when calling this method.
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 24 /* prototypes required by the calling layer. All other types, structures and */
50 /* Mono format data is not supported, the calling routine must convert a Mono stream */
163 /* rates only by calling the init function with the value: */
313 /* This function can be used to create an algorithm instance by calling with */
318 /* by calling with hInstance = Instance Handle. In this case the memory table */
319 /* should be correct for the instance, this can be ensured by calling the function */
320 /* LVDBE_Memory before calling this function. */

Completed in 1298 milliseconds

<<21222324252627282930>>