Searched defs:TearDown (Results 1 - 25 of 257) sorted by relevance

1234567891011

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_xml_outfile1_test_.cc42 virtual void TearDown() { function in class:PropertyOne
H A Dgtest_xml_outfile2_test_.cc42 virtual void TearDown() { function in class:PropertyTwo
H A Dgtest-options_test.cc136 virtual void TearDown() { function in class:testing::internal::__anon6250::XmlOutputChangeDirTest
/external/gtest/test/
H A Dgtest_xml_outfile1_test_.cc42 virtual void TearDown() { function in class:PropertyOne
H A Dgtest_xml_outfile2_test_.cc42 virtual void TearDown() { function in class:PropertyTwo
H A Dgtest-options_test.cc137 virtual void TearDown() { function in class:testing::internal::__anon6362::XmlOutputChangeDirTest
/external/protobuf/gtest/test/
H A Dgtest_xml_outfile1_test_.cc42 virtual void TearDown() { function in class:PropertyOne
H A Dgtest_xml_outfile2_test_.cc42 virtual void TearDown() { function in class:PropertyTwo
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_xml_outfile1_test_.cc42 virtual void TearDown() { function in class:PropertyOne
H A Dgtest_xml_outfile2_test_.cc42 virtual void TearDown() { function in class:PropertyTwo
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTearDown.java30 public interface TearDown { interface
36 * <p>A failing {@link TearDown} may or may not fail a tl4j test, depending on
43 * is thrown from one of its {@link TearDown} instances, but this is subject to
47 * any exception thrown will not interfere with other TearDown
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_unittest.cc23 virtual void TearDown() { TestVp8Simulcast::TearDown(); } function in class:webrtc::testing::TestVp8Impl
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dcodec_before_streaming_test.cc24 void TearDown() { function in class:CodecBeforeStreamingTest
H A Drtp_rtcp_before_streaming_test.cc19 void TearDown();
28 void RtpRtcpBeforeStreamingTest::TearDown() { function in class:RtpRtcpBeforeStreamingTest
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas27 procedure TearDown; override; procedure
39 procedure TearDown; override; procedure
62 procedure TestIHashList.TearDown;
103 procedure TestIStackList.TearDown;
H A DAntlr.Runtime.Tests.pas24 procedure TearDown; override; procedure
41 procedure TestANTLRStringStream.TearDown;
/external/google-benchmark/test/
H A Dfixture_test.cc14 void TearDown() { function in class:MyFixture
H A Dmap_test.cc39 void TearDown() { function in class:MapFixture
/external/libvpx/libvpx/test/
H A Didct_test.cc35 virtual void TearDown() { libvpx_test::ClearSystemState(); } function in class:__anon10931::IDCTTest
H A Dvp8_denoiser_sse2_test.cc39 virtual void TearDown() { libvpx_test::ClearSystemState(); } function in class:__anon10953::VP8DenoiserTest
/external/pdfium/testing/
H A Djs_embedder_test.cpp32 void JSEmbedderTest::TearDown() { function in class:JSEmbedderTest
36 EmbedderTest::TearDown();
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dbenchmarks.py22 def TearDown(self): member in class:Bench
58 bench.TearDown()
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample5_unittest.cc71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() { function in class:QuickTest
78 // know that you can use assertions in SetUp() and TearDown() as
156 // By default, TearDown() inherits the behavior of
157 // QuickTest::TearDown(). As we have no additional cleaning work
160 // virtual void TearDown() {
161 // QuickTest::TearDown();
H A Dsample7_unittest.cc52 // SetUp() method and delete them in TearDown() method.
64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you
72 virtual void TearDown() { function in class:PrimeTableTest
/external/libbrillo/brillo/
H A Dasynchronous_signal_handler_unittest.cc32 virtual void TearDown() {} function in class:brillo::AsynchronousSignalHandlerTest

Completed in 894 milliseconds

1234567891011