/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 27 import android.util.Log; 232 Log.e(TAG, "Could not bind to Bluetooth Headset Service"); 243 if (DBG) log("close()"); 273 if (DBG) log("connect(" + device + ")"); 279 Log.e(TAG, Log.getStackTraceString(new Throwable())); 283 if (mService == null) Log.w(TAG, "Proxy not attached to service"); 314 if (DBG) log("disconnect(" + device + ")"); 320 Log.e(TAG, Log.getStackTraceString(new Throwable())) 797 private static void log(String msg) { method in class:BluetoothHeadset [all...] |
BluetoothInputDevice.java | 25 import android.util.Log; 113 Log.w(TAG, "Bluetooth Service not available!"); 142 if (DBG) log("connect(" + device + ")"); 148 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); 152 if (mService == null) Log.w(TAG, "Proxy not attached to service"); 183 if (DBG) log("disconnect(" + device + ")"); 189 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); 193 if (mService == null) Log.w(TAG, "Proxy not attached to service") 323 private static void log(String msg) { method in class:BluetoothInputDevice [all...] |
BluetoothPan.java | 25 import android.util.Log; 134 Log.w(TAG, "Bluetooth Service not available!"); 161 if (DBG) log("connect(" + device + ")"); 167 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); 171 if (mService == null) Log.w(TAG, "Proxy not attached to service"); 202 if (DBG) log("disconnect(" + device + ")"); 208 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); 212 if (mService == null) Log.w(TAG, "Proxy not attached to service") 299 private static void log(String msg) { method in class:BluetoothPan [all...] |
/ndk/ |
ndk-gdb | 254 log "Android NDK installation path: $ANDROID_NDK_ROOT" 270 log "Using specific adb command: $ADB_CMD" 278 log "Using default adb command: $ADB_CMD" 286 log "ADB version found: $ADB_VERSION" 289 log "Using final ADB command: '$ADB_CMD'" 311 # Get last line in log, which contains the exit code from the command 361 log "Using specified project path: $PROJECT" 390 log "Using auto-detected project path: $PROJECT" 395 log "Found package name: $PACKAGE_NAME" 404 log "Extracting list of launchable activities from manifest: [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 84 final Logger log = AppLoggers.create (m_appName, toolProperties, current); local 86 if (log.atTRACE1 ()) 88 log.trace1 ("run", "complete tool properties:"); 89 toolProperties.list (log.getWriter ()); 94 Logger.push (log); 95 m_log = log; 267 final Logger log = m_log; local 269 final boolean verbose = log.atVERBOSE (); 272 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); 275 log.verbose ("coverage path:") [all...] |
/cts/tools/host/src/com/android/cts/ |
MultiplexingLogListener.java | 19 import com.android.ddmlib.log.LogReceiver.ILogListener; 20 import com.android.ddmlib.log.LogReceiver.LogEntry; 25 * This class allows multiplexing of log listeners onto a single device.
|
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.cpp | 54 gLogI.log(kError_ANPLogType, "Error selecting input events."); 57 gLogI.log(kError_ANPLogType, "Starting Rendering Thread"); 83 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env"); 91 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class"); 99 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object"); 103 gLogI.log(kError_ANPLogType, " ---- object %p", fullScreenSurface); 122 // log the current visible rect 124 gLogI.log(kDebug_ANPLogType, "Current VisibleRect: (%d,%d,%d,%d)", 148 gLogI.log(kError_ANPLogType, "New Dimensions (%d,%d)", width, height);
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ThreadSafeClientConnManager.java | 38 import org.apache.commons.logging.Log; 71 private final Log log = LogFactory.getLog(getClass()); field in class:ThreadSafeClientConnManager 172 if (log.isDebugEnabled()) { 173 log.debug("ThreadSafeClientConnManager.getConnection: " 187 log.debug("Problem tagging socket.", iox); 225 if (log.isDebugEnabled()) { 226 log.debug 240 //@@@ log as warning? let pass? 241 if (log.isDebugEnabled() [all...] |
/external/chromium/chrome/common/ |
metrics_helpers.h | 27 // Creates a new metrics log 74 // Returns the amount of time in seconds that this log has been in use. 116 ScopedElement(MetricsLogBase* log, const std::string& name) : log_(log) { 117 DCHECK(log); 118 log->StartElement(name.c_str()); 121 ScopedElement(MetricsLogBase* log, const char* name) : log_(log) { 122 DCHECK(log); 123 log->StartElement(name) [all...] |
/external/chromium/net/base/ |
net_log_unittest.h | 60 const CapturingNetLog::EntryList& log, 65 return LogContainsEventHelper(log, i, expected_time, true, 71 const CapturingNetLog::EntryList& log, 75 return LogContainsEventHelper(log, i, base::TimeTicks(), false, 81 const CapturingNetLog::EntryList& log, 84 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_BEGIN); 89 const CapturingNetLog::EntryList& log, 92 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); 112 // Expect that the log contains an event, but don't care about where 132 // Expect that the log contains an event, but don't care about wher [all...] |
/external/guava/src/com/google/common/io/ |
Closeables.java | 45 * {@code IOException} but merely log it. 79 logger.log(Level.WARNING, 97 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
|
/external/webkit/LayoutTests/storage/ |
multiple-databases-garbage-collection.js | 36 log("Persistent Database Transaction Errored - " + err); 39 log("Persistent Database Transaction Complete"); 46 log("Forgotten Database Transaction Errored - " + err); 51 log("Forgotten Database Transaction Complete");
|
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/ |
run | 26 : ${buildbot_log_path:=/var/log/buildbot}
|
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/ |
run | 26 : ${crashmon_log_path:=/var/log/crashmon}
|
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/ |
run | 26 : ${xvfb_log_path:=/var/log/xvfb}
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
abstractsequencedcommand.py | 30 from webkitpy.common.system.deprecated_logging import log namespace 48 log(e.message_with_output())
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
build.py | 31 from webkitpy.common.system.deprecated_logging import log namespace 49 log("Building WebKit")
|
closebug.py | 31 from webkitpy.common.system.deprecated_logging import log namespace 49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
|
ensurebuildersaregreen.py | 31 from webkitpy.common.system.deprecated_logging import log, error namespace 48 log("\nWARNING: Builders [%s] are red, please watch your commit carefully.\nSee http://%s/console?category=core\n" % (", ".join(red_builders_names), self._tool.buildbot.buildbot_host))
|
obsoletepatches.py | 32 from webkitpy.common.system.deprecated_logging import log namespace 49 log("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
|
/frameworks/base/include/ui/ |
GraphicLog.h | 53 inline void log(int32_t tag, int32_t buffer) { function in class:android::GraphicLog 57 inline void log(int32_t tag, int32_t identity, int32_t buffer) { function in class:android::GraphicLog
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimSmsInterfaceManager.java | 24 import android.util.Log; 73 if(DBG) log("Cannot load Sms records"); 96 Log.e(LOG_TAG, "Error while finalizing:", throwable); 98 if(DBG) Log.d(LOG_TAG, "RuimSmsInterfaceManager finalized"); 114 if (DBG) log("updateMessageOnIccEf: index=" + index + 134 log("interrupted while trying to update by index"); 151 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " + 164 log("interrupted while trying to update by index"); 174 if (DBG) log("getAllMessagesFromEF"); 188 log("interrupted while trying to load from the RUIM") 218 protected void log(String msg) { method in class:RuimSmsInterfaceManager [all...] |
/ndk/build/tools/ |
patch-sources.sh | 62 log "No patches files in $PATCHES_DIR" 69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/ |
TempStorage.java | 23 import org.apache.james.mime4j.Log;
32 private static Log log = LogFactory.getLog(TempStorage.class);
field in class:TempStorage 45 log.warn("Unable to create or instantiate TempStorage class '"
|
/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 29 import android.util.Log; 53 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 54 log("DraftCache.constructor"); 71 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 72 log("refresh"); 85 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 86 log("rebuildCache") 224 private void log(String format, Object... args) { method in class:DraftCache [all...] |