/cts/tools/utils/ |
D | rerun.py | 37 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/ |
D | SensorCtsTestActivity.java | 198 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/ |
D | GnssCtsTestActivity.java | 218 public void testFailure(Failure failure) throws Exception { in testFailure() argument 220 if (failure.getException() instanceof MultiConstellationNotSupportedException) { in testFailure() 222 mTestsResults.append(failure.getException()); in testFailure() 226 + failure.getDescription().getMethodName() in testFailure() 227 + "\n\n Error: " + failure.toString() + "\n"); in testFailure() 231 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessengerTest.java | 242 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " in handleMessage() 247 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " in handleMessage() 252 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); in handleMessage() 292 public void failure(RuntimeException failure) { in failure() method in MessengerTest.MessengerTestHelper 295 mFailure = failure; in failure()
|
D | MessageQueueTest.java | 848 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/ |
D | macroized_tests.c | 79 failure("expected " printfType " but got " printfType, \ 93 return failure("could not find StaticFromNative"); in initializeVariables() 100 return failure("could not find InstanceFromNative"); in initializeVariables() 108 return failure("could not find InstanceFromNative.theOne"); in initializeVariables() 115 return failure("could not construct string"); in initializeVariables() 140 *errorMsg = failure("could not find static test method %s:%s", in findStaticMethod() 155 *errorMsg = failure("could not find instance test method %s:%s", in findInstanceMethod() 243 return failure("shouldn't happen"); in help_CallBooleanMethod() 346 return failure("shouldn't happen"); in help_CallByteMethod() 449 return failure("shouldn't happen"); in help_CallShortMethod() [all …]
|
D | helper.h | 50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
D | helper.c | 28 char *failure(const char *format, ...) { in failure() function
|
/cts/tools/junit/src/com/android/cts/junit/ |
D | SingleJUnitTestRunListener.java | 57 public void testFailure(Failure failure) throws Exception { in testFailure() argument 61 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
|
/cts/tests/core/runner/src/com/android/cts/core/internal/runner/ |
D | TestLoader.java | 105 Failure failure = new Failure(description, e); in doLoadClass() 106 mLoadFailuresMap.put(className, failure); in doLoadClass()
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 164 failure = test.find('FailedScene') 165 if failure is not None: 166 trace = failure.find('StackTrace')
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 425 CaptureFailure failure) { in onCaptureFailed() argument 427 mFailureQueue.put(failure); in onCaptureFailed() 597 CaptureFailure failure = mFailureQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getCaptureFailures() local 599 if (failure == null) { in getCaptureFailures() 603 failures.add(failure); in getCaptureFailures()
|
D | RobustnessTest.java | 953 for (CaptureFailure failure : failures) { in testAbandonRepeatingRequestSurface() 954 if (lastFrameNumber < failure.getFrameNumber()) { in testAbandonRepeatingRequestSurface() 955 lastFrameNumber = failure.getFrameNumber(); in testAbandonRepeatingRequestSurface()
|
D | ReprocessCaptureTest.java | 808 for (CaptureFailure failure : failures) { in testReprocessAbort() 809 failedRequests.add(failure.getRequest()); in testReprocessAbort()
|
D | CameraDeviceTest.java | 476 CaptureFailure failure) { in testChainedOperation() argument 481 fail("onCaptureFailed invoked with failure reason: " + failure.getReason()); in testChainedOperation()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 1779 CaptureFailure failure) { 1806 CaptureFailure failure) {
|