Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 116) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtextwrap.py146 def _munge_whitespace(self, text): argument
163 def _split(self, text): argument
316 def wrap(self, text): argument
331 def fill(self, text): argument
343 def wrap(text, width=70, **kwargs): argument
356 def fill(text, width=70, **kwargs): argument
374 def dedent(text): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtextwrap.py138 def _munge_whitespace(self, text): argument
155 def _split(self, text): argument
308 def wrap(self, text): argument
323 def fill(self, text): argument
335 def wrap(text, width=70, **kwargs): argument
348 def fill(text, width=70, **kwargs): argument
366 def dedent(text): argument
Drlcompleter.py75 def complete(self, text, state): argument
100 def global_matches(self, text): argument
119 def attr_matches(self, text): argument
Dcgitb.py47 def small(text): argument
53 def strong(text): argument
59 def grey(text): argument
193 def text(einfo, context=5): function
Dpydoc.py108 def replace(text, *pairs): argument
115 def cram(text, maxlen): argument
124 def stripid(text): argument
382 def escape(self, text): argument
472 def preformat(self, text): argument
490 def grey(self, text): return '<font color="#909090">%s</font>' % text argument
526 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
985 def bold(self, text): argument
989 def indent(self, text, prefix=' '): argument
1314 def pager(text): argument
[all …]
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/Scripts/
DPrePi-PIE.lds28 PROVIDE(__reloc_start = .);
31 PROVIDE(__reloc_end = .);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenOutput.py129 def OutHeader(text, dash): argument
136 def OutHeader1(text): argument
140 def OutHeader2(text): argument
144 def Out(text): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dparseentities.py20 def parse(text,pos=0,endpos=None): argument
62 text = infile.read() variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dparser.py74 def parsestr(self, text, headersonly=False): argument
90 def parsestr(self, text, headersonly=True): argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
DInterruptTable.asm17 text SEGMENT label
/device/generic/opengl-transport/host/commands/emugen/
DParser_unittest.cpp34 std::string text = "When parsing '"; in TEST() local
65 std::string text = "When parsing '"; in TEST() local
104 std::string text = "When parsing '"; in TEST() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dcharptr.c47 zzcr_attr(Attrib *a,int token,char *text) in zzcr_attr()
Dcharbuf.h41 typedef struct { char text[D_TextSize]; } Attrib; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dcharptr.c47 zzcr_attr(Attrib *a,int token,char *text) in zzcr_attr()
Dcharbuf.h41 typedef struct { char text[D_TextSize]; } Attrib; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py195 text = None variable in Element
546 def Comment(text=None): argument
561 def ProcessingInstruction(target, text=None): argument
842 def encode(text): argument
1050 def _raise_serialization_error(text): argument
1055 def _encode(text, encoding): argument
1061 def _escape_cdata(text, encoding): argument
1077 def _escape_attrib(text, encoding): argument
1094 def _escape_attrib_html(text, encoding): argument
1297 def XML(text, parser=None): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py195 text = None variable in Element
546 def Comment(text=None): argument
561 def ProcessingInstruction(target, text=None): argument
837 def encode(text): argument
1045 def _raise_serialization_error(text): argument
1050 def _encode(text, encoding): argument
1056 def _escape_cdata(text, encoding): argument
1072 def _escape_attrib(text, encoding): argument
1089 def _escape_attrib_html(text, encoding): argument
1279 def XML(text, parser=None): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c102 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
221 update_registry(PyObject *registry, PyObject *text, PyObject *category, in update_registry()
243 show_warning(PyObject *filename, int lineno, PyObject *text, PyObject in show_warning()
293 PyObject *key = NULL, *text = NULL, *result = NULL, *lineno_obj = NULL; in warn_explicit() local
709 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level) in PyErr_WarnEx()
734 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn()
741 PyErr_WarnExplicit(PyObject *category, const char *text, in PyErr_WarnExplicit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c102 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
221 update_registry(PyObject *registry, PyObject *text, PyObject *category, in update_registry()
243 show_warning(PyObject *filename, int lineno, PyObject *text, PyObject in show_warning()
293 PyObject *key = NULL, *text = NULL, *result = NULL, *lineno_obj = NULL; in warn_explicit() local
710 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level) in PyErr_WarnEx()
735 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn()
742 PyErr_WarnExplicit(PyObject *category, const char *text, in PyErr_WarnExplicit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py123 def replace(text, *pairs): argument
130 def cram(text, maxlen): argument
139 def stripid(text): argument
211 def _encode(text, encoding='ascii'): argument
217 def _encode(text, encoding=None): argument
427 def escape(self, text): argument
518 def preformat(self, text): argument
536 def grey(self, text): return '<font color="#909090">%s</font>' % text argument
572 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
1048 def bold(self, text): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_install_scripts.py43 def write_script(name, text): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py108 def replace(text, *pairs): argument
115 def cram(text, maxlen): argument
124 def stripid(text): argument
382 def escape(self, text): argument
472 def preformat(self, text): argument
490 def grey(self, text): return '<font color="#909090">%s</font>' % text argument
526 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
985 def bold(self, text): argument
989 def indent(self, text, prefix=' '): argument
1314 def pager(text): argument
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbuild.c162 buildToken( char *text ) in buildToken()
194 buildWildCard( char *text ) in buildWildCard()
244 setUpperRange(TokNode *t, char *text) in setUpperRange()
270 buildRuleRef( char *text ) in buildRuleRef()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_textwrap.py36 def check_wrap(self, text, width, expect, **kwargs): argument
40 def check_split(self, text, expect): argument
505 def assertUnchanged(self, text): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py622 def add(self, name, x, y, w, h, text, value = None): argument
637 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
642 def text(self, name, x, y, w, h, attr, text): member in Dialog
646 def bitmap(self, name, x, y, w, h, text): argument
652 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
655 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
661 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument

12345