/external/genext2fs/ |
ChangeLog | 1 see our cvs logs here:
|
/external/webkit/WebCore/platform/wx/ |
LoggingWx.cpp | 52 Vector<String> logs; local 54 wkLoggingEnv.split(",", logs); 56 for (size_t i = 0; i < logs.size(); ++i) { 57 WTFLogChannel* channel = getChannelFromName(logs[i]);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_config.h | 45 * base_PID_handle.pref - for binary logs 46 * base_PID_handle.log - for text logs 64 char *log_file; /* file to save all event logs */ 67 char *replay_file; /* file to print replayed event logs */ 80 char *rt_file; /* file to save all real-time logs */
|
/external/dropbear/libtommath/logs/ |
README | 6 in the root. It will run for a while [about ten minutes on most PCs] and produce a series of .log files in logs/.
|
index.html | 25 /* $Source: /cvs/libtom/libtommath/logs/index.html,v $ */
|
/external/dropbear/libtommath/demo/ |
timing.c | 108 log = fopen("logs/add.log", "w"); 129 log = fopen("logs/sub.log", "w"); 161 log = fopen((ix == 0) ? "logs/mult.log" : "logs/mult_kara.log", "w"); 182 log = fopen((ix == 0) ? "logs/sqr.log" : "logs/sqr_kara.log", "w"); 238 log = fopen("logs/expt.log", "w"); 239 logb = fopen("logs/expt_dr.log", "w"); 240 logc = fopen("logs/expt_2k.log", "w"); 241 logd = fopen("logs/expt_2kl.log", "w") [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 107 * Logs a message with <code>java.util.logging.Level.FINE</code>. 118 * Logs a message with <code>java.util.logging.Level.FINE</code>. 130 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 141 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 153 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 164 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 187 * Logs a message with <code>java.util.logging.Level.INFO</code>. 198 * Logs a message with <code>java.util.logging.Level.INFO</code>. 258 * Logs a message with <code>java.util.logging.Level.FINEST</code>. 269 * Logs a message with <code>java.util.logging.Level.FINEST</code> [all...] |
/external/srec/srec/EventLog/include/ |
SR_EventLog.h | 137 * Logs an OSI log token. 146 * Logs an OSI log token. 155 * Logs an OSI log token. 164 * Logs an OSI log token. 173 * Logs an OSI log token. 182 * Logs an OSI log token. 260 * Logs an OSI log token. 269 * Logs an OSI log token. 278 * Logs an OSI log token. 287 * Logs an OSI log token [all...] |
/development/tools/idegen/src/ |
Log.java | 18 * Logs messages.
|
/packages/apps/Browser/tests/src/com/android/browser/ |
JNIBindingsTestApp.java | 119 * Dismisses and logs Javascript alerts. 132 * Confirms and logs Javascript alerts. 146 * Confirms and logs Javascript alerts, providing the default value. 163 * Bypasses and logs errors. 174 * Ignores and logs SSL errors.
|
/external/webkit/WebKit/wx/bindings/python/ |
wscript | 29 import Logs 74 Logs.warn("Cannot find wxPython, wxPython extension will not be built.") 81 Logs.warn("Cannot find location of wxPython .i files, wxPython extension will not be built.")
|
/external/dbus/dbus/ |
Android.mk | 1 # Set to true to write libdbus logs to logcat instead of stderr 2 # See also config.h to turn on verbose logs
|
/external/webkit/WebKit/android/plugins/ |
PluginDebugAndroid.h | 42 /* Logs the given character array and optional arguments. All log entries use 46 /* Logs a user readable description of a plugin event. The relevant contents of
|
/development/samples/ContactManager/res/values/ |
strings.xml | 23 <string name="contactCreationFailure">Contact creation failed, check logs.</string>
|
/external/iptables/extensions/ |
libip6t_LOG.man | 18 and useful for distinguishing messages in the logs.
|
libipt_LOG.man | 18 and useful for distinguishing messages in the logs.
|
libipt_ULOG.man | 16 long, and useful for distinguishing messages in the logs.
|
/external/webkit/WebKitTools/iExploder/tools/ |
osx_last_crash.rb | 5 $LogDir=ENV['HOME'] + '/Library/Logs/CrashReporter'
|
/frameworks/base/core/java/android/webkit/ |
PerfChecker.java | 35 * Logs given string if mResponseThreshold time passed between either
|
/external/srec/portable/include/ |
plog.h | 201 * Conditionally Logs a message. The message is logged only if module is enabled. 212 * Unconditionally logs an error message. 225 * Creates a logger that logs to a file. 237 * Creates a logger that logs to a circular file. 253 * Runs a function, checks its return-code. In case of an error, logs it and jumps to 259 * Invokes the function with args and if it is not ESR_SUCCESS, logs and 269 * Checks the function return-code and if it is not ESR_SUCCESS, logs and
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
Logger.java | 727 * Logs a message indicating that a method has been entered. A log record 750 * Logs a message indicating that a method has been entered. A log record 777 * Logs a message indicating that a method has been entered. A log record 814 * Logs a message indicating that a method is exited. A log record with log 837 * Logs a message indicating that a method is exited. A log record with log [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 61 static protected Hashtable logs = new Hashtable(); field in class:LogSource 195 Log log = (Log) (logs.get(name)); 198 logs.put(name, log); 254 * all logs known to me. 257 return (String[]) (logs.keySet().toArray(new String[logs.size()]));
|
/external/clearsilver/scripts/ |
commitlog.py | 8 # parse CVS commit logs and make nice submit logs...
|
/cts/tests/tests/jni/libjnitest/ |
helper.h | 43 * Logs and returns an error message, passed and formatted in printf()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoReadLogsPermissionTest.java | 46 Log.d(LOGTAG, "no read logs permission test");
|