HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 1 - 25 of 2018) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/regress/
sshd-log-wrapper.sh 2 # $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/ipsec-tools/src/racoon/
logger.h 37 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/examples/
gzlog.c 30 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
223 - Log the repair with a date stamp in foo.repairs
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
867 struct log *log; local
913 struct log *log = logd; local
997 struct log *log = logd; local
1043 struct log *log = logd; local
    [all...]
gzlog.h 29 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 file will be "foo.gz", an
    [all...]
  /frameworks/native/include/utils/
Log.h 23 // The output will be correct when the log file is shared between multiple
26 // and so are NOT reentrant. Do not use LOG in a signal handler.
31 #include <cutils/log.h>
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ILogUiProvider.java 21 * Interface for a user interface that displays the log from a task monitor.
35 public abstract void log(String log); method in interface:ILogUiProvider
41 public abstract void logError(String log);
48 public abstract void logVerbose(String log);
  /external/dropbear/libtommath/
mess.sh 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
SdkLogAdapter.java 24 * Adapter that transform log from an {@link ILogUiProvider} to an {@link ISdkLog}.
32 * Creates a new adapter to output log on the given {@code sdkLog}.
56 public void log(String log) { method in class:SdkLogAdapter
57 if (acceptLog(log)) {
58 mSdkLog.printf(" %1$s", log); //$NON-NLS-1$
67 public void logError(String log) {
68 if (acceptLog(log)) {
69 mSdkLog.error(null, " %1$s", log); //$NON-NLS-1$
79 public void logVerbose(String log) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar 
ant-commons-logging.jar 
  /sdk/chimpchat/src/com/android/chimpchat/adb/
LoggingOutputReceiver.java 27 private final Logger log; field in class:LoggingOutputReceiver
30 public LoggingOutputReceiver(Logger log, Level level) {
31 this.log = log;
38 log.log(level, line);
  /system/security/keystore/
test-keystore 20 log_file=$prefix.log
28 function log() { function
61 log "comparing $baseline_file and $log_file"
62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
70 log "reset keystore as system user"
78 log "root does not have permission to run test"
82 log "but system user does"
87 log "password is now bar"
93 log "no error implies initialized and unlocked"
97 log "saw with no argument
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 56 Log log = new Log(); local
61 if (!processArgs(log, args, osJarPath, osDestJar)) {
62 log.error("Usage: layoutlib_create [-v] [-p] output.jar input.jar ...");
66 log.info("Output: %1$s", osDestJar[0]);
68 log.info("Input : %1$s", path);
72 AsmGenerator agen = new AsmGenerator(log, osDestJar[0], new CreateInfo());
74 AsmAnalyzer aa = new AsmAnalyzer(log, osJarPath, agen,
109 log.error
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3ErrorLog.java 36 import org.apache.maven.plugin.logging.Log;
39 * The Maven plexus container gives us a Log logging provider
45 private Log log; field in class:Antlr3ErrorLog
51 * @param log The Maven Error Log
53 public Antlr3ErrorLog(Log log) {
54 this.log = log;
    [all...]
  /external/dropbear/libtomcrypt/
mess.sh 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi
  /bionic/libm/i387/
e_log.S 40 ENTRY(log) function
  /external/icu4c/test/intltest/
windttst.h 31 static void testLocales(TestLog *log);
winnmtst.h 31 static void testLocales(TestLog *log);
  /frameworks/base/core/java/android/net/
LinkSocket.java 23 import android.util.Log;
42 if (DBG) log("LinkSocket() EX");
50 if (DBG) log("LinkSocket(notifier) EX");
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
69 if (DBG) log("LinkProperties() EX");
82 if (DBG) log("setNeeds() EX");
90 if (DBG) log("getNeeds() EX");
98 if (DBG) log("getCapabilities() EX");
111 if (DBG) log("getCapabilities(capabilities) EX");
121 if (DBG) log("setTrackedCapabilities(capabilities) EX")
273 protected static void log(String s) { method in class:LinkSocket
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/frameworks/telephonytests/
TelephonyMockRilTestRunner.java 23 import android.util.Log;
38 log("getAllTests E");
41 log("getAllTests X");
47 log("getLoader EX");
53 log("onCreate E");
60 log("onCreate X");
68 log("onDestroy EX");
77 log("onStart EX");
84 log("finish E");
86 log("finish X")
90 private void log(String s) { method in class:TelephonyMockRilTestRunner
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.10.js 24 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(null) )
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java 48 * a log.
53 * @param log - null to disable logging, non-null to enable logging.
79 public static GL wrap(GL gl, int configFlags, Writer log) {
83 if ( log != null ) {
86 gl = new GLLogWrapper(gl, log, logArgumentNames);
97 * @param log - null to disable logging, non-null to enable logging.
100 public static EGL wrap(EGL egl, int configFlags, Writer log) {
101 if (log != null) {
102 egl = new EGLLogWrapper(egl, configFlags, log);
  /external/chromium/base/
bits.h 21 int log = 0; local
28 log += shift;
32 return log;
  /external/webkit/LayoutTests/storage/
multiple-transactions.js 14 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");
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
InvalidValueTypeException.java 17 package com.android.ddmlib.log;
19 import com.android.ddmlib.log.EventContainer.EventValueType;
20 import com.android.ddmlib.log.EventValueDescription.ValueType;

Completed in 2051 milliseconds

1 2 3 4 5 6 7 8 91011>>