Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 14 of 14) sorted by relevance

/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DTestCompanion.java84 private void abort() { in abort() method in TestCompanion
105 abort(); in run()
DMain.java49 mAbortButton = (Button) findViewById(R.id.abort); in onCreate()
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp84 abort(); in FileUtil()
133 abort(); in doVprintf()
DLog.cpp26 abort(); };
/cts/suite/audio_quality/lib/include/
DLog.h67 abort(); };
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1597 private void runCaptureTest(boolean burst, boolean repeating, boolean abort, in runCaptureTest() argument
1620 captureSingleShot(mCameraIds[i], sTemplates[j], repeating, abort, in runCaptureTest()
1626 captureBurstShot(mCameraIds[i], sTemplates, 1, repeating, abort, useExecutor); in runCaptureTest()
1640 captureBurstShot(mCameraIds[i], templates, templates.length, repeating, abort, in runCaptureTest()
1646 abort, useExecutor); in runCaptureTest()
1670 boolean repeating, boolean abort, boolean useExecutor) throws Exception { in captureSingleShot() argument
1698 if (abort) { in captureSingleShot()
1733 boolean abort, boolean useExecutor) throws Exception { in captureBurstShot() argument
1758 if (abort) { in captureBurstShot()
1793 if (abort) { in captureBurstShot()
/cts/tools/release-parser/tests/resources/
Dboot-framework.oat.pb.txt66 …ate-build-id --multi-image --no-inline-from=core-oj.jar --abort-on-hard-verifier-error --abort-on-…
DCtsAslrMallocTestCases32.pb.txt285 name: "abort"
Dandroid.test.runner.odex.pb.txt70 …-Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --abort-on-hard-verifier-e…
DCtsJniTestCases.apk.pb.txt4689 name: "abort"
5227 name: "abort"
5415 name: "abort"
5548 name: "abort"
5996 name: "abort"
6447 name: "abort"
6539 name: "abort"
6600 name: "abort"
6682 name: "abort"
6884 name: "abort"
[all …]
/cts/tests/signature/api-check/src/jni/
Dclassdescriptors.cpp84 abort(); in abortIfExceptionPending()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java135 mRemoteConnection.abort(); in onAbort()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java1313 void abort() { in abort() method in UsbDeviceTestActivity.TestThread
1647 receiver.abort(); in parallelUsbRequestsTests()
1661 receiver.abort(); in parallelUsbRequestsTests()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java974 for (boolean abort : abortDecode) { in testOnPartialImage()
978 callback.returnDrawable = !abort; in testOnPartialImage()
984 assertFalse(abort); in testOnPartialImage()
989 assertTrue(abort); in testOnPartialImage()