Searched refs:FORMATS (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | __main__.py | 140 FORMATS = { variable 148 parser.add_argument('--format', dest='fmt', default='summary', choices=tuple(FORMATS)) 183 do_fmt = FORMATS[fmt]
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | __main__.py | 190 if fmt in FORMATS: 255 FORMATS = { variable 264 parser.add_argument('--format', dest='fmt', default=default, choices=tuple(FORMATS)) 382 formats=FORMATS, 439 formats=FORMATS,
|
/third_party/python/Mac/Tools/ |
H A D | plistlib_generate_testdata.py | 14 FORMATS=[ variable 84 for fmt_name, fmt_key in FORMATS:
|
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 65 FORMATS: Tuple of valid color format values. 72 FORMATS = ("l", "la", "xy", "rgb", "rgba") variable in TestImage 138 if self.colorFormat not in self.FORMATS:
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 137 formats = dict(c_analyzer.FORMATS) 158 formats = dict(c_analyzer.FORMATS)
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 55 FORMATS = ['-'] variable 646 formats_ = FORMATS
|
Completed in 4 milliseconds