HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 101 - 125 of 2394) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/apps/Messaging/tests/src/com/android/messaging/
BugleTestCase.java 44 protected void tearDown() throws Exception {
45 super.tearDown();
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BugleServiceTestCase.java 48 protected void tearDown() throws Exception {
49 super.tearDown();
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
BugleActivityInstrumentationTestCase.java 48 protected void tearDown() throws Exception {
49 super.tearDown();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomTestCase.java 40 public void tearDown() throws Exception {
42 mMockitoHelper.tearDown();
  /system/core/libion/tests/
formerly_valid_handle_test.cpp 28 virtual void TearDown();
40 void FormerlyValidHandle::TearDown()
ion_test_fixture.h 29 virtual void TearDown();
38 virtual void 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/google-breakpad/src/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/gtest/test/
gtest-listener_test.cc 134 virtual void TearDown() {
135 g_events->push_back("Environment::TearDown");
153 virtual void TearDown() {
154 g_events->push_back("ListenerTest::TearDown");
237 "ListenerTest::TearDown",
246 "ListenerTest::TearDown",
254 "Environment::TearDown",
275 "ListenerTest::TearDown",
284 "ListenerTest::TearDown",
292 "Environment::TearDown",
    [all...]
  /external/protobuf/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...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-listener_test.cc 134 virtual void TearDown() {
135 g_events->push_back("Environment::TearDown");
153 virtual void TearDown() {
154 g_events->push_back("ListenerTest::TearDown");
237 "ListenerTest::TearDown",
246 "ListenerTest::TearDown",
254 "Environment::TearDown",
275 "ListenerTest::TearDown",
284 "ListenerTest::TearDown",
292 "Environment::TearDown",
    [all...]
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
ClearDeviceOwnerTest.java 54 protected void tearDown() throws Exception {
60 super.tearDown();
63 // This test clears the device owner and active admin on tearDown(). To be called from the host
  /cts/suite/cts/deviceTests/opengl/jni/reference/
ReferenceRenderer.cpp 65 bool ReferenceRenderer::tearDown() {
68 mScenes[i]->tearDown();
72 if (!Renderer::tearDown()) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
SSLServerSocketFactoryTest.java 62 * @see TestCase#tearDown()
65 protected void tearDown() throws Exception {
66 super.tearDown();
SSLSocketFactoryTest.java 62 * @see TestCase#tearDown()
65 protected void tearDown() throws Exception {
66 super.tearDown();
  /external/guava/guava-gwt/test/com/google/common/testing/
TearDownStackTest_gwt.java 30 testCase.tearDown();
56 testCase.tearDown();
82 testCase.tearDown();
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
RemoteFileTest.java 97 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
99 protected void tearDown() throws Exception {
100 super.tearDown();
SpringConfigurationTest.java 82 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
84 protected void tearDown() throws Exception {
85 super.tearDown();
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
RemoteFileTest.java 97 * @see org.mockftpserver.test.AbstractTest#tearDown()
99 protected void tearDown() throws Exception {
100 super.tearDown();
SpringConfigurationTest.java 81 * @see org.mockftpserver.test.AbstractTest#tearDown()
83 protected void tearDown() throws Exception {
84 super.tearDown();
  /external/valgrind/drd/tests/
std_list.cpp 46 void tearDown() {
64 casted->tearDown();
73 casted->tearDown();
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 25 * automatically here by {@link #setUp} and {@link #tearDown}.
80 protected void tearDown() throws Exception {
89 super.tearDown();
  /frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp 35 virtual void TearDown() {
88 virtual void TearDown() {
90 EGLCacheTest::TearDown();

Completed in 1172 milliseconds

1 2 3 45 6 7 8 91011>>