/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 325 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/ |
D | CheckMojo.java | 145 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/ |
D | vorbiscomment.c | 68 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/ |
D | utils.c | 195 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/ |
D | h-cc-pairs.md | 6 ## Example violations 8 Example violations, which should be avoided in new code:
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | clang-analyzer-osx.MIG.rst | 6 Find violations of the Mach Interface Generator calling convention
|
D | misc-throw-by-value-catch-by-reference.rst | 9 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
|
D | misc-definitions-in-headers.rst | 7 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
|
D | bugprone-suspicious-include.rst | 7 implementation file, which often leads to hard-to-track-down ODR violations.
|
/external/perfetto/tools/sanitizers_unittests/ |
D | README.md | 5 work and spot violations, rather than unconditionally succeeding if we mess up
|
/external/tensorflow/tensorflow/core/profiler/builds/oss/ |
D | build_config.bzl | 15 code, without creating ODR violations in the dynamically linked case. The
|
/external/llvm-project/lld/test/ELF/ |
D | silent-ignore.test | 2 RUN: -detect-odr-violations \
|
/external/dagger2/java/dagger/testing/compile/ |
D | macros.bzl | 23 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/autotest/client/site_tests/hardware_UnsafeMemory/ |
D | control.quick | 16 This test uses rowhammer-test to find memory faults that may lead to violations
|
D | control | 18 This test uses rowhammer-test to find memory faults that may lead to violations
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | ReportTask.java | 351 private boolean violations = false; field in ReportTask.CheckFormatterElement 397 violations = true; in onViolation() 408 if (violations && failOnViolation) { in finish()
|
/external/llvm-project/clang/ |
D | .clang-tidy | 3 # many violations in the codebase and they create too much noise in clang-tidy
|
/external/angle/src/common/third_party/base/ |
D | README.angle | 26 violations when ANGLE code is mixed with Chromium code.
|
/external/perfetto/src/android_internal/ |
D | README.md | 29 (e.g. base) are not allowed, as doing that would create ODR violations.
|
/external/llvm-project/llvm/bindings/python/ |
D | README.txt | 67 And try to keep the number of violations to a minimum.
|
/external/llvm/bindings/python/ |
D | README.txt | 67 And try to keep the number of violations to a minimum.
|
/external/selinux/secilc/test/ |
D | neverallow.cil | 76 ;; Should not call these violations
|
/external/python/cpython2/Doc/c-api/ |
D | concrete.rst | 22 access violations and immediate termination of the interpreter.
|
/external/python/cpython3/Doc/c-api/ |
D | concrete.rst | 22 access violations and immediate termination of the interpreter.
|
/external/libtextclassifier/abseil-cpp/ |
D | FAQ.md | 75 violations sometimes result in linker errors, but linkers do not always catch 76 violations. Uncaught ODR violations can result in strange runtime behaviors or
|