Home
last modified time | relevance | path

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

123

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dforeach.rs6 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.rs4 bool failed = false;
19 if (failed) {
26 return failed;
29 bool failed = false;
30 failed |= test_color_pack_unpack();
32 if (failed) {
Dnoroot.rs7 static bool failed = false;
14 bool failed = false;
24 if (failed) {
31 return failed;
35 failed |= test_foo_output();
39 if (failed) {
Dprimitives.rs40 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) {
Dgroup2.rs9 static bool failed[2] = { false, false };
16 failed[x] = true;
21 failed[x] = true;
28 if (failed[i]) {
DMatrixTest.rs6 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 …]
Dstruct_object.rs11 bool failed = false;
15 if (failed) {
Dstruct_array.rs10 bool failed = false;
15 if (failed) {
Dvector.rs45 bool failed = false;
177 if (failed) {
184 return failed;
188 bool failed = false;
189 failed |= test_vector_types();
191 if (failed) {
Dstruct_pad.rs10 bool failed = false;
18 if (failed) {
DTestCtxDim.rs23 static bool failed = false;
35 if (failed) {
Dsample.rs29 bool failed = false;
41 return !failed;
46 bool failed = false;
58 return !failed;
62 bool failed = false;
163 if (failed) {
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 …]
/cts/tests/tests/rscpp/librscpptest/
Dforeach.rs6 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.rs7 static bool failed = false;
14 bool failed = false;
24 if (failed) {
31 return failed;
35 failed |= test_foo_output();
39 if (failed) {
/cts/hostsidetests/security/securityPatch/Bug-34328139/
Dpoc.c46 goto failed; in threadForConfig()
50 failed: in threadForConfig()
65 goto failed; in threadForClose()
69 failed: in threadForClose()
97 goto failed; in main()
105 goto failed; in main()
112 goto failed; in main()
135 failed: in main()
/cts/hostsidetests/security/securityPatch/CVE-2017-0564/
Dpoc.c137 goto failed; in threadForIonFree01()
142 failed: in threadForIonFree01()
156 goto failed; in threadForIonFree02()
161 failed: in threadForIonFree02()
189 goto failed; in main()
194 goto failed; in main()
200 goto failed; in main()
214 failed: in main()
/cts/apps/CameraITS/tests/scene0/
Dtest_metadata.py28 global md, props, failed
82 assert not failed
118 failed = False variable
122 global md, props, failed
128 failed = True
131 failed = True
/cts/common/util/tests/src/com/android/compatibility/common/util/
DCaseResultTest.java62 testResult.failed(STACK_TRACE); in testResultReporting()
73 mResult.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testCountResults()
74 mResult.getOrCreateResult(METHOD_2).failed(STACK_TRACE); in testCountResults()
81 mResult.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testMergeCase()
88 otherResult.getOrCreateResult(METHOD_3).failed(STACK_TRACE); in testMergeCase()
103 otherResult.getOrCreateResult(METHOD_3).failed(STACK_TRACE); in testMergeCase_passToFail()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfo.java74 failed("External storage is not mounted"); in testCollectDeviceInfo()
76 failed("Cannot create directory for device info files"); in testCollectDeviceInfo()
90 failed("Could not collect device info", e); in testCollectDeviceInfo()
139 private void failed(String message, Throwable exception) { in failed() method in DeviceInfo
145 private void failed(String message) { in failed() method in DeviceInfo
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
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()
DMeanVerification.java94 boolean failed = false; in verify()
104 failed = true; in verify()
116 stats.addValue(PASSED_KEY, !failed); in verify()
119 if (failed) { in verify()
/cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
DModuleResultTest.java71 testCase.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testCountResults()
72 testCase.getOrCreateResult(METHOD_2).failed(STACK_TRACE); in testCountResults()
80 caseResult.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testMergeModule()
84 caseResult2.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testMergeModule()
/cts/suite/audio_quality/lib/src/task/
DTaskSave.cpp141 bool failed = false; in run() local
143 failed = true; in run()
146 failed = true; in run()
148 if (failed) { in run()

123