Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 77) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcompileall.py22 force=0, rx=None, quiet=0): argument
34 if not quiet:
50 if not compile_file(fullname, ddir, force, rx, quiet):
57 quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument
96 if not quiet:
101 if quiet:
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
129 force, quiet=quiet)
172 quiet = 0
[all …]
Duu.py90 def decode(in_file, out_file=None, mode=None, quiet=0): argument
148 if not quiet:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcompileall.py22 force=0, rx=None, quiet=0): argument
34 if not quiet:
50 if not compile_file(fullname, ddir, force, rx, quiet):
57 quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument
96 if not quiet:
101 if quiet:
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
129 force, quiet=quiet)
185 quiet = 0
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCheck.py48 EdkLogger.quiet("Checking whether UNI file is UTF-16 ...")
66 EdkLogger.quiet("Checking Non-ACSII char in file ...")
112 EdkLogger.quiet("Checking function layout return type ...")
125 EdkLogger.quiet("Checking function layout modifier ...")
139 EdkLogger.quiet("Checking function layout function name ...")
152 EdkLogger.quiet("Checking function layout function prototype ...")
161 EdkLogger.quiet("[PROTOTYPE]" + FullName)
167 EdkLogger.quiet("Checking function layout function body ...")
182 EdkLogger.quiet("Checking function layout local variables ...")
210 EdkLogger.quiet("Checking Declaration No use C type ...")
[all …]
DEcc.py176 EdkLogger.quiet("Building database for Meta Data File ...")
179 EdkLogger.quiet("Building database for Meta Data File Done!")
202 EdkLogger.quiet("Building database for meta data files ...")
225 EdkLogger.quiet("Parsing %s" % Filename)
233 EdkLogger.quiet("Parsing %s" % Filename)
244 EdkLogger.quiet("Parsing %s" % Filename)
252 EdkLogger.quiet("Parsing %s" % Filename)
258 EdkLogger.quiet("Parsing %s" % Filename)
269 EdkLogger.quiet("Building database for meta data files done!")
276 EdkLogger.quiet("Checking ...")
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DEot.py143 EdkLogger.quiet("EOT FINISHED!")
236 EdkLogger.quiet("Generating source files list ... ")
294 EdkLogger.quiet("Generating report file ... ")
306 EdkLogger.quiet("Parsing Map file ... ")
316 EdkLogger.quiet("Parsing FV file ... ")
332 EdkLogger.quiet("Generating the cross-reference table of GUID for Ppi/Protocol ... ")
395 EdkLogger.quiet("Generating temp query table for analysis ... ")
415 EdkLogger.quiet("Searching Ppi/Protocol ... ")
516 EdkLogger.quiet("Building database for source code ...")
518 EdkLogger.quiet("Building database for source code done!")
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py228 def main(tests=None, testdir=None, verbose=0, quiet=False, argument
283 quiet = True;
423 if verbose or header or not (quiet or single or tests or args):
493 (test, verbose, quiet),
523 if not quiet:
554 if not quiet:
564 result = runtest(test, verbose, quiet, huntrleaks)
568 runtest(test, True, quiet, huntrleaks)
595 if good and not quiet:
613 if skipped and not quiet:
[all …]
Dtest_xml_etree.py1831 def __init__(self, quiet=False): argument
1835 quiet = True
1850 quiet=quiet)
1879 with CleanContext(quiet=not use_py_module):
Dtest_compileall.py47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
Dtest_support.py399 def temp_cwd(name='tempcwd', quiet=False): argument
412 if not quiet:
422 if not quiet:
538 def _filterwarnings(filters, quiet=False): argument
567 if not seen and not quiet:
592 quiet = kwargs.get('quiet')
596 if quiet is None:
597 quiet = True
598 return _filterwarnings(filters, quiet)
Dtest_sundry.py10 with test_support.check_warnings(quiet=True):
Dtest___all__.py27 DeprecationWarning), quiet=True):
Dtest_macostools.py51 DeprecationWarning), quiet=True):
Dtest_coercion.py227 quiet=True):
344 quiet=True):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_bdist_rpm.py75 cmd.quiet = 1
115 cmd.quiet = 1
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py281 … StdErrThread = Thread(target=ReadMessage, args=(Proc.stderr, EdkLogger.quiet, EndOfProcedure))
521 EdkLogger.quiet("\nWaiting for all build threads exit...")
677 EdkLogger.quiet("Building ... %s" % repr(self.BuildItem))
782 EdkLogger.quiet("%-16s = %s" % ("WORKSPACE", os.environ["WORKSPACE"]))
785 …EdkLogger.quiet("%-16s = %s" % ("PACKAGES_PATH", os.path.normcase(os.path.normpath(os.environ["PAC…
786 EdkLogger.quiet("%-16s = %s" % ("ECP_SOURCE", os.environ["ECP_SOURCE"]))
787 EdkLogger.quiet("%-16s = %s" % ("EDK_SOURCE", os.environ["EDK_SOURCE"]))
788 EdkLogger.quiet("%-16s = %s" % ("EFI_SOURCE", os.environ["EFI_SOURCE"]))
789 EdkLogger.quiet("%-16s = %s" % ("EDK_TOOLS_PATH", os.environ["EDK_TOOLS_PATH"]))
792 …EdkLogger.quiet("%-16s = %s" % ("EDK_TOOLS_BIN", os.path.normcase(os.path.normpath(os.environ["EDK…
[all …]
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertMasmToNasm.py88 if not Opt.quiet:
187 if not self.Opt.quiet:
236 if not self.Opt.quiet:
812 if not self.Opt.quiet:
816 if not self.Opt.quiet:
824 if len(notConverted) > 0 and not self.Opt.quiet:
828 if unsupportedArchCount > 0 and not self.Opt.quiet:
922 if not self.Opt.quiet:
926 if not self.Opt.quiet:
934 if len(notConverted) > 0 and not self.Opt.quiet:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenDepex.py398 if Option.quiet:
437 EdkLogger.quiet("")
439 EdkLogger.quiet(traceback.format_exc())
441 EdkLogger.quiet(str(X))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
DTableReport.py125 …EdkLogger.quiet("%s(%s): [%s]%s %s" % (NewRecord[0][1], NewRecord[0][0], ErrorID, EccToolError.gEc…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_rpm.py183 self.quiet = 0
343 if self.quiet:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dcopy.decTest2 -- copy.decTest -- quiet copy --
Dcopyabs.decTest2 -- copyAbs.decTest -- quiet copy and set sign to zero --
Dcopynegate.decTest2 -- copyNegate.decTest -- quiet copy and negate --
DddCopyNegate.decTest2 -- ddCopyNegate.decTest -- quiet decDouble copy and negate --
DdqCopy.decTest2 -- dqCopy.decTest -- quiet decQuad copy --

1234