OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
201 - 225
of
2394
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/bt/osi/test/
AlarmTestHarness.cpp
54
void AlarmTestHarness::
TearDown
() {
57
AllocationTestHarness::
TearDown
();
/frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java
39
* <li>After your test completes, the test case {@link #
tearDown
} method is
108
* be stopped by {@link #
tearDown
}. If you wish to inject a specialized Context for your
126
* call onTerminate(). Ordinarily this will be called automatically (by {@link #
tearDown
}, but
138
* test. Subclasses that override this method should make sure they call super.
tearDown
()
144
protected void
tearDown
() throws Exception {
153
super.
tearDown
();
ProviderTestCase.java
29
* {@link #
tearDown
}.
82
protected void
tearDown
() throws Exception {
84
super.
tearDown
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py
84
def
tearDown
(self):
85
ordering.append('
tearDown
')
104
self.assertEqual(ordering, ['setUp', 'test', '
tearDown
',
125
def
tearDown
(self):
126
ordering.append('
tearDown
')
137
self.assertEqual(ordering, ['setUp', 'test', '
tearDown
', 'cleanup1', 'cleanup2'])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py
84
def
tearDown
(self):
85
ordering.append('
tearDown
')
104
self.assertEqual(ordering, ['setUp', 'test', '
tearDown
',
125
def
tearDown
(self):
126
ordering.append('
tearDown
')
137
self.assertEqual(ordering, ['setUp', 'test', '
tearDown
', 'cleanup1', 'cleanup2'])
/external/google-breakpad/src/testing/gtest/samples/
sample5_unittest.cc
71
//
TearDown
() is invoked immediately after a test finishes. Here we
73
virtual void
TearDown
() {
78
// know that you can use assertions in SetUp() and
TearDown
() as
156
// By default,
TearDown
() inherits the behavior of
157
// QuickTest::
TearDown
(). As we have no additional cleaning work
160
// virtual void
TearDown
() {
161
// QuickTest::
TearDown
();
/external/protobuf/gtest/samples/
sample5_unittest.cc
71
//
TearDown
() is invoked immediately after a test finishes. Here we
73
virtual void
TearDown
() {
78
// know that you can use assertions in SetUp() and
TearDown
() as
156
// By default,
TearDown
() inherits the behavior of
157
// QuickTest::
TearDown
(). As we have no additional cleaning work
160
// virtual void
TearDown
() {
161
// QuickTest::
TearDown
();
/ndk/sources/third_party/googletest/googletest/samples/
sample5_unittest.cc
71
//
TearDown
() is invoked immediately after a test finishes. Here we
73
virtual void
TearDown
() {
78
// know that you can use assertions in SetUp() and
TearDown
() as
156
// By default,
TearDown
() inherits the behavior of
157
// QuickTest::
TearDown
(). As we have no additional cleaning work
160
// virtual void
TearDown
() {
161
// QuickTest::
TearDown
();
/external/lldb/test/unittest2/test/
test_case.py
41
def
tearDown
(self):
42
self.events.append('
tearDown
')
120
def
tearDown
(self):
121
ordering.append('
tearDown
')
140
self.assertEqual(ordering, ['setUp', 'test', '
tearDown
',
161
def
tearDown
(self):
162
ordering.append('
tearDown
')
173
self.assertEqual(ordering, ['setUp', 'test', '
tearDown
', 'cleanup1', 'cleanup2'])
257
# prior to each test. Likewise, if a
tearDown
() method is defined, the
294
# prior to each test. Likewise, if a
tearDown
() method is defined, th
[
all
...]
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java
91
teardown
();
method
99
teardown
();
method
107
teardown
();
method
115
teardown
();
method
156
private void
teardown
() {
method in class:LauncherCallbackTestsService
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java
53
public void
tearDown
() {
54
mChatServer.
tearDown
();
56
mChatClient.
tearDown
();
128
public void
tearDown
() {
255
public void
tearDown
() {
/libcore/luni/src/test/java/libcore/java/io/
OldBufferedOutputStreamTest.java
83
// To avoid exception during
tearDown
().
117
// To avoid exception during
tearDown
().
182
// To avoid exception during
tearDown
().
186
protected void
tearDown
() {
195
System.out.println("Exception during
tearDown
" + e.toString());
/cts/tests/tests/net/src/android/net/wifi/cts/
ConcurrencyTest.java
88
protected void
tearDown
() throws Exception {
92
super.
tearDown
();
101
super.
tearDown
();
WifiInfoTest.java
88
protected void
tearDown
() throws Exception {
91
super.
tearDown
();
99
super.
tearDown
();
/cts/tests/tests/telecom/src/android/telecom/cts/
CtsRemoteConnectionService.java
35
* {@link #
tearDown
}.
76
throw new Exception("Mock ConnectionService exists. Failed to call
tearDown
().");
84
public static void
tearDown
() {
/external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureRandomTest.java
48
* @see TestCase#
tearDown
()
50
protected void
tearDown
() throws Exception {
51
super.
tearDown
();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
SecureRandom_ImplTest.java
53
* @see TestCase#
tearDown
()
55
protected void
tearDown
() throws Exception {
56
super.
tearDown
();
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HandshakeCompletedEventTest.java
70
* @see TestCase#
tearDown
()
73
protected void
tearDown
() throws Exception {
74
super.
tearDown
();
/external/chromium-trace/trace-viewer/tracing/tracing/base/unittest/
test_case.html
82
tearDown
: function() {
83
if (this.options_.
tearDown
)
84
this.options_.
tearDown
.call(this);
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
counter_track_perf_test.html
99
function
tearDown
() {
106
tearDown
:
tearDown
,
/external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java
24
import com.google.common.testing.
TearDown
;
98
tearDownAccepter.addTearDown(new
TearDown
() {
99
@Override public void
tearDown
() throws Exception {
/frameworks/native/cmds/flatland/
Renderers.cpp
74
void
tearDown
() {
162
virtual void
tearDown
() {
163
mGradientRenderer.
tearDown
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
AbstractCharsetTestCase.java
57
* @see TestCase#
tearDown
()
59
protected void
tearDown
() throws Exception {
60
super.
tearDown
();
UTF16CharsetDecoderTest.java
41
* @see CharsetDecoderTest#
tearDown
()
43
protected void
tearDown
() throws Exception {
44
super.
tearDown
();
UTF16CharsetEncoderTest.java
51
* @see CharsetEncoderTest#
tearDown
()
53
protected void
tearDown
() throws Exception {
54
super.
tearDown
();
Completed in 3677 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>