OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
1726 - 1750
of
2394
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py
[
all
...]
/external/v8/src/heap/
heap.cc
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java
72
//
tearDown
() kills the sockets they may be using. To aid this behavior, all Socket and
91
protected void
tearDown
() throws Exception {
102
super.
tearDown
();
[
all
...]
/cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java
82
protected void
tearDown
() throws Exception {
89
super.
tearDown
();
[
all
...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java
100
* @see TestCase#
tearDown
()
102
protected void
tearDown
() throws Exception {
103
super.
tearDown
();
[
all
...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
60
* <li> If you override {@link #setUp} or {@link #
tearDown
}, make sure
61
* to invoke {@code super.setUp} and {@code super.
tearDown
} within
327
public void
tearDown
() throws Exception {
[
all
...]
/frameworks/base/docs/html/tools/testing/
testing_otheride.jd
261
override the <code>setUp()</code> and <code>
tearDown
()</code> methods:
275
<code>
tearDown
()</code>: This method is invoked after all the test methods in the class. Use
278
<code>super.
tearDown
()</code> as the <em>last</em> statement in your code.</p>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStreamTest.java
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java
78
* @see TestCase#
tearDown
()
80
protected void
tearDown
() throws Exception {
81
super.
tearDown
();
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java
73
* <li> If you override {@link #setUp} or {@link #
tearDown
}, make sure
74
* to invoke {@code super.setUp} and {@code super.
tearDown
} within
201
public void
tearDown
() throws Exception {
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar
/bionic/libc/bionic/
pthread_create.cpp
207
// of the regular thread
teardown
to free up resources.
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java
77
public void
tearDown
() throws Exception {
/cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java
83
protected void
tearDown
() throws Exception {
/cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java
203
* - setup/
teardown
/cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java
253
public void
tearDown
() {
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
97
public void
tearDown
() {
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYPlotTest.java
72
public void
tearDown
() throws Exception {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java
390
protected void
tearDown
() {
/external/ceres-solver/internal/ceres/
sparse_normal_cholesky_solver.cc
376
event_logger.AddEvent("
Teardown
");
/external/clang/tools/c-index-test/
c-index-test.c
[
all
...]
/external/elfutils/src/libdwfl/
offline.c
224
On module
teardown
we will close it only on the last Elf reference. */
/external/google-breakpad/src/client/mac/handler/
exception_handler.h
180
bool
Teardown
();
/external/google-breakpad/src/client/windows/unittests/
minidump_test.cc
78
virtual void
TearDown
() {
Completed in 832 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>