/external/vogar/src/vogar/target/junit/ |
Junit3.java | 39 private static final Method tearDown; 45 tearDown = TestCase.class.getDeclaredMethod("tearDown"); 46 tearDown.setAccessible(true); 231 tearDown.invoke(testCase);
|
/external/webp/src/dec/ |
decode_vp8.h | 33 // /* customize io's functions (setup()/put()/teardown()) if needed. */ 73 // returned, teardown() will NOT be called. But if the setup succeeded 74 // and true is returned, then teardown() will always be called afterward. 79 VP8IoTeardownHook teardown; member in struct:VP8Io 119 VP8IoTeardownHook teardown,
|
/libcore/luni/src/test/java/tests/java/sql/ |
StressTest.java | 51 protected void tearDown() throws Exception { 55 super.tearDown(); 95 // * @see junit.framework.TestCase#tearDown() 98 // protected void tearDown() throws Exception { 101 // super.tearDown();
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_catch_exceptions_test.py | 89 self.assert_('SEH exception with code 0x2a thrown in TearDown()' 148 self.assert_('CxxExceptionInSetUpTestCaseTest::TearDown() ' 170 self.assert_('CxxExceptionInSetUpTest::TearDown() ' 180 ' thrown in TearDown()' 199 self.assert_('CxxExceptionInTestBodyTest::TearDown() '
|
/external/vixl/test/ |
test-assembler-a64.cc | 60 // TEARDOWN(); 152 #define TEARDOWN() TEARDOWN_COMMON() 203 #define TEARDOWN() 280 TEARDOWN(); 325 TEARDOWN(); 358 TEARDOWN(); 425 TEARDOWN(); 510 TEARDOWN(); 546 TEARDOWN(); 577 TEARDOWN(); [all...] |
/external/cmockery/cmockery_0_1_2/src/google/ |
cmockery.h | 208 #define unit_test_teardown(test, teardown) \ 209 { #test "_" #teardown, teardown, UNIT_TEST_FUNCTION_TYPE_TEARDOWN } 212 * and a teardown function. Either setup or teardown can be NULL. 214 #define unit_test_setup_teardown(test, setup, teardown) \ 217 unit_test_teardown(test, teardown) 280 // Function prototype for setup, test and teardown functions. 294 * NOTE: Every setup function must be paired with a teardown function. It's
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
NotificationListenerVerifierActivity.java | 257 void tearDown() { 304 void tearDown() { 351 void tearDown() { 382 void tearDown() { 413 void tearDown() { 452 void tearDown() {
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 34 // do the performance measurement. The optional setup and tearDown 38 function Benchmark(name, run, setup, tearDown, minIterations) { 42 this.TearDown = tearDown ? tearDown : function() { }; 279 suite.benchmarks[index++].TearDown();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilder.java | 72 private Runnable tearDown; 92 public B withTearDown(Runnable tearDown) { 93 this.tearDown = tearDown; 98 return tearDown; 298 tester.init(subjectGenerator, name, setUp, tearDown);
|
/external/v8/benchmarks/ |
base.js | 34 // do the performance measurement. The optional setup and tearDown 38 function Benchmark(name, run, setup, tearDown) { 42 this.TearDown = tearDown ? tearDown : function() { }; 274 suite.benchmarks[index++].TearDown();
|
/external/v8/test/perf-test/Collections/ |
base.js | 22 // do the performance measurement. The optional setup and tearDown 27 run, setup, tearDown, rmsResult, minIterations) { 34 this.TearDown = tearDown ? tearDown : function() { }; 357 suite.benchmarks[index++].TearDown();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 46 def tearDown(self): 58 def tearDown(self): 80 def tearDown(self): 154 def tearDown(self): 189 def tearDown(self): 227 def tearDown(self):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 46 def tearDown(self): 58 def tearDown(self): 80 def tearDown(self): 154 def tearDown(self): 189 def tearDown(self): 227 def tearDown(self):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 40 def tearDown(self): 41 self.events.append('tearDown') 125 # prior to each test. Likewise, if a tearDown() method is defined, the 162 # prior to each test. Likewise, if a tearDown() method is defined, the 177 expected = ['startTest', 'setUp', 'test', 'addError', 'tearDown', 196 'tearDown', 'stopTest', 'stopTestRun'] 201 # prior to each test. Likewise, if a tearDown() method is defined, the 216 expected = ['startTest', 'setUp', 'test', 'addFailure', 'tearDown', 232 'tearDown', 'stopTest', 'stopTestRun'] 238 # prior to each test. Likewise, if a tearDown() method is defined, th [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 40 def tearDown(self): 41 self.events.append('tearDown') 125 # prior to each test. Likewise, if a tearDown() method is defined, the 162 # prior to each test. Likewise, if a tearDown() method is defined, the 177 expected = ['startTest', 'setUp', 'test', 'addError', 'tearDown', 196 'tearDown', 'stopTest', 'stopTestRun'] 201 # prior to each test. Likewise, if a tearDown() method is defined, the 216 expected = ['startTest', 'setUp', 'test', 'addFailure', 'tearDown', 232 'tearDown', 'stopTest', 'stopTestRun'] 238 # prior to each test. Likewise, if a tearDown() method is defined, th [all...] |
/art/runtime/ |
java_vm_ext_test.cc | 36 virtual void TearDown() OVERRIDE { 37 CommonRuntimeTest::TearDown();
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
PermissionsHostTest.java | 61 protected void tearDown() throws Exception { 62 super.tearDown();
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
ApplicationHiddenTest.java | 56 protected void tearDown() throws Exception { 59 super.tearDown();
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
SystemUpdatePolicyTest.java | 59 protected void tearDown() throws Exception { 64 super.tearDown();
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
CameraPolicyTest.java | 67 protected void tearDown() throws Exception { 69 super.tearDown();
|
ManagedProfileTest.java | 57 protected void tearDown() throws Exception { 59 super.tearDown();
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
CustomDeviceOwnerTest.java | 62 public void tearDown() throws Exception { 68 super.tearDown();
|
/cts/hostsidetests/net/src/com/android/cts/net/ |
HostsideNetworkTests.java | 67 protected void tearDown() throws Exception { 68 super.tearDown();
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostTest.java | 109 protected void tearDown() throws Exception { 112 super.tearDown();
|
/cts/hostsidetests/usage/src/com/android/cts/app/usage/ |
AppIdleHostTest.java | 65 protected void tearDown() throws Exception { 68 super.tearDown();
|