Home
last modified time | relevance | path

Searched refs:violations (Results 1 – 25 of 141) sorted by relevance

123456

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp325 violations.clear(); in clear()
367 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty()); in validateAllocationCallbacks()
384 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
392 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
438 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
444 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
489 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
522 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
525 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
543 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
[all …]
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DCheckMojo.java145 private boolean violations; field in CheckMojo
173 violations = false; in executeCheck()
192 if (violations) { in executeCheck()
206 violations = true; in onViolation()
/external/flac/src/flac/
Dvorbiscomment.c68 static const char * const violations[] = { in parse_vorbis_comment_field() local
82 *violation = violations[1]; in parse_vorbis_comment_field()
90 *violation = violations[0]; in parse_vorbis_comment_field()
/external/flac/src/metaflac/
Dutils.c195 static const char * const violations[] = { in parse_vorbis_comment_field() local
209 *violation = violations[1]; in parse_vorbis_comment_field()
217 *violation = violations[0]; in parse_vorbis_comment_field()
/external/webrtc/style-guide/
Dh-cc-pairs.md6 ## Example violations
8 Example violations, which should be avoided in new code:
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dclang-analyzer-osx.MIG.rst6 Find violations of the Mach Interface Generator calling convention
Dmisc-throw-by-value-catch-by-reference.rst9 Finds violations of the rule "Throw by value, catch by reference" presented for
34 Triggers detection of violations of the CERT recommendation ERR09-CPP. Throw
Dmisc-definitions-in-headers.rst7 which can lead to potential ODR violations in case these headers are included
24 // Although these might also cause ODR violations, we can be less certain and
Dbugprone-suspicious-include.rst7 implementation file, which often leads to hard-to-track-down ODR violations.
/external/perfetto/tools/sanitizers_unittests/
DREADME.md5 work and spot violations, rather than unconditionally succeeding if we mess up
/external/dagger2/java/dagger/testing/compile/
Dmacros.bzl23 1-version violations. For example, this often happens when the java_test uses java
37 # We separate these dependencies from the java_test dependencies to avoid 1 version violations.
/external/tensorflow/tensorflow/core/profiler/builds/oss/
Dbuild_config.bzl15 code, without creating ODR violations in the dynamically linked case. The
/external/llvm-project/lld/test/ELF/
Dsilent-ignore.test2 RUN: -detect-odr-violations \
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java351 private boolean violations = false; field in ReportTask.CheckFormatterElement
397 violations = true; in onViolation()
408 if (violations && failOnViolation) { in finish()
/external/autotest/client/site_tests/hardware_UnsafeMemory/
Dcontrol.quick16 This test uses rowhammer-test to find memory faults that may lead to violations
Dcontrol18 This test uses rowhammer-test to find memory faults that may lead to violations
/external/llvm-project/clang/
D.clang-tidy3 # many violations in the codebase and they create too much noise in clang-tidy
/external/angle/src/common/third_party/base/
DREADME.angle26 violations when ANGLE code is mixed with Chromium code.
/external/perfetto/src/android_internal/
DREADME.md29 (e.g. base) are not allowed, as doing that would create ODR violations.
/external/llvm/bindings/python/
DREADME.txt67 And try to keep the number of violations to a minimum.
/external/llvm-project/llvm/bindings/python/
DREADME.txt67 And try to keep the number of violations to a minimum.
/external/selinux/secilc/test/
Dneverallow.cil76 ;; Should not call these violations
/external/python/cpython2/Doc/c-api/
Dconcrete.rst22 access violations and immediate termination of the interpreter.
/external/python/cpython3/Doc/c-api/
Dconcrete.rst22 access violations and immediate termination of the interpreter.
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DFAQ.md75 violations sometimes result in linker errors, but linkers do not always catch
76 violations. Uncaught ODR violations can result in strange runtime behaviors or

123456