OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
426 - 450
of
5693
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/tests/voicesettings/
AndroidTest.xml
29
<option name="
teardown
-command" value="am broadcast --receiver-foreground -a android.intent.action.CLOSE_SYSTEM_DIALOGS" />
30
<option name="
teardown
-command" value="am wait-for-broadcast-idle" />
/cts/tests/tests/webkit/src/android/webkit/cts/
WebBackForwardListTest.java
47
public void
tearDown
() throws Exception {
51
super.
tearDown
();
/cts/tests/ui/src/android/ui/cts/
ScrollingTest.java
57
protected void
tearDown
() throws Exception {
59
super.
tearDown
();
/development/samples/Vault/tests/src/com/example/android/vault/
VaultProviderTest.java
50
protected void
tearDown
() throws Exception {
51
super.
tearDown
();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config.py
74
def
tearDown
(self):
77
super(PyPIRCCommandTestCase, self).
tearDown
()
test_config_cmd.py
25
def
tearDown
(self):
27
super(ConfigTestCase, self).
tearDown
()
test_file_util.py
29
def
tearDown
(self):
31
super(FileUtilTestCase, self).
tearDown
()
test_sysconfig.py
17
def
tearDown
(self):
21
super(SysconfigTestCase, self).
tearDown
()
/external/chromium-trace/catapult/dependency_manager/
pylintrc
28
function-rgx=^(?:(?P<exempt>setUp|
tearDown
|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-Z0-9]*))$
31
method-rgx=^(?:(?P<exempt>_[a-z0-9_]+__|get|post|runTest|setUp|
tearDown
|setUpTestCase|tearDownTestCase|setupSelf|tearDownClass|setUpClass)|(?P<camel_case>(_{0,2}|test|assert)[A-Z][a-zA-Z0-9_]*))$
/external/chromium-trace/catapult/devil/
pylintrc
28
function-rgx=^(?:(?P<exempt>setUp|
tearDown
|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-Z0-9]*))$
31
method-rgx=^(?:(?P<exempt>_[a-z0-9_]+__|get|post|runTest|setUp|
tearDown
|setUpTestCase|tearDownTestCase|setupSelf|tearDownClass|setUpClass)|(?P<camel_case>(_{0,2}|test|assert)[A-Z][a-zA-Z0-9_]*))$
/external/chromium-trace/catapult/systrace/
pylintrc
30
function-rgx=^(?:(?P<exempt>setUp|
tearDown
|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-Z0-9]*))$
33
method-rgx=^(?:(?P<exempt>_[a-z0-9_]+__|get|post|runTest|setUp|
tearDown
|setUpTestCase|tearDownTestCase|setupSelf|tearDownClass|setUpClass)|(?P<camel_case>(_{0,2}|test|assert)[A-Z][a-zA-Z0-9_]*))$
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
CaliperEngineWrapBenchmark.java
69
public void
teardown
() {
method in class:CaliperEngineWrapBenchmark
70
benchmark.
teardown
();
/external/droiddriver/src/io/appium/droiddriver/
UiDevice.java
54
* {@code
tearDown
()} because {@code
tearDown
()} finishes activities created
/external/guava/guava-testlib/src/com/google/common/testing/
TestLogHandler.java
39
* addTearDown(new
TearDown
() {
40
* public void
tearDown
() throws Exception {
/external/ims/rcs/presencepolling/tests/src/com/android/service/ims/presence/
PollingServiceTests.java
56
public void
tearDown
() throws Exception {
57
super.
tearDown
();
/external/libmojo/third_party/catapult/devil/
pylintrc
28
function-rgx=^(?:(?P<exempt>setUp|
tearDown
|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-Z0-9]*))$
31
method-rgx=^(?:(?P<exempt>_[a-z0-9_]+__|get|post|runTest|setUp|
tearDown
|setUpTestCase|tearDownTestCase|setupSelf|tearDownClass|setUpClass)|(?P<camel_case>(_{0,2}|test|assert)[A-Z][a-zA-Z0-9_]*))$
/external/libxml2/python/tests/
tstLastError.py
15
def
tearDown
(self):
82
test.
tearDown
()
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/example/
FakeFtpServerSpringConfigurationTest.groovy
84
void
tearDown
() {
85
super.
tearDown
()
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
WindowsDirectoryListingFormatterTest.groovy
76
void
tearDown
() {
77
super.
tearDown
()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/fake/example/
RemoteFileTest.java
76
protected void
tearDown
() throws Exception {
77
super.
tearDown
();
/external/owasp/sanitizer/src/tests/org/owasp/html/
FuzzyTestCase.java
59
@Override protected void
tearDown
() throws Exception {
60
super.
tearDown
();
/external/python/cpython2/Lib/distutils/tests/
test_config.py
74
def
tearDown
(self):
77
super(PyPIRCCommandTestCase, self).
tearDown
()
test_config_cmd.py
25
def
tearDown
(self):
27
super(ConfigTestCase, self).
tearDown
()
/external/python/cpython3/Lib/distutils/tests/
test_bdist_dumb.py
39
def
tearDown
(self):
43
super(BuildDumbTestCase, self).
tearDown
()
test_config_cmd.py
25
def
tearDown
(self):
27
super(ConfigTestCase, self).
tearDown
()
Completed in 410 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>