HomeSort by relevance Sort by last modified time
    Searched refs:violations (Results 1 - 25 of 35) sorted by null

1 2

  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 137 private boolean violations; field in class:CheckMojo
165 violations = false;
185 if (violations) {
199 violations = true;
  /libcore/luni/src/test/java/libcore/dalvik/system/
BlockGuardTest.java 270 private final List<String> violations = new ArrayList<>(); field in class:BlockGuardTest.RecordingPolicy
316 violations.add(type + " [caller= " + violator.getMethodName() + "]");
320 violations.clear();
324 if (violations.size() != 0) {
325 throw new AssertionError("Expected 0 violations but found " + violations.size());
330 if (expected.length != violations.size()) {
331 throw new AssertionError("Expected " + expected.length + " violations but found "
332 + violations.size());
336 if (!violations.get(i).startsWith(expected[i]))
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 325 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.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_NEGATIVE_INTERNA (…)
    [all...]
vkAllocationCallbackUtil.hpp 218 std::vector<AllocationCallbackViolation> violations; member in struct:vk::AllocationCallbackValidationResults
  /cts/tests/tests/os/src/android/os/cts/
StrictModeTest.java 512 final BlockingQueue<Violation> violations = new ArrayBlockingQueue<>(1); local
516 violations.add(v);
521 final Violation v = violations.poll(5, TimeUnit.SECONDS);
527 final BlockingQueue<Violation> violations = new ArrayBlockingQueue<>(1); local
531 violations.add(v);
539 final Violation v = violations.poll(5, TimeUnit.SECONDS);
587 final LinkedBlockingQueue<ViolationInfo> violations = new LinkedBlockingQueue<>(); local
588 StrictMode.setViolationLogger(violations::add);
592 consume.accept(violations.poll(5, TimeUnit.SECONDS));
  /external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_violations.sh 24 # 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/
ReportTask.java 351 private boolean violations = false; field in class:ReportTask.CheckFormatterElement
397 violations = true;
408 if (violations && failOnViolation) {
  /frameworks/base/core/java/android/os/
StrictMode.java 125 * use your application to see the violations as they happen.
127 * <p>If you find violations that you feel are problematic, there are a variety of tools to help
154 * The boolean system property to control screen flashes on violations.
485 * Create a Builder that detects nothing and has no violations. (but note that {@link
601 * Show an annoying dialog to the developer on detected violations, rate-limited to be
610 * penalties so you'll still get see logging or other violations before the process
636 /** Log detected violations to the system log. */
642 * Enable detected violations log a stacktrace and timing data to the {@link
1634 ArrayList<ViolationInfo> violations = gatheredViolations.get(); local
2110 ArrayList<ViolationInfo> violations = gatheredViolations.get(); local
    [all...]
  /external/v8/tools/
presubmit.py 428 violations = 0
435 violations += 1
438 print "Total violating files: %s" % violations
  /system/sepolicy/tools/
check_seapp.c 125 list violations; member in struct:rule_map
693 list_append(&rm->violations, &assert->listify);
1182 list_for_each(&r->violations, v) {
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 72 Detect some violations of the cgo pointer passing rules.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 72 Detect some violations of the cgo pointer passing rules.
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.7.201606060606/
org.jacoco.ant-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.8/
org.jacoco.ant-0.7.8.jar 
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 414 TCU_CHECK(validateRes.violations.empty());
vktMemoryMappingTests.cpp 298 TCU_CHECK(validateRes.violations.empty());
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 335 TCU_CHECK(validationResults.violations.empty());
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]

Completed in 1078 milliseconds

1 2