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

<<41424344454647484950>>

  /system/media/mca/filterpacks/ui/java/
SurfaceRenderFilter.java 210 public void tearDown(FilterContext context) {
  /system/media/mca/filterpacks/videosrc/java/
SurfaceTextureSource.java 245 public void tearDown(FilterContext context) {
SurfaceTextureTarget.java 218 public void tearDown(FilterContext context) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 69 protected void tearDown() throws Exception {
75 super.tearDown();
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 119 * @see TestCase#tearDown()
121 protected void tearDown() throws Exception {
127 super.tearDown();
SocketHandlerTest.java 75 * @see TestCase#tearDown()
77 protected void tearDown() throws Exception {
88 super.tearDown();
StreamHandlerTest.java 79 * @see TestCase#tearDown()
81 protected void tearDown() throws Exception {
85 super.tearDown();
LogManagerTest.java 102 * @see TestCase#tearDown()
104 protected void tearDown() throws Exception {
105 super.tearDown();
    [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetTest.java 55 * @see TestCase#tearDown()
57 protected void tearDown() throws Exception {
58 super.tearDown();
CharsetEncoderTest.java 78 * @see TestCase#tearDown()
80 protected void tearDown() throws Exception {
81 super.tearDown();
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 289 virtual void TearDown() {
290 InProcessBrowserTest::TearDown();
292 // Unregister test factories after InProcessBrowserTest::TearDown
  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac_unittest.mm 96 virtual void TearDown() {
98 // TearDown to get rid of bubble's window.
100 CocoaTest::TearDown();
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 48 virtual void TearDown() {
57 virtual void TearDown();
98 void ApmTest::TearDown() {
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 191 // by the gc while teardown is occuring. This protects againts
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 745 request.append("TEARDOWN ");
749 addAuthentication(&request, "TEARDOWN", mStreamURL.c_str());
766 LOG(INFO) << "TEARDOWN completed with result "
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 69 public void tearDown() throws Exception {
76 System.out.println("Error in teardown: "+e.getMessage());
83 super.tearDown();
    [all...]
  /frameworks/base/docs/html/guide/topics/testing/
testing_android.jd 231 teardown, and helper methods.
314 {@link junit.framework.Assert} with Android-specific setup, teardown, and helper methods.
321 JUnit-standard <code>setUp()</code> and <code>tearDown()</code> methods, as well as well as
329 teardown and component lifecycle control. They also provide methods for setting up mock objects.
352 teardown of {@link android.app.Application} objects. These objects maintain the global state of
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 872 * @data_teardown: the function to teardown the fixture data
884 * fixture teardown is most usful if the same fixture is used for
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 702 teardown(mNetTrackers[t]);
707 private boolean teardown(NetworkStateTracker netTracker) { method in class:ConnectivityService
708 if (netTracker.teardown()) {
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 116 protected void tearDown() throws Exception {
125 super.tearDown();
440 // FIXME: Move cleanup into tearDown()
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 174 virtual void TearDown() {
175 test_user_share_.TearDown();
694 void TearDown() {
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc 60 virtual void TearDown();
152 void SpdyProxyClientSocketTest::TearDown() {
159 PlatformTest::TearDown();
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteDatabaseTest.java 58 protected void tearDown() throws Exception {
60 super.tearDown();
475 * mDatabase.close() in tearDown() should release it.
    [all...]
  /frameworks/base/docs/html/guide/developing/testing/
testing_otheride.jd 265 override the <code>setUp()</code> and <code>tearDown()</code> methods:
279 <code>tearDown()</code>: This method is invoked after all the test methods in the class. Use
282 <code>super.tearDown()</code> as the <em>last</em> statement in your code.</p>

Completed in 871 milliseconds

<<41424344454647484950>>