OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
226 - 250
of
1467
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java
100
public boolean
teardown
() {
method in class:WifiStateTracker
107
* Re-enable connectivity to a network after a {@link #
teardown
()}.
126
* supplicant daemon and there is at least one enabled network. If a
teardown
129
* for any reason other than a
teardown
request, Wi-Fi is considered
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h
51
virtual void
tearDown
() {}
113
void
tearDown
() {
164
tearDown
(); \
177
tearDown
(); \
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h
51
virtual void
tearDown
() {}
113
void
tearDown
() {
164
tearDown
(); \
177
tearDown
(); \
/packages/apps/Contacts/tests/src/com/android/contacts/util/
IntegrationTestUtils.java
108
* {@link #releaseScreenWakeLock()} must be called, this is usually done from
tearDown
().
123
// This is because we don't want unnecessary exceptions in
tearDown
() since they'll
125
// The other reason is that this method is most likely to be called from
tearDown
(),
128
// to fail in
tearDown
().
/system/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java
61
public void
tearDown
() {
/external/chromium/testing/gtest/test/
gtest_catch_exceptions_test.py
89
self.assert_('SEH exception with code 0x2a thrown in
TearDown
()'
145
self.assert_('CxxExceptionInSetUpTestCaseTest::
TearDown
() '
167
self.assert_('CxxExceptionInSetUpTest::
TearDown
() '
177
' thrown in
TearDown
()'
196
self.assert_('CxxExceptionInTestBodyTest::
TearDown
() '
/external/v8/test/cctest/
test-spaces.cc
181
memory_allocator->
TearDown
();
213
new_space.
TearDown
();
214
memory_allocator->
TearDown
();
248
s->
TearDown
();
250
memory_allocator->
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
();
/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
();
/cts/tests/src/android/app/cts/
ActivityTestsBase.java
51
protected void
tearDown
() throws Exception {
53
super.
tearDown
();
/cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java
47
protected void
tearDown
() throws Exception {
48
super.
tearDown
();
LauncherActivityTest.java
45
protected void
tearDown
() throws Exception {
51
super.
tearDown
();
NotificationManagerTest.java
48
protected void
tearDown
() throws Exception {
49
super.
tearDown
();
/cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java
43
protected void
tearDown
() throws Exception {
44
super.
tearDown
();
/cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java
59
tearDown
();
78
tearDown
();
/cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java
137
protected void
tearDown
() throws Exception {
139
super.
tearDown
();
RingtoneTest.java
60
protected void
tearDown
() throws Exception {
71
super.
tearDown
();
/cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java
92
protected void
tearDown
() throws Exception {
98
super.
tearDown
();
/cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java
151
protected void
tearDown
() throws Exception {
152
super.
tearDown
();
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java
49
protected void
tearDown
() throws Exception {
50
super.
tearDown
();
ContactsContract_GroupMembershipTest.java
49
protected void
tearDown
() throws Exception {
50
super.
tearDown
();
ContactsContract_RawContactsTest.java
47
protected void
tearDown
() throws Exception {
48
super.
tearDown
();
Contacts_SettingsTest.java
69
protected void
tearDown
() throws Exception {
80
super.
tearDown
();
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentFixedFunctionTest.java
49
protected void
tearDown
() throws Exception {
51
super.
tearDown
();
SamplerTest.java
48
protected void
tearDown
() throws Exception {
52
super.
tearDown
();
Completed in 814 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>