/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | configure | 17 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/google/cuttlefish/host/frontend/gcastv2/webrtc/assets/js/ |
D | receive.js | 16 console.log("onInitialClick"); 39 console.log('handleDataChannelStatusChange state=' + dataChannel.readyState); 47 console.log('handleDataChannelMessage data="' + event.data + '"'); 62 console.log('onReceive'); 76 console.log("onopen"); 84 console.log("onmessage " + e.data); 100 console.log('got pc2=' + pc2); 110 console.log("connection state = " + pc2.connectionState); 122 console.log('createOffer start'); 128 console.log('createOffer FAILED '); [all …]
|
D | logcat.js | 86 console.log("adb message too short."); 94 console.log("command = " + command + ", magic = " + magic); 95 console.log("adb message command vs magic failed."); 102 console.log("adb message length mismatch."); 110 console.log("adb message checksum mismatch."); 117 console.log("connected."); 126 console.log("channel created w/ remoteId " + remoteId); 155 console.log("adb_ws: onopen");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _math.c | 60 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.c | 60 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/google/crosshatch/ |
D | init.edge_sense.sh | 48 log -t "${prog_name}" "Platform \"${hw_platform}\" version" \ 62 log -t "${prog_name}" "Chip name not specified." 66 log -t "${prog_name}" "GPIO number not specified." 73 log -t "${prog_name}" "Power chip \"${chip_name}\" not found." 93 log -t "${prog_name}" "GPIO ${gpio_num} on chip \"${chip_name}\" not found."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | support.py | 8 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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | register.py | 17 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 …]
|
D | clean.py | 12 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)
|
D | build_scripts.py | 12 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",
|
D | install_scripts.py | 12 from distutils import log 52 log.info("changing mode of %s", file) 55 log.info("changing mode of %s to %o", file, mode)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | cln.sh | 28 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/Demo/pdist/ |
D | makechangelog.py | 49 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/MdeModulePkg/Library/DxePerformanceLib/ |
D | DxePerformanceLib.uni | 4 // 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. 24 …log performance data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerfor…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/ |
D | SmmPerformanceLib.uni | 4 // 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. 24 …log performance data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePe…
|
/device/google/bonito/ |
D | init.edge_sense.sh | 52 log -t "${prog_name}" "Chip name not specified." 56 log -t "${prog_name}" "GPIO number not specified." 63 log -t "${prog_name}" "Power chip \"${chip_name}\" not found." 83 log -t "${prog_name}" "GPIO ${gpio_num} on chip \"${chip_name}\" not found."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | stats.py | 6 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/test/ |
D | cmath_testcases.txt | 1072 -- 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 …]
|
D | test_hotshot.py | 12 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/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | filelist.py | 13 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 " +
|
D | archive_util.py | 15 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)
|
D | spawn.py | 15 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))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | fixer_base.py | 49 def __init__(self, options, log): argument 58 self.log = log 122 self.log.append("### In file %s ###" % self.filename) 123 self.log.append(message)
|
/device/google/sunfish/ |
D | init.qcom.modem_links.sh | 92 log -p w -t PIL no modem image found;; 102 log -p w -t PIL no adsp image found;; 112 log -p w -t PIL no wcnss image found;; 122 log -p w -t PIL no mba image found;;
|
/device/google/redbull/ |
D | init.qcom.modem_links.sh | 92 log -p w -t PIL no modem image found;; 102 log -p w -t PIL no adsp image found;; 112 log -p w -t PIL no wcnss image found;; 122 log -p w -t PIL no mba image found;;
|