Searched refs:log (Results 251 - 275 of 2071) sorted by relevance

<<11121314151617181920>>

/external/objenesis/tck/src/test/java/org/objenesis/tck/
H A DTCKTest.java134 private final StringBuilder log = new StringBuilder(); field in class:TCKTest.RecordingReporter
138 log.append("startTests()\n");
142 log.append("startTest('").append(candidateDescription).append("', '").append(
147 log.append("result(").append(instantiatedObject).append(")\n");
151 log.append("exception()\n");
155 log.append("endTest()\n");
159 log.append("endTests()\n");
164 return log.toString();
/external/parameter-framework/upstream/parameter/
H A DSelectionCriteriaDefinition.h34 #include <log/Logger.h>
44 core::log::Logger &logger);
/external/selinux/restorecond/
H A Drestorecond.conf6 /var/log/wtmp
/external/swiftshader/third_party/LLVM/utils/
H A DGetSourceVersion22 git log -1 --pretty=format:%H
/external/valgrind/
H A Druntest.sh37 logfile_native=$test_name.stdout.log
41 echo "Creating reference point log (run without valgrind)..."
51 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" | grep -v "WARNING: linker: Unsupported flags" | grep -v "^> $" | grep -v "^> 0x421==" > $test_name.diff.log
53 if [ -s $test_name.diff.log ]; then
55 cat $test_name.diff.log | sed "s/^< /expected: /" | sed "s/^> /actual : /"
/external/vogar/src/vogar/commands/
H A DCommand.java49 private final Log log; field in class:Command
60 public Command(Log log, String... args) { argument
61 this.log = log;
70 this.log = builder.log;
90 log.verbose("executing " + args + (workingDir != null ? " in " + workingDir : ""));
184 log.verbose("received exit value " + exitValue + " from destroyed command " + this);
186 log.warn("couldn't destroy " + this);
205 log
249 private final Log log; field in class:Command.Builder
257 Builder(Log log) argument
[all...]
/external/libxml2/
H A Dcheck-xinclude-test-suite.py14 LOG="check-xinclude-test-suite.log"
16 log = open(LOG, "w") variable
47 global log
61 global log
155 log.write("Test ID %s\n" % (id))
156 log.write(" File: %s\n" % (URI))
160 log.write(" %s:%s\n\n" % (type, content))
162 log.write(" ----\n%s ----\n" % (error_msg))
164 log.write("\n")
166 log
[all...]
/external/ltp/testcases/realtime/func/periodic_cpu_load/
H A Dmixed_load.sh48 rm -f pcl*.log > /dev/null
57 ./periodic_cpu_load_single -i $ITERATIONS -r $T1_PRIO -t $T1_PERIOD -c $T1_LOOPS -f pcl-${CON}x-t1_$i > pcl-${CON}x-t1-$i.log &
58 ./periodic_cpu_load_single -i $ITERATIONS -r $T2_PRIO -t $T2_PERIOD -c $T2_LOOPS -f pcl-${CON}x-t2_$i > pcl-${CON}x-t2-$i.log &
59 ./periodic_cpu_load_single -i $ITERATIONS -r $T3_PRIO -t $T3_PERIOD -c $T3_LOOPS -f pcl-${CON}x-t3-$i > pcl-${CON}x-t3-$i.log &
60 ./periodic_cpu_load_single $JVM_ARG -i $ITERATIONS -r $T4_PRIO -t $T4_PERIOD -c $T4_LOOPS -f pcl-${CON}x-t4-$i > pcl-${CON}x-t4-$i.log &
65 # grab the average from a log file
69 # grab composite averages from a glob of log files
151 T1_1X_AVG=`parse_avg_avg pcl-1x-t1-0.log`
152 T2_1X_AVG=`parse_avg_avg pcl-1x-t2-0.log`
153 T3_1X_AVG=`parse_avg_avg pcl-1x-t3-0.log`
[all...]
/external/toolchain-utils/dejagnu/
H A Dchromeos.exp.in10 verbose -log "Opening persistent connection ..." 1
24 verbose -log "Closing persistent connection ..." 1
26 verbose -log "Cleaning up - executing on board 'rm -fr $tmpdir' ..." 1
40 verbose -log "scp -q $ssh_options $file root@$hostname:$tmpdir/"
44 verbose -log "failed to upload \'$file\' to \'$tmpdir/$destfile\'"
46 verbose -log "uploaded \"$file\' to remote board@\'$tmpdir/$destfile\'"
60 verbose -log "scp -q $ssh_options \"root@$hostname:$tmpdir/$filen\" ."
65 verbose -log \
68 verbose -log "transferred \"root@$hostname:$tmpdir/$filen\" to \".\""
140 verbose -log "Exe
[all...]
/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) argument
50 log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage;
105 tcu::TestLog& log = m_testCtx.getLog(); local
120 log << TestLog::Message << numConfigReturned << " configs returned" << TestLog::EndMessage;
135 log << TestLog::Message << numOverwritten << " values actually written" << TestLog::EndMessage;
139 log << TestLog::Message << "Fail, more configs returned than requested." << TestLog::EndMessage;
145 log << TestLog::Message << "Fail, buffer overflow detected." << TestLog::EndMessage;
150 log << TestLog::Message << "Fail, reported number of returned configs differs from number of values written." << TestLog::EndMessage;
158 tcu::TestLog& log = m_testCtx.getLog(); local
165 log << TestLo
240 tcu::TestLog& log = m_testCtx.getLog(); local
271 TestLog& log = m_testCtx.getLog(); local
301 TestLog& log = m_testCtx.getLog(); local
312 TestLog& log = m_testCtx.getLog(); local
323 TestLog& log = m_testCtx.getLog(); local
334 TestLog& log = m_testCtx.getLog(); local
348 TestLog& log = m_testCtx.getLog(); local
361 TestLog& log = m_testCtx.getLog(); local
400 TestLog& log = m_testCtx.getLog(); local
437 TestLog& log = m_testCtx.getLog(); local
507 TestLog& log = m_testCtx.getLog(); local
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DConnPoolByRoute.java76 private final Log log = LogFactory.getLog(getClass()); field in class:ConnPoolByRoute
293 if (log.isDebugEnabled()) {
294 log.debug("Total connections kept alive: " + freeConnections.size());
295 log.debug("Total issued connections: " + issuedConnections.size());
296 log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);
312 if (log.isDebugEnabled()) {
313 log.debug("Available capacity: " + rospl.getCapacity()
329 if (log.isDebugEnabled()) {
330 log.debug("Need to wait for connection" +
378 if (log
[all...]
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
H A DJDK14LoggerAdapter.java76 log(SELF, Level.FINEST, msg, null);
97 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
120 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
141 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
151 * the exception (throwable) to log
155 log(SELF, Level.FINEST, msg, t);
176 log(SELF, Level.FINE, msg, null);
196 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
219 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
240 log(SEL
572 private void log(String callerFQCN, Level level, String msg, Throwable t) { method in class:JDK14LoggerAdapter
621 public void log(Marker marker, String callerFQCN, int level, String message, Object[] argArray, Throwable t) { method in class:JDK14LoggerAdapter
[all...]
/external/vboot_reference/utility/
H A Ddev_debug_vboot10 # left in a log directory.
17 PUBLOGFILE="/var/log/debug_vboot_noisy.log"
44 summary output is printed on stdout, and the detailed log is copied to
48 directory and will leave the detailed log in that directory.
55 -v Spew the detailed log to stdout
68 info "Exporting log file as ${PUBLOGFILE}"
96 log() { function
144 log dd if="$1" bs=512 skip=${start} count=${size} of="${name}" &&
166 [ -f GBB_Area ] && log m
[all...]
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java62 private final Log log = LogFactory.getLog(getClass()); field in class:RequestProxyAuthentication
95 this.log.debug("User credentials not available");
102 if (this.log.isErrorEnabled()) {
103 this.log.error("Proxy authentication error: " + ex.getMessage());
H A DRequestTargetAuthentication.java62 private final Log log = LogFactory.getLog(getClass()); field in class:RequestTargetAuthentication
95 this.log.debug("User credentials not available");
103 if (this.log.isErrorEnabled()) {
104 this.log.error("Authentication error: " + ex.getMessage());
/external/autotest/client/cros/image_comparison/
H A Dimage_comparison_factory.py44 @method_logger.log
53 @method_logger.log
62 @method_logger.log
86 @method_logger.log
/external/deqp/framework/egl/
H A DegluCallLogWrapper.hpp41 CallLogWrapper (const eglw::Library& egl, tcu::TestLog& log);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.hpp41 CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log);
/external/deqp/modules/internal/
H A DditTestLogTests.cpp21 * \brief Test log output tests.
49 TestLog& log = m_testCtx.getLog(); local
51 log << TestLog::SampleList("TestSamples", "Test Sample List")
58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::EndSample
65 log << TestLog::EndSampleList;
/external/eigen/unsupported/doc/examples/
H A DMatrixLogarithm.cpp14 std::cout << "The matrix logarithm of A is:\n" << A.log() << "\n";
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DSeparatorEqual.java27 @Parameter(names = "-log")
28 public Integer log = 2; field in class:SeparatorEqual
/external/llvm/utils/
H A DGetSourceVersion22 git log -1 --pretty=format:%H
/external/ltp/testcases/network/multicast/mc_cmds/
H A Dmc_cmds59 ping -c2 224.0.0.1 > ping_out.log || \
63 ping -c2 -I $(tst_ipaddr) 224.0.0.1 > ping_out.log
67 ping -c2 -I $(tst_iface) 224.0.0.1 > ping_out.log || \
71 grep -q $(tst_ipaddr) ping_out.log
/external/mockito/src/test/java/org/mockito/internal/util/
H A DSimpleMockitoLogger.java11 public void log(Object what) { method in class:SimpleMockitoLogger
H A DSimpleMockitoLoggerTest.java19 logger.log("foo");

Completed in 3598 milliseconds

<<11121314151617181920>>