Home
last modified time | relevance | path

Searched defs:violation (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/
Dformat.c408 …st FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) in FLAC__format_cuesheet_is_legal()
487 … FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) in FLAC__format_picture_is_legal()
Dmetadata_object.c1666 …is_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation) in FLAC__metadata_object_cuesheet_is_legal()
1813 … FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation) in FLAC__metadata_object_picture_is_legal()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp943 LayoutUnit violation = adjustedChildSize - childSize; in resolveFlexibleLengths() local