Home
last modified time | relevance | path

Searched refs:violation (Results 1 – 25 of 69) 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.cpp14 #error We have included ucrt\math.h without protecting it against 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
DCodeOfConduct.rst33 amounts to an egregious violation of this code.
/external/compiler-rt/test/asan/TestCases/Darwin/
Dobjc-odr.mm22 // CHECK-NOT: AddressSanitizer: odr-violation
/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/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.
DControlFlowIntegrity.rst84 flow integrity violation. You can use the :ref:`-fno-sanitize-trap=
209 violation of the C and C++ standards, but it should not affect most programs.
/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/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/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/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/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/selinux/libsepol/cil/src/
Dcil_binary.c4578 …ck_neverallow(const struct cil_db *db, policydb_t *pdb, struct cil_tree_node *node, int *violation) in cil_check_neverallow() argument
4619 *violation = CIL_TRUE; in cil_check_neverallow()
4641 *violation = CIL_TRUE; in cil_check_neverallow()
4665 …neverallows(const struct cil_db *db, policydb_t *pdb, struct cil_list *neverallows, int *violation) in cil_check_neverallows() argument
4671 rc = cil_check_neverallow(db, pdb, item->data, violation); in cil_check_neverallows()
4733 …cil, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[], int *violation) in cil_check_type_bounds() argument
4761 *violation = CIL_TRUE; in cil_check_type_bounds()
4943 int violation = CIL_FALSE; in cil_binary_create_allocated_pdb() local
4945 rc = cil_check_neverallows(db, pdb, neverallows, &violation); in cil_binary_create_allocated_pdb()
4951 violation = CIL_TRUE; in cil_binary_create_allocated_pdb()
[all …]
/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/chromium-trace/catapult/telemetry/third_party/websocket-client/
DChangeLog232 - fix buffer size boundary violation

123