OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
51 - 75
of
1467
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ReadOnlyWrappedDoubleBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyWrappedFloatBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyWrappedIntBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyWrappedLongBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
ReadOnlyWrappedShortBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
SliceDirectByteBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
SliceHeapByteBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
SliceWrappedByteBufferTest.java
29
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
/external/chromium/chrome/browser/
locale_tests_uitest.cc
15
virtual void
TearDown
() {
24
UITest::
TearDown
();
/external/chromium/chrome/browser/policy/
asynchronous_policy_test_base.h
38
virtual void
TearDown
();
44
// because they still get accessed in the RunAllPending of the
TearDown
.
/external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window_unittest.mm
33
virtual void
TearDown
() {
35
CocoaTest::
TearDown
();
cocoa_test_helper.h
65
// Must be called by subclasses that override
TearDown
. We verify that it
68
// to close them before CocoaTest::
TearDown
is called. A standard way of doing
70
// then close them in
TearDown
before calling CocoaTest::
TearDown
.
71
virtual void
TearDown
();
75
// in CocoaTest::
TearDown
. Note that it is a CocoaTestHelperWindow which
102
// up loop in
TearDown
.
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
Matrix_DelegateTest.java
32
protected void
tearDown
() throws Exception {
33
super.
tearDown
();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
VariableSpeedTest.java
32
protected void
tearDown
() throws Exception {
35
super.
tearDown
();
/libcore/luni/src/test/java/tests/security/cert/
CertPathCertPathRepTest.java
20
protected void
tearDown
() throws Exception {
21
super.
tearDown
();
/packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/
LauncherRotationStressTest.java
47
protected void
tearDown
() throws Exception {
48
super.
tearDown
();
/packages/inputmethods/LatinIME/tools/makedict/tests/com/android/inputmethod/latin/
BinaryDictInputOutputTest.java
34
public void
tearDown
() throws Exception {
35
super.
tearDown
();
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
ThreadingTest.java
39
protected void
tearDown
() throws Exception {
41
super.
tearDown
();
/sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
LanguageQualifierTest.java
34
protected void
tearDown
() throws Exception {
35
super.
tearDown
();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java
77
* {@link VCardVerifier#verify()} on {@link #
tearDown
()}.
87
* Calls super's {@link #
tearDown
()} and {@link VCardVerifier#verify()}.
90
public final void
tearDown
() throws Exception {
93
// we had forgotten to call the method. That is why we override setUp()/
tearDown
() here.
97
super.
tearDown
();
/external/chromium/testing/gtest/test/
gtest-listener_test.cc
137
virtual void
TearDown
() {
138
g_events->push_back(String("Environment::
TearDown
"));
156
virtual void
TearDown
() {
157
g_events->push_back(String("ListenerTest::
TearDown
"));
240
"ListenerTest::
TearDown
",
249
"ListenerTest::
TearDown
",
257
"Environment::
TearDown
",
278
"ListenerTest::
TearDown
",
287
"ListenerTest::
TearDown
",
295
"Environment::
TearDown
",
[
all
...]
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
GBCharsetEncoderTest.java
40
* @see CharsetEncoderTest#
tearDown
()
42
protected void
tearDown
() throws Exception {
43
super.
tearDown
();
ISOCharsetEncoderTest.java
43
* @see CharsetEncoderTest#
tearDown
()
45
protected void
tearDown
() throws Exception {
46
super.
tearDown
();
UTF16LECharsetEncoderTest.java
48
* @see CharsetEncoderTest#
tearDown
()
50
protected void
tearDown
() throws Exception {
51
super.
tearDown
();
UTFCharsetDecoderTest.java
34
* @see CharsetDecoderTest#
tearDown
()
36
protected void
tearDown
() throws Exception {
37
super.
tearDown
();
Completed in 475 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>