OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
26 - 50
of
2394
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ClearDeviceOwnerTest.java
29
protected void
tearDown
() throws Exception {
41
super.
tearDown
();
44
// This test clears the device owner and active admin on
tearDown
(). To be called from the host
/cts/tests/tests/accessibility/
AndroidTest.xml
21
<option name="run-command:
teardown
-command" value="settings put secure enabled_accessibility_services """ />
22
<option name="run-command:
teardown
-command" value="settings put secure touch_exploration_granted_accessibility_services """ />
23
<option name="run-command:
teardown
-command" value="settings put secure accessibility_enabled 0" />
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
URIParameterTest.java
65
* @see TestCase#
tearDown
()
67
protected void
tearDown
() throws Exception {
68
super.
tearDown
();
/external/embunit/inc/
TestCase.h
45
void(*
tearDown
)(void);
51
#define new_TestCase(name,setUp,
tearDown
,runTest)\
56
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
();
/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/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/v8/src/
v8.cc
42
void V8::
TearDown
() {
44
ElementsAccessor::
TearDown
();
46
compiler::Pipeline::
TearDown
();
50
Sampler::
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.
73
protected void
tearDown
() throws Exception {
79
super.
tearDown
();
/packages/apps/InCallUI/src/com/android/incallui/
InCallServiceImpl.java
85
tearDown
();
90
private void
tearDown
() {
91
Log.v(this, "
tearDown
");
95
InCallPresenter.getInstance().
tearDown
();
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
MixedDeviceOwnerTest.java
48
protected void
tearDown
() throws Exception {
53
super.
tearDown
();
/cts/libs/deviceutil/src/android/cts/util/
CtsActivityInstrumentationTestCase2.java
40
protected void
tearDown
() throws Exception {
42
super.
tearDown
();
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
RandomRWTest.java
27
protected void
tearDown
() throws Exception {
30
super.
tearDown
();
TestTest.java
30
protected void
tearDown
() throws Exception {
31
super.
tearDown
();
Completed in 260 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>