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

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 56 assertTrue("Calling nextBoolean() 100 times resulted in all trues",
58 assertTrue("Calling nextBoolean() 100 times resulted in all falses",
96 assertTrue("Calling nextDouble 100 times resulted in same number",
99 "Calling nextDouble resulted in a number out of range [0,1)",
120 assertTrue("Calling nextFloat 100 times resulted in same number",
122 assertTrue("Calling nextFloat resulted in a number out of range [0,1)",
143 assertTrue("Calling nextGaussian 100 times resulted in same number",
146 "Calling nextGaussian 100 times resulted in no number within 1 std. deviation of mean",
164 assertTrue("Calling nextInt 100 times resulted in same number",
186 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");
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.cc 13 // By default, calling Configure will send a SYNC_CONFIGURE_START
  /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/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/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
  /external/llvm/lib/Target/R600/
AMDGPUCallingConv.td 1 //===---- AMDCallingConv.td - Calling Conventions for Radeon GPUs ---------===//
10 // This describes the calling conventions for the AMD Radeon GPUs.
17 // Calling convention for SI
39 // Calling convention for compute kernels
  /external/llvm/test/CodeGen/NVPTX/
calling-conv.ll 5 ;; Kernel function using ptx_kernel calling conv
  /external/skia/src/ports/
SkTLS_pthread.cpp 20 // should we use forceCreateTheSlot to potentially skip calling pthread_once
  /frameworks/base/core/java/android/nfc/tech/
package.html 6 out what they are by calling {@link android.nfc.Tag#getTechList getTechList()}.</p>
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 26 * Ensures that an object reference passed as a parameter to the calling
41 * Ensures that an object reference passed as a parameter to the calling
58 * Ensures the truth of an expression involving the state of the calling
59 * instance, but not involving any parameters to the calling method.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 4 Objects of most types can now be created by calling the type object.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 4 Objects of most types can now be created by calling the type object.
  /dalvik/vm/compiler/codegen/x86/
LowerAlu.cpp 262 //! lower bytecode FLOAT_TO_INT by calling common_fp_to_int
272 //! lower bytecode DOUBLE_TO_INT by calling common_fp_to_int
365 //! lower bytecode FLOAT_TO_LONG by calling common_fp_to_long
375 //! lower bytecode DOUBLE_TO_LONG by calling common_fp_to_long
453 //! lower bytecode ADD_INT by calling common_alu_int
465 //! lower bytecode SUB_INT by calling common_alu_int
477 //! lower bytecode MUL_INT by calling common_alu_int
489 //! lower bytecode AND_INT by calling common_alu_int
501 //! lower bytecode OR_INT by calling common_alu_int
513 //! lower bytecode XOR_INT by calling common_alu_in
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
10 throw "exception from calling toString()";
  /external/chromium-libpac/test/js-unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
10 throw "exception from calling toString()";
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 32 // calling test is expected to do the cleanup before calling this function.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
10 throw "exception from calling toString()";

Completed in 517 milliseconds

1 2 34 5 6 7 8 91011>>