Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 20 of 20) sorted by relevance

/cts/tools/utils/
Drerun.py37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
38 failedCases.append(failure)
77 for failure in failedCases:
78 print " " + failure
79 for failure in failedCases:
80 [className, methodName] = failure.split('#')
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java198 public void testFailure(Failure failure) throws Exception { in testFailure() argument
201 .logTestFail(failure.getDescription().getMethodName(), failure.toString()); in testFailure()
204 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
207 .logTestFail(failure.getDescription().getMethodName(), failure.toString()); in testAssumptionFailure()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java230 public void testFailure(Failure failure) throws Exception { in testFailure() argument
232 if (failure.getException() instanceof MultiConstellationNotSupportedException) { in testFailure()
234 mTestsResults.append(failure.getException()); in testFailure()
238 + failure.getDescription().getMethodName() in testFailure()
239 + "\n\n Error: " + failure.toString() + "\n"); in testFailure()
243 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunListener.java57 public void testFailure(Failure failure) throws Exception { in testFailure() argument
61 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java243 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " in handleMessage()
248 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " in handleMessage()
253 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); in handleMessage()
293 public void failure(RuntimeException failure) { in failure() method in MessengerTest.MessengerTestHelper
296 mFailure = failure; in failure()
DMessageQueueTest.java848 failure(new RuntimeException("Expected message #" + mCount + ", received #" in handleMessage()
856 failure(new RuntimeException("Message received after done, #" + msg.what)); in handleMessage()
914 public void failure(RuntimeException failure) { in failure() argument
917 mFailure = failure; in failure()
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c80 failure("expected " printfType " but got " printfType, \
94 return failure("could not find StaticFromNative"); in initializeVariables()
101 return failure("could not find InstanceFromNative"); in initializeVariables()
109 return failure("could not find InstanceFromNative.theOne"); in initializeVariables()
116 return failure("could not construct string"); in initializeVariables()
141 *errorMsg = failure("could not find static test method %s:%s", in findStaticMethod()
156 *errorMsg = failure("could not find instance test method %s:%s", in findInstanceMethod()
246 return failure("shouldn't happen"); in help_CallBooleanMethod()
351 return failure("shouldn't happen"); in help_CallByteMethod()
456 return failure("shouldn't happen"); in help_CallShortMethod()
[all …]
Dhelper.h50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
Dhelper.c28 char *failure(const char *format, ...) { in failure() function
/cts/tests/tests/telephony/src/android/telephony/embms/cts/
DMbmsStreamingSessionTest.java31 MbmsStreamingSession failure = MbmsStreamingSession.create( in testDuplicateSession() local
DMbmsDownloadSessionTest.java35 MbmsDownloadSession failure = MbmsDownloadSession.create( in testDuplicateSession() local
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java806 for (CaptureFailure failure : failures) { in checkForLastFrameInSequence()
807 if (lastFrameNumber < failure.getFrameNumber()) { in checkForLastFrameInSequence()
808 lastFrameNumber = failure.getFrameNumber(); in checkForLastFrameInSequence()
DReprocessCaptureTest.java810 for (CaptureFailure failure : failures) { in testReprocessAbort()
811 failedRequests.add(failure.getRequest()); in testReprocessAbort()
DRobustnessTest.java953 for (CaptureFailure failure : failures) { in testAbandonRepeatingRequestSurface()
954 if (lastFrameNumber < failure.getFrameNumber()) { in testAbandonRepeatingRequestSurface()
955 lastFrameNumber = failure.getFrameNumber(); in testAbandonRepeatingRequestSurface()
DCameraDeviceTest.java493 CaptureFailure failure) { in testChainedOperation() argument
498 fail("onCaptureFailed invoked with failure reason: " + failure.getReason()); in testChainedOperation()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java439 CaptureFailure failure) { in onCaptureFailed() argument
441 mFailureQueue.put(failure); in onCaptureFailed()
611 CaptureFailure failure = mFailureQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getCaptureFailures() local
613 if (failure == null) { in getCaptureFailures()
617 failures.add(failure); in getCaptureFailures()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp285 ACaptureRequest* /*request*/, ACameraCaptureFailure* failure) { in onCaptureFailed() argument
287 if ((obj == nullptr) || (failure == nullptr)) { in onCaptureFailed()
292 thiz->mLastFailedFrameNumber = failure->frameNumber; in onCaptureFailed()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1951 CaptureFailure failure) {
1978 CaptureFailure failure) {
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...