HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 151 - 175 of 839) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 31 import android.util.Log;
130 if (DBG) log("Unexpected command (CookieWrapper is null): " + msg.what +
136 if (DBG) log("Processing event: " + cw.event + " token (arg1): " + msg.arg1 +
192 if (DBG) log("query complete for token: " + token);
201 if (DBG) log("Cookie is null, ignoring onQueryComplete() request.");
236 if (DBG) log("constructing CallerInfo object for token: " + token);
246 if (DBG) log("notifying listener: " + cw.listener.getClass().toString() +
269 if (DBG) log("starting query for URI: " + contactRef + " handler: " + c.toString());
293 if (DBG) log("starting query for number: " + number + " handler: " + c.toString());
320 if (DBG) log("adding listener to query: " + mHandler.mQueryUri + " handler: "
358 private static void log(String msg) { method in class:CallerInfoAsyncQuery
    [all...]
IccSmsInterfaceManager.java 21 import android.util.Log;
81 if (Log.isLoggable("SMS", Log.VERBOSE)) {
82 log("sendData: destAddr=" + destAddr + " scAddr=" + scAddr + " destPort=" +
118 if (Log.isLoggable("SMS", Log.VERBOSE)) {
119 log("sendText: destAddr=" + destAddr + " scAddr=" + scAddr +
156 if (Log.isLoggable("SMS", Log.VERBOSE)) {
159 log("sendMultipartText: destAddr=" + destAddr + ", srAddr=" + scAddr
215 protected abstract void log(String msg); method in class:IccSmsInterfaceManager
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 31 import org.apache.commons.logging.Log;
35 * <p>Simple implementation of Log that sends all enabled log messages,
43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> -
48 * Set to <code>true</code> if you want the Log instance name to be
75 public class SimpleLog implements Log, Serializable {
91 /** Include the instance name in the log message? */
93 /** Include the short name ( last component ) of the logger in the log
98 /** Include the current time in the log message */
100 /** The date and time format to use in the log message *
277 protected void log(int type, Object message, Throwable t) { method in class:SimpleLog
372 log(SimpleLog.LOG_LEVEL_DEBUG, message, null); method
388 log(SimpleLog.LOG_LEVEL_DEBUG, message, t); method
403 log(SimpleLog.LOG_LEVEL_TRACE, message, null); method
419 log(SimpleLog.LOG_LEVEL_TRACE, message, t); method
434 log(SimpleLog.LOG_LEVEL_INFO,message,null); method
450 log(SimpleLog.LOG_LEVEL_INFO, message, t); method
465 log(SimpleLog.LOG_LEVEL_WARN, message, null); method
481 log(SimpleLog.LOG_LEVEL_WARN, message, t); method
496 log(SimpleLog.LOG_LEVEL_ERROR, message, null); method
512 log(SimpleLog.LOG_LEVEL_ERROR, message, t); method
527 log(SimpleLog.LOG_LEVEL_FATAL, message, null); method
543 log(SimpleLog.LOG_LEVEL_FATAL, message, t); method
    [all...]
  /development/samples/BrowserPlugin/jni/
main.cpp 179 gLogI.log(kDebug_ANPLogType, "------ %p DrawingModel is %d", instance, model);
189 gLogI.log(kError_ANPLogType, "request model %d err %d", model, err);
195 gLogI.log(kDebug_ANPLogType, "Application data dir is %s", path);
197 gLogI.log(kError_ANPLogType, "Can't find Application data dir");
231 gLogI.log(kDebug_ANPLogType, "------ %p PluginType is %d", instance, obj->pluginType);
238 gLogI.log(kError_ANPLogType, "------ %p No PluginType attribute was found", instance);
245 gLogI.log(kError_ANPLogType, "------ %p Unsupported DrawingModel (%d)", instance, model);
257 gLogI.log(kError_ANPLogType, "request context err: %d", err);
336 gLogI.log(kDebug_ANPLogType, "---- %p Draw (bitmap)"
348 gLogI.log(kDebug_ANPLogType, "---- %p Key action=%d
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 24 import android.util.Log;
83 * The log tag.
121 log("check mandatory headers failed!");
183 log("Parser doesn't support this message type in this version!");
230 log("Set invalid Octet value: " + messageType +
234 log(headerField + "is not Octet header field!");
273 log("Set invalid Octet value: " + value +
277 log(headerField + "is not Octet header field!");
292 log(headerField + "is not Long-Integer header field!");
307 log(headerField + "is not Long-Integer header field!")
821 private static void log(String text) { method in class:PduParser
    [all...]
  /dalvik/
run-core-tests.sh 29 OPTS=`getopt -o dl: --long debug,log:,help -n $0 -- "$@"`
39 --log) export ANDROID_LOG_TAGS="$2"; shift 2 ;;
41 echo usage: $0 [-d\|--debug] [-l\|--log] test.class.name;
44 printf "\t%-15s%s\n" "--log" "set the logging TAG";
  /packages/apps/Email/src/com/android/exchange/adapter/
Serializer.java 30 import android.util.Log;
80 void log(String str) { method in class:Serializer
85 Log.v(TAG, str);
87 FileLogger.log(TAG, str);
122 log("<" + name + '>');
140 log("</" + nameStack[depth] + '>');
155 Log.e(TAG, "Writing null data for tag: " + tag);
174 Log.e(TAG, "Writing null text for pending tag: " + pendingTag);
180 log(text);
199 log(Integer.toString(i))
    [all...]
  /packages/apps/Phone/src/com/android/phone/
DeleteFdnContactScreen.java 28 import android.util.Log;
70 if (DBG) log("onActivityResult");
82 if (DBG) log("onActivityResult: CANCELLED");
141 if (DBG) log("handleResult: success!");
144 if (DBG) log("handleResult: failed!");
173 if (DBG) log("onDeleteComplete");
180 private void log(String msg) { method in class:DeleteFdnContactScreen
181 Log.d(LOG_TAG, "[DeleteFdnContact] " + msg);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 170 ISdkLog log = mUpdaterData.getSdkLog(); local
171 if (log != null) {
172 log.error(e, "Failed to load settings from .android folder. Path is '%1$s'.", path);
201 ISdkLog log = mUpdaterData.getSdkLog(); local
203 if (log != null) {
204 log.error(e, "Failed to save settings at '%1$s'", path);
  /cts/tests/tests/jni/libjnitest/
register.c 17 #include <cutils/log.h>
  /external/blktrace/btreplay/doc/
Makefile 1 DOCTMP = btreplay.log btreplay.aux btreplay.dvi btreplay.toc
  /external/blktrace/btt/doc/
Makefile 1 DOCTMP = btt.log btt.aux btt.dvi btt.toc btt.tex.bak
  /external/clearsilver/util/
rcfs.h 25 const char *log);
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 19 LOGFILE=/var/log/dhcp.log
25 # log what's going on.
  /external/icu4c/test/intltest/
winnmtst.cpp 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
248 log->errln("Double format error for locale " + locale +
256 log->errln("int32_t format error for locale " + locale +
264 log->errln("int64_t format error for locale " + locale +
270 void Win32NumberTest::testLocales(TestLog *log)
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
  /external/stlport/stlport/stl/config/
_como.h 92 inline long double logl(long double arg) { return log(arg); }
121 inline float logf(float arg) { return log(arg); }
122 inline long double logl(long double arg) { return log(arg); }
165 inline long double logl(long double arg) { return log(arg); }
  /external/webkit/WebKit/android/plugins/
ANPLogInterface.cpp 28 #include "utils/Log.h"
59 i->log = anp_log;
  /external/webkit/WebKitTools/Scripts/
commit-log-editor 30 # Script to put change log comments in as default check-in comment.
46 print "Usage: [--help] [--regenerate-log] <log file>\n";
55 my $regenerateLog = checkForArgumentAndRemoveFromARGV("--regenerate-log");
56 my $log = $ARGV[0];
57 if (!$log) {
68 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
72 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor"
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnection.java 20 import android.util.Log;
58 if (DBG) cdmaDc.log("Made " + cdmaDc.getName());
71 if (DBG) log("CdmaDataConnection Connecting...");
79 if (DBG) log("CdmaDataConnection using DUN");
134 protected void log(String s) { method in class:CdmaDataConnection
135 Log.d(LOG_TAG, "[" + getName() + "] " + s);
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 54 private static final Log log = LogFactory.getLog(MimeStreamParser.class); field in class:MimeStreamParser
161 if (log.isWarnEnabled()) {
162 log.warn("Line " + rootStream.getLineNumber()
179 log.warn("base64 encoded message/rfc822 detected");
183 log.warn("quoted-printable encoded message/rfc822 detected");
251 if (curr == -1 && log.isWarnEnabled()) {
252 log.warn("Line " + rootStream.getLineNumber()
299 if (!valid && log.isWarnEnabled()) {
300 log.warn("Line " + startLineNumber
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 17 package com.android.ddmuilib.log.event;
19 import com.android.ddmlib.log.EventContainer;
20 import com.android.ddmlib.log.EventLogParser;
21 import com.android.ddmlib.log.InvalidTypeException;
47 // Values from data/etc/event-log-tags
93 // Log starts with a stop event
  /system/core/libsysutils/src/
NetlinkListener.cpp 23 #include <cutils/log.h>
  /system/core/nexus/
SupplicantConnectedEvent.cpp 18 #include <cutils/log.h>
  /system/vold/
NetlinkHandler.cpp 23 #include <cutils/log.h>
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 396 final Logger log = Logger.getLogger (); local
397 final boolean trace1 = log.atTRACE1 ();
398 final boolean trace2 = log.atTRACE2 ();
420 if (trace1) log.trace1 (method, "[" + file + "]: file length = " + length);
445 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ());
458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
492 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms");
505 final Logger log = Logger.getLogger (); local
506 final boolean trace1 = log.atTRACE1 ()
    [all...]

Completed in 1314 milliseconds

1 2 3 4 5 67 8 91011>>