OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:teardown
(Results
1501 - 1525
of
2394
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
94
def
tearDown
(self):
151
def
tearDown
(self):
485
def
tearDown
(self):
729
def
tearDown
(self):
847
def
tearDown
(self):
/external/vixl/test/
test-simulator-a64.cc
94
#define
TEARDOWN
() \
124
#define
TEARDOWN
()
233
TEARDOWN
();
348
TEARDOWN
();
478
TEARDOWN
();
605
TEARDOWN
();
724
TEARDOWN
();
841
TEARDOWN
();
888
TEARDOWN
();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
545
log("onActionIntentReconnectAlarm:
tearDown
apnContext=" + apnContext);
547
dcac.
tearDown
(apnContext, "", null);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py
54
def
tearDown
(self):
64
def
tearDown
(self):
109
self.__tearDown = self.
tearDown
111
self.
tearDown
= self._tearDown
207
def
tearDown
(self):
210
ThreadedTCPSocketTest.
tearDown
(self)
231
def
tearDown
(self):
[
all
...]
test_doctest.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py
54
def
tearDown
(self):
64
def
tearDown
(self):
109
self.__tearDown = self.
tearDown
111
self.
tearDown
= self._tearDown
207
def
tearDown
(self):
210
ThreadedTCPSocketTest.
tearDown
(self)
231
def
tearDown
(self):
[
all
...]
test_doctest.py
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java
153
* <p>The
tearDown
() method can be used to perform this operation. After the call finishes, all
158
* remain valid and allocated even when
tearDown
is invoked.</p>
160
* <p>A Surface that has had
tearDown
() called on it is eligible to have prepare() invoked on it
161
* again even if it was used as a request target before the
tearDown
() call, as long as it
162
* doesn't get used as a target of a request between the
tearDown
() and prepare() calls.</p>
178
public abstract void
tearDown
(@NonNull Surface surface) throws CameraAccessException;
[
all
...]
/frameworks/base/rs/java/android/renderscript/
RenderScript.java
35
* initialization, resource management, and
teardown
. An instance of the RenderScript
222
// take
teardown
lock
223
//
teardown
lock can only be taken when no objects are being destroyed
390
// by the gc while
teardown
is occuring. This protects againts
[
all
...]
/art/compiler/utils/arm/
assembler_thumb2_test.cc
68
void
TearDown
() OVERRIDE {
69
AssemblerTest::
TearDown
();
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
SplitTests.java
109
protected void
tearDown
() throws Exception {
110
super.
tearDown
();
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java
75
protected void
tearDown
() throws Exception {
79
super.
tearDown
();
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java
83
protected void
tearDown
() throws Exception {
84
super.
tearDown
();
InstrumentationTest.java
73
protected void
tearDown
() throws Exception {
80
super.
tearDown
();
/cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java
148
protected void
tearDown
() throws Exception {
155
super.
tearDown
();
/cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java
99
protected void
tearDown
() throws Exception {
106
super.
tearDown
();
/cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java
66
protected void
tearDown
() throws Exception {
73
super.
tearDown
();
CursorWrapperTest.java
61
protected void
tearDown
() throws Exception {
63
super.
tearDown
();
DatabaseCursorTest.java
68
protected void
tearDown
() throws Exception {
71
super.
tearDown
();
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java
51
protected void
tearDown
() throws Exception {
54
super.
tearDown
();
/cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java
102
protected void
tearDown
() throws Exception {
103
super.
tearDown
();
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
101
protected void
tearDown
() throws Exception {
105
super.
tearDown
();
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java
63
protected void
tearDown
() throws Exception {
64
super.
tearDown
();
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java
115
protected void
tearDown
() throws Exception {
126
super.
tearDown
();
/cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java
125
protected void
tearDown
() throws Exception {
144
super.
tearDown
();
Completed in 1004 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>