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

<<61626364656667686970>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 71 def tearDown(self):
test_signal.py 47 def tearDown(self):
277 def tearDown(self):
393 def tearDown(self):
test_urllib2_localnet.py 229 def tearDown(self):
256 def tearDown(self):
258 super(ProxyAuthTests, self).tearDown()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 25 def tearDown(self):
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 49 public void tearDown() throws Exception {
  /system/core/libcutils/tests/
PropertiesTest.cpp 67 virtual void TearDown() {
  /system/extras/tests/fstest/
recovery_test.cpp 265 virtual void TearDown() {
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 88 protected void tearDown() throws Exception {
95 super.tearDown();
117 // tearDown() to complain, but that should be OK since its result is not asserted.
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 111 protected void tearDown() throws Exception {
120 super.tearDown();
336 // FIXME: Move cleanup into tearDown()
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 72 // tearDown() kills the sockets they may be using. To aid this behavior, all Socket and
91 protected void tearDown() throws Exception {
104 super.tearDown();
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 106 protected void tearDown() throws Exception {
115 super.tearDown();
143 CtsConnectionService.tearDown();
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 109 protected void tearDown() throws Exception {
111 super.tearDown();
126 super.tearDown();
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 317 def teardown method in class:TestCommonTreeNodeStream
460 def teardown method in class:TestCommonTree
803 def teardown method in class:TestTreeContext
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 75 * @see TestCase#tearDown()
77 protected void tearDown() throws Exception {
88 super.tearDown();
StreamHandlerTest.java 79 * @see TestCase#tearDown()
81 protected void tearDown() throws Exception {
85 super.tearDown();
    [all...]
  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-getting-started.apt 173 protected void tearDown() throws Exception {
174 super.tearDown();
183 stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
stubftpserver-getting-started.apt 241 protected void tearDown() throws Exception {
242 super.tearDown();
252 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 546 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
548 protected void tearDown() throws Exception {
549 super.tearDown();
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 594 * @see org.mockftpserver.test.AbstractTest#tearDown()
596 protected void tearDown() throws Exception {
597 super.tearDown();
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 745 request.append("TEARDOWN ");
749 addAuthentication(&request, "TEARDOWN", mStreamURL.c_str());
766 LOG(INFO) << "TEARDOWN completed with result "
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 69 public void tearDown() throws Exception {
76 System.out.println("Error in teardown: "+e.getMessage());
83 super.tearDown();
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 171 public void tearDown() throws Exception {
173 super.tearDown();
627 test.tearDown();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 47 def tearDown(self):
277 def tearDown(self):
393 def tearDown(self):
test_urllib2_localnet.py 229 def tearDown(self):
256 def tearDown(self):
258 super(ProxyAuthTests, self).tearDown()
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 253 public void tearDown() {
254 Log.d(this, "tearDown");
258 VideoPauseController.getInstance().tearDown();
291 * {@link #tearDown()} for more insight on the tear-down process.
    [all...]

Completed in 655 milliseconds

<<61626364656667686970>>