HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 926 - 950 of 3808) sorted by null

<<31323334353637383940>>

  /external/google-breakpad/src/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/junit/src/junit/framework/
TestCase.java 13 * <li>clean-up after a test by overriding {@link #tearDown()}.</li>
140 tearDown();
189 protected void tearDown() throws Exception {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 118 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
120 protected void tearDown() throws Exception {
121 super.tearDown();
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 118 * @see org.mockftpserver.test.AbstractTest#tearDown()
120 protected void tearDown() throws Exception {
121 super.tearDown();
  /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/vulkan-validation-layers/tests/gtest-1.7.0/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/webrtc/webrtc/base/
sigslot_unittest.cc 74 virtual void TearDown() {
138 virtual void TearDown() {
140 SigslotMTLockBase::TearDown();
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_opus_quality_test.cc 105 void TearDown() override;
169 void NetEqOpusQualityTest::TearDown() {
173 NetEqQualityTest::TearDown();
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_unittest.cc 153 virtual void TearDown() {
171 // The SetUp and TearDown functions use condition variables.
175 // All relevant asserts are in the SetUp and TearDown functions.
  /frameworks/base/core/java/android/test/
AndroidTestCase.java 50 protected void tearDown() throws Exception {
51 super.tearDown();
155 * This function is called by various TestCase implementations, at tearDown() time, in order
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataConnectionTest.java 150 public void tearDown() throws Exception {
151 logd("tearDown");
154 super.tearDown();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderResultTest.java 40 * @see TestCase#tearDown()
42 protected void tearDown() throws Exception {
43 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java 53 super.tearDown();
56 @Override protected void tearDown() throws Exception {
62 super.tearDown();
  /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/tests/security/cert/
CertPathBuilder2Test.java 72 * @see TestCase#tearDown()
74 protected void tearDown() throws Exception {
75 super.tearDown();
  /ndk/sources/third_party/googletest/googletest/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() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading_local.py 225 def tearDown(test):
228 setUp=setUp, tearDown=tearDown)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading_local.py 225 def tearDown(test):
228 setUp=setUp, tearDown=tearDown)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 32 self.temp_dir = None # tearDown() will rmtree this directory if set.
34 def tearDown(self):
68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 225 def tearDown(test):
228 setUp=setUp, tearDown=tearDown)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 32 self.temp_dir = None # tearDown() will rmtree this directory if set.
34 def tearDown(self):
68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 225 def tearDown(test):
228 setUp=setUp, tearDown=tearDown)
  /system/core/libion/tests/
invalid_values_test.cpp 28 virtual void TearDown();
43 void InvalidValues::TearDown()
48 IonAllHeapsTest::TearDown();
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 59 // Note: When the test fails in setUp(), tearDown is not called. In that case,
61 // tearDown() is called here to avoid that situation.
62 tearDown();
69 public void tearDown() throws Exception {
72 super.tearDown();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 201 void tearDown() {
268 void tearDown() {
359 void tearDown() {
449 void tearDown() {
493 void tearDown() {
537 void tearDown() {
602 void tearDown() {
669 void tearDown() {
713 void tearDown() {
757 void tearDown() {
    [all...]

Completed in 568 milliseconds

<<31323334353637383940>>