Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp47 char errorString[MAX_ERROR_STRING_LEN]; variable
630 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog()
635 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog()
712 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog()
720 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog()
724 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog()
730 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog()
736 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret); in initImageReaderWithErrorLog()
740 LOG_ERROR(errorString, "Null ANW from AImageReader!"); in initImageReaderWithErrorLog()
760 LOG_ERROR(errorString, "Cannot create session before closing existing one"); in createCaptureSessionWithLog()
[all …]
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java235 StringBuilder errorString = new StringBuilder(); in buildSystemPolicy() local
237 errorString.append(line); in buildSystemPolicy()
238 errorString.append("\n"); in buildSystemPolicy()
240 assertTrue(errorString.toString(), errorString.length() == 0); in buildSystemPolicy()
317 StringBuilder errorString = new StringBuilder(); in testAllDomainsEnforcing() local
319 errorString.append(line); in testAllDomainsEnforcing()
320 errorString.append("\n"); in testAllDomainsEnforcing()
323 + errorString, errorString.length() == 0); in testAllDomainsEnforcing()
557 StringBuilder errorString = new StringBuilder(); in testValidSeappContexts() local
559 errorString.append(line); in testValidSeappContexts()
[all …]
/cts/tests/tests/permission/src/android/permission/cts/
DSuspendAppsPermissionTest.java65 StringBuilder errorString = new StringBuilder(); in testShowSuspendedAppDetailsDeclared() local
70 errorString.append("No activity found for " + ACTION_SHOW_SUSPENDED_APP_DETAILS in testShowSuspendedAppDetailsDeclared()
75 errorString.append("Activity handling " + ACTION_SHOW_SUSPENDED_APP_DETAILS in testShowSuspendedAppDetailsDeclared()
81 fail(errorString.toString()); in testShowSuspendedAppDetailsDeclared()
/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DAbstractApiTest.java115 StringBuilder errorString = mResultObserver.mErrorString; in runWithTestResultObserver() local
117 errorString.append("\nClassLoader hierarchy\n"); in runWithTestResultObserver()
119 errorString.append(" ").append(classLoader).append("\n"); in runWithTestResultObserver()
122 fail(errorString.toString()); in runWithTestResultObserver()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1313 String errorString = String.format( in aeCompensationTestByCamera() local
1325 mCollector.expectInRange(errorString, error, in aeCompensationTestByCamera()