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

1 2

  /libcore/luni/src/test/java/dalvik/system/
BlockGuardTest.java 143 private final List<String> violations = new ArrayList<>(); field in class:BlockGuardTest.RecordingPolicy
164 violations.add(type + " [caller= " + violator.getMethodName() + "]");
168 violations.clear();
172 if (violations.size() != 0) {
173 throw new AssertionError("Expected 0 violations but found " + violations.size());
178 if (expected.length != violations.size()) {
179 throw new AssertionError("Expected " + expected.length + " violations but found "
180 + violations.size());
184 if (!violations.get(i).startsWith(expected[i]))
    [all...]
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 133 private boolean violations; field in class:CheckMojo
162 violations = false;
178 if (violations) {
212 violations = true;
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 317 violations.clear();
359 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty());
376 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALLOCATION_SCOPE));
384 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALIGNMENT));
430 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_DIFFERENT_ALIGNMENT));
436 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_FREED_PTR));
481 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_NOT_ALLOCATED_PTR));
505 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_DOUBLE_FREE));
508 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_FREE_NOT_ALLOCATED_PTR));
526 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_NEGATIVE_INTERNA (…)
    [all...]
vkAllocationCallbackUtil.hpp 206 std::vector<AllocationCallbackViolation> violations; member in struct:vk::AllocationCallbackValidationResults
  /frameworks/base/core/java/android/os/
StrictMode.java 102 * application to see the violations as they happen.
104 * <p>If you find violations that you feel are problematic, there are
137 * The boolean system property to control screen flashes on violations.
385 * violations. (but note that {@link #build} will default
501 * violations, rate-limited to be only a little annoying.
510 * see logging or other violations before the process dies.
540 * Log detected violations to the system log.
547 * Enable detected violations log a stacktrace and timing data
785 * other violations before the process dies.
812 * Log detected violations to the system log
1431 ArrayList<ViolationInfo> violations = gatheredViolations.get(); local
1930 ArrayList<ViolationInfo> violations = gatheredViolations.get(); local
    [all...]
  /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) {
  /external/v8/tools/
presubmit.py 391 violations = 0
398 violations += 1
401 print "Total violating files: %s" % violations
  /system/sepolicy/tools/
check_seapp.c 125 list violations; member in struct:rule_map
664 list_append(&rm->violations, &assert->listify);
1153 list_for_each(&r->violations, v) {
  /external/opencv3/modules/ts/src/
ts_perf.cpp 506 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa); local
507 if (violations > 0)
513 << node.name() << "[" << idx << "]\" and expected value is greater than " << eps << " in " << violations << " points"; local
563 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa); local
564 if (violations > 0)
570 << "\" and expected value is greater than " << eps << " in " << violations << " points"; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
org.jacoco.ant-0.7.3.201501221555-nodeps.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 
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 262 TCU_CHECK(validateRes.violations.empty());
vktMemoryMappingTests.cpp 221 TCU_CHECK(validateRes.violations.empty());
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 324 TCU_CHECK(validationResults.violations.empty());
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 3036 milliseconds

1 2