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

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
RTLinearAllocatorTest.cpp 30 // TearDown() will be called immediately after each test.
31 void RTLinearAllocatorTest::TearDown() {
SectionDataTest.cpp 30 // TearDown() will be called immediately after each test.
31 void SectionDataTest::TearDown() {
  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO.h 48 virtual void TearDown() {
49 SurfaceTextureGLTest::TearDown();
SurfaceTextureGLToGL.h 51 virtual void TearDown() {
58 SurfaceTextureGLTest::TearDown();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
idct_test.cc 34 virtual void TearDown() { libvpx_test::ClearSystemState(); }
  /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/
run_profile.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/build/android/pylib/junit/
test_runner.py 47 def TearDown(self):

Completed in 423 milliseconds

1 23 4 5 6 7 8 91011>>