/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | gencodec.py | 136 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/ |
D | test_shlex.py | 153 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/ |
D | inspect.py | 600 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, '')
|
D | shlex.py | 274 def split(s, comments=False, posix=True): argument 277 if not comments:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | inspect.py | 602 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/ |
D | TODO | 3 - Complete libfdt.h documenting comments
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | decSingle.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | decQuad.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | decDouble.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | testall.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | dqClass.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | ddCopyNegate.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | copyabs.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | ddCopy.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | ddClass.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | copy.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | dqCopy.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | copynegate.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | dqCopyNegate.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | dqMinus.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | ddMinus.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
D | README | 10 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/ |
D | xmlbuilder.py | 35 comments = True variable in Options 171 and options.comments
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
D | xmlbuilder.py | 35 comments = True variable in Options 171 and options.comments
|
/device/sample/apps/SampleEmailPolicy/ |
D | README | 23 For more information, see the comments in src/com/android/email/policy/EmailPolicy.java.
|