Searched refs:log (Results 101 - 125 of 969) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.sh22 cvs $CVSOPTS log > $f
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
H A DDesignerPlugin.java158 * Logs given {@link IStatus} into Eclipse .log.
160 public static void log(IStatus status) { method in class:DesignerPlugin
161 getDefault().getLog().log(status);
165 * Logs {@link IStatus} with given message into Eclipse .log.
167 public static void log(String message) { method in class:DesignerPlugin
168 log(new Status(IStatus.INFO, sPluginId, IStatus.INFO, message, null));
172 * Logs {@link IStatus} with given exception into Eclipse .log.
174 public static void log(Throwable e) { method in class:DesignerPlugin
176 getDefault().getLog().log(status);
180 * Logs {@link IStatus} with given message and exception into Eclipse .log
182 public static void log(String message, Throwable e) { method in class:DesignerPlugin
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCloseables.java49 * {@code IOException} but merely log it.
83 logger.log(Level.WARNING,
101 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
H A DFlushables.java44 * {@code IOException}, but merely log it.
59 logger.log(Level.WARNING,
77 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
/external/openssh/
H A Dsurvey.sh.in33 configinv=`$AWK '/^ \\\$.*configure/' config.log | sed 's/^ \\\$ //g'`
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallRU.stderr.exp4 Reset valgrind output to log (orderly_finish)
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/
H A Drun26 : ${buildbot_log_path:=/var/log/buildbot}
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/
H A Drun26 : ${crashmon_log_path:=/var/log/crashmon}
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/
H A Drun26 : ${xvfb_log_path:=/var/log/xvfb}
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractsequencedcommand.py30 from webkitpy.common.system.deprecated_logging import log namespace
48 log(e.message_with_output())
H A Dopenbugs.py33 from webkitpy.common.system.deprecated_logging import log namespace
61 log("%s bugs found in input." % len(bug_ids))
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dbuild.py31 from webkitpy.common.system.deprecated_logging import log namespace
49 log("Building WebKit")
H A Dclosebug.py31 from webkitpy.common.system.deprecated_logging import log namespace
49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
H A Dobsoletepatches.py32 from webkitpy.common.system.deprecated_logging import log namespace
49 log("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
H A Dvalidatechangelogs.py32 from webkitpy.common.system.deprecated_logging import error, log namespace
50 log("The diff to %s looks wrong. Are you sure your ChangeLog entry is at the top of the file?" % (diff_file.filename))
H A Dvalidatereviewer.py35 from webkitpy.common.system.deprecated_logging import error, log namespace
61 log("%s found in %s does not appear to be a valid reviewer according to committers.py." % (reviewer_text, changelog_path))
/external/blktrace/doc/
H A DMakefile1 DOCTMP = blktrace.log blktrace.aux blktrace.dvi
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DRemoteAcceptThread.java10 import ch.ethz.ssh2.log.Logger;
20 private static final Logger log = Logger.getLogger(RemoteAcceptThread.class); field in class:RemoteAcceptThread
44 log.debug("RemoteAcceptThread: " + remoteConnectedAddress + "/" + remoteConnectedPort + ", R: "
86 log.warning("IOException in proxy code: " + e.getMessage());
/external/libvorbis/lib/
H A Dscales.h63 #define todB(x) (*(x)==0?-400.f:log(*(x)**(x))*4.34294480f)
64 #define todB_nn(x) (*(x)==0.f?-400.f:log(*(x))*8.6858896f)
81 #define toMEL(n) (log(1.f+(n)*.001f)*1442.695f)
87 #define toOC(n) (log(n)*1.442695f-5.965784f)
/external/webkit/LayoutTests/storage/
H A Dsql-error-codes.js12 log("PASS: expected and got error code " + expectedErrorCodeName);
16 log("FAIL: expected error code " + expectedErrorCodeName + " (" + error[expectedErrorCodeName] + "); got " + error.code);
23 log("FAIL: a transaction has completed successfully.");
90 log("FAIL: could not change the DB version.");
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py36 from webkitpy.common.system.deprecated_logging import log namespace
287 log("MOCK create_bug")
288 log("bug_title: %s" % bug_title)
289 log("bug_description: %s" % bug_description)
291 log("component: %s" % component)
293 log("cc: %s" % cc)
295 log("blocked: %s" % blocked)
338 log("MOCK setting flag '%s' to '%s' on attachment '%s' with comment '%s' and additional comment '%s'" % (
342 log("MOCK bug comment: bug_id=%s, cc=%s\n--- Begin comment ---\n%s\n--- End comment ---\n" % (
351 log("MOC
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java52 private final Log log = LogFactory.getLog(getClass()); field in class:RefQueueWorker
106 //@@@ only reason for having a log in this class
107 if (log.isDebugEnabled()) {
108 log.debug(this.toString() + " interrupted", e);
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dmain.js23 console.log('params: ' + JSON.stringify(params));
33 console.log('Found filesystem: ' + filesystem.name, filesystem);
61 console.log('Requesting filesystem.');
/external/guava/guava/src/com/google/common/util/concurrent/
H A DExecutionList.java47 // Logger to log exceptions caught when running runnables.
48 private static final Logger log = field in class:ExecutionList
154 log.log(Level.SEVERE, "RuntimeException while executing runnable "
/external/icu4c/tools/ctestfw/unicode/
H A Dtstdtmod.h45 * @param log a logging class, used for internal error reporting.
49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
53 TestDataModule(const char* name, TestLog& log, UErrorCode& status);
90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);

Completed in 389 milliseconds

1234567891011>>