/external/flac/libFLAC/ |
D | format.c | 412 …st FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) in FLAC__format_cuesheet_is_legal() argument 418 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds"; in FLAC__format_cuesheet_is_legal() 422 …if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples… in FLAC__format_cuesheet_is_legal() 428 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; in FLAC__format_cuesheet_is_legal() 433 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; in FLAC__format_cuesheet_is_legal() 439 if(violation) *violation = "cue sheet may not have a track number 0"; in FLAC__format_cuesheet_is_legal() 445 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; in FLAC__format_cuesheet_is_legal() 451 if(violation) { in FLAC__format_cuesheet_is_legal() 453 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal() 455 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 712 std::ostream& operator<< (std::ostream& str, const AllocationCallbackViolation& violation) in operator <<() argument 714 switch (violation.reason) in operator <<() 718 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_FREE); in operator <<() 719 str << "Double free of " << tcu::toHex(violation.record.data.free.mem); in operator <<() 725 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_FREE); in operator <<() 726 …str << "Attempt to free " << tcu::toHex(violation.record.data.free.mem) << " which has not been al… in operator <<() 732 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_REALLOCATION); in operator <<() 733 …str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " wh… in operator <<() 739 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_REALLOCATION); in operator <<() 740 …str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " wh… in operator <<() [all …]
|
/external/syzkaller/pkg/report/testdata/gvisor/report/ |
D | 12 | 1 TITLE: SIGSEGV: segmentation violation 3 SIGSEGV: segmentation violation
|
/external/grpc-grpc/doc/ |
D | statuscodes.md | 33 | Flow-control protocol violation | INTERNAL | Both | 36 | Request cardinality violation (method requires exactly one request but client sent some other num… 37 | Response cardinality violation (method requires exactly one response but server sent some other n…
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReportingGuide.rst | 21 If the violation occurs at an event such as a Developer Meeting and requires 66 * Whether this event constitutes a code of conduct violation. 82 * Nothing, if we determine no violation occurred or it has already been 118 considered a separate and (potentially) more serious violation of the Code of
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 21 If the violation occurs at an event such as a Developer Meeting and requires 66 * Whether this event constitutes a code of conduct violation. 82 * Nothing, if we determine no violation occurred or it has already been 118 considered a separate and (potentially) more serious violation of the Code of
|
/external/selinux/libsepol/src/ |
D | hierarchy.c | 676 int violation = 0; in hierarchy_check_constraints() local 683 violation = 1; in hierarchy_check_constraints() 687 violation = 1; in hierarchy_check_constraints() 692 violation = 1; in hierarchy_check_constraints() 697 if (violation) in hierarchy_check_constraints()
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 131 "If >=2, detect violation of One-Definition-Rule (ODR); " 132 "If ==1, detect ODR-violation only if the two variables " 141 "Use special ODR indicator symbol for ODR violation detection")
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | objc-odr.mm | 22 // CHECK-NOT: AddressSanitizer: odr-violation
|
/external/clang/docs/ |
D | LTOVisibility.rst | 19 ODR violation to define a class with hidden LTO visibility in multiple linkage 48 visibility in order to avoid an ODR violation. 103 an ODR violation.
|
/external/antlr/ |
D | contributors.txt | 35 fees, made by any third party due to or arising out of my violation 36 of these terms and conditions or my violation of the rights of
|
/external/flac/include/FLAC/ |
D | format.h | 999 …t FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation); 1017 …FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation);
|
D | metadata.h | 2072 …s_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation); 2174 …FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation);
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 143 | 4 INIT: PANIC: segmentation violation! sleeping for 30 seconds.
|
/external/libxml2/result/ |
D | dav1.rdr | 73 2 3 #text 0 1 There has been an access violation error.
|
D | dav1.rde | 73 2 3 #text 0 1 There has been an access violation error.
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2009-01-18-PHIPropCrash.ll | 3 ; Dead use caused invariant violation.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2009-01-18-PHIPropCrash.ll | 3 ; Dead use caused invariant violation.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | 2009-01-18-PHIPropCrash.ll | 3 ; Dead use caused invariant violation.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | HwModeSelect.td | 7 // These two lists must have the same size. Make sure that a violation of
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | regcall-no-plt.ll | 11 ;; We encounter the violation symptom when using PIC with lazy binding
|
/external/perfetto/src/android_internal/ |
D | BUILD.gn | 61 # violation by doubly linking code in two .so(s) loaded in the same exe.
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 921 RuleViolation violation; in addViolation() local 923 violation.errorCode = code; in addViolation() 924 violation.rules.insert(std::string(description)); in addViolation() 926 dst.push_back(violation); in addViolation()
|
/external/tensorflow/ |
D | CODE_OF_CONDUCT.md | 59 harassment or another code of conduct violation, report it. 70 If the Project Stewards receive a report alleging a violation of the Code of Conduct, the Project S…
|
/external/antlr/runtime/Python3/ |
D | ez_setup.py | 211 def violation(*args): function 214 DirectorySandbox._violation = violation
|