Searched refs:log (Results 1 - 25 of 969) sorted by relevance

1234567891011>>

/external/openssh/regress/
H A Dsshd-log-wrapper.sh2 # $OpenBSD: sshd-log-wrapper.sh,v 1.2 2005/02/27 11:40:30 dtucker Exp $
6 # sh sshd-log-wrapper.sh /path/to/sshd /path/to/logfile
9 log=$2
13 exec $sshd $@ -e 2>>$log
/external/webkit/Source/WebCore/manual-tests/resources/
H A Dload-deferrer-script-element.js2 log("Button was clicked.");
4 setTimeout(function() { if (runningModal) log("Error: This line should not show up!"); }, 3000);
/external/ipsec-tools/src/racoon/
H A Dlogger.h37 struct log { struct
45 extern struct log *log_open __P((size_t, char *));
46 extern void log_add __P((struct log *, char *));
47 extern int log_print __P((struct log *, char *));
48 extern int log_vprint __P((struct log *, const char *, ...));
49 extern int log_vaprint __P((struct log *, const char *, va_list));
50 extern int log_close __P((struct log *));
51 extern void log_free __P((struct log *));
/external/zlib/src/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
795 log_close(struct log *log) argument
812 log_open(struct log *log) argument
867 struct log *log; local
913 struct log *log = logd; local
997 struct log *log = logd; local
1043 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
33 The gzlog object allows writing short messages to a gzipped log file,
34 opening the log file locked for small bursts, and then closing it. The log
37 replaces the uncompressed data in the file. The log file is truncated to
38 its new size at that time. After each write operation, the log file is a
42 system crash, and the log file will be recovered the next time the log is
52 /* Open a gzlog object, creating the log file if it does not exist. Return
57 this object. If path is "foo", then the log fil
[all...]
/external/webkit/LayoutTests/storage/
H A Dmultiple-transactions.js14 log("Transaction 1 Started");
16 log("Transaction 1 Errored - " + err);
19 log("Transaction 1 Succeeded");
24 log("Transaction 2 Started");
26 log("Transaction 2 Errored - " + err);
29 log("Transaction 2 Succeeded");
H A Dchange-version-handle-reuse.js3 log("TEST COMPLETE.");
16 log("changeVersion: transaction callback");
18 log("changeVersion: error callback: " + error.message);
20 log("changeVersion: success callback");
25 log("changeVersion exception: " + e);
35 log("transaction: statement callback");
38 log("transaction: statement error callback: " + error.message);
43 log("transaction exception: " + e);
H A Dopen-database-while-transaction-in-progress.js26 log("openDatabase() succeeded.");
29 log("Executing statement failed: " + error.message);
36 log("Transaction failed: " + error.message);
/external/dropbear/libtommath/
H A Dmess.sh2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-log4j.jar ... ?defs= " () org.apache.log4j.Logger log org.apache.log4j.Logger rootLog public void ...
H A Dant-commons-logging.jar ... PrintStream tmpErr org.apache.commons.logging.Log log public void buildStarted (org.apache.tools. ...
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
H A D15.8.2.10.js24 ECMA Section: 15.8.2.10 Math.log(x)
40 var TITLE = "Math.log(x)";
52 array[item++] = new TestCase( SECTION, "Math.log.length", 1, Math.log.length );
54 array[item++] = new TestCase( SECTION, "Math.log()", Number.NaN, Math.log() );
55 array[item++] = new TestCase( SECTION, "Math.log(void 0)", Number.NaN, Math.log(void 0) );
56 array[item++] = new TestCase( SECTION, "Math.log(null)", Number.NEGATIVE_INFINITY, Math.log(nul
[all...]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3ErrorLog.java45 private Log log; field in class:Antlr3ErrorLog
51 * @param log The Maven Error Log
53 public Antlr3ErrorLog(Log log) { argument
54 this.log = log;
58 * Sends an informational message to the Maven log sink.
62 log.info(message);
71 log.error(message.toString());
75 * Sends a warning message to the Maven log sink.
80 log
[all...]
/external/dropbear/libtomcrypt/
H A Dmess.sh2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js7 console.log("item " + info.menuItemId + " was clicked");
8 console.log("info: " + JSON.stringify(info));
9 console.log("tab: " + JSON.stringify(tab));
20 console.log("'" + context + "' item:" + id);
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);
35 console.log("radio item " + info.menuItemId +
43 console.log("radio1:" + radio1 + " radio2:" + radio2);
48 console.log(JSON.stringify(info));
49 console.log("checkbox item " + info.menuItemId +
58 console.log("checkbox
[all...]
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Doffline-access.js3 applicationCache.oncached = function() { log("cached") }
4 applicationCache.onnoupdate = function() { log("noupdate") }
5 applicationCache.onerror = function() { log("error") }
/external/webkit/Tools/Scripts/webkitpy/common/thread/
H A Dmessagepump_unittest.py37 self.log = []
41 self.log.append("schedule")
44 self.log.append("message_available: %s" % message)
47 self.log.append("final_message_delivered")
56 self.assertEqual(delegate.log, [
63 self.assertEqual(delegate.log, [
74 self.assertEqual(delegate.log, [
/external/webkit/LayoutTests/fast/dom/getElementsByClassName/resources/
H A Dcommon.js1 // runs a test and writes a log
6 var log = "",
11 log += "Got " + collection.length + " elements, expected " + elements.length + ". "
16 log += "Got element `" + collection[i].tagName + "` (" + collection[i].namespaceURI + ")"
17 log += ", expected element `" + elements[i].tagName + "` (" + elements[i].namespaceURI + "). "
20 r.textContent = pass ? "PASS" : "FAIL (" + log + ")"
/external/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js51 function log() { function
58 log(foo() == foo()
65 log(o.foo() == o.foo()
71 var o = { log: log, foo: function() { } };
72 o.log(o.foo() == o.foo()
/external/chromium/base/
H A Dbits.h21 int log = 0; local
28 log += shift;
32 return log;
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dreopenbugafterrollout.py31 from webkitpy.common.system.deprecated_logging import log namespace
41 log(comment_text)
42 log("No bugs were updated.")
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log_unittest.cc25 // Since buildtime is highly variable, this function will scan an output log and
47 "<log clientid=\"bogus client ID\" buildtime=\"123456789\" "
50 MetricsLog log("bogus client ID", 0);
51 log.CloseLog();
53 int size = log.GetEncodedLogSize();
58 ASSERT_TRUE(log.GetEncodedLog(WriteInto(&encoded, size + 1), size));
69 "<log clientid=\"bogus client ID\" buildtime=\"123456789\" "
73 MetricsLog log("bogus client ID", 0);
74 log.set_hardware_class("sample-class");
75 log
[all...]
/external/chromium/net/base/
H A Dnet_log_unittest.cc15 CapturingNetLog log(CapturingNetLog::kUnbounded);
16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
22 log.GetEntries(&entries);
27 log.GetEntries(&entries);
/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in22 # LogFile is the location of the log file. Actual changes to the filesystem
26 LogFile /var/log/ext2ed.log
/external/icu4c/test/intltest/
H A Dwindttst.h31 static void testLocales(TestLog *log);

Completed in 577 milliseconds

1234567891011>>