Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 131) sorted by relevance

123456

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileTable.py237 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/
Dparseentities.py30 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))
Dcleanfuture.py206 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/
Dgencodec.py95 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/
Dfmmodule.c75 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.c81 #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/
Dupload.py120 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/
Dfstab.initrd-dynamic-partitions3 # 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/
Drk3399m0.ld.S25 /DISCARD/ : { *(.comment) *(.note*) }
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dzipfile.py239 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.py37 if cookie.comment: h.append(("comment", cookie.comment))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dzipfile.py250 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/
Duefi-build.sh.bash_completion21 # sh-indent-comment: t
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/Scripts/
DPrePi-PIE.lds45 *(.comment)
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DPatchFv.py872 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/
DPatchFv.py836 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/
DAppPkg.dsc129 #### 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/
Drandom_seed.c183 #pragma comment(lib, "advapi32.lib")
/device/google/crosshatch/json-c/
Drandom_seed.c183 #pragma comment(lib, "advapi32.lib")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zipfile.py857 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/
DREADME.tcltk-AMD6417 I did comment out these lines; an alternative would have been to use
Dexternal-common.bat6 @rem the following, check it in, then check it out, comment it out, then check it back in.
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_print.c139 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/
DCodeFragmentCollector.py575 for comment in FileProfile.CommentList:
576 print str(comment.StartPos) + comment.Content
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt17 See my comment in the following excerpt from rexpr.c:
65 #12. Strings containing comment actions

123456