Lines Matching refs:results
183 results = ""
186 results += TestBpffsTypeViolations(pol)
188 results += TestDataTypeViolations(pol)
190 results += TestProcTypeViolations(pol)
192 results += TestSysfsTypeViolations(pol)
194 results += TestSystemTypeViolations(pol)
196 results += TestDebugfsTypeViolations(pol)
198 results += TestTracefsTypeViolations(pol)
200 results += TestVendorTypeViolations(pol)
202 results += TestCoreDataTypeViolations(pol)
204 results += TestPropertyTypeViolations(pol)
206 results += TestAppDataTypeViolations(pol)
208 results += TestDmaHeapDevTypeViolations(pol)
210 if len(results) > 0:
211 sys.exit(results)