/external/tensorflow/tensorflow/compiler/xla/tests/ |
hlo_verified_test_base.cc | 31 // perform HLO verification in TearDown, and use the CHECK here to ensure 34 << "TearDown was never called; subclasses of HloVerifiedTestBase that " 35 << "override TearDown must call the superclass TearDown."; 38 void HloVerifiedTestBase::TearDown() { 40 << "TearDown called more than once; it should be called exactly once."; 52 HloTestBase::TearDown();
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
TearDownPassThroughPreparer.java | 30 * Allows for running tearDown on preparers that are included in a config as an object. 33 * it's tearDown will not be called. Referencing it from this preparer will make sure that it's 34 * tearDown will be called. 40 @Option(name = "preparer", description = "names of preparers to tearDown") 63 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) 69 cleaner.tearDown(device, buildInfo, e);
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/ |
skbedit.json | 22 "teardown": [ 46 "teardown": [ 70 "teardown": [ 94 "teardown": [ 118 "teardown": [ 142 "teardown": [ 166 "teardown": [ 190 "teardown": [ 214 "teardown": [ 242 "teardown": [all...] |
ife.json | 23 "teardown": [ 48 "teardown": [
|
skbmod.json | 22 "teardown": [ 46 "teardown": [ 70 "teardown": [ 94 "teardown": [ 118 "teardown": [ 142 "teardown": [ 166 "teardown": [ 190 "teardown": [ 214 "teardown": [ 238 "teardown": [all...] |
simple.json | 22 "teardown": [ 47 "teardown": [ 74 "teardown": [ 99 "teardown": [ 126 "teardown": [
|
gact.json | 22 "teardown": [ 46 "teardown": [ 70 "teardown": [ 94 "teardown": [ 118 "teardown": [ 142 "teardown": [ 167 "teardown": [ 191 "teardown": [ 215 "teardown": [ 244 "teardown": [all...] |
/cts/tests/tests/alarmclock/src/android/alarmclock/cts/ |
DismissTimerTest.java | 23 protected void tearDown() throws Exception { 24 super.tearDown();
|
/external/junit/src/main/java/junit/extensions/ |
TestSetup.java | 24 tearDown(); 40 protected void tearDown() throws Exception {
|
/external/testng/src/test/java/test/junit/testsetup/ |
TestSuiteContainerWrapper.java | 28 protected void tearDown() throws Exception { 29 System.out.println("teardown");
|
/external/testng/src/test/java/test/pholser/ |
Saboteur.java | 26 public void tearDown() { 27 Captor.instance().capture( "Saboteur.tearDown" );
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngineTest.java | 29 protected void tearDown() throws Exception { 30 super.tearDown();
|
/external/testng/src/test/java/test/alwaysrun/ |
AlwaysRunAfter1.java | 16 public void tearDown() {
|
/external/testng/src/test/java/test/conffailure/ |
ClassWithFailedBeforeSuiteVerification.java | 19 public void tearDown() {
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
IDisableable.java | 24 /** Returns True if entire object disabled (skip both setup and teardown). False otherwise. */ 29 /** Returns True if just teardown should be skipped. False otherwise. */ 35 * Sets whether the object should be disabled. Disabled means that both setup and teardown steps 46 * Sets whether the teardown step in the object should be skipped. Setup step is still done.
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/ |
MojoTestCase.java | 36 * @see android.test.InstrumentationTestCase#tearDown() 39 protected void tearDown() throws Exception { 41 super.tearDown();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
ISOCharsetDecoderTest.java | 34 * @see CharsetDecoderTest#tearDown() 36 protected void tearDown() throws Exception { 37 super.tearDown();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
NodeChangeListenerTest.java | 41 * @see TestCase#tearDown() 44 protected void tearDown() throws Exception { 45 super.tearDown();
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
BugleActivityUnitTestCase.java | 26 * Base class for activity unit test cases, provides boilerplate setup/teardown. 51 protected void tearDown() throws Exception { 52 super.tearDown();
|
/system/core/libion/tests/ |
ion_test_fixture.cpp | 32 void IonTest::TearDown() { 71 void IonAllHeapsTest::TearDown() { 72 IonTest::TearDown();
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_catch_exceptions_test_.cc | 90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } 129 virtual void TearDown() { 130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() " 191 virtual void TearDown() { 193 "CxxExceptionInSetUpTestCaseTest::TearDown() " 230 virtual void TearDown() { 232 "CxxExceptionInSetUpTest::TearDown() " 257 virtual void TearDown() { 279 virtual void TearDown() { 281 "CxxExceptionInTestBodyTest::TearDown() " [all...] |
/external/googletest/googletest/test/ |
gtest_catch_exceptions_test_.cc | 90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } 129 virtual void TearDown() { 130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() " 191 virtual void TearDown() { 193 "CxxExceptionInSetUpTestCaseTest::TearDown() " 230 virtual void TearDown() { 232 "CxxExceptionInSetUpTest::TearDown() " 257 virtual void TearDown() { 279 virtual void TearDown() { 281 "CxxExceptionInTestBodyTest::TearDown() " [all...] |
/external/v8/testing/gtest/test/ |
gtest_catch_exceptions_test_.cc | 90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } 129 virtual void TearDown() { 130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() " 191 virtual void TearDown() { 193 "CxxExceptionInSetUpTestCaseTest::TearDown() " 230 virtual void TearDown() { 232 "CxxExceptionInSetUpTest::TearDown() " 257 virtual void TearDown() { 279 virtual void TearDown() { 281 "CxxExceptionInTestBodyTest::TearDown() " [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_catch_exceptions_test_.cc | 90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } 129 virtual void TearDown() { 130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() " 191 virtual void TearDown() { 193 "CxxExceptionInSetUpTestCaseTest::TearDown() " 230 virtual void TearDown() { 232 "CxxExceptionInSetUpTest::TearDown() " 257 virtual void TearDown() { 279 virtual void TearDown() { 281 "CxxExceptionInTestBodyTest::TearDown() " [all...] |
/prebuilts/go/darwin-x86/src/net/ |
interface_unix_test.go | 35 func (ti *testInterface) teardown() error { func 71 ti.teardown() 80 ti.teardown() 85 ti.teardown() 90 if err := ti.teardown(); err != nil { 126 ti.teardown() 136 ti.teardown() 145 ti.teardown() 150 ti.teardown() 155 if err := ti.teardown(); err != nil [all...] |