HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 1 - 25 of 7976) 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.3 2013/04/07 02:16:03 dtucker Exp $
6 # sh sshd-log-wrapper.sh /path/to/logfile /path/to/sshd [args...]
8 log=$1
11 exec "$@" -E$log
  /system/core/libcutils/include/cutils/
log.h 1 #include <log/log.h>
  /system/core/libutils/include/utils/
Log.h 3 // <log/log.h> has replaced this file and all changes should go there instead.
5 // references to <utils/Log.h> in the tree.
7 #include <log/log.h>
  /system/core/trusty/storage/proxy/
log.h 19 #include <log/log.h>
  /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/jcommander/src/test/resources/
jcommander.properties 21 log=1
  /external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/
InvokeJCLTest.java 34 Log log = LogFactory.getLog(InvokeJCLTest.class); local
35 assertFalse(log.isTraceEnabled());
36 assertFalse(log.isDebugEnabled());
37 assertTrue(log.isInfoEnabled());
38 assertTrue(log.isWarnEnabled());
39 assertTrue(log.isErrorEnabled());
40 assertTrue(log.isFatalEnabled());
44 Log log = LogFactory.getLog(InvokeJCLTest.class) local
    [all...]
  /frameworks/compile/libbcc/lib/
Log.h 22 # include <log/log.h>
  /prebuilts/go/darwin-x86/test/fixedbugs/issue10066.dir/
a.go 3 import "log"
10 println(log.Ldate | log.Ltime | log.Lshortfile)
  /prebuilts/go/linux-x86/test/fixedbugs/issue10066.dir/
a.go 3 import "log"
10 println(log.Ldate | log.Ltime | log.Lshortfile)
  /system/core/liblog/include/log/
logd.h 3 #include <log/log.h>
4 #warning "Deprecated: do not include log/logd.h, use log/log.h instead"
logger.h 3 #include <log/log.h>
4 #warning "Deprecated: do not include log/logger.h, use log/log.h instead"
  /system/core/liblog/include_vndk/log/
log.h 1 /*Special log.h file for VNDK linking modules*/
6 #include <android/log.h>
7 #include <log/log_id.h>
8 #include <log/log_main.h>
9 #include <log/log_radio.h>
10 #include <log/log_read.h>
11 #include <log/log_safetynet.h>
12 #include <log/log_system.h>
13 #include <log/log_time.h>
  /system/core/libutils/
StrongPointer.cpp 19 #include <log/log.h>
  /packages/services/Telephony/src/com/android/phone/vvm/
VvmLog.java 19 import android.util.Log;
35 public static void log(String tag, String log) { method in class:VvmLog
36 sLocalLog.log(tag + ": " + log);
46 public static int e(String tag, String log) {
47 log(tag, log); method
48 return Log.e(tag, log);
52 log(tag, log + " " + e); method
57 log(tag, log); method
62 log(tag, log + " " + e); method
67 log(tag, log); method
72 log(tag, log + " " + e); method
77 log(tag, log); method
82 log(tag, log + " " + e); method
87 log(tag, log); method
92 log(tag, log + " " + e); method
97 log(tag, log); method
102 log(tag, log + " " + e); method
    [all...]
  /external/libxml2/python/tests/
pushSAX.py 8 log = "" variable
12 global log
13 log = log + "startDocument:"
16 global log
17 log = log + "endDocument:"
20 global log
21 log = log + "startElement %s %s:" % (tag, attrs
    [all...]
pushSAXhtml.py 8 log = "" variable
12 global log
13 log = log + "startDocument:"
16 global log
17 log = log + "endDocument:"
20 global log
21 log = log + "startElement %s %s:" % (tag, attrs
    [all...]
  /bionic/libc/bionic/
__cxa_pure_virtual.cpp 17 #include <async_safe/log.h>
  /external/testng/src/test/java/test/
ReporterApiTest.java 15 Reporter.log("foo");
16 Reporter.log("foo", false);
17 Reporter.log("foo", 2);
18 Reporter.log("foo", 2, false);
  /external/zlib/src/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
868 struct log *log; local
914 struct log *log = logd; local
998 struct log *log = logd; local
1044 struct log *log = logd; local
    [all...]
  /prebuilts/go/darwin-x86/test/
reorder2.go 11 var log string var
16 log += "a(" + s + ")"
21 log += "b(" + s + ")"
28 log += "a(" + s + ")"
33 log += "b(" + s + ")"
45 log += "a(" + s + ")"
50 log += "b(" + s + ")"
58 log += "f(" + x + ", " + y + ")"
63 log += "ff(" + x + ", " + y + ")"
67 log += "h(" + x + ")
    [all...]
  /prebuilts/go/linux-x86/test/
reorder2.go 11 var log string var
16 log += "a(" + s + ")"
21 log += "b(" + s + ")"
28 log += "a(" + s + ")"
33 log += "b(" + s + ")"
45 log += "a(" + s + ")"
50 log += "b(" + s + ")"
58 log += "f(" + x + ", " + y + ")"
63 log += "ff(" + x + ", " + y + ")"
67 log += "h(" + x + ")
    [all...]
  /external/libchrome/sandbox/win/sandbox_poc/pocdll/
exports.h 19 // "log" is the handle of the log file.
20 void POCDLL_API TestFileSystem(HANDLE log);
24 // "log" is the handle of the log file.
25 void POCDLL_API TestGetHandle(HANDLE log);
30 // "log" is the handle of the log file.
31 void POCDLL_API TestThreadBombing(HANDLE log);
36 // "log" is the handle of the log file
    [all...]
  /external/vogar/src/vogar/commands/
Mkdir.java 20 import vogar.Log;
26 private final Log log; field in class:Mkdir
28 public Mkdir(Log log) {
29 this.log = log;
33 new Command(log, "mkdir", "-p", directory.getPath()).execute();
Rm.java 20 import vogar.Log;
26 private final Log log; field in class:Rm
28 public Rm(Log log) {
29 this.log = log;
33 new Command(log, "rm", "-rf", file.getPath()).execute();

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>