Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py36 def title(self, title): argument
43 def back(self, title, next, name = "Back", active = 1): argument
54 def cancel(self, title, next, name = "Cancel", active = 1): argument
65 def next(self, title, next, name = "Next", active = 1): argument
76 def xbutton(self, name, title, next, xpos): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py300 def title(self, title): member in PyDialog
307 def back(self, title, next, name = "Back", active = 1): argument
318 def cancel(self, title, next, name = "Cancel", active = 1): argument
329 def next(self, title, next, name = "Next", active = 1): argument
340 def xbutton(self, name, title, next, xpos): argument
Dmsilib.py586 def __init__(self, db, id, title, desc, display, level = 1, argument
631 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpydoc.py425 def page(self, title, contents): argument
434 def heading(self, title, fgcol, bgcol, extras=''): argument
445 def section(self, title, fgcol, bgcol, contents, width=6, argument
467 def bigsection(self, title, *args): argument
997 def section(self, title, contents): argument
1483 def render_doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1508 def doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1991 def send_document(self, title, contents): argument
Doptparse.py1090 def __init__(self, parser, title, description=None): argument
1100 def set_title(self, title): argument
DUserString.py127 def title(self): return self.__class__(self.data.title()) member in UserString
Dargparse.py1473 def __init__(self, container, title=None, description=None, **kwargs): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py470 def page(self, title, contents): argument
480 def heading(self, title, fgcol, bgcol, extras=''): argument
491 def section(self, title, fgcol, bgcol, contents, width=6, argument
513 def bigsection(self, title, *args): argument
1060 def section(self, title, contents): argument
1567 def render_doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1592 def doc(thing, title='Python Library Documentation: %s', forceload=0): argument
2076 def send_document(self, title, contents): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py425 def page(self, title, contents): argument
434 def heading(self, title, fgcol, bgcol, extras=''): argument
445 def section(self, title, fgcol, bgcol, contents, width=6, argument
467 def bigsection(self, title, *args): argument
997 def section(self, title, contents): argument
1487 def render_doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1512 def doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1995 def send_document(self, title, contents): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsysconfig.py618 def _print_dict(title, data): argument
Doptparse.py1091 def __init__(self, parser, title, description=None): argument
1101 def set_title(self, title): argument
Dargparse.py1486 def __init__(self, container, title=None, description=None, **kwargs): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodectype.c28 const Py_UNICODE title; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c28 const Py_UNICODE title; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dtktools.py16 def make_toplevel(master, title=None, class_=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dpybench.py586 def print_header(self, title='Benchmark'): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py402 def prologue(self, title, entry=None, **kw): argument
/device/google/cuttlefish_common/common/libs/net/
Dnetlink_request_test.cpp36 void Dump(MatchResultListener* result_listener, const char* title, in Dump()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp603 void CuttlefishConfig::set_device_title(const std::string& title) { in set_device_title()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py103 def __init__(self, dir, name, topname, title, next, prev, up): argument
1183 def listcontents(self, title, maxlevel): argument