OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
76 - 100
of
10314
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.