/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/base/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}.
54 public void log(String log) {
method in class:SdkLogAdapter 55 if (acceptLog(log)) {
56 mSdkLog.printf(" %1$s", log); //$NON-NLS-1$
64 public void logError(String log) {
65 if (acceptLog(log)) {
66 mSdkLog.error(null, " %1$s", log); //$NON-NLS-1$
75 public void logVerbose(String log) {
[all...] |
/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);
|
/frameworks/base/cmds/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/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...] |
/packages/apps/Phone/src/com/android/phone/ |
InCallContactPhoto.java | 27 import android.util.Log; 93 if (DBG) log("setImageResource(" + resId + ")..."); 103 if (DBG) log("setImageURI(" + uri + ")..."); 113 if (DBG) log("setImageBitmap(" + bm + ")..."); 123 if (DBG) log("setImageDrawable(" + inputDrawable + ")..."); 128 if (VDBG) log("################# setImageDrawable()... ################"); 129 if (VDBG) log("- this: " + this); 130 if (VDBG) log("- inputDrawable: " + inputDrawable); 131 if (VDBG) log("- mPreviousImageDrawable: " + mPreviousImageDrawable); 140 if (VDBG) log("- inputBitmap: " + inputBitmap) 233 private void log(String msg) { method in class:InCallContactPhoto [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;
|
/external/chromium/net/base/ |
net_log_unittest.cc | 15 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/ |
ext2ed.conf.in | 22 # LogFile is the location of the log file. Actual changes to the filesystem 26 LogFile /var/log/ext2ed.log
|
/external/llvm/utils/crosstool/ |
create-snapshots.sh | 24 local log="${module}.log" 25 echo "Running: svn export -r ${REV} ${module}; log in ${log}" 27 ${module} > ${log} 2>&1 35 rm -rf ${module} ${log}
|