/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileTable.py | 237 comment = row[0] 240 comment = comment.strip("#") 241 comment = comment.strip() 242 oricomment = comment 243 if comment.startswith("@ValidRange"): 244 comment = comment.replace("@ValidRange", "", 1) 245 validateranges.append(comment.split("|")[1].strip()) 246 if comment.startswith("@ValidList"): 247 comment = comment.replace("@ValidList", "", 1) 248 validlists.append(comment.split("|")[1].strip()) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | parseentities.py | 30 name,charcode,comment = m.groups() 31 d[name] = charcode,comment 40 for name,(charcode,comment) in items: 49 comment = TextTools.collapse(comment) 50 f.write(" '%s':\t%s, \t# %s\n" % (name,charcode,comment))
|
D | cleanfuture.py | 206 comment = None 208 comment = token 242 if comment is not None: 243 line += ' ' + comment
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | gencodec.py | 95 enc,uni,comment = m.groups() 98 if comment is None: 99 comment = '' 101 comment = comment[1:].strip() 107 enc2uni[enc] = (uni,comment) 109 enc2uni[enc] = (uni,comment)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fmmodule.c | 75 char comment[256]; in fh_getcomment() local 77 len = fmgetcomment(self->fh_fh, sizeof comment, comment); in fh_getcomment() 82 return PyString_FromStringAndSize(comment, len); in fh_getcomment()
|
D | _elementtree.c | 81 #define ALLOC(size, comment)\ 82 do { memory += size; printf("%8d - %s\n", memory, comment); } while (0) 83 #define RELEASE(size, comment)\ 84 do { memory -= size; printf("%8d - %s\n", memory, comment); } while (0) 86 #define ALLOC(size, comment) argument 87 #define RELEASE(size, comment) argument 2373 PyObject* comment; local 2377 comment = makestring(comment_in, strlen(comment_in)); 2378 if (comment) { 2379 res = PyObject_CallFunction(self->handle_comment, "O", comment); [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | upload.py | 120 comment = '' 124 comment = 'built for %s %s' % (dist, version) 126 comment = 'built for %s' % platform.platform(terse=1) 127 data['comment'] = comment
|
/device/google/cuttlefish/shared/config/ |
D | fstab.initrd-dynamic-partitions | 3 # Add all non-dynamic partitions except system, after this comment 7 # Add all dynamic partitions except system, after this comment
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
D | rk3399m0.ld.S | 25 /DISCARD/ : { *(.comment) *(.note*) }
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | zipfile.py | 239 comment = data[start+sizeEndCentDir:] 241 if endrec[_ECD_COMMENT_SIZE] == len(comment): 243 endrec.append(comment) 297 self.comment = "" # Comment for each file 691 self.comment = '' 766 self.comment = endrec[_ECD_COMMENT] # archive comment 794 x.comment = fp.read(centdir[_CD_COMMENT_LENGTH]) 1203 len(filename), len(extra_data), len(zinfo.comment), 1212 len(zinfo.filename), len(extra_data), len(zinfo.comment), 1219 self.fp.write(zinfo.comment) [all …]
|
D | _LWPCookieJar.py | 37 if cookie.comment: h.append(("comment", cookie.comment))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | zipfile.py | 250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize] 251 endrec.append(comment) 309 self.comment = "" # Comment for each file 846 x.comment = fp.read(centdir[_CD_COMMENT_LENGTH]) 918 def comment(self): member in ZipFile 922 @comment.setter 923 def comment(self, comment): argument 925 if len(comment) > ZIP_MAX_COMMENT: 929 comment = comment[:ZIP_MAX_COMMENT] 930 self._comment = comment [all …]
|
/device/linaro/hikey/uefi-tools/ |
D | uefi-build.sh.bash_completion | 21 # sh-indent-comment: t
|
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/Scripts/ |
D | PrePi-PIE.lds | 45 *(.comment)
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/ |
D | PatchFv.py | 872 comment = "" 881 comment = "" 887 comment = item[1:] 916 … print "Patched offset 0x%08X:[%08X] with value 0x%08X # %s" % (offset, oldvalue, value, comment) 937 … print "Copied %d bytes from offset 0x%08X ~ offset 0x%08X # %s" % (clen, src, dest, comment)
|
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/ |
D | PatchFv.py | 836 comment = "" 845 comment = "" 851 comment = item[1:] 880 … print "Patched offset 0x%08X:[%08X] with value 0x%08X # %s" % (offset, oldvalue, value, comment) 901 … print "Copied %d bytes from offset 0x%08X ~ offset 0x%08X # %s" % (clen, src, dest, comment)
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | AppPkg.dsc | 129 #### Un-comment the following line to build Python 2.7.2. 132 #### Un-comment the following line to build Python 2.7.10. 135 #### Un-comment the following line to build Lua.
|
/device/google/bonito/json-c/ |
D | random_seed.c | 183 #pragma comment(lib, "advapi32.lib")
|
/device/google/crosshatch/json-c/ |
D | random_seed.c | 183 #pragma comment(lib, "advapi32.lib")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_zipfile.py | 857 self.assertEqual(zipf.comment, '') 861 self.assertEqual(zipf.comment, '') 864 comment = 'Bravely taking to his feet, he beat a very brave retreat.' 866 zipf.comment = comment 869 self.assertEqual(zipf.comment, comment) 874 zipf.comment = comment2 878 self.assertEqual(zipf.comment, comment2) 882 zipf.comment = comment2 + 'oops' 885 self.assertEqual(zipf.comment, comment2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
D | README.tcltk-AMD64 | 17 I did comment out these lines; an alternative would have been to use
|
D | external-common.bat | 6 @rem the following, check it in, then check it out, comment it out, then check it back in.
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_print.c | 139 const char *comment; in ns_sprintrrf() local 582 comment = "unknown RR type"; in ns_sprintrrf() 587 comment = "RR format error"; in ns_sprintrrf() 592 len = SPRINTF((tmp, "\\#(\t\t; %s", comment)); in ns_sprintrrf()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | CodeFragmentCollector.py | 575 for comment in FileProfile.CommentList: 576 print str(comment.StartPos) + comment.Content
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | KNOWN_PROBLEMS.txt | 17 See my comment in the following excerpt from rexpr.c: 65 #12. Strings containing comment actions
|