Home
last modified time | relevance | path

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

/external/markdown/markdown/extensions/
Drss.py22 def get_time(heading): argument
/external/selinux/policycoreutils/semanage/
Dseobject.py315 def list(self, heading = 1, locallist = 0): argument
411 def list(self, heading = 1, locallist = 0): argument
692 def list(self,heading = 1, locallist = 0): argument
963 def list(self, heading = 1, locallist = 0): argument
1232 def list(self, heading = 1, locallist = 0): argument
1465 def list(self, heading = 1, locallist = 0): argument
1655 def list(self, heading = 1, locallist = 0): argument
2012 def list(self, heading = 1, locallist = 0 ): argument
2198 def list(self, heading = True, locallist = False, use_file = False): argument
/external/icu/icu4c/source/common/
Drbbidata.cpp241 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable()
Drbbidata.h165 #define printTable(heading, table) argument
/external/toybox/kconfig/
Dmconf.c773 char *heading; in conf_string() local
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DNavCalculator.java297 public static Position computePosition(Position initialPos, double heading, in computePosition()
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DSimpleWebServer.java474 String heading = "Directory " + uri; in listDirectory() local
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp220 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults()
271 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) in err()