Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 57) sorted by relevance

123

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dforeach.rscript6 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) {
Dutils.rscript4 bool failed = false;
19 if (failed) {
26 return failed;
29 bool failed = false;
30 failed |= test_color_pack_unpack();
32 if (failed) {
Dnoroot.rscript7 static bool failed = false;
14 bool failed = false;
24 if (failed) {
31 return failed;
35 failed |= test_foo_output();
39 if (failed) {
Dprimitives.rscript40 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) {
DMatrixTest.rscript6 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 …]
Dgroup2.rscript9 static bool failed[2] = { false, false };
16 failed[x] = true;
21 failed[x] = true;
28 if (failed[i]) {
DScriptGroupTest.java402 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 …]
Dvector.rscript45 bool failed = false;
177 if (failed) {
184 return failed;
188 bool failed = false;
189 failed |= test_vector_types();
191 if (failed) {
Dsample.rscript29 bool failed = false;
41 return !failed;
46 bool failed = false;
58 return !failed;
62 bool failed = false;
163 if (failed) {
Dstruct_array.rscript10 bool failed = false;
15 if (failed) {
Dstruct_object.rscript11 bool failed = false;
15 if (failed) {
Dstruct_pad.rscript10 bool failed = false;
18 if (failed) {
Dshared.rsh18 failed = true; \
25 (((e1) != (e2)) ? (failed = true, rsDebug(#e1 " != " #e2, (e1), (e2)), false) : true)
/cts/tests/tests/rscpp/librscpptest/
Dforeach.rscript6 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) {
Dnoroot.rscript7 static bool failed = false;
14 bool failed = false;
24 if (failed) {
31 return failed;
35 failed |= test_foo_output();
39 if (failed) {
/cts/apps/CameraITS/tests/scene2/
Dtest_effects.py56 failed = []
75 failed.append({'effect': EFFECTS[effect], 'error': msg})
85 failed.append({'effect': EFFECTS[effect], 'error': msg})
96 failed.append({'effect': EFFECTS[effect], 'error': msg})
97 if failed:
99 for fail in failed:
101 assert not failed
/cts/apps/CameraITS/tests/scene0/
Dtest_metadata.py28 global md, props, failed
84 assert not failed
120 failed = False variable
124 global md, props, failed
130 failed = True
133 failed = True
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfo.java82 failed("External storage is not mounted"); in testCollectDeviceInfo()
84 failed("Cannot create directory for device info files"); in testCollectDeviceInfo()
104 failed("Could not collect device info", e); in testCollectDeviceInfo()
153 private void failed(String message, Throwable exception) { in failed() method in DeviceInfo
159 private void failed(String message) { in failed() method in DeviceInfo
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DMeanVerification.java111 boolean failed = false; in verify()
114 failed = true; in verify()
117 failed = true; in verify()
121 stats.addValue(PASSED_KEY, !failed); in verify()
124 if (failed) { in verify()
DStandardDeviationVerificationTest.java69 boolean failed = false; in runVerification()
74 failed = true; in runVerification()
76 assertTrue("Expected an AssertionError", failed); in runVerification()
DEventGapVerificationTest.java76 boolean failed = false; in runVerification()
81 failed = true; in runVerification()
83 assertTrue("Expected an AssertionError", failed); in runVerification()
DMagnitudeVerification.java99 boolean failed = Math.abs(mean - mExpected) > mThreshold; in verify()
101 stats.addValue(PASSED_KEY, !failed); in verify()
104 if (failed) { in verify()
DFrequencyVerification.java138 boolean failed = (measuredFrequencyHz <= mLowerThresholdHz in verify()
142 stats.addValue(PASSED_KEY, !failed); in verify()
151 if (failed) { in verify()
/cts/tests/tests/security/src/android/security/cts/
DFileDescriptorTest.java56 boolean failed = false; in testCLOEXEC()
70 failed = true; in testCLOEXEC()
87 if (failed) { in testCLOEXEC()
/cts/suite/audio_quality/lib/src/task/
DTaskSave.cpp143 bool failed = false; in run() local
145 failed = true; in run()
148 failed = true; in run()
150 if (failed) { in run()

123