Home
last modified time | relevance | path

Searched refs:violation (Results 1 – 25 of 102) sorted by relevance

12345

/external/flac/libFLAC/
Dformat.c412 …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/
DvkAllocationCallbackUtil.cpp712 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/
D121 TITLE: SIGSEGV: segmentation violation
3 SIGSEGV: segmentation violation
/external/grpc-grpc/doc/
Dstatuscodes.md33 | 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/
DReportingGuide.rst21 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/
DReportingGuide.rst21 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/
Dhierarchy.c676 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/
Dasan_flags.inc131 "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/
Dobjc-odr.mm22 // CHECK-NOT: AddressSanitizer: odr-violation
/external/clang/docs/
DLTOVisibility.rst19 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/
Dcontributors.txt35 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/
Dformat.h999 …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);
Dmetadata.h2072 …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/
D1434 INIT: PANIC: segmentation violation! sleeping for 30 seconds.
/external/libxml2/result/
Ddav1.rdr73 2 3 #text 0 1 There has been an access violation error.
Ddav1.rde73 2 3 #text 0 1 There has been an access violation error.
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
D2009-01-18-PHIPropCrash.ll3 ; Dead use caused invariant violation.
/external/llvm/test/Transforms/SimplifyCFG/
D2009-01-18-PHIPropCrash.ll3 ; Dead use caused invariant violation.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
D2009-01-18-PHIPropCrash.ll3 ; Dead use caused invariant violation.
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DHwModeSelect.td7 // 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/
Dregcall-no-plt.ll11 ;; We encounter the violation symptom when using PIC with lazy binding
/external/perfetto/src/android_internal/
DBUILD.gn61 # violation by doubly linking code in two .so(s) loaded in the same exe.
/external/deqp/modules/glshared/
DglsFboUtil.cpp921 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/
DCODE_OF_CONDUCT.md59 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/
Dez_setup.py211 def violation(*args): function
214 DirectorySandbox._violation = violation

12345