OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
51 - 75
of
10091
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-stlport_shared-exception/jni/
placement2.cpp
1
// Bug: We were
calling
f() twice, for both the placement new and placement
rethrow3.cpp
9
printf ("
CALLING
TERMINATE\n");
/ndk/tests/device/test-stlport_static-exception/jni/
pdel1.cpp
2
// Test for
calling
placement delete.
pdel2.cpp
2
// Test for not
calling
mismatched placement delete.
placement2.cpp
1
// Bug: We were
calling
f() twice, for both the placement new and placement
rethrow3.cpp
9
printf ("
CALLING
TERMINATE\n");
/system/extras/tests/bionic/libc/other/
test_system.c
16
fprintf(stderr, "Error
calling
system(): %d\n", errno);
/external/chromium_org/jingle/notifier/listener/
push_client_unittest.cc
36
// Make sure
calling
CreateDefault on the IO thread doesn't blow up.
42
// Make sure
calling
CreateDefault on a non-IO thread doesn't blow up.
53
// Make sure
calling
CreateDefaultOnIOThread on the IO thread doesn't
/external/chromium_org/third_party/skia/include/utils/
SkCondVar.h
30
* Lock a mutex. Must be done before
calling
the other functions on this object.
40
* Pause the
calling
thread. Will be awoken when signal() or broadcast() is called.
42
* the
calling
thread will hold the lock once again.
/external/skia/include/utils/
SkCondVar.h
30
* Lock a mutex. Must be done before
calling
the other functions on this object.
40
* Pause the
calling
thread. Will be awoken when signal() or broadcast() is called.
42
* the
calling
thread will hold the lock once again.
/external/webrtc/src/system_wrappers/interface/
condition_variable_wrapper.h
25
//
Calling
thread will atomically release critSect and wait until next
33
// Wakes one thread
calling
SleepCS().
36
// Wakes all threads
calling
SleepCS().
/cts/tests/tests/permission/src/android/permission/cts/
ConnectivityManagerPermissionTest.java
42
* Verify that
calling
{@link ConnectivityManager#getNetworkInfo(int))}
58
* Verify that
calling
{@link ConnectivityManager#getNetworkPreference()}
74
* Verify that
calling
{@link ConnectivityManager#requestRouteToHost(int, int)}
90
* Verify that
calling
{@link ConnectivityManager#setNetworkPreference(int)}
106
* Verify that
calling
{@link ConnectivityManager#setNetworkPreference(int)}
/libcore/luni/src/main/java/javax/sql/
RowSetReader.java
34
* Reads new data into the {@code RowSet}. The
calling
{@code RowSet} object
39
* This method adds rows into the
calling
{@code RowSet}. The reader may
41
* method (
calling
{@code execute} will cause an {@code SQLException} to be
43
* events are sent to listeners - any listeners are informed by the
calling
48
* must be the
calling
{@code RowSet} object, which must have
/frameworks/base/core/java/android/app/
UiAutomationConnection.java
171
//
Calling
out with a lock held is fine since if the system
172
// process is gone the client
calling
in will be killed.
184
//
Calling
out with a lock held is fine since if the system
185
// process is gone the client
calling
in will be killed.
197
//
Calling
out with a lock held is fine since if the system
198
// process is gone the client
calling
in will be killed.
209
//
Calling
out with a lock held is fine since if the system
210
// process is gone the client
calling
in will be killed.
213
//
Calling
out with a lock held is fine since if the system
214
// process is gone the client
calling
in will be killed
[
all
...]
/frameworks/base/libs/hwui/
Query.h
75
* does not support occlusion queries,
calling
this method as no effect.
76
* After
calling
this method successfully, the query is marked active.
91
* does not support occlusion queries,
calling
this method as no effect.
92
* After
calling
this method successfully, the query is marked inactive.
110
* false otherwise.
Calling
getResult() before the result
111
* is available may result in the
calling
thread being blocked.
127
*
Calling
this method implicitely calls end() if the query
/libcore/luni/src/main/java/java/lang/
AssertionError.java
44
* Constructs a new {@code AssertionError} with a message based on
calling
61
* Constructs a new {@code AssertionError} with a message based on
calling
72
* Constructs a new {@code AssertionError} with a message based on
calling
83
* Constructs a new {@code AssertionError} with a message based on
calling
94
* Constructs a new {@code AssertionError} with a message based on
calling
105
* Constructs a new {@code AssertionError} with a message based on
calling
116
* Constructs a new {@code AssertionError} with a message based on
calling
/dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp
103
//! lower bytecode AGET by
calling
aget_common
114
//! lower bytecode AGET_WIDE by
calling
aget_common
125
//! lower bytecode AGET_OBJECT by
calling
aget_common
131
//! lower bytecode BOOLEAN by
calling
aget_common
142
//! lower bytecode AGET_BYTE by
calling
aget_common
153
//! lower bytecode AGET_CHAR by
calling
aget_common
164
//! lower bytecode AGET_SHORT by
calling
aget_common
244
//! lower bytecode APUT by
calling
aput_common
255
//! lower bytecode APUT_WIDE by
calling
aput_common
266
//! lower bytecode APUT_BOOLEAN by
calling
aput_commo
[
all
...]
/libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalConvertTest.java
36
fail("java.lang.ArithmeticException isn't thrown after
calling
intValueExact");
47
fail("java.lang.ArithmeticException isn't thrown after
calling
intValueExact");
57
fail("java.lang.ArithmeticException isn't thrown after
calling
intValueExact");
68
fail("java.lang.ArithmeticException isn't thrown after
calling
intValueExact");
93
fail("java.lang.ArithmeticException isn't thrown after
calling
longValueExact");
104
fail("java.lang.ArithmeticException isn't thrown after
calling
longValueExact");
114
fail("java.lang.ArithmeticException isn't thrown after
calling
longValueExact");
129
fail("java.lang.ArithmeticException isn't thrown after
calling
longValueExact");
179
fail("java.lang.ArithmeticException isn't thrown after
calling
byteValueExact");
190
fail("java.lang.ArithmeticException isn't thrown after
calling
byteValueExact")
[
all
...]
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_map_sub.txt
77
Calling
this function effectively calls BufferSubData with the parameters
78
that were specified when originally
calling
MapBufferSubData. Note that
79
after
calling
UnmapBufferSubDataCHROMIUM the application should assume that
81
the application. Writing to it after
calling
UnmapBufferSubDataCHROMIUM will
86
<mem> is a pointer previously returned by
calling
MapBufferSubData and not
120
Calling
this function effectively calls TexSubImage2D with the parameters
121
that were specified when originally
calling
MapTexSubImage2D. Note that
122
after
calling
UnmapTexSubImage2DCHROMIUM the application should assume that
124
the application. Writing to it after
calling
UnmapTexSubImage2DCHROMIUM will
129
<mem> is a pointer previously returned by
calling
MapTexSubImage2D and no
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/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
...]
/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");
Completed in 6079 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>