/external/bluetooth/glib/docs/reference/glib/tmpl/ |
warnings.sgml | 123 Logs a critical message and returns from the current function. 131 Logs a critical message and returns @val. 139 Logs a warning if the expression is not true. 148 Logs a critical warning.
|
/external/dropbear/libtommath/mtest/ |
mpi-config.h | 29 #define MP_LOGTAB 1 /* use table of logs instead of log()? */
|
/external/webkit/WebCore/platform/gtk/ |
LoggingGtk.cpp | 44 // we set up the logs anyway because some of our logging, such as
|
/external/webkit/WebKitTools/wx/build/ |
build_utils.py | 112 import Logs 113 Logs.info('Ensuring wxWebKit dependencies are up-to-date.') 119 Logs.warn('Build system updated, please restart build.') 129 Logs.info('downloading deps package')
|
/development/pdk/ |
README | 22 mkdir logs 26 time make -j8 pdk pdk_all dist DIST_DIR=dist 2>&1 | tee logs/`date +%y%m%d-%H%M%S` 28 so you can have a record of the build commands in the logs directory.
|
/packages/apps/Browser/tests/src/com/android/browser/ |
PopularUrlsTest.java | 137 * Dismisses and logs Javascript alerts. 150 * Confirms and logs Javascript alerts. 164 * Confirms and logs Javascript alerts, providing the default value. 181 * Bypasses and logs errors. 192 * Ignores and logs SSL errors.
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 363 * Logs a message with 378 * Logs a message with 394 * Logs a message with 409 * Logs a message with 425 * Logs a message with 440 * Logs a message with 456 * Logs a message with 471 * Logs a message with 487 * Logs a message with 502 * Logs a message with [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_log.h | 63 always defined, so that the logs can be done by the custom interface. 206 /* NOTE: we identify other buffer logs from upper 4 bits (1000 or 1011) */ 263 /* Effects: logs 1 data */ 275 /* Effects: logs 2 data */ 289 /* Effects: logs 3 data */ 309 /* Effects: logs 3 data */
|
/frameworks/base/core/java/com/android/internal/os/ |
LoggingPrintStream.java | 32 * A print stream which logs output line by line. 70 * Logs the given line. 80 * Searches buffer for line breaks and logs a message for each one.
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
ConsoleHandler.java | 62 * Logs a record if necessary. A flush operation will be done.
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/ |
MethodLogger.java | 23 * A simple helper class that logs method calls by storing method names and
|
MockFilter.java | 33 * management, and logs some method calls.
|
MockReader.java | 36 * A helper class that implements the SAX XMLReader interface and logs method
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessageReceiver.java | 29 /** Tag string for our debug logs */
|
/external/dbus/tools/ |
dbus-monitor.1 | 24 per-user-login-session message bus (started each time a user logs in).
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 6 # It logs to $LOGFILE, if it exists, and maintains port-forwards using
|
/external/dropbear/debian/ |
README.runit | 20 and own the logs
|
dropbear.README.Debian | 49 times out. The dropbear server writes a notice to the logs when it
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
aica.c | 66 /* int logs[] = { 88 const static unsigned char logs[] = { variable 113 #define AICA_VOL(x) (0xff - logs[128 + (((x) & 0xff) / 2)]) 114 //#define AICA_VOL(x) (0xff - logs[x&255])
|
/external/webkit/JavaScriptCore/wtf/ |
RefCountedLeakCounter.cpp | 73 // This logs only one reason. Later we could change it so we log all the reasons.
|
/external/webkit/WebCore/manual-tests/inspector/ |
multiple-console-messages.html | 76 This test generates warnings, errors, and logs to test the grouping of repeated
|
/external/webkit/WebKit/android/jni/ |
WebCoreJni.h | 69 // occurred and logs the exception.
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/ |
steps.py | 31 logText = cmd.logs['stdio'].getText() 61 logText = cmd.logs['stdio'].getText() 99 logText = cmd.logs['stdio'].getText() 139 CRASH_LOG=~/Library/Logs/CrashReporter/DumpRenderTree*.crash*; \
|
/frameworks/base/core/java/android/net/http/ |
LoggingEventHandler.java | 18 * A test EventHandler: Logs everything received
|
/frameworks/base/tests/LocationTracker/res/values/ |
strings.xml | 40 <string name="summary_advanced_preference">Logs detailed location data, only relevant for location/test engineers</string>
|