OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
451 - 475
of
5693
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/slf4j/integration/src/test/java/org/slf4j/
IncompatibleMultiBindingAssertionTest.java
48
protected void
tearDown
() throws Exception {
49
super.
tearDown
();
MissingSingletonMethodAssertionTest.java
47
protected void
tearDown
() throws Exception {
48
super.
tearDown
();
MultiBindingAssertionTest.java
48
protected void
tearDown
() throws Exception {
49
super.
tearDown
();
VersionMismatchAssertionTest.java
47
protected void
tearDown
() throws Exception {
48
super.
tearDown
();
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
SerializationTest.java
55
protected void
tearDown
() throws Exception {
56
super.
tearDown
();
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
LocLoggerTest.java
70
public void
tearDown
() throws Exception {
71
super.
tearDown
();
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
JDK14AdapterLoggerNameTest.java
44
protected void
tearDown
() throws Exception {
46
super.
tearDown
();
PerfTest.java
45
protected void
tearDown
() throws Exception {
46
super.
tearDown
();
/external/tensorflow/tensorflow/compiler/xla/tests/
hlo_verified_test_base.h
41
// REQUIRED: subclasses that override
TearDown
() must call this explicitly.
42
void
TearDown
() override;
/external/tensorflow/tensorflow/contrib/summary/
summary_test_internal.py
46
def
tearDown
(self):
48
super(SummaryDbTest, self).
tearDown
()
/external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.h
52
void
Teardown
();
75
void
Teardown
();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java
44
protected void
tearDown
() throws Exception {
45
super.
tearDown
();
/frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java
57
protected void
tearDown
() throws Exception {
60
super.
tearDown
();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteConnectionPoolTest.java
63
public void
teardown
() {
method in class:SQLiteConnectionPoolTest
65
Log.i(TAG, "
teardown
: deleting " + mTestDatabase);
/frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java
109
protected void
tearDown
() throws Exception {
110
super.
tearDown
();
/frameworks/base/core/tests/coretests/src/android/view/
DisabledTest.java
68
protected void
tearDown
() throws Exception {
69
super.
tearDown
();
GlobalFocusChangeTest.java
48
protected void
tearDown
() throws Exception {
50
super.
tearDown
();
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
TaskPersisterTest.java
51
public void
tearDown
() throws Exception {
52
super.
tearDown
();
/frameworks/base/test-runner/src/android/test/
ServiceTestCase.java
70
* After each test method finishes, the test case calls the {@link #
tearDown
} method. This
72
* service was started. If you override <code>
tearDown
()</code>, your must call the
73
* <code>super.
tearDown
()</code> as the last statement in your override.
181
* {@link #
tearDown
}.
251
* calls onDestroy(). Ordinarily this is called automatically (by {@link #
tearDown
}, but
275
* Subclasses that override this method must call <code>super.
tearDown
()</code> as their
282
protected void
tearDown
() throws Exception {
291
super.
tearDown
();
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
ServiceCrashTest.java
47
protected void
tearDown
() throws Exception {
50
super.
tearDown
();
/frameworks/compile/mclinker/templates/
implTest.cpp
31
//
TearDown
() will be called immediately after each test.
32
void ${class_name}Test::
TearDown
()
/frameworks/compile/mclinker/unittests/
DirIteratorTest.cpp
37
//
TearDown
() will be called immediately after each test.
38
void DirIteratorTest::
TearDown
() {
ELFReaderTest.h
39
//
TearDown
() will be called immediately after each test.
40
virtual void
TearDown
();
GCFactoryListTraitsTest.h
74
//
TearDown
() will be called immediately after each test.
75
virtual void
TearDown
();
LinearAllocatorTest.h
60
//
TearDown
() will be called immediately after each test.
61
virtual void
TearDown
();
Completed in 681 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>