Home
last modified time | relevance | path

Searched refs:violation (Results 1 – 25 of 75) 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.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 …]
DvkAllocationCallbackUtil.hpp232 std::ostream& operator<< (std::ostream& str, const AllocationCallbackViolation& violation);
/external/skia/src/opts/
DSkOpts_avx.cpp12 #error We have included ucrt\math.h without protecting it against ODR violation.
/external/compiler-rt/test/asan/TestCases/Darwin/
Dobjc-odr.mm22 // CHECK-NOT: AddressSanitizer: odr-violation
/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/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/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/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/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/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/libxml2/
DINSTALL.libxml237 should be sufficient (please report any violation to this rule you
/external/libjpeg-turbo/
DREADME.android51 Fix memory management access violation
/external/clang/test/Analysis/
Dnullability.mm181 // Since we've already had an invariant violation along this path,
193 // Since we've already had an invariant violation along this path,
212 // Since we've already had an invariant violation along this path,
/external/mesa3d/docs/
DREADME.VCE33 attorneys' fees), resulting from Your use of the Software or violation of the
DREADME.UVD34 attorneys' fees), resulting from Your use of the Software or violation of the
/external/selinux/libsepol/cil/src/
Dcil_binary.c4596 …ck_neverallow(const struct cil_db *db, policydb_t *pdb, struct cil_tree_node *node, int *violation) in cil_check_neverallow() argument
4637 *violation = CIL_TRUE; in cil_check_neverallow()
4659 *violation = CIL_TRUE; in cil_check_neverallow()
4683 …neverallows(const struct cil_db *db, policydb_t *pdb, struct cil_list *neverallows, int *violation) in cil_check_neverallows() argument
4689 rc = cil_check_neverallow(db, pdb, item->data, violation); in cil_check_neverallows()
4751 …cil, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[], int *violation) in cil_check_type_bounds() argument
4779 *violation = CIL_TRUE; in cil_check_type_bounds()
4961 int violation = CIL_FALSE; in cil_binary_create_allocated_pdb() local
4963 rc = cil_check_neverallows(db, pdb, neverallows, &violation); in cil_binary_create_allocated_pdb()
4969 violation = CIL_TRUE; in cil_binary_create_allocated_pdb()
[all …]
/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/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/llvm/test/Transforms/Reassociate/
Dcanonicalize-neg-const.ll148 ; Don't create an NSW violation

123