Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 188) sorted by relevance

12345678

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dgencodec.py136 def python_mapdef_code(varname, map, comments=1, precisions=(2, 4)): argument
171 if mapcomment and comments:
193 def python_tabledef_code(varname, map, comments=1, key_precision=2): argument
238 if mapcomment and comments:
248 def codegen(name, map, encodingname, comments=1): argument
259 comments=comments)
263 comments=comments)
267 comments=comments,
353 def pymap(name,map,pyfile,encodingname,comments=1): argument
355 code = codegen(name,map,encodingname,comments)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shlex.py153 def splitTest(self, data, comments): argument
155 l = shlex.split(data[i][0], comments=comments)
171 self.splitTest(self.posix_data, comments=True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dinspect.py600 comments = []
603 comments.append(string.expandtabs(lines[end]))
605 return string.join(comments, '')
613 comments = [string.lstrip(string.expandtabs(lines[end]))]
618 comments[:0] = [comment]
622 while comments and string.strip(comments[0]) == '#':
623 comments[:1] = []
624 while comments and string.strip(comments[-1]) == '#':
625 comments[-1:] = []
626 return string.join(comments, '')
Dshlex.py274 def split(s, comments=False, posix=True): argument
277 if not comments:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py602 comments = []
605 comments.append(string.expandtabs(lines[end]))
607 return string.join(comments, '')
615 comments = [string.lstrip(string.expandtabs(lines[end]))]
620 comments[:0] = [comment]
624 while comments and string.strip(comments[0]) == '#':
625 comments[:1] = []
626 while comments and string.strip(comments[-1]) == '#':
627 comments[-1:] = []
628 return string.join(comments, '')
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
DTODO3 - Complete libfdt.h documenting comments
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdecSingle.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdecDouble.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdecQuad.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dtestall.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dcopy.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dcopyabs.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dcopynegate.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DddClass.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DddCopyNegate.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdqCopy.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DddCopy.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdqClass.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DdqCopyNegate.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DddCopyAbs.decTest15 -- Please send comments, suggestions, and corrections to the author: --
DddMinus.decTest15 -- Please send comments, suggestions, and corrections to the author: --
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
DREADME10 Put as much info into a docstring or comments to help determine the cause of the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dxmlbuilder.py35 comments = True variable in Options
171 and options.comments
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dxmlbuilder.py35 comments = True variable in Options
171 and options.comments
/device/sample/apps/SampleEmailPolicy/
DREADME23 For more information, see the comments in src/com/android/email/policy/EmailPolicy.java.

12345678