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

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedIntBufferTest.java 28 protected void tearDown() throws Exception {
29 super.tearDown();
WrappedLongBufferTest.java 28 protected void tearDown() throws Exception {
29 super.tearDown();
WrappedShortBufferTest.java 28 protected void tearDown() throws Exception {
29 super.tearDown();
  /external/chromium/chrome/browser/download/
save_page_uitest.cc 56 virtual void TearDown() {
57 UITest::TearDown();
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller_unittest.mm 66 virtual void TearDown() {
68 CocoaTest::TearDown();
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa_unittest.mm 48 virtual void TearDown() {
50 CocoaTest::TearDown();
chrome_event_processing_window_unittest.mm 50 virtual void TearDown() {
52 CocoaTest::TearDown();
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller_unittest.mm 83 virtual void TearDown() {
86 CocoaTest::TearDown();
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller_unittest.mm 29 virtual void TearDown() {
32 CocoaTest::TearDown();
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller_unittest.mm 46 virtual void TearDown() {
49 RenderViewHostTestHarness::TearDown();
  /external/embunit/src/
TestCaller.c 49 cs.tearDown = self->tearDown;
TestCase.c 62 if (self->tearDown) {
63 self->tearDown();
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java 62 protected void tearDown() throws Exception {
65 super.tearDown();
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java 44 protected void tearDown() throws Exception {
45 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 57 protected void tearDown() throws Exception {
60 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteUnfinalizedExceptionTest.java 44 protected void tearDown() throws Exception {
47 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 40 @Override protected void tearDown() throws Exception {
42 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 109 protected void tearDown() throws Exception {
110 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/view/
DisabledLongpressTest.java 60 protected void tearDown() throws Exception {
61 super.tearDown();
DisabledTest.java 63 protected void tearDown() throws Exception {
64 super.tearDown();
GlobalFocusChangeTest.java 46 protected void tearDown() throws Exception {
48 super.tearDown();
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 65 protected void tearDown() throws Exception {
66 super.tearDown();
  /frameworks/base/keystore/tests/src/android/security/
SystemKeyStoreTest.java 53 protected void tearDown() throws Exception {
58 super.tearDown();
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 66 * After each test method finishes, the test case calls the {@link #tearDown} method. This
68 * service was started. If you override <code>tearDown()</code>, your must call the
69 * <code>super.tearDown()</code> as the last statement in your override.
177 * {@link #tearDown}.
247 * calls onDestroy(). Ordinarily this is called automatically (by {@link #tearDown}, but
270 * Subclasses that override this method must call <code>super.tearDown()</code> as their
277 protected void tearDown() throws Exception {
286 super.tearDown();
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 57 public void tearDown() throws Exception {
58 super.tearDown();

Completed in 346 milliseconds

1 2 3 4 5 67 8 91011>>