/prebuilts/go/linux-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...] |
/prebuilts/ndk/r16/sources/third_party/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...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
support.py | 31 def tearDown(self):
34 super(LoggingSilencer, self).tearDown()
62 def tearDown(self):
63 super(TempdirManager, self).tearDown()
124 def tearDown(self):
133 super(EnvironGuard, self).tearDown()
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilderTest.java | 65 final boolean tearDown[] = {false}; 69 tearDown[0] = true; 81 assertTrue(tearDown[0]);
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/ |
FtpWorkingDirectoryTest.java | 63 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
65 protected void tearDown() throws Exception {
66 super.tearDown();
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/ |
FtpWorkingDirectoryTest.java | 63 * @see org.mockftpserver.test.AbstractTest#tearDown()
65 protected void tearDown() throws Exception {
66 super.tearDown();
|
/external/testng/src/test/java/test/pholser/ |
Demo.java | 29 public void tearDown() { 30 Captor.instance().capture( "Demo.tearDown" ); 35 final List<String> expected = Arrays.asList(new String[] { "Demo.setUpFixture", "Demo.setUp", "Demo.tearDown" });
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
ASCCharsetDecoderTest.java | 31 * @see CharsetDecoderTest#tearDown() 33 protected void tearDown() throws Exception { 34 super.tearDown();
|
CodingErrorActionTest.java | 36 * @see TestCase#tearDown() 38 protected void tearDown() throws Exception { 39 super.tearDown();
|
GBCharsetDecoderTest.java | 34 * @see CharsetDecoderTest#tearDown() 36 protected void tearDown() throws Exception { 37 super.tearDown();
|
GBCharsetEncoderTest.java | 41 * @see CharsetEncoderTest#tearDown() 43 protected void tearDown() throws Exception { 44 super.tearDown();
|
UTF16BECharsetDecoderTest.java | 34 * @see CharsetDecoderTest#tearDown() 36 protected void tearDown() throws Exception { 37 super.tearDown();
|
UTF16LECharsetDecoderTest.java | 34 * @see CharsetDecoderTest#tearDown() 36 protected void tearDown() throws Exception { 37 super.tearDown();
|
/development/samples/Alarm/tests/src/com/example/android/newalarm/ |
AlarmServiceTest.java | 57 * Called after each test method. If you override the method, call super.tearDown() as the 61 protected void tearDown() throws Exception { 62 // Always call the super constructor when overriding tearDown() 63 super.tearDown();
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 27 procedure TearDown; override; 39 procedure TearDown; override; 62 procedure TestIHashList.TearDown; 103 procedure TestIStackList.TearDown;
|
/external/autotest/frontend/ |
django_lite_unittest.py | 19 def tearDown(self):
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
JmhEngineWrapBenchmark.java | 44 import org.openjdk.jmh.annotations.TearDown; 75 @TearDown(Level.Iteration) 76 public void teardown() { method in class:JmhEngineWrapBenchmark 77 benchmark.teardown();
|
/external/curl/tests/data/ |
test567 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
test577 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
TestLogHandlerTest.java | 45 stack.addTearDown(new TearDown() { 47 public void tearDown() throws Exception { 79 tearDown(); 83 @Override protected void tearDown() {
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/ |
mirred.json | 22 "teardown": [ 46 "teardown": [ 72 "teardown": [ 96 "teardown": [ 120 "teardown": [ 144 "teardown": [ 169 "teardown": [ 194 "teardown": [ 219 "teardown": [
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-stackmap-nops.ll | 6 ; in place, 8 bytes will be consumed by the frame teardown and return instr.
|
/external/mockito/src/test/java/org/mockito/ |
ArgumentCaptorTest.java | 20 public void tearDown() {
|
/external/pdfium/testing/ |
js_embedder_test.h | 19 void TearDown() override;
|