Searched defs:violation (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/
H A Dformat.c416 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) argument
422 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds";
426 if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples";
432 if(violation) *violation = "cue sheet must have at least one track (the lead-out)";
437 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)";
443 if(violation) *violatio
495 FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) argument
[all...]
H A Dmetadata_object.c1666 FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_is_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation) argument
1671 return FLAC__format_cuesheet_is_legal(&object->data.cue_sheet, check_cd_da_subset, violation);
1813 FLAC_API FLAC__bool FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation) argument
1818 return FLAC__format_picture_is_legal(&object->data.picture, violation);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp943 LayoutUnit violation = adjustedChildSize - childSize; local
944 if (violation > 0)
946 else if (violation < 0)
948 totalViolation += violation;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1365 milliseconds