Lines Matching refs:results
156 results = "" variable
159 results += TestDataTypeViolations(pol)
161 results += TestProcTypeViolations(pol)
163 results += TestSysfsTypeViolations(pol)
165 results += TestSystemTypeViolations(pol)
167 results += TestDebugfsTypeViolations(pol)
169 results += TestVendorTypeViolations(pol)
171 results += TestCoreDataTypeViolations(pol)
173 results += TestPropertyTypeViolations(pol)
175 results += TestAppDataTypeViolations(pol)
177 results += TestDmaHeapDevTypeViolations(pol)
179 if len(results) > 0:
180 sys.exit(results)