HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 76 - 100 of 11340) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/base/
asyncinvoker-inl.h 28 // on the calling thread if necessary. Instances are ref-counted so their
33 // Runs the asynchronous task, and triggers a callback to the calling
38 // Simple closure that doesn't trigger a callback for the calling thread.
51 // Base class for closures that may trigger a callback for the calling thread.
52 // Listens for the "destroyed" signals from the calling thread and the invoker,
53 // and cancels the callback to the calling thread if either is destroyed.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
setjmp.h 34 /* Calling environment, plus possibly a saved signal mask. */
41 __jmp_buf __jmpbuf; /* Calling environment. */
51 /* Store the calling environment in ENV, also saving the signal mask.
57 /* Store the calling environment in ENV, also saving the
63 /* Store the calling environment in ENV, not saving the signal mask.
102 /* Store the calling environment in ENV, also saving the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
setjmp.h 34 /* Calling environment, plus possibly a saved signal mask. */
41 __jmp_buf __jmpbuf; /* Calling environment. */
51 /* Store the calling environment in ENV, also saving the signal mask.
57 /* Store the calling environment in ENV, also saving the
63 /* Store the calling environment in ENV, not saving the signal mask.
102 /* Store the calling environment in ENV, also saving the
  /external/chromium_org/ash/first_run/
first_run_helper.h 55 // calling this method.
65 // Returns bounds of system tray bubble. You must open bubble before calling
70 // bubble before calling this method.
  /external/chromium_org/mojo/apps/js/test/
handle_unittest.cc 35 // Test that calling Close() on a HandleWrapper for an invalid handle does not
59 // Test that calling Close on a HandleWrapper for a valid handle notifies
69 // Check that calling close again doesn't notify observers.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IMms.aidl 32 * @param callingPkg the package name of the calling app
49 * @param callingPkg the package name of the calling app
73 * @param callingPkg the calling app's package name
88 * @param callingPkg the package name of the calling app
102 * @param callingPkg the package name of the calling app
111 * @param callingPkg the package name of the calling app
121 * @param callingPkg the package name of the calling app
132 * @param callingPkg the package name of the calling app
142 * @param callingPkg the package name of the calling app
152 * @param callingPkg the package name of the calling ap
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RandomTest.java 58 assertTrue("Calling nextBoolean() 100 times resulted in all trues",
60 assertTrue("Calling nextBoolean() 100 times resulted in all falses",
98 assertTrue("Calling nextDouble 100 times resulted in same number",
101 "Calling nextDouble resulted in a number out of range [0,1)",
122 assertTrue("Calling nextFloat 100 times resulted in same number",
124 assertTrue("Calling nextFloat resulted in a number out of range [0,1)",
145 assertTrue("Calling nextGaussian 100 times resulted in same number",
148 "Calling nextGaussian 100 times resulted in no number within 1 std. deviation of mean",
166 assertTrue("Calling nextInt 100 times resulted in same number",
188 assertTrue("Calling nextInt (range) 100 times resulted in same number"
    [all...]
  /ndk/tests/device/issue19851-sigsetjmp/jni/
issue19851-sigsetjmp.c 27 printf("After calling siglongjmp, but you won't see me here.\n");
50 printf("After calling kill, but you won't see me here.\n");
57 printf("After calling foo, but you won't see me here.\n");
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 32 // Calling convention
35 // Managed runtime calling convention
53 // Calling convention
57 // JNI calling convention
  /bionic/libc/arch-x86_64/include/machine/
setjmp.h 6 * These are only the callee-saved registers, code calling setjmp
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
setjmp.h 6 * These are only the callee-saved registers, code calling setjmp
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
mock_braille_controller.h 23 // Sets the available flag without calling the observer.
  /external/chromium_org/net/base/
dns_reloader.h 13 // Call on the network thread before calling DnsReloaderMaybeReload() anywhere.
winsock_init.h 15 // Make sure that Winsock is initialized, calling WSAStartup if needed.
  /external/chromium_org/net/cert/
cert_verify_proc_android.h 12 // Performs certificate verification on Android by calling the platform
  /external/chromium_org/net/disk_cache/simple/
simple_index_delegate.h 19 // Dooms all entries in |entries|, calling |callback| with the result
  /external/chromium_org/third_party/WebKit/ManualTests/
submit-form-with-target-twice.html 11 <p>This tests that calling form.submit() twice in a row from JavaScript, on a form with a custom target and with at least one text field does not cause an assertion in a debug build of Safari.
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bar.cpp 15 printf("%s: Calling Foo()\n", __FUNCTION__);
  /external/chromium_org/third_party/skia/include/effects/
SkLayerRasterizer.h 42 * *cannot* be used any more after calling this function. If no layers have been added,
45 * The caller is responsible for calling unref() on the returned object, if non NULL.
52 * *may* be used after calling this function. It will continue to hold any layers
59 * The caller is responsible for calling unref() on the returned object, if non NULL.
  /external/chromium_org/third_party/skia/src/ports/
SkTLS_pthread.cpp 20 // should we use forceCreateTheSlot to potentially skip calling pthread_once
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
preproc.h 53 * Call yasm_preproc_create() instead of calling this function.
70 * Call yasm_preproc_destroy() instead of calling this function.
75 * Call yasm_preproc_get_line() instead of calling this function.
80 * Call yasm_preproc_get_included_file() instead of calling this function.
86 * Call yasm_preproc_add_include_file() instead of calling this function.
91 * Call yasm_preproc_predefine_macro() instead of calling this function.
96 * Call yasm_preproc_undefine_macro() instead of calling this function.
101 * Call yasm_preproc_builtin_define() instead of calling this function.
106 * Call yasm_preproc_add_standard() instead of calling this function.
  /external/chromium_org/tools/gyp/test/android/
gyptest-make-functions.py 8 Verifies that it's possible for gyp actions to use the result of calling a make
  /external/clang/test/CodeGen/
nvptx-cc.c 4 // Just make sure Clang uses the proper calling convention for the NVPTX back-end.
  /external/clang/test/SemaCXX/
warn-pure-virtual-call-from-ctor-dtor.cpp 9 // Don't warn (or note) when calling the function on a pointer. (PR10195)
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.man 6 by symbolic name. The list of recognized options can be obtained by calling

Completed in 829 milliseconds

1 2 34 5 6 7 8 91011>>