Searched refs:log (Results 26 - 50 of 969) sorted by relevance

1234567891011>>

/external/icu4c/test/intltest/
H A Dwinnmtst.h31 static void testLocales(TestLog *log);
/external/libnfc-nci/halimpl/bcm2079x/include/
H A DOverrideLog.h22 * /system/core/include/cutils/log.h. This header must be the first header
34 #include <cutils/log.h> //define Android logging macros
54 ** Returns: Global log level:
/external/libnfc-nci/src/include/
H A DOverrideLog.h22 * /system/core/include/cutils/log.h. This header must be the first header
34 #include <cutils/log.h> //define Android logging macros
54 ** Returns: Global log level:
/external/llvm/utils/crosstool/
H A Dcreate-snapshots.sh24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
27 ${module} > ${log} 2>&1
35 rm -rf ${module} ${log}
/external/v8/test/mjsunit/regress/
H A Dregress-1898.js31 Math.log(Math.min(0.1, Math.abs(x)));
/external/webkit/LayoutTests/storage/
H A Dmultiple-databases-garbage-collection.js36 log("Persistent Database Transaction Errored - " + err);
39 log("Persistent Database Transaction Complete");
46 log("Forgotten Database Transaction Errored - " + err);
51 log("Forgotten Database Transaction Complete");
H A Dexecute-sql-args.js59 log("PASS. executeSql(" + parameterList + ") threw an exception as expected.");
61 log("*FAIL*. executeSql(" + parameterList + ") did not throw an exception");
64 log("*FAIL*. executeSql(" + parameterList + ") threw an exception: " + exception);
66 log("PASS. executeSql(" + parameterList + ") did not throw an exception");
H A Dmultiple-transactions-on-different-handles.js21 log(dbName + " " + statementType + " statement succeeded");
26 log(dbName + " " + statementType + " statement failed: " + error.message);
44 log(dbName + " transaction failed: " + error.message);
48 log(dbName + " transaction succeeded");
63 log("Creating the Test table failed: " + error.message);
69 log("failure: db1 == db2");
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
H A DMakefile18 log:
19 tail -f twistd.log
/external/zlib/src/
H A Dconfigure16 # start off configure.log
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 'usage:' | tee -a configure.log
86 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
[all...]
/external/chromium/chrome/browser/debugger/manual_tests/resources/
H A Dscript-console-calls.js2 console.log("Test console.log");
/external/valgrind/main/gdbserver_tests/
H A Dnlsigvgdb.stderr.exp6 Reset valgrind output to log (orderly_finish)
/external/webkit/Source/WebCore/manual-tests/inspector/resources/
H A Dscript-console-calls.js2 console.log("Test console.log");
/external/webkit/Tools/BuildSlaveSupport/gtk/pulseaudio/
H A Drun23 --log-target=syslog
/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java54 private final Log log = LogFactory.getLog(getClass()); field in class:IdleConnectionHandler
77 if (log.isDebugEnabled()) {
78 log.debug("Adding connection at: " + timeAdded);
95 log.warn("Removing a connection that never existed!");
120 if (log.isDebugEnabled()) {
121 log.debug("Checking for connections, idleTimeout: " + idleTimeout);
132 if (log.isDebugEnabled()) {
133 log.debug("Closing connection, connection time: " + connectionTime);
139 log.debug("I/O error closing connection", ex);
148 if (log
[all...]
/external/srec/srec/EventLog/include/
H A DSR_EventLog.h57 #define SR_EventLogToken_BASIC(log, loglevel, tokenName, value) \
59 log->token(log, tokenName, value) : ESR_SUCCESS ) \
64 #define SR_EventLogTokenInt_BASIC(log, loglevel, tokenName, value) \
66 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
71 #define SR_EventLogTokenUint16_t_BASIC(log, loglevel, tokenName, value) \
73 log->tokenUint16_t(log, tokenName, value) : ESR_SUCCESS ) \
78 #define SR_EventLogTokenSize_t_BASIC(log, logleve
[all...]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java120 * If set to true, the generated parser code will log rule entry and exit points
247 Log log = getLog();
252 if (log.isDebugEnabled()) {
258 log.debug("ANTLR: Exclude: " + e);
265 log.debug("ANTLR: Include: " + e);
270 log.debug("ANTLR: Output: " + outputDirectory);
274 log.debug("ANTLR: Library: " + libDirectory);
278 log.debug("ANTLR: report : " + report);
279 log.debug("ANTLR: printGrammar : " + printGrammar);
280 log
[all...]
/external/skia/src/ports/
H A DSkDebug_android.cpp15 #include <android/log.h>
/external/webkit/Tools/Scripts/webkitpy/python24/
H A Dversioning.py100 def check_version(log=None, sysmodule=None, target_version=None):
107 log: A logging.logger instance to use when logging the version warning.
117 if log is None:
118 log = _log
132 log.warn(message)
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dclosebugforlanddiff.py32 from webkitpy.common.system.deprecated_logging import log namespace
49 log("Updating bug %s" % bug_id)
57 log(comment_text)
58 log("No bug id provided.")
/external/apache-http/src/org/apache/commons/logging/
H A DLogSource.java45 * <code>org.apache.commons.logging.log</code> to the name of the
69 /** Constructor for current log class */
103 name = System.getProperty("org.apache.commons.logging.log");
157 * Set the log implementation/log implementation factory
161 * of the log).
179 * Set the log implementation/log implementation factory
182 * argument (containing the name of the log).
195 Log log
[all...]
/external/libvpx/tools/
H A Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
/external/regex-re2/
H A Druntests7 if sh -c "$i >$i.log 2>&1" 2>/dev/null
11 echo FAIL';' output in $i.log
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java41 final Logger log = AppLoggers.create (m_appName, toolProperties, current);
43 if (log.atTRACE1 ())
45 log.trace1 ("run", "complete tool properties:");
46 toolProperties.list (log.getWriter ());
51 Logger.push (log);
52 m_log = log;
/external/dropbear/libtommath/demo/
H A Dtiming.c84 FILE *log, *logb, *logc, *logd; local
108 log = fopen("logs/add.log", "w");
124 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
125 fflush(log);
127 fclose(log);
129 log = fopen("logs/sub.log", "w");
146 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
147 fflush(log);
[all...]

Completed in 440 milliseconds

1234567891011>>