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

<<11121314151617181920>>

  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16CharsetDecoderTest.java 41 * @see CharsetDecoderTest#tearDown()
43 protected void tearDown() throws Exception {
44 super.tearDown();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 82 * @see TestCase#tearDown()
84 protected void tearDown() throws Exception {
85 super.tearDown();
MessageDigest_Impl2Test.java 54 * @see TestCase#tearDown()
56 protected void tearDown() throws Exception {
57 super.tearDown();
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 50 * @see TestCase#tearDown()
52 protected void tearDown() throws Exception {
53 super.tearDown();
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier.cc 31 void Teardown();
77 void NonBlockingInvalidationNotifier::Core::Teardown() {
154 &NonBlockingInvalidationNotifier::Core::Teardown));
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller_unittest.mm 134 virtual void TearDown() {
136 // The call to CocoaTest::TearDown() deletes the Browser and TabStripModel
140 CocoaTest::TearDown();
  /external/chromium/testing/gtest/samples/
sample7_unittest.cc 52 // SetUp() method and delete them in TearDown() method.
64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you
72 virtual void TearDown() {
  /external/gtest/samples/
sample7_unittest.cc 53 // delete them in TearDown() method.
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
74 virtual void TearDown() {
  /external/junit/src/junit/framework/
TestCase.java 12 * 4) clean-up after a test by overriding <code>tearDown</code>.<br>
136 tearDown();
185 protected void tearDown() throws Exception {
  /external/protobuf/gtest/samples/
sample7_unittest.cc 53 // delete them in TearDown() method.
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
74 virtual void TearDown() {
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 69 def tearDown(self):
70 LoggingTestCase.tearDown(self)
111 # We remove the message we are looking at to prevent the tearDown()
  /external/webp/include/webp/
decode_vp8.h 31 // /* customize io's functions (setup()/put()/teardown()) if needed. */
74 VP8IoTeardownHook teardown; member in struct:VP8Io
112 VP8IoTeardownHook teardown,
  /frameworks/base/core/java/android/test/
AndroidTestCase.java 41 protected void tearDown() throws Exception {
42 super.tearDown();
144 * This function is called by various TestCase implementations, at tearDown() time, in order
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiConnectionTest.java 121 public void tearDown() throws Exception {
122 log("tearDown()");
124 super.tearDown();
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_server.cpp 45 virtual void TearDown() {
160 virtual void TearDown() {
161 ServerFileTest::TearDown();
  /libcore/junit/src/main/java/junit/framework/
TestCase.java 10 * 4) clean-up after a test by overriding <code>tearDown</code>.<br>
130 tearDown();
175 protected void tearDown() throws Exception {
  /libcore/luni/src/test/java/tests/java/security/
SecureRandomTest.java 54 * @see TestCase#tearDown()
56 protected void tearDown() throws Exception {
57 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.java 73 // Avoid IOException in tearDown().
179 // Avoid IOException in tearDown().
254 // Avoid IOException in tearDown().
284 // Avoid IOException in tearDown().
315 protected void tearDown() {
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 349 virtual void TearDown() {
350 ADD_FAILURE() << "Expected failure #4, in TearDown.";
376 virtual void TearDown() {
377 ADD_FAILURE() << "UNEXPECTED failure in TearDown(). "
405 virtual void TearDown() {
406 FAIL() << "Expected failure #3, in TearDown().";
430 virtual void TearDown() {
431 FAIL() << "Expected failure #2, in TearDown().";
494 virtual void TearDown() {
957 virtual void TearDown() {
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java 78 * @see TestCase#tearDown()
80 protected void tearDown() throws Exception {
81 super.tearDown();
KeyAgreement_ImplTest.java 78 * @see TestCase#tearDown()
80 protected void tearDown() throws Exception {
81 super.tearDown();
KeyGenerator_ImplTest.java 76 * @see TestCase#tearDown()
78 protected void tearDown() throws Exception {
79 super.tearDown();
Mac_ImplTest.java 77 * @see TestCase#tearDown()
79 protected void tearDown() throws Exception {
80 super.tearDown();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 54 * @see TestCase#tearDown()
56 protected void tearDown() throws Exception {
57 super.tearDown();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator2Test.java 69 * @see TestCase#tearDown()
71 protected void tearDown() throws Exception {
72 super.tearDown();

Completed in 298 milliseconds

<<11121314151617181920>>