Home
last modified time | relevance | path

Searched defs:heading (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dui.py10 def PrintMessage(heading, eol='\n'): argument
/external/markdown/markdown/extensions/
Drss.py22 def get_time(heading): argument
/external/ImageMagick/scripts/
Dtxt2html713 sub heading subroutine
/external/selinux/python/semanage/
Dseobject.py371 def list(self, heading=1, locallist=0): argument
471 def list(self, heading=1, locallist=0): argument
752 def list(self, heading=1, locallist=0): argument
1019 def list(self, heading=1, locallist=0): argument
1297 def list(self, heading=1, locallist=0): argument
1534 def list(self, heading=1, locallist=0): argument
1728 def list(self, heading=1, locallist=0): argument
2106 def list(self, heading=1, locallist=0): argument
2290 def list(self, heading=True, locallist=False, use_file=False): argument
/external/ply/ply/doc/
Dmakedoc.py25 heading = re.compile(r"(_nn\d)", re.IGNORECASE) variable
/external/icu/icu4c/source/common/
Drbbidata.cpp243 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable()
Drbbidata.h167 #define printTable(heading, table) argument
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py97 def start_section(self, heading): argument
/external/autotest/site_utils/deployment/
Dinstall.py531 def _report_hosts(report_log, heading, host_results_list): argument
/external/toybox/kconfig/
Dmconf.c773 char *heading; in conf_string() local
/external/python/cpython2/Lib/
Doptparse.py252 def format_heading(self, heading): argument
377 def format_heading(self, heading): argument
396 def format_heading(self, heading): argument
Dargparse.py199 def __init__(self, formatter, parent, heading=None): argument
236 def start_section(self, heading): argument
Dpydoc.py468 def heading(self, title, fgcol, bgcol, extras=''): member in HTMLDoc
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DSimpleWebServer.java285 String heading = "Directory " + uri; in listDirectory() local
/external/v8/tools/mb/
Dmb.py405 def PrintBuilders(heading, builders, notes): argument
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java843 String heading = (testClass != null)? in formatUnncessaryStubbingException() local
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp174 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults()
225 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) in err()
/external/python/cpython2/Lib/lib-tk/
Dttk.py1245 def heading(self, column, option=None, **kw): member in Treeview
Dturtle.py1811 def heading(self): member in TNavigator
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1157 def heading(self, type, args, level): member in TexinfoParser