/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
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/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/ |
smoke_test.py | 14 def tearDown(self):
|
test_no_socket.py | 16 def tearDown(self):
|
/external/curl/tests/data/ |
test567 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
/external/dbus/test/ |
syntax.c | 260 teardown (Fixture *f, function 272 g_test_add ("/syntax/path", Fixture, &paths, setup, test_syntax, teardown); 274 setup, test_syntax, teardown); 276 setup, test_syntax, teardown); 278 setup, test_syntax, teardown); 280 setup, test_syntax, teardown); 282 setup, test_syntax, teardown); 284 setup, test_syntax, teardown); 286 setup, test_syntax, teardown);
|
/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/llvm/test/CodeGen/AArch64/ |
arm64-stackmap-nops.ll | 6 ; in place, 8 bytes will be consumed by the frame teardown and return instr.
|
/external/testng/src/test/java/test/conffailure/ |
ClassWithFailedBeforeTestClassVerification.java | 20 public void tearDown() {
|
/external/testng/src/test/java/test/hook/ |
HookFailureTest.java | 24 // public void tearDown() {
|
/external/testng/src/test/java/test/junit/ |
BaseTest.java | 26 protected void tearDown() throws Exception {
|
/external/testng/src/test/java/test/justin/ |
BaseTestCase.java | 27 protected void tearDown() throws Exception {
|
/external/testng/src/test/java/test/sample/ |
JUnitSample1.java | 30 public void tearDown() {
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterContext.java | 97 public synchronized void tearDown() { 106 graph.tearDown(this); 112 mFrameManager.tearDown(); 118 mGLEnvironment.tearDown();
|
/frameworks/base/test-runner/src/android/test/ |
SingleLaunchActivityTestCase.java | 24 * launch and finish the activity in {@link #setUp} and {@link #tearDown}. 27 * in every setup / teardown call. 79 protected void tearDown() throws Exception { 85 super.tearDown();
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallServiceImpl.java | 87 tearDown(); 92 private void tearDown() { 93 Log.v(this, "tearDown"); 96 InCallPresenter.getInstance().tearDown();
|
/system/connectivity/shill/test-scripts/ |
backchannel | 33 echo " teardown <iface> [new_iface_name] Return backchannel device to normal" 66 teardown() { 92 teardown) 93 teardown "$@"
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
ClearProfileOwnerNegativeTest.java | 29 protected void tearDown() throws Exception { 40 super.tearDown();
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
SuspendPackageTest.java | 26 public void tearDown() throws Exception { 28 super.tearDown();
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
MixedDeviceOwnerTest.java | 46 protected void tearDown() throws Exception { 51 super.tearDown();
|
MixedProfileOwnerTest.java | 38 protected void tearDown() throws Exception { 43 super.tearDown();
|