/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | foreach.rscript | 6 static bool failed = false; 19 bool failed = false; 29 if (failed) { 36 return failed; 40 bool failed = false; 50 if (failed) { 57 return failed; 61 failed |= test_root_output(); 65 failed |= test_foo_output(); 69 if (failed) {
|
D | utils.rscript | 4 bool failed = false; 19 if (failed) { 26 return failed; 29 bool failed = false; 30 failed |= test_color_pack_unpack(); 32 if (failed) {
|
D | primitives.rscript | 40 bool failed = false; 60 if (failed) { 67 return failed; 71 bool failed = false; 115 if (failed) { 122 return failed; 126 bool failed = false; 127 failed |= test_primitive_types(); 128 failed |= test_vector_types(); 130 if (failed) {
|
D | group2.rscript | 9 static bool failed[2] = { false, false }; 16 failed[x] = true; 21 failed[x] = true; 28 if (failed[i]) {
|
D | struct_array.rscript | 10 bool failed = false; 15 if (failed) {
|
D | struct_object.rscript | 11 bool failed = false; 15 if (failed) {
|
D | MatrixTest.rscript | 6 failed = true; \ 16 bool failed = false; 61 return failed; 65 bool failed = false; 107 return failed; 139 bool failed = false; 208 return failed; 212 bool failed = false; 241 return failed; 245 bool failed = false; [all …]
|
D | struct_pad.rscript | 10 bool failed = false; 18 if (failed) {
|
D | vector.rscript | 45 bool failed = false; 177 if (failed) { 184 return failed; 188 bool failed = false; 189 failed |= test_vector_types(); 191 if (failed) {
|
D | shared.rsh | 18 failed = true; \ 25 (((e1) != (e2)) ? (failed = true, rsDebug(#e1 " != " #e2, (e1), (e2)), false) : true)
|
D | ScriptGroupTest.java | 402 boolean failed = false; in testBuilder2PointWiseKernelToKernelDependency() 406 failed = true; in testBuilder2PointWiseKernelToKernelDependency() 410 assertTrue(!failed); in testBuilder2PointWiseKernelToKernelDependency() 460 boolean failed = false; in testBuilder2GatherScatterAcrossKernelsViaGlobals() 462 if (failed == false && a[i] != ARRAY_SIZE * (ARRAY_SIZE - 1) * 7 / 2) { in testBuilder2GatherScatterAcrossKernelsViaGlobals() 465 failed = true; in testBuilder2GatherScatterAcrossKernelsViaGlobals() 469 assertTrue(!failed); in testBuilder2GatherScatterAcrossKernelsViaGlobals() 522 boolean failed = false; in testBuilder2KernelOutputToGlobal() 524 if (failed == false && a[i] != ARRAY_SIZE * (ARRAY_SIZE - 1) / 2) { in testBuilder2KernelOutputToGlobal() 527 failed = true; in testBuilder2KernelOutputToGlobal() [all …]
|
/cts/tests/tests/rscpp/librscpptest/ |
D | foreach.rscript | 6 static bool failed = false; 19 bool failed = false; 29 if (failed) { 36 return failed; 40 bool failed = false; 50 if (failed) { 57 return failed; 61 failed |= test_root_output(); 65 failed |= test_foo_output(); 69 if (failed) {
|
D | noroot.rscript | 7 static bool failed = false; 14 bool failed = false; 24 if (failed) { 31 return failed; 35 failed |= test_foo_output(); 39 if (failed) {
|
/cts/tests/tests/neuralnetworks/java_test/jni/ |
D | Utils.h | 47 if (!::android::nn::cts::failed(env)) \ 55 inline bool failed(JNIEnv* env) { in failed() function 63 if (failed(env)) return true; in fail()
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_effects.py | 74 failed = [] 96 failed.append({'effect': EFFECTS[effect], 'error': e_msg}) 106 failed.append({'effect': EFFECTS[effect], 'error': e_msg}) 116 failed.append({'effect': EFFECTS[effect], 'error': e_msg}) 117 if failed: 119 for fail in failed:
|
/cts/tests/tests/security/src/android/security/cts/ |
D | FileDescriptorTest.java | 56 boolean failed = false; in testCLOEXEC() 70 failed = true; in testCLOEXEC() 87 if (failed) { in testCLOEXEC()
|
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | MeanLargerThanVerification.java | 99 boolean failed = true; in verify() 102 failed = false; in verify() 106 stats.addValue(PASSED_KEY, !failed); in verify() 109 if (failed) { in verify()
|
D | MeanVerification.java | 117 boolean failed = false; in verify() 120 failed = true; in verify() 123 failed = true; in verify() 127 stats.addValue(PASSED_KEY, !failed); in verify() 130 if (failed) { in verify()
|
D | StandardDeviationVerificationTest.java | 69 boolean failed = false; in runVerification() 74 failed = true; in runVerification() 76 assertTrue("Expected an AssertionError", failed); in runVerification()
|
D | EventGapVerificationTest.java | 76 boolean failed = false; in runVerification() 81 failed = true; in runVerification() 83 assertTrue("Expected an AssertionError", failed); in runVerification()
|
D | MagnitudeVerification.java | 99 boolean failed = Math.abs(mean - mExpected) > mThreshold; in verify() 101 stats.addValue(PASSED_KEY, !failed); in verify() 104 if (failed) { in verify()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | DeviceInfo.java | 85 failed("External storage is not mounted"); in testCollectDeviceInfo() 87 failed("Cannot create directory for device info files"); in testCollectDeviceInfo() 107 failed("Could not collect device info", e); in testCollectDeviceInfo() 156 private void failed(String message, Throwable exception) { in failed() method in DeviceInfo 162 private void failed(String message) { in failed() method in DeviceInfo
|
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/ |
D | DistractingPackageTest.java | 90 final String[] failed = SystemUtil.callWithShellPermissionIdentity( in setDistractionFlagsAndAssertResult() local 93 if (failed == null || failed.length != expectedToFail.length in setDistractionFlagsAndAssertResult() 94 || !ArrayUtils.containsAll(failed, expectedToFail)) { in setDistractionFlagsAndAssertResult() 96 failed) + "; expected to fail: " + Arrays.toString(expectedToFail)); in setDistractionFlagsAndAssertResult()
|
D | SuspendTestUtils.java | 81 final String[] failed = SystemUtil.callWithShellPermissionIdentity( in suspendAndAssertResult() local 84 if (failed == null || failed.length != expectedToFail.length in suspendAndAssertResult() 85 || !ArrayUtils.containsAll(failed, expectedToFail)) { in suspendAndAssertResult() 86 fail("setPackagesSuspended failure: failed packages: " + Arrays.toString(failed) in suspendAndAssertResult()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskSave.cpp | 143 bool failed = false; in run() local 145 failed = true; in run() 148 failed = true; in run() 150 if (failed) { in run()
|