/external/chromium_org/tools/checkdeps/ |
results.py | 13 """A single dependency violation.""" 16 # The include or import path that is in violation of a rule. 38 def AddViolation(self, violation): 39 """Adds a violation.""" 40 self.violations.append(violation) 80 for violation in dependee_status.violations: 81 lines.append(self.FormatViolation(violation, self.verbose)) 85 def FormatViolation(violation, verbose=False): 88 lines.append(' For %s' % violation.rules) 91 (violation.include_path, str(violation.violated_rule)) [all...] |
cpp_checker.py | 100 is_include, violation = self.CheckLine(rules, line, filepath) 103 if violation: 104 dependee_status.AddViolation(violation)
|
/external/flac/libFLAC/ |
format.c | 416 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) 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) *violation = "cue sheet may not have a track number 0" [all...] |
metadata_object.c | [all...] |
/external/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/ndk/sources/cxx-stl/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
locale.h | 23 # error STLport include schema violation
|
/external/flac/include/FLAC/ |
format.h | [all...] |
metadata.h | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFlexibleBox.cpp | 57 struct RenderFlexibleBox::Violation { 58 Violation(RenderBox* child, LayoutUnit childSize) 950 LayoutUnit violation = adjustedChildSize - childSize; local [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |