/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySyncPerf.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; 53 // Values from data/etc/event-log-tags 108 * @param logParser the current log parser.
|
EventLogImporter.java | 17 package com.android.ddmuilib.log.event; 19 import com.android.ddmlib.Log; 29 * Imports a textual event log. Gets tags from build path. 41 final String tagFile = top + "/system/core/logcat/event-log-tags";
|
/system/core/include/cutils/ |
logprint.h | 20 #include <cutils/log.h> 95 * returns 1 if this log line should be printed based on its priority 115 * If "map" is non-NULL, it will be used to convert the log tag number 124 * Formats a log message into a buffer 140 * Either print or do not print log line, based on filter
|
/system/core/libdiskconfig/ |
diskutils.c | 28 #include <cutils/log.h>
|
write_lst.c | 25 #include <cutils/log.h>
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 8 #include <cutils/log.h>
|
/system/core/nexus/ |
WifiScanner.cpp | 26 #include <cutils/log.h>
|
WifiStatusPoller.cpp | 26 #include <cutils/log.h>
|
/system/extras/tests/fstest/ |
perm_checker.conf | 10 /data/anr/ 000 751 root system log log 11 /data/anr/... 000 662 root system log log 88 /dev/log/ 755 755 root root root root 89 /dev/log/* 662 662 root root log log
|
/system/netd/ |
NetlinkHandler.cpp | 23 #include <cutils/log.h>
|
NetlinkManager.cpp | 30 #include <cutils/log.h>
|
PanController.cpp | 32 #include <cutils/log.h>
|
/system/vold/ |
NetlinkManager.cpp | 30 #include <cutils/log.h>
|
Xwarp.cpp | 28 #include <cutils/log.h>
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
esta_drv.h | 154 #define ti_dprintf(log, fmt, args...) do { \ 155 if (log != TIWLAN_LOG_OTHER) { \ 160 #define ti_dprintf(log, fmt, args...) 164 #define ti_nodprintf(log, fmt, args...)
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
queues.py | 41 from webkitpy.webkit_logging import error, log namespace 68 log("Failed to CC watchers.") 84 return "%s.log" % self.name 87 return os.path.join("%s-logs" % self.name, "%s.log" % patch.bug_id()) 90 log("CAUTION: %s will discard all local changes in \"%s\"" % (self.name, self.tool.scm().checkout_root)) 95 log("Running WebKit %s." % self.name) 120 log("%s in %s [%s]" % (pluralize("patch", len(patch_ids)), self.name, ", ".join(map(str, patch_ids)))) 266 log(message) 272 log(script_error.message_with_output())
|
upload.py | 45 from webkitpy.webkit_logging import error, log namespace 102 log("Bug %s is already assigned to %s (%s)." % (bug_id, assigned_to_email, committers.committer_by_email(assigned_to_email))) 107 log("Bug %s has no non-obsolete patches, ignoring." % bug_id) 112 log("All reviewed patches on bug %s already have commit-queue+, ignoring." % bug_id) 119 log("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id)) 244 make_option("-b", "--bug-id", action="store", type="string", dest="bug_id", help="Specify bug id if no URL is provided in the commit log."), 245 make_option("--add-log-as-comment", action="store_true", dest="add_log_as_comment", default=False, help="Add commit log message as a comment when uploading the patch."), 277 log("Skipping %s: No bug id found in commit or specified with --bug-id." % commit_id) 297 make_option("--bug-id", action="store", type="string", dest="bug_id", help="Specify bug id if no URL is provided in the commit log.") [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothService.java | 50 import android.util.Log; 169 Log.w(TAG, "Bluetooth daemons already running - runtime restart? "); 205 log("CheckBluetoothAddress failed for car dock address:" + dockAddress); 208 log("FileNotFoundException while trying to read dock address"); 210 log("IOException while trying to read dock address"); 237 log("FileNotFoundException while trying to write dock pairing pin"); 239 log("IOException while while trying to write dock pairing pin"); 354 // Log bluetooth off to battery stats. 417 if (DBG) log("Bluetooth state " + mBluetoothState + " -> " + state); 446 Log.d(TAG, "Registering hfag record") 1922 private static void log(String msg) { method in class:BluetoothService [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 27 import android.util.Log; 260 Log.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected " 272 Log.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected " 309 log("proceedAfterWildChar: new postDialString is " + 408 if (Config.LOGD) Log.d(LOG_TAG, 431 if (Phone.DEBUG_PHONE) log("update: phone # changed!"); 451 if (Phone.DEBUG_PHONE) log( 511 log("onConnectedInOrOut: connectTime=" + connectTime); 588 Log.e(LOG_TAG, "[GSMConn] UNEXPECTED; mPartialWakeLock is held when finalizing."); 599 //Log.v("GSM", "##### processNextPostDialChar: postDialState == CANCELLED, bail") 723 private void log(String msg) { method in class:GsmConnection [all...] |
/packages/apps/IM/src/com/android/im/app/ |
SigningInActivity.java | 44 import android.util.Log; 81 if(Log.isLoggable(ImApp.LOG_TAG, Log.DEBUG)) { 82 log("Need account data to sign in"); 90 if (Log.isLoggable(ImApp.LOG_TAG, Log.DEBUG)) { 91 log("Query fail:" + data); 97 if (Log.isLoggable(ImApp.LOG_TAG, Log.DEBUG)) { 98 log("No data for " + data) 345 private static final void log(String msg) { method in class:SigningInActivity [all...] |
ContactListTreeAdapter.java | 32 import android.util.Log; 92 static final void log(String msg) { method in class:ContactListTreeAdapter 93 Log.d(ImApp.LOG_TAG, "<ContactListAdapter>" + msg); 111 if(Log.isLoggable(ImApp.LOG_TAG, Log.DEBUG)){ 112 log("onQueryComplete:token=" + token); 199 if (Log.isLoggable(ImApp.LOG_TAG, Log.DEBUG)){ 200 log("startAutoRequery()"); 210 if (Log.isLoggable(ImApp.LOG_TAG, Log.DEBUG)) [all...] |
/packages/apps/IM/src/com/android/im/service/ |
StatusBarNotifier.java | 32 import android.util.Log; 72 if (DBG) log("notification for chat " + username + " is not enabled"); 87 if (DBG) log("notification for subscription request " + username + " is not enabled"); 134 if (DBG) log("dismissChatNotification: removed notification for " + providerId); 138 log("cancelNotify: new notification" + 190 if (DBG) log("setRinger: notification.sound = " + notification.sound); 194 if (DBG) log("setRinger: defaults |= vibrate"); 319 private static void log(String msg) { method in class:StatusBarNotifier 320 Log.d(RemoteImService.TAG, "[StatusBarNotify] " + msg);
|
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.cpp | 62 gLogI.log(kError_ANPLogType, "----%p Unable to create the touch path", inst); 83 gLogI.log(kError_ANPLogType, "Error selecting input events."); 234 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env"); 242 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class"); 254 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object"); 315 gLogI.log(kError_ANPLogType, "----%p Received unintended mouse event", inst()); 336 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceCreated"); 346 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceChanged"); 356 gLogI.log(kError_ANPLogType, 362 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceDestroyed") [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
MathPerformanceTest.java | 172 result = Math.log(sDouble1); 173 result = Math.log(sDouble1); 174 result = Math.log(sDouble1); 175 result = Math.log(sDouble1); 176 result = Math.log(sDouble1); 177 result = Math.log(sDouble1); 178 result = Math.log(sDouble1); 179 result = Math.log(sDouble1); 180 result = Math.log(sDouble1); 181 result = Math.log(sDouble1) [all...] |
/external/webkit/JavaScriptCore/runtime/ |
MathObject.cpp | 76 log mathProtoFuncLog DontEnum|Function 1 92 putDirectWithoutTransition(Identifier(exec, "LN2"), jsNumber(exec, log(2.0)), DontDelete | DontEnum | ReadOnly); 93 putDirectWithoutTransition(Identifier(exec, "LN10"), jsNumber(exec, log(10.0)), DontDelete | DontEnum | ReadOnly); 94 putDirectWithoutTransition(Identifier(exec, "LOG2E"), jsNumber(exec, 1.0 / log(2.0)), DontDelete | DontEnum | ReadOnly); 95 putDirectWithoutTransition(Identifier(exec, "LOG10E"), jsNumber(exec, 1.0 / log(10.0)), DontDelete | DontEnum | ReadOnly); 162 return jsDoubleNumber(exec, log(args.at(0).toNumber(exec)));
|