OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
126 - 150
of
5693
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/libs/gui/tests/
SurfaceTextureGL.h
52
void
TearDown
() {
57
GLTest::
TearDown
();
SurfaceTextureGLToGL.h
51
virtual void
TearDown
() {
58
SurfaceTextureGLTest::
TearDown
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsRttTextHandler.java
62
// Indicates that the call is over and we should
teardown
everything we have set up.
63
private static final int
TEARDOWN
= 9999;
85
obtainMessage(
TEARDOWN
).sendToTarget();
95
obtainMessage(
TEARDOWN
).sendToTarget();
136
obtainMessage(
TEARDOWN
).sendToTarget();
181
case
TEARDOWN
:
208
public void
tearDown
() {
209
obtainMessage(
TEARDOWN
).sendToTarget();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DuplicateDirectByteBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
DuplicateHeapByteBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
DuplicateWrappedByteBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
HeapByteBufferTest.java
30
protected void
tearDown
() throws Exception {
31
super.
tearDown
();
HeapCharBufferTest.java
30
protected void
tearDown
() throws Exception {
31
super.
tearDown
();
HeapDoubleBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
HeapFloatBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
HeapIntBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
HeapLongBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
HeapShortBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
ReadOnlyDirectByteBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyHeapByteBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
ReadOnlyHeapCharBufferTest.java
32
protected void
tearDown
() throws Exception {
33
super.
tearDown
();
ReadOnlyHeapDoubleBufferTest.java
30
protected void
tearDown
() throws Exception {
31
super.
tearDown
();
ReadOnlyHeapFloatBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyHeapIntBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyHeapLongBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyHeapShortBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyWrappedByteBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
ReadOnlyWrappedCharBufferTest1.java
31
protected void
tearDown
() throws Exception {
32
super.
tearDown
();
ReadOnlyWrappedDoubleBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyWrappedFloatBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
Completed in 131 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>