Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 205) sorted by relevance

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
85 echo "** $0 aborting." | tee -a configure.log
88 echo -------------------- >> configure.log
89 echo >> configure.log
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_math.c60 return log(x)+ln2; /* acosh(huge)=log(2x) */ in _Py_acosh()
68 return log(2.0*x - 1.0 / (x + sqrt(t - 1.0))); in _Py_acosh()
101 w = log(absx)+ln2; in _Py_asinh()
104 w = log(2.0*absx + 1.0 / (sqrt(x*x + 1.0) + absx)); in _Py_asinh()
182 return (u - 1.0) * x / log(u); in _Py_expm1()
226 return log(y)-((y-1.)-x)/y; in _Py_log1p()
230 return log(1.+x); in _Py_log1p()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_math.c60 return log(x)+ln2; /* acosh(huge)=log(2x) */ in _Py_acosh()
68 return log(2.0*x - 1.0 / (x + sqrt(t - 1.0))); in _Py_acosh()
101 w = log(absx)+ln2; in _Py_asinh()
104 w = log(2.0*absx + 1.0 / (sqrt(x*x + 1.0) + absx)); in _Py_asinh()
182 return (u - 1.0) * x / log(u); in _Py_expm1()
247 return log(y)-((y-1.)-x)/y; in _Py_log1p()
251 return log(1.+x); in _Py_log1p()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dregister.py17 from distutils import log
91 log.info(response.read())
98 log.info('Server response (%s): %s' % (code, result))
148 Your selection [default 1]: ''', log.INFO)
171 log.INFO)
181 'submissions will be faster.'), log.INFO)
183 self._get_rc_file(), log.INFO)
211 log.info('Server response (%s): %s' % (code, result))
213 log.info('You will receive an email shortly.')
214 log.info(('Follow the instructions in it to '
[all …]
Dclean.py12 from distutils import log
57 log.debug("'%s' does not exist -- can't clean it",
68 log.warn("'%s' does not exist -- can't clean it",
76 log.info("removing '%s'", self.build_base)
Dbuild_scripts.py12 from distutils import log
69 log.debug("not copying %s (up-to-date)", script)
93 log.info("copying and adjusting %s -> %s", script,
120 log.info("changing mode of %s", file)
125 log.info("changing mode of %s from %o to %o",
Dinstall_scripts.py12 from distutils import log
52 log.info("changing mode of %s", file)
55 log.info("changing mode of %s to %o", file, mode)
Dconfig.py20 from distutils import log
160 log.info("removing: %s", ' '.join(filenames))
237 log.info(ok and "success!" or "failure.")
256 log.info(ok and "success!" or "failure.")
276 log.info(ok and "success!" or "failure.")
350 log.info('%s' % filename)
352 log.info(head)
355 log.info(file.read())
Dupload.py16 from distutils import log
164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
191 log.INFO)
194 log.ERROR)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsupport.py8 from distutils import log
9 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
23 self.threshold = log.set_threshold(log.FATAL)
27 self._old_log = log.Log._log
28 log.Log._log = self._log
32 log.set_threshold(self.threshold)
33 log.Log._log = self._old_log
Dtest_config_cmd.py9 from distutils import log
22 self.old_log = log.info
23 log.info = self._info
26 log.info = self.old_log
Dtest_file_util.py7 from distutils import log
22 self.old_log = log.info
23 log.info = self._log
30 log.info = self.old_log
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DDxePerformanceLib.uni4 // This library instance provides infrastructure for DXE phase drivers to log performance
6 // to log performance data. If both PerformanceEx and Performance Protocol are not available,
7 // it does not log any performance information.
24log performance data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerfor…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dmakechangelog.py49 dateline, file, revline, log = rev
58 words = string.split(log)
96 log = ''
105 log = log + line
106 return dateline, file, revline, log
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Dcln.sh28 if [ -e $(pwd)/EDK2.log ]; then
29 rm $(pwd)/EDK2.log
32 if [ -e $(pwd)/Unitool.log ]; then
33 rm $(pwd)/Unitool.log
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dcmath_testcases.txt1072 -- log: Natural logarithm --
1075 log0000 log 1.0 0.0 -> 0.0 0.0
1076 log0001 log 1.0 -0.0 -> 0.0 -0.0
1077 log0002 log -1.0 0.0 -> 0.0 3.1415926535897931
1078 log0003 log -1.0 -0.0 -> 0.0 -3.1415926535897931
1080 log0010 log -9.8813129168249309e-324 0.0 -> -743.74692474082133 3.1415926535897931
1081 log0011 log -9.8813129168249309e-324 -0.0 -> -743.74692474082133 -3.1415926535897931
1082 log0012 log -1e-305 0.0 -> -702.28845336318398 3.1415926535897931
1083 log0013 log -1e-305 -0.0 -> -702.28845336318398 -3.1415926535897931
1084 log0014 log -1e-150 0.0 -> -345.38776394910684 3.1415926535897931
[all …]
Dtest_hotshot.py12 from hotshot.log import ENTER, EXIT, LINE
26 class UnlinkingLogReader(hotshot.log.LogReader):
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
81 log = self.get_logreader()
82 info = log._info
83 list(log)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.uni4 // This library instance provides infrastructure for SMM drivers to log performance
6 // to log performance data. If both SMM PerformanceEx and Performance Protocol are not available,
7 // it does not log any performance information.
24log performance data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePe…
/device/google/marlin/
Dpreloads_copy.sh26 log -p i -t preloads_copy "Copying from $mountpoint/preloads"
33 log -p i -t preloads_copy "Copying complete"
36 log -p e -t preloads_copy "Usage: preloads_copy.sh <system_other-mount-point>"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstats.py6 import hotshot.log
8 from hotshot.log import ENTER, EXIT
27 log = hotshot.log.LogReader(self._logfn)
29 for event in log:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfilelist.py13 from distutils import log
127 log.warn("warning: no files found matching '%s'",
134 log.warn(("warning: no previously-included files "
141 log.warn(("warning: no files found matching '%s' " +
148 log.warn(("warning: no previously-included files matching "
157 log.warn(("warning: no files found matching '%s' " +
166 log.warn(("warning: no previously-included files matching "
173 log.warn("warning: no directories found matching '%s'",
179 log.warn(("no previously-included directories found " +
Darchive_util.py15 from distutils import log
86 log.info('Creating tar archive')
158 log.info("creating '%s' and adding '%s' to it",
170 log.info("adding '%s'" % path)
213 log.debug("changing into '%s'", root_dir)
240 log.debug("changing back to '%s'", save_cwd)
Dspawn.py15 from distutils import log
65 log.info(' '.join([executable] + cmd[1:]))
84 log.info(' '.join([executable] + cmd[1:]))
95 log.debug("command '%s' failed with exit status %d" % (cmd[0], rc))
101 log.info(' '.join(cmd))
Dfile_util.py10 from distutils import log
119 log.debug("not copying %s (output up-to-date)", src)
129 log.info("%s %s -> %s", action, src, dir)
131 log.info("%s %s -> %s", action, src, dst)
176 log.info("moving %s -> %s", src, dst)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py49 def __init__(self, options, log): argument
58 self.log = log
122 self.log.append("### In file %s ###" % self.filename)
123 self.log.append(message)

123456789