HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 251 - 275 of 3691) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/pylib/host_driven/
test_server.py 15 For shutting down the server, call TearDown().
66 For shutting down the server, call TearDown().
118 def TearDown(self):
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate_unittest.cc 58 virtual void TearDown() OVERRIDE;
86 void AutofillCCInfobarDelegateTest::TearDown() {
88 ChromeRenderViewHostTestHarness::TearDown();
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permissions_unittest.cc 40 // This is the same implementation as ExtensionPrefsTest::TearDown(), except
43 virtual void TearDown() OVERRIDE {
57 testing::Test::TearDown();
  /external/chromium_org/chrome/browser/ui/search/
search_model_unittest.cc 70 virtual void TearDown() OVERRIDE;
86 void SearchModelTest::TearDown() {
88 ChromeRenderViewHostTestHarness::TearDown();
  /external/chromium_org/chrome/installer/util/
product_unittest.cc 29 void TestWithTempDir::TearDown() {
40 void TestWithTempDirAndDeleteTempOverrideKeys::TearDown() {
41 TestWithTempDir::TearDown();
  /external/chromium_org/chrome/test/base/
chrome_render_view_test.cc 76 void ChromeRenderViewTest::TearDown() {
84 // Do this before shutting down V8 in RenderViewTest::TearDown().
88 content::RenderViewTest::TearDown();
  /external/chromium_org/components/sync_driver/
shared_change_processor_unittest.cc 63 virtual void TearDown() OVERRIDE {
101 // Used by TearDown().
110 // (in TearDown()).
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
ConnectorTest.java 59 * @see MojoTestCase#tearDown()
62 protected void tearDown() throws Exception {
65 super.tearDown();
ReadAndDispatchMessageTest.java 55 * @see org.chromium.mojo.MojoTestCase#tearDown()
58 protected void tearDown() throws Exception {
62 super.tearDown();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
neteq_isac_quality_test.cc 92 virtual void TearDown() OVERRIDE;
122 void NetEqIsacQualityTest::TearDown() {
125 NetEqQualityTest::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 {
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase.java 29 * {@link #tearDown}.
82 protected void tearDown() throws Exception {
84 super.tearDown();
  /frameworks/native/cmds/flatland/
Renderers.cpp 74 void tearDown() {
162 virtual void tearDown() {
163 mGradientRenderer.tearDown();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
AbstractCharsetTestCase.java 57 * @see TestCase#tearDown()
59 protected void tearDown() throws Exception {
60 super.tearDown();
UTF16CharsetDecoderTest.java 41 * @see CharsetDecoderTest#tearDown()
43 protected void tearDown() throws Exception {
44 super.tearDown();
UTF16CharsetEncoderTest.java 51 * @see CharsetEncoderTest#tearDown()
53 protected void tearDown() throws Exception {
54 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 110 public void tearDown() {
115 fail("IllegalArgumentException was thrown during tearDown: "
118 fail("IllegalAccessException was thrown during tearDown: "
OldSocketImplFactoryTest.java 91 public void tearDown() {
96 fail("IllegalArgumentException was thrown during tearDown: "
99 fail("IllegalAccessException was thrown during tearDown: "
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactInteractionUtilTest.java 41 // Time/Date utilities rely on specific locales. Forace US and set back in tearDown()
47 protected void tearDown() throws Exception {
49 super.tearDown();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 36 def tearDown(self):
39 super(LoggingSilencer, self).tearDown()
69 def tearDown(self):
73 super(TempdirManager, self).tearDown()
136 def tearDown(self):
145 super(EnvironGuard, self).tearDown()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 36 def tearDown(self):
39 super(LoggingSilencer, self).tearDown()
69 def tearDown(self):
73 super(TempdirManager, self).tearDown()
136 def tearDown(self):
145 super(EnvironGuard, self).tearDown()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegRespTestCase.java 58 protected void tearDown() {
73 super.tearDown();
GoTestCase.java 101 protected void tearDown() {
119 super.tearDown();
ServRespTestCase.java 104 protected void tearDown() {
119 super.tearDown();
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DocumentsTest.java 62 protected void tearDown() throws Exception {
63 super.tearDown();

Completed in 2127 milliseconds

<<11121314151617181920>>