Home
last modified time | relevance | path

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

1234

/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/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/google/crosshatch/
Dthermal-engine-blueline-novr-evt.conf4 sensor quiet-therm-adc
14 sensor quiet-therm-adc
24 sensor quiet-therm-adc
33 trip_sensor quiet-therm-adc
54 sensor quiet-therm-adc
63 sensor quiet-therm-adc
72 sensor quiet-therm-adc
81 sensor quiet-therm-adc
Dthermal-engine-crosshatch-novr-evt.conf4 sensor quiet-therm-adc
14 sensor quiet-therm-adc
24 sensor quiet-therm-adc
33 trip_sensor quiet-therm-adc
54 sensor quiet-therm-adc
63 sensor quiet-therm-adc
72 sensor quiet-therm-adc
81 sensor quiet-therm-adc
Dthermal-engine-blueline-vr-evt.conf4 sensor quiet-therm-adc
13 sensor quiet-therm-adc
22 sensor quiet-therm-adc
Dthermal-engine-crosshatch-vr-evt.conf4 sensor quiet-therm-adc
13 sensor quiet-therm-adc
22 sensor quiet-therm-adc
Dinit.hardware.chamber.rc.userdebug22 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode disabled
23 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-monitor/mode disabled
/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.py177 EdkLogger.quiet("Building database for Meta Data File ...")
180 EdkLogger.quiet("Building database for Meta Data File Done!")
203 EdkLogger.quiet("Building database for meta data files ...")
226 EdkLogger.quiet("Parsing %s" % Filename)
234 EdkLogger.quiet("Parsing %s" % Filename)
245 EdkLogger.quiet("Parsing %s" % Filename)
253 EdkLogger.quiet("Parsing %s" % Filename)
259 EdkLogger.quiet("Parsing %s" % Filename)
270 EdkLogger.quiet("Building database for meta data files done!")
277 EdkLogger.quiet("Checking ...")
[all …]
/device/google/crosshatch/blueline/
Dinit.blueline.rc21 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
26 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
31 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
36 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
41 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
46 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
51 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
/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):
/device/google/crosshatch/crosshatch/
Dinit.crosshatch.rc21 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
26 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
31 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
36 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
41 write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py289 … StdErrThread = Thread(target=ReadMessage, args=(Proc.stderr, EdkLogger.quiet, EndOfProcedure))
298 …EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.forma…
538 EdkLogger.quiet("\nWaiting for all build threads exit...")
694 EdkLogger.quiet("Building ... %s" % repr(self.BuildItem))
808 EdkLogger.quiet("%-16s = %s" % ("WORKSPACE", os.environ["WORKSPACE"]))
811 …EdkLogger.quiet("%-16s = %s" % ("PACKAGES_PATH", os.path.normcase(os.path.normpath(os.environ["PAC…
812 EdkLogger.quiet("%-16s = %s" % ("ECP_SOURCE", os.environ["ECP_SOURCE"]))
813 EdkLogger.quiet("%-16s = %s" % ("EDK_SOURCE", os.environ["EDK_SOURCE"]))
814 EdkLogger.quiet("%-16s = %s" % ("EFI_SOURCE", os.environ["EFI_SOURCE"]))
815 EdkLogger.quiet("%-16s = %s" % ("EDK_TOOLS_PATH", os.environ["EDK_TOOLS_PATH"]))
[all …]
/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/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/Scripts/
DConvertMasmToNasm.py198 if not self.args.quiet:
246 if not self.args.quiet:
826 if not self.args.quiet:
830 if not self.args.quiet:
838 if len(notConverted) > 0 and not self.args.quiet:
842 if unsupportedArchCount > 0 and not self.args.quiet:
953 if not self.args.quiet:
957 if not self.args.quiet:
965 if len(notConverted) > 0 and not self.args.quiet:
969 if unsupportedArchCount > 0 and not self.args.quiet:
/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…

1234