Searched refs:cleanup (Results 1 - 25 of 68) sorted by last modified time

123

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp437 goto cleanup;
499 goto cleanup;
582 cleanup:
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1960 goto cleanup;
1964 goto cleanup;
1968 goto cleanup;
1972 goto cleanup;
1976 goto cleanup;
2017 cleanup:
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java451 void cleanup() { method in class:ImageProcessingActivity
483 cleanup();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java185 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java179 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java198 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java159 public void cleanup() { method in class:RSTestCore
H A DRSTestView.java69 mRender.cleanup();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
H A DRSTestView.java69 mRender.cleanup();
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
H A DRSTestView.java69 mRender.cleanup();
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java215 void cleanup() { method in class:ScriptGroupTestActivity
246 cleanup();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java873 * TODO - currently unused. Needs to be hooked into DataConnection cleanup
1701 * @return boolean - true if we did cleanup any connections, false if they
1728 // TODO - only do cleanup if not disconnected
2479 boolean cleanup = false;
2488 cleanup = true;
2501 // fall through: this is unexpected but if it happens cleanup and try setup
2504 // We're "READY" but not active so disconnect (cleanup = true) and
2523 cleanup = true;
2525 cleanup = false;
2545 if (cleanup) cleanUpConnectio
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken120 mGSMTestHandler.cleanup();
H A DGSMTestHandler.java.broken77 public void cleanup() {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java69 if (ci != null) ci.cleanup();
244 cleanup();
247 void cleanup() { method in class:RttService.RttServiceImpl.ClientInfo
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DHalWifiScannerImpl.java60 public void cleanup() { method in class:HalWifiScannerImpl
61 mSupplicantScannerDelegate.cleanup();
H A DSupplicantWifiScannerImpl.java161 public void cleanup() { method in class:SupplicantWifiScannerImpl
H A DWifiScannerImpl.java70 public abstract void cleanup(); method in class:WifiScannerImpl
H A DWifiScanningServiceImpl.java170 client.cleanup();
940 mScannerImpl.cleanup();
1653 mInternalClientInfo.cleanup();
1822 public void cleanup() { method in class:WifiScanningServiceImpl.ClientInfo
1862 logw("failed to cleanup scan work: " + e.toString());
1923 public void cleanup() { method in class:WifiScanningServiceImpl.ExternalClientInfo
1925 // Internal clients should not have any wifi change requests. So, keeping this cleanup
1930 super.cleanup();
2419 mInternalClientInfo.cleanup();
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiScannerTest.java80 public void cleanup() { method in class:WifiScannerTest
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DRttServiceTest.java79 public void cleanup() { method in class:RttServiceTest
H A DWifiConnectivityManagerTest.java85 public void cleanup() { method in class:WifiConnectivityManagerTest
H A DWifiQualifiedNetworkSelectorTest.java85 public void cleanup() { method in class:WifiQualifiedNetworkSelectorTest

Completed in 2720 milliseconds

123