Home
last modified time | relevance | path

Searched refs:DEFAULT_STYLE (Results 1 – 4 of 4) sorted by relevance

/external/yapf/yapftests/
Dreformatter_style_config_test.py28 self.current_style = style.DEFAULT_STYLE
46 style.DEFAULT_STYLE = self.current_style
77 style.DEFAULT_STYLE = self.current_style
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java56 public final static int DEFAULT_STYLE = IN; field in HolidayBorderPanel
95 style = DEFAULT_STYLE; in HolidayBorderPanel()
/external/yapf/yapf/yapflib/
Dfile_resources.py71 return style.DEFAULT_STYLE
Dstyle.py594 DEFAULT_STYLE = 'pep8' variable