HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 301 - 325 of 3808) sorted by null

<<11121314151617181920>>

  /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();
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
AppLauncherFlingJankTest.java 95 * @see android.test.InstrumentationTestCase#tearDown()
98 protected void tearDown() throws Exception {
99 super.tearDown();
SettingsFlingJankTest.java 89 * @see android.test.InstrumentationTestCase#tearDown()
92 protected void tearDown() throws Exception {
93 super.tearDown();
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_unittest.py 30 derived class' `tearDown()` method.
63 tearDown=_patcher.tearDown))
89 self.addCleanup(self._stubber.tearDown)
134 # _isStale is set by tearDown(), reset by _refresh()
223 def tearDown(self, doctester=None):
  /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/android/appsecurity/cts/
UsesLibraryHostTest.java 61 protected void tearDown() throws Exception {
62 super.tearDown();
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
PersistentIntentResolvingTest.java 50 protected void tearDown() throws Exception {
55 super.tearDown();
ScreenCaptureDisabledTest.java 45 protected void tearDown() throws Exception {
47 super.tearDown();
TrustAgentInfoTest.java 40 protected void tearDown() throws Exception {
47 super.tearDown();
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
AppLinkTest.java 49 public void tearDown() throws Exception {
51 super.tearDown();
CopyPasteTest.java 51 public void tearDown() throws Exception {
53 super.tearDown();
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
LauncherAppsProfileTest.java 60 protected void tearDown() throws Exception {
65 super.tearDown();
LauncherAppsSingleUserTest.java 45 protected void tearDown() throws Exception {
49 super.tearDown();
MixedManagedProfileOwnerTest.java 55 protected void tearDown() throws Exception {
59 super.tearDown();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractAppIdleTestCase.java 42 protected final void tearDown() throws Exception {
43 super.tearDown();

Completed in 698 milliseconds

<<11121314151617181920>>