Searched refs:subheader (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | python_generator.py | 146 subheader = self.grammar.metas.get("subheader", "") 147 if subheader: 148 self.print(subheader.format(filename=filename))
|
D | metagrammar.gram | 1 @subheader """\
|
D | c_generator.py | 386 subheader = self.grammar.metas.get("subheader", "") 387 if subheader: 388 self.print(subheader)
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowZoneEquivalences.java | 175 CountItems.subheader(out, tabber3); in getZoneEquivalences() 211 CountItems.subheader(out, tabber3); in getZoneEquivalences()
|
D | CountItems.java | 140 static void subheader(PrintWriter out, Tabber tabber) { in subheader() method in CountItems
|
/external/python/cpython2/Lib/ |
D | pstats.py | 394 subheader = False 398 subheader = isinstance(value, tuple) 400 if subheader:
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 461 FT_Byte* subheader; in tt_cmap2_char_index() local 464 subheader = tt_cmap2_get_subheader( table, char_code ); in tt_cmap2_char_index() 465 if ( subheader ) in tt_cmap2_char_index() 467 FT_Byte* p = subheader; in tt_cmap2_char_index() 502 FT_Byte* subheader; in tt_cmap2_char_next() local 507 subheader = tt_cmap2_get_subheader( table, charcode ); in tt_cmap2_char_next() 508 if ( subheader ) in tt_cmap2_char_next() 510 FT_Byte* p = subheader; in tt_cmap2_char_next()
|
/external/python/cpython3/Lib/ |
D | pstats.py | 465 subheader = False 469 subheader = isinstance(value, tuple) 471 if subheader:
|
/external/jcommander/doc/ |
D | golo.css | 177 .subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .im…
|
D | colony.css | 176 .subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .im…
|