/system/core/include/cutils/ |
log.h | 1 #include <log/log.h>
|
/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/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
pocdll.cc | 18 void POCDLL_API Run(HANDLE log) { 19 TestFileSystem(log); 20 TestRegistry(log); 21 TestNetworkListen(log); 22 TestSpyScreen(log); 23 TestSpyKeys(log); 24 TestThreads(log); 25 TestProcesses(log); 26 TestGetHandle(log);
|
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/chromium_org/remoting/host/installer/mac/Config/ |
org.chromium.chromoting.conf | 6 # Desktop log file by archiving it after it reaches 1MB in size. It will 11 /var/log/org.chromium.chromoting.log root:admin 660 3 1000 * J
|
/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...] |
gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 The gzlog object allows writing short messages to a gzipped log file, 36 opening the log file locked for small bursts, and then closing it. The log 39 replaces the uncompressed data in the file. The log file is truncated to 40 its new size at that time. After each write operation, the log file is a 44 system crash, and the log file will be recovered the next time the log is 54 /* Open a gzlog object, creating the log file if it does not exist. Return 59 this object. If path is "foo", then the log file will be "foo.gz", an [all...] |
/external/libexif/libexif/ |
exif-log.c | 1 /* exif-log.c 23 #include <libexif/exif-log.h> 73 ExifLog *log; local 75 log = exif_mem_alloc (mem, sizeof (ExifLog)); 76 if (!log) return NULL; 77 log->ref_count = 1; 79 log->mem = mem; 82 return log; 89 ExifLog *log = exif_log_new_mem (mem); local 93 return log; [all...] |
/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
|
/external/eigen/doc/snippets/ |
Cwise_log.cpp | 2 cout << v.log() << endl;
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
Logger.java | 20 public abstract void log(String message); method in class:Logger 23 log("ERROR: " + message);
|
/external/mockito/src/org/mockito/internal/util/ |
MockitoLogger.java | 9 void log(Object what);
method in interface:MockitoLogger
|
/frameworks/compile/libbcc/include/bcc/Support/ |
Log.h | 22 # include <cutils/log.h>
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
compiler.hpp | 33 build_error(const compat::string &log) : log(log) { 40 return log; 44 compat::vector<char> log; member in class:clover::build_error
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
compiler.hpp | 33 build_error(const compat::string &log) : log(log) { 40 return log; 44 compat::vector<char> log; member in class:clover::build_error
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
logs_view.css | 6 .logs-view-log-cell-text, 7 .logs-view-log-cell-log { 11 .logs-view-log-row-collapsed .logs-view-log-cell-log { 15 .logs-view-log-row-expanded .logs-view-log-cell-log { 19 .logs-view-log-table-button-column [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 | |
/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...] |
/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
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
windttst.h | 31 static void testLocales(TestLog *log);
|
winnmtst.h | 31 static void testLocales(TestLog *log);
|
/external/icu4c/test/intltest/ |
windttst.h | 31 static void testLocales(TestLog *log);
|
winnmtst.h | 31 static void testLocales(TestLog *log);
|