Home
last modified time | relevance | path

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

123

/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.cpp703 std::ostream& operator<< (std::ostream& str, const AllocationCallbackViolation& violation) in operator <<() argument
705 switch (violation.reason) in operator <<()
709 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_FREE); in operator <<()
710 str << "Double free of " << tcu::toHex(violation.record.data.free.mem); in operator <<()
716 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_FREE); in operator <<()
717 …str << "Attempt to free " << tcu::toHex(violation.record.data.free.mem) << " which has not been al… in operator <<()
723 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_REALLOCATION); in operator <<()
724 …str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " wh… in operator <<()
730 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_REALLOCATION); in operator <<()
731 …str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " wh… in operator <<()
[all …]
DvkAllocationCallbackUtil.hpp231 std::ostream& operator<< (std::ostream& str, const AllocationCallbackViolation& violation);
/external/compiler-rt/test/asan/TestCases/Darwin/
Dobjc-odr.mm22 // CHECK-NOT: AddressSanitizer: odr-violation
/external/selinux/libsepol/src/
Dhierarchy.c712 int violation = 0; in hierarchy_check_constraints() local
719 violation = 1; in hierarchy_check_constraints()
723 violation = 1; in hierarchy_check_constraints()
728 violation = 1; in hierarchy_check_constraints()
733 if (violation) in hierarchy_check_constraints()
/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/llvm/test/Transforms/SimplifyCFG/
D2009-01-18-PHIPropCrash.ll3 ; Dead use caused invariant violation.
/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/compiler-rt/lib/asan/
Dasan_flags.inc129 "If >=2, detect violation of One-Definition-Rule (ODR); "
130 "If ==1, detect ODR-violation only if the two variables "
/external/libxml2/
DINSTALL.libxml237 should be sufficient (please report any violation to this rule you
/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/chromium-trace/catapult/telemetry/third_party/websocket-client/
DREADME.rst167 - fix buffer size boundary violation
/external/v8/build/config/sanitizers/
Dsanitizers.gni50 # violation. Set this to true to print detailed diagnostics instead.
/external/libmicrohttpd/doc/
Dfdl-1.3.texi390 However, if you cease all violation of this License, then your license
394 fails to notify you of the violation by some reasonable means prior to
399 violation by some reasonable means, this is the first time you have
400 received notice of violation of this License (for any work) from that
401 copyright holder, and you cure the violation prior to 30 days after
/external/bison/doc/
Dfdl.texi390 However, if you cease all violation of this License, then your license
394 fails to notify you of the violation by some reasonable means prior to
399 violation by some reasonable means, this is the first time you have
400 received notice of violation of this License (for any work) from that
401 copyright holder, and you cure the violation prior to 30 days after
/external/llvm/test/Transforms/Reassociate/
Dcanonicalize-neg-const.ll148 ; Don't create an NSW violation
/external/selinux/sepolgen/
DChangeLog31 * sepolgen: return and output constraint violation information
/external/clang/docs/
DControlFlowIntegrity.rst72 flow integrity violation. You can use the :ref:`-fno-sanitize-trap=
196 violation of the C and C++ standards, but it should not affect most programs.
/external/dnsmasq/
DCOPYING-v3415 However, if you cease all violation of this License, then your
419 holder fails to notify you of the violation by some reasonable means
424 violation by some reasonable means, this is the first time you have
425 received notice of violation of this License (for any work) from that
426 copyright holder, and you cure the violation prior to 30 days after
/external/chromium-trace/catapult/tracing/third_party/jszip/
DLICENSE.markdown445 However, if you cease all violation of this License, then your
449 holder fails to notify you of the violation by some reasonable means
454 violation by some reasonable means, this is the first time you have
455 received notice of violation of this License (for any work) from that
456 copyright holder, and you cure the violation prior to 30 days after
/external/bison/
DCOPYING415 However, if you cease all violation of this License, then your
419 holder fails to notify you of the violation by some reasonable means
424 violation by some reasonable means, this is the first time you have
425 received notice of violation of this License (for any work) from that
426 copyright holder, and you cure the violation prior to 30 days after
DNOTICE415 However, if you cease all violation of this License, then your
419 holder fails to notify you of the violation by some reasonable means
424 violation by some reasonable means, this is the first time you have
425 received notice of violation of this License (for any work) from that
426 copyright holder, and you cure the violation prior to 30 days after
/external/elfutils/
DCOPYING415 However, if you cease all violation of this License, then your
419 holder fails to notify you of the violation by some reasonable means
424 violation by some reasonable means, this is the first time you have
425 received notice of violation of this License (for any work) from that
426 copyright holder, and you cure the violation prior to 30 days after

123