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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.cc 34 void TabContentsWrapperTestHarness::TearDown() {
  /external/guava/guava-testlib/src/com/google/common/testing/
SloppyTearDown.java 26 * Simple utility for when you want to create a {@link TearDown} that may throw
28 * {@code TearDown} that throws an exception varies; see its documentation for
29 * details.) Use it just like a {@code TearDown}, except override {@link
37 public abstract class SloppyTearDown implements TearDown {
42 public final void tearDown() {
47 "exception thrown during tearDown: " + t.getMessage(), t);
  /external/webrtc/test/testsupport/
unittest_utils.h 53 void TearDown() {}
frame_writer_unittest.cc 32 void TearDown() {
  /frameworks/compile/mclinker/unittests/
DirIteratorTest.cpp 41 // TearDown() will be called immediately after each test.
42 void DirIteratorTest::TearDown()
InputTreeTest.h 42 // TearDown() will be called immediately after each test.
43 virtual void TearDown();
LinearAllocatorTest.h 62 // TearDown() will be called immediately after each test.
63 virtual void TearDown();
RTLinearAllocatorTest.h 35 // TearDown() will be called immediately after each test.
36 virtual void TearDown();
ELFReaderTest.h 39 // TearDown() will be called immediately after each test.
40 virtual void TearDown();
  /frameworks/native/libs/utils/tests/
ZipFileRO_test.cpp 33 virtual void TearDown() {
Vector_test.cpp 31 virtual void TearDown() {
  /external/chromium/chrome/browser/download/
save_page_uitest.cc 56 virtual void TearDown() {
57 UITest::TearDown();
  /external/chromium/chrome/browser/web_applications/
web_app_unittest.cc 33 virtual void TearDown() {
34 TabContentsWrapperTestHarness::TearDown();
  /external/guava/guava-tests/test/com/google/common/testing/
TearDownStackTest.java 40 final SimpleTearDown tearDown = new SimpleTearDown();
41 stack.addTearDown(tearDown);
43 assertEquals(false, tearDown.ran);
47 assertEquals("tearDown should have run", true, tearDown.ran);
109 tearDown();
113 @Override protected void tearDown() {
123 tearDownStack.addTearDown(new TearDown() {
126 public void tearDown() throws Exception {
135 private static final class ThrowingTearDown implements TearDown {
    [all...]
  /cts/suite/audio_quality/test/
MixerTest.cpp 31 virtual void TearDown() {
TaskProcessTest.cpp 47 virtual void TearDown() {
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.h 66 virtual void TearDown();
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 59 void TearDown();
118 void TemplateURLModelTestingProfile::TearDown() {
155 void TemplateURLModelTestUtil::TearDown() {
157 profile_->TearDown();
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier_unittest.cc 41 virtual void TearDown() {
  /system/vold/tests/
VolumeManager_test.cpp 33 virtual void TearDown() {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 27 procedure TearDown; override;
39 procedure TearDown; override;
62 procedure TestIHashList.TearDown;
103 procedure TestIStackList.TearDown;
  /external/chromium/net/disk_cache/
disk_cache_test_base.h 37 virtual void TearDown();
119 virtual void TearDown();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 23 import com.google.common.testing.TearDown;
96 tearDownAccepter.addTearDown(new TearDown() {
97 @Override public void tearDown() throws Exception {
  /external/protobuf/gtest/test/
gtest_output_test_.cc 256 virtual void TearDown() {
257 ADD_FAILURE() << "Expected failure #4, in TearDown.";
283 virtual void TearDown() {
284 ADD_FAILURE() << "UNEXPECTED failure in TearDown(). "
312 virtual void TearDown() {
313 FAIL() << "Expected failure #3, in TearDown().";
337 virtual void TearDown() {
338 FAIL() << "Expected failure #2, in TearDown().";
381 virtual void TearDown() {
382 FAIL() << "UNEXPECTED failure in TearDown().
    [all...]
  /external/v8/test/cctest/
test-spaces.cc 172 memory_allocator->TearDown();
201 new_space.TearDown();
202 memory_allocator->TearDown();
230 s->TearDown();
232 memory_allocator->TearDown();

Completed in 373 milliseconds

1 23 4 5 6 7 8 91011>>