HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 151 - 175 of 5693) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
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();
SliceSliceDirectByteBufferTest.java 31 protected void tearDown() throws Exception {
32 super.tearDown();
SliceWrappedByteBufferTest.java 29 protected void tearDown() throws Exception {
30 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/sql/
ConnectionTest.java 26 protected void tearDown() throws Exception {
27 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/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/apps/TV/tests/jank/src/com/android/tv/tests/jank/
LiveChannelsTestCase.java 41 protected void tearDown() throws Exception {
44 super.tearDown();
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarPropertyTestBase.java 44 protected void tearDown() throws Exception {
46 super.tearDown();
  /platform_testing/libraries/annotations/src/android/platform/test/annotations/
HermeticTest.java 31 * - No setup or teardown performed by the test harness (JUnit setUp and tearDown are okay)
  /system/bt/osi/test/
AlarmTestHarness.cc 49 void AlarmTestHarness::TearDown() {
54 AllocationTestHarness::TearDown();
  /system/bt/test/suite/rfcomm/
rfcomm_test.h 36 // TearDown cleans up the Bluetooth and RFCOMM interfaces
37 virtual void 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();
  /tools/acloud/internal/lib/
driver_test_lib.py 30 def tearDown(self):
39 so that we can later stop them in 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/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");
238 "ListenerTest::TearDown",
247 "ListenerTest::TearDown",
255 "Environment::TearDown",
276 "ListenerTest::TearDown",
285 "ListenerTest::TearDown",
293 "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...]

Completed in 702 milliseconds

1 2 3 4 5 67 8 91011>>