Searched refs:violations (Results 1 - 15 of 15) sorted by relevance

/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
H A DCheckMojo.java137 private boolean violations; field in class:CheckMojo
165 violations = false;
185 if (violations) {
199 violations = true;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp325 violations.clear();
367 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty());
384 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALLOCATION_SCOPE));
392 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALIGNMENT));
438 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_DIFFERENT_ALIGNMENT));
444 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_FREED_PTR));
489 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_NOT_ALLOCATED_PTR));
522 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_DOUBLE_FREE));
525 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_FREE_NOT_ALLOCATED_PTR));
543 results->violations
[all...]
H A DvkAllocationCallbackUtil.hpp218 std::vector<AllocationCallbackViolation> violations; member in struct:vk::AllocationCallbackValidationResults
/external/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_violations.sh24 # Description: This file tests ToMToU and open_writer violations invalidate
73 ima_violations=$SECURITYFS/ima/violations
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DReportTask.java351 private boolean violations = false; field in class:ReportTask.CheckFormatterElement
397 violations = true;
408 if (violations && failOnViolation) {
/external/v8/tools/
H A Dpresubmit.py428 violations = 0
435 violations += 1
438 print "Total violating files: %s" % violations
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp414 TCU_CHECK(validateRes.violations.empty());
H A DvktMemoryMappingTests.cpp298 TCU_CHECK(validateRes.violations.empty());
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp335 TCU_CHECK(validationResults.violations.empty());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 969 milliseconds