HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 526 - 550 of 1467) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/Scripts/webkitpy/python24/
versioning_unittest.py 109 def tearDown(self):
110 self._log.tearDown()
  /external/webp/src/dec/
idec.c 234 if (io->teardown) {
235 io->teardown(io);
340 // Note: past this point, teardown() must always be called
395 if (io->teardown) {
396 io->teardown(io);
645 VP8IoTeardownHook teardown,
653 idec->io_.teardown = teardown;
  /frameworks/base/core/java/android/net/
DummyDataStateTracker.java 116 public boolean teardown() { method in class:DummyDataStateTracker
149 * Re-enable mobile data connectivity after a {@link #teardown()}.
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 57 public void tearDown() throws Exception {
58 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 61 protected void tearDown() throws Exception {
64 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 53 protected void tearDown() throws Exception {
58 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 57 protected void tearDown() throws Exception {
59 super.tearDown();
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 64 protected void tearDown() throws Exception {
66 super.tearDown();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMimeTest.java 66 protected void tearDown() throws Exception {
67 super.tearDown();
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 273 * @param tearDown true if the underlying DataConnection should be disconnected.
276 private void cleanUpConnection(boolean tearDown, String reason) {
295 if (tearDown) {
296 if (DBG) log("cleanUpConnection: teardown, call conn.disconnect");
297 conn.tearDown(reason, obtainMessage(EVENT_DISCONNECT_DONE,
301 if (DBG) log("cleanUpConnection: !tearDown, call conn.resetSynchronously");
748 protected void onCleanUpConnection(boolean tearDown, int apnId, String reason) {
750 cleanUpConnection(tearDown, reason);
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 53 protected void tearDown() throws Exception {
54 super.tearDown();
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadTest.java 74 protected void tearDown() throws Exception {
76 super.tearDown();
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java 155 protected void tearDown() throws Exception {
168 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedOutputStreamTest.java 265 protected void tearDown() throws Exception {
268 super.tearDown();
OldPipedWriterTest.java 264 protected void tearDown() throws Exception {
275 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/lang/
OldStackTraceElementTest.java 41 protected void tearDown() throws Exception {
42 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 41 protected void tearDown() throws Exception {
42 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 43 @Override protected void tearDown() throws Exception {
45 super.tearDown();
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 26 protected void tearDown() throws Exception {
27 super.tearDown();
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java 319 protected void tearDown() throws Exception {
320 super.tearDown();
  /libcore/luni/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 50 public void tearDown() throws Exception {
54 super.tearDown();
InsertFunctionalityTest.java 48 public void tearDown() throws Exception {
52 super.tearDown();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
CreateAttributeNS.java 50 protected void tearDown() throws Exception {
53 super.tearDown();
CreateDocumentType.java 71 protected void tearDown() throws Exception {
74 super.tearDown();
CreateElementNS.java 68 protected void tearDown() throws Exception {
71 super.tearDown();

Completed in 331 milliseconds

<<21222324252627282930>>