HomeSort by relevance Sort by last modified time
    Searched defs:TearDown (Results 51 - 75 of 475) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/libion/tests/
formerly_valid_handle_test.cpp 28 virtual void TearDown();
40 void FormerlyValidHandle::TearDown()
  /system/core/libutils/tests/
BitSet_test.cpp 30 virtual void TearDown() {
152 virtual void TearDown() {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 24 procedure TearDown; override;
41 procedure TestANTLRStringStream.TearDown;
  /cts/suite/audio_quality/test/
AudioPlayTestCommon.h 58 virtual void TearDown() {
59 LOGV("AudioPlayTestCommon::TearDown");
AudioRecordPlayTestCommon.h 58 virtual void TearDown() {
ClientInterfaceTest.cpp 42 virtual void TearDown() {
  /external/chromium-trace/catapult/tracing/tracing_build/
benchmarks.py 22 def TearDown(self):
58 bench.TearDown()
  /external/google-breakpad/src/testing/gtest/samples/
sample5_unittest.cc 71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() {
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();
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/google-breakpad/src/testing/gtest/test/
gtest-options_test.cc 136 virtual void TearDown() {
  /external/gtest/test/
gtest-options_test.cc 137 virtual void TearDown() {
  /external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc 32 virtual void TearDown() {}
  /external/libvpx/libvpx/test/
vp8_denoiser_sse2_test.cc 39 virtual void TearDown() { libvpx_test::ClearSystemState(); }
vp9_denoiser_sse2_test.cc 40 virtual void TearDown() { libvpx_test::ClearSystemState(); }
vp9_subtract_test.cc 31 virtual void TearDown() {
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 47 virtual void TearDown();
60 copy_constant_to_storage::TearDown()
  /external/protobuf/gtest/samples/
sample5_unittest.cc 71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() {
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();
sample7_unittest.cc 53 // delete them in TearDown() method.
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
74 virtual void TearDown() {
  /external/protobuf/gtest/test/
gtest-options_test.cc 136 virtual void TearDown() {
  /external/v8/src/
v8.cc 45 void V8::TearDown() {
47 ElementsAccessor::TearDown();
52 Sampler::TearDown();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample5_unittest.cc 71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() {
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();
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/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-options_test.cc 137 virtual void TearDown() {
  /external/vulkan-validation-layers/tests/
vktestframeworkandroid.cpp 69 void TestEnvironment::TearDown() {}
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 93 void AudioCodecSpeedTest::TearDown() {

Completed in 642 milliseconds

1 23 4 5 6 7 8 91011>>