OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
651 - 675
of
2394
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py_compile.py
28
def
tearDown
(self):
test_whichdb.py
32
def
tearDown
(self):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_fileid.py
49
def
tearDown
(self):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py
12
def
tearDown
(self):
test_py_compile.py
28
def
tearDown
(self):
test_whichdb.py
32
def
tearDown
(self):
/system/core/libutils/tests/
String8_test.cpp
30
virtual void
TearDown
() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java
34
* 5) clean-up after a test by overriding
tearDown
if needed. At default, all services
104
tearDown
();
154
protected void
tearDown
() {
/cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java
101
protected void
tearDown
() throws Exception {
104
super.
tearDown
();
112
super.
tearDown
();
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactCountsTest.java
54
protected void
tearDown
() throws Exception {
55
super.
tearDown
();
110
* be removed during
teardown
.
/cts/tests/tests/telecom/src/android/telecom/cts/
BaseRemoteTelecomTest.java
53
protected void
tearDown
() throws Exception {
57
super.
tearDown
();
98
CtsRemoteConnectionService.
tearDown
();
CtsConnectionService.java
39
* {@link #
tearDown
}.
77
throw new Exception("Mock ConnectionService exists. Failed to call
tearDown
().");
85
public static void
tearDown
() {
/cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java
112
protected void
tearDown
() throws Exception {
114
super.
tearDown
();
128
super.
tearDown
();
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_ImplTest.java
78
* @see TestCase#
tearDown
()
80
protected void
tearDown
() throws Exception {
81
super.
tearDown
();
SecretKeyFactory_ImplTest.java
72
* @see TestCase#
tearDown
()
74
protected void
tearDown
() throws Exception {
75
super.
tearDown
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPRawTestCase.java
38
* <code>setUp()</code> and <code>
tearDown
()</code> being common for all
151
protected void
tearDown
() throws Exception {
156
super.
tearDown
();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java
81
* @see TestCase#
tearDown
()
83
protected void
tearDown
() throws Exception {
84
super.
tearDown
();
MessageDigest_Impl2Test.java
53
* @see TestCase#
tearDown
()
55
protected void
tearDown
() throws Exception {
56
super.
tearDown
();
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java
49
* @see TestCase#
tearDown
()
51
protected void
tearDown
() throws Exception {
52
super.
tearDown
();
/external/google-breakpad/src/testing/gtest/samples/
sample7_unittest.cc
52
// SetUp() method and delete them in
TearDown
() method.
64
// Inside the test body, fixture constructor, SetUp(), and
TearDown
() you
72
virtual void
TearDown
() {
/external/junit/src/junit/framework/
TestCase.java
13
* <li>clean-up after a test by overriding {@link #
tearDown
()}.</li>
140
tearDown
();
189
protected void
tearDown
() throws Exception {
/external/lldb/test/types/
HideTestFailures.py
33
def
tearDown
(self):
34
# Call super's
tearDown
().
35
TestBase.
tearDown
(self)
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java
118
* @see org.mockftpserver.test.AbstractTestCase#
tearDown
()
120
protected void
tearDown
() throws Exception {
121
super.
tearDown
();
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java
118
* @see org.mockftpserver.test.AbstractTest#
tearDown
()
120
protected void
tearDown
() throws Exception {
121
super.
tearDown
();
/external/protobuf/gtest/samples/
sample7_unittest.cc
53
// delete them in
TearDown
() method.
65
// Inside the test body, fixture constructor, SetUp(), and
TearDown
()
74
virtual void
TearDown
() {
Completed in 449 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>