Searched refs:log (Results 226 - 250 of 1365) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_math.rb134 check(0, Math.log(1))
135 check(1, Math.log(Math::E))
136 check(0, Math.log(1, 10))
137 check(1, Math.log(10, 10))
138 check(2, Math.log(100, 10))
139 assert_equal(1.0/0, Math.log(1.0/0))
140 assert_nothing_raised { assert_infinity(-Math.log(+0.0)) }
141 assert_nothing_raised { assert_infinity(-Math.log(-0.0)) }
142 assert_raise(Math::DomainError) { Math.log(-1.0) }
143 assert_raise(TypeError) { Math.log(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnnslog14 # Meta subject {name service} client log
50 namespace eval ::nnslog { log::setlevel info }
124 log::info $message
142 log::info "Logging name service at [My]"
162 log::critical {Bad event 'stop' <=> Lost connection, search closed}
167 log::info "$map($type) : [list $name = $value]"
/macosx-10.10.1/vim-55/src/testdir/
H A Dmain.aap23 :cat test.log
29 :cat test.log
35 :del {r}{force} *.out test.log tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X*
51 :print $match FAILED >>test.log
58 :print Test results: >! test.log
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D024WarnDieCarp.t13 # that the log output contained the appropriate string and STDERR
104 my $log = Log::Log4perl::get_logger("abc.def");
107 $log->add_appender($app);
112 $log->level($DEBUG);
121 warndietest(sub {$log->$f(@_)}, "Test $test: $f", "Test $test: $f", $app, "$f");
126 # change the log level to ERROR... warns should produce nothing in
129 $log->level($ERROR);
133 warndietest(sub {$log->$f(@_)}, "Test $test: $f", "Test $test: $f", $app, "$f");
139 warndietest_stderronly(sub {$log->$f(@_)}, "Test $test: $f", "Test $test: $f", $app, "$f");
146 $log
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dsuexec.c72 static FILE *log = NULL; variable
144 if (!log) {
146 if ((log = fopen64(AP_LOG_EXEC, "a")) == NULL) {
148 if ((log = fopen(AP_LOG_EXEC, "a")) == NULL) {
150 fprintf(stderr, "suexec failure: could not open log file\n");
157 fprintf(stderr, "suexec policy violation: see suexec log for more "
164 fprintf(log, "[%d-%.2d-%.2d %.2d:%.2d:%.2d]: ",
168 vfprintf(log, fmt, ap);
170 fflush(log);
447 * Log the transaction here to be sure we have an open log
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Drun-stp-tests.sh234 VALGRIND="valgrind --tool=memcheck --log-file=$BASE/log/valgrind.%p --error-limit=no --leak-check=yes --trace-children=yes --read-var-info=yes"
239 echo "Using Valgrind; log files can be found in $BASE/log..."
268 echo "Enabling debug printfs (level 5); log files can be found in $BASE/log..."
269 CUPS_DEBUG_LOG="$BASE/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
275 echo "Enabling debug printfs (level $usedebugprintfs); log files can be found in $BASE/log..."
276 CUPS_DEBUG_LOG="$BASE/log/debug_printf
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/kdc/
H A Dcheck-pkinit.in38 testfailed="echo test failed; cat messages.log; exit 1"
87 > messages.log
185 echo "Trying pk-init (principal in cert)"; > messages.log
192 echo "Trying pk-init (principal in pki-mapping file) "; > messages.log
198 echo "Trying pk-init (principal subject in DB)"; > messages.log
204 echo "Trying pk-init (ms upn)"; > messages.log
210 echo "Trying pk-init (ms upn, enterprise)"; > messages.log
217 echo "Trying pk-init (ms upn, enterprise, pk-enterprise)"; > messages.log
230 echo "Trying pk-init (principal in cert)"; > messages.log
237 echo "Trying pk-init (principal in pki-mapping file) "; > messages.log
[all...]
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DAllocator.cpp60 log(allocator);
63 log(m_mediumAllocator);
67 void Allocator::log(SmallAllocator& allocator) function in class:bmalloc::Allocator
90 void Allocator::log(MediumAllocator& allocator) function in class:bmalloc::Allocator
136 log(allocator);
150 log(allocator);
/macosx-10.10.1/libxslt-13/libxslt/tests/REC/
H A DMakefile.am97 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
119 if [ -n "$$log" ] ; then \
121 echo "$$log" ; \
127 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
147 if [ -n "$$log" ] ; then \
149 echo "$$log" ; \
159 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc --nodict \
181 if [ -n "$$log" ] ; then \
183 echo "$$log" ; \
189 log
[all...]
/macosx-10.10.1/libxslt-13/libxslt/tests/docbook/
H A DMakefile.am33 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc --nonet \
44 if [ -n "$$log" ] ; then \
47 echo "$$log" ; \
54 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc --nonet \
65 if [ -n "$$log" ] ; then \
68 echo "$$log" ; \
74 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc --nonet \
85 if [ -n "$$log" ] ; then \
88 echo "$$log" ; \
102 log
[all...]
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/functions/
H A DMakefile.am30 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
50 if [ -n "$$log" ] ; then \
52 echo "$$log" ; \
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/sets/
H A DMakefile.am25 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
45 if [ -n "$$log" ] ; then \
47 echo "$$log" ; \
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/strings/
H A DMakefile.am25 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
45 if [ -n "$$log" ] ; then \
47 echo "$$log" ; \
/macosx-10.10.1/libxslt-13/libxslt/tests/extensions/
H A DMakefile.am28 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc $$j $$i \
44 if [ -n "$$log" ] ; then \
46 echo "$$log" ; \
/macosx-10.10.1/libxslt-13/libxslt/tests/reports/
H A DMakefile.am32 log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
51 if [ -n "$$log" ] ; then \
53 echo "$$log" ; \
/macosx-10.10.1/llvmCore-3425.0.34/utils/crosstool/ARM/
H A Dbuild-install-linux.sh86 echo "=> $message; log in $log_file"
92 echo "Error occurred: see most recent log file for details."
146 runAndLog "Configuring LLVM" ${LLVM_OBJ_DIR}/llvm-configure.log \
153 runAndLog "Building LLVM" ${LLVM_OBJ_DIR}/llvm-build.log \
155 runAndLog "Installing LLVM" ${LLVM_OBJ_DIR}/llvm-install.log \
174 runAndLog "Configuring LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-configure.log \
185 runAndLog "Building LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-build.log \
187 runAndLog "Installing LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-install.log \
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Ddead001.tcl48 ddscript.tcl $testdir/dead$tnum.log.$i \
51 ddscript.tcl $testdir/dead$tnum.log.$i \
62 set did [open $testdir/dead$tnum.log.$i]
81 # Remove log files
83 fileremove -f $testdir/dead$tnum.log.$i
H A Ddead002.tcl39 ddscript.tcl $testdir/dead$tnum.log.$i \
42 ddscript.tcl $testdir/dead$tnum.log.$i \
58 set did [open $testdir/dead$tnum.log.$i]
75 # Remove log files
77 fileremove -f $testdir/dead$tnum.log.$i
H A Ddead005.tcl38 $testdir/dead$tnum.log.$i \
42 ddscript.tcl $testdir/dead$tnum.log.$i \
53 set did [open $testdir/dead$tnum.log.$i]
74 set did [open $testdir/dead$tnum.log.$f]
83 # Remove log files
85 fileremove -f $testdir/dead001.log.$i
H A Drep008.tcl13 # TEST Copy the master log to the client.
99 file copy -force $masterdir/log.0000000001 $testdir/log.save
103 # Add sleep calls to ensure master's new log doesn't match
110 file copy -force $testdir/log.save $clientdir/log.0000000001
/macosx-10.10.1/ruby-106/ruby/lib/webrick/httpauth/
H A Dauthenticator.rb84 def log(meth, fmt, *args) method in class:WEBrick.HTTPAuth.Authenticator
92 log(:error, fmt, *args)
98 log(:info, fmt, *args)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/util/
H A Dfeedback.tcl9 # [log] Animated short feedback on stdout, logging to multiple files.
21 # [log] stdout, file
25 # first write to them. We can configure (per possible log) a string to
27 # log clears the flag for that log and causes the string to be
43 variable tofile [expr {$mode eq "log"}]
66 #log $text
71 if {$verbose} { puts [_channel log] $text }
76 proc ::sak::feedback::log {text {ext log}} {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/util/
H A Dfeedback.tcl9 # [log] Animated short feedback on stdout, logging to multiple files.
21 # [log] stdout, file
25 # first write to them. We can configure (per possible log) a string to
27 # log clears the flag for that log and causes the string to be
43 variable tofile [expr {$mode eq "log"}]
66 #log $text
71 if {$verbose} { puts [_channel log] $text }
76 proc ::sak::feedback::log {text {ext log}} {
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldAPIs.cpp208 dyld::log("dyld: %s() error\n", apiName);
282 dyld::log("%s(...)\n", __func__);
295 dyld::log("%s()\n", __func__);
302 dyld::log("%s(%u)\n", __func__, image_index);
313 dyld::log("%s(%u)\n", __func__, image_index);
324 dyld::log("%s(%p)\n", __func__, mh);
336 dyld::log("%s(%u)\n", __func__, image_index);
347 dyld::log("%s(%p)\n", __func__, address);
358 dyld::log("%s(%p)\n", __func__, (void *)func);
365 dyld::log("
[all...]
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A Dbasexx.h35 uint32_t log; member in struct:encoderConstants_t

Completed in 421 milliseconds

1234567891011>>