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

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentTypeInternalSubset.java 39 protected void tearDown() throws Exception {
42 super.tearDown();
ElementRemoveAttributeNS.java 38 protected void tearDown() throws Exception {
41 super.tearDown();
HCEntitiesSetNamedItemNS.java 38 protected void tearDown() throws Exception {
41 super.tearDown();
OwnerDocument.java 57 protected void tearDown() throws Exception {
60 super.tearDown();
  /libcore/luni/src/test/java/tests/security/interfaces/
RSAPrivateCrtKeyTest.java 87 protected void tearDown() throws Exception {
89 super.tearDown();
  /packages/apps/Bluetooth/tests/unit/
AndroidTest.xml 26 <option name="teardown-command" value="svc bluetooth enable" />
27 <option name="teardown-command" value="settings put global ble_scan_always_enabled 1" />
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 42 protected void tearDown() throws Exception {
43 super.tearDown();
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarApiTestBase.java 50 protected void tearDown() throws Exception {
51 super.tearDown();
CarPackageManagerTest.java 73 protected void tearDown() throws Exception {
74 super.tearDown();
CarSensorManagerTest.java 72 protected void tearDown() throws Exception {
73 super.tearDown();
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarApiTestBase.java 48 protected void tearDown() throws Exception {
49 super.tearDown();
CarPackageManagerTest.java 72 protected void tearDown() throws Exception {
73 super.tearDown();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomTestCase.java 46 public void tearDown() throws Exception {
48 mMockitoHelper.tearDown();
  /platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
BouncingBallJankTest.java 39 protected void tearDown() throws Exception {
40 super.tearDown();
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchWebView.java 48 protected void tearDown() throws Exception {
50 super.tearDown();
  /system/bt/test/suite/rfcomm/
rfcomm_test.cc 70 void RFCommTest::TearDown() {
76 BluetoothTest::TearDown();
  /test/vts/utils/python/controllers/
android_device_test.py 31 def tearDown(self):
32 """TearDown tasks"""
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
FileCleaner.java 31 /** A {@link ITargetCleaner} that removes filesystem files on teardown */
48 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
ITargetCleaner.java 32 * Perform the target cleanup/teardown after testing.
40 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
RestartSystemServerTargetPreparer.java 31 @Option(name = "restart-teardown", description = "Restart system server on tear down.")
54 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
CompanionRunCommandTargetPreparer.java 50 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
55 super.tearDown(companion, buildInfo, e);
CompanionTestAppInstallSetup.java 59 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
61 super.tearDown(mCompanion, buildInfo, e);
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
KernelBuildInfoTest.java 42 protected void tearDown() throws Exception {
44 super.tearDown();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 84 def tearDown(self):
85 ordering.append('tearDown')
104 self.assertEqual(ordering, ['setUp', 'test', 'tearDown',
125 def tearDown(self):
126 ordering.append('tearDown')
137 self.assertEqual(ordering, ['setUp', 'test', 'tearDown', 'cleanup1', 'cleanup2'])
  /external/expat/tests/
minicheck.c 80 tcase_teardown_function teardown)
84 tc->teardown = teardown;
192 /* teardown */
193 if (tc->teardown != NULL) {
198 tc->teardown();

Completed in 625 milliseconds

<<11121314151617181920>>