HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 251 - 275 of 3187) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 38 import android.util.Log;
113 mLogger.log("Waiting for accessory display source to be attached to USB...");
146 mLogger.log("USB device attached: " + device);
153 mLogger.log("USB device detached: " + device);
166 mLogger.log("Prompting the user for access to the device.");
190 mLogger.log("Connecting to accessory...");
197 mLogger.log("Protocol version: " + protocolVersion);
206 mLogger.log(String.format("Bulk IN endpoint: %d", i));
211 mLogger.log(String.format("Bulk OUT endpoint: %d", i));
221 mLogger.log("Connected")
474 public void log(final String message) { method in class:SinkActivity.TextLogger
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 124 if (DBG) log("acquired wakelock, leaving Idle state");
142 log("mWakeLock is still held after release");
144 log("mWakeLock released");
164 log("deferring message until return to idle");
169 log("broadcast complete, returning to idle");
205 * Log with debug level.
206 * @param s the string to log
209 protected void log(String s) { method in class:WakeLockStateMachine
214 * Log with error level.
215 * @param s the string to log
    [all...]
IccSmsInterfaceManager.java 30 import android.util.Log;
98 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
99 log("Cannot load Sms records");
140 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
141 log("markMessagesAsRead - aborting, no icc card present.");
156 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
157 log("SMS " + (i + 1) + " marked as read");
193 if (DBG) log("updateMessageOnIccEf: index=" + index +
230 log("interrupted while trying to update by index");
248 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> "
799 protected void log(String msg) { method in class:IccSmsInterfaceManager
    [all...]
  /ndk/build/tools/
build-libportable.sh 81 log "Auto-config: --ndk-dir=$NDK_DIR"
155 log "Building $DSTDIR/libportable.a"
183 log "Packaging: $PACKAGE"
191 log "Cleaning up..."
194 log "Don't forget to cleanup: $BUILD_DIR"
197 log "Done!"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 68 if (DBG) log("new SipPhone: " + profile.getUriString());
98 if (DBG) log("canTake: ret=false, not a SipAudioCall");
102 if (DBG) log("canTake: ret=false, ringingCall not alive");
111 log("canTake: ret=false," +
119 if (DBG) log("canTake: taking call from: "
128 if (DBG) log(" canTake: call cancelled !!");
137 if (DBG) log(" canTake: exception e=" + e);
140 if (DBG) log("canTake: NOT taking !!");
150 if (DBG) log("acceptCall: accepting");
156 log("acceptCall:"
412 private void log(String s) { method in class:SipPhone
714 private void log(String s) { method in class:SipPhone.SipCall
983 private void log(String s) { method in class:SipPhone.SipConnection
1048 private void log(String s) { method in class:SipPhone.SipAudioCallAdapter
    [all...]
  /external/chromium_org/build/android/
adb_gdb 29 log "Killing background gdbserver process: $GDBSERVER_PID"
33 log "Removing target gdbserver binary: $TARGET_GDBSERVER."
36 log "Cleaning up: $TMPDIR"
56 log () { function
372 log "Auto-config: --arch=$TARGET_ARCH (equivalent to ia32)"
530 log "Auto-config: --toolchain=$ANDROID_TOOLCHAIN"
550 log "Host gdb client: $GDB"
562 log "Auto-config: --gdbserver=$GDBSERVER"
574 log "Auto-config: --adb=$ADB"
623 # Get last line in log, which contains the exit code from the comman
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 60 static Logger log = Logger.getLogger(SelectorKernel.class.getName()); field in class:SelectorKernel
163 log.log( Level.FINE, "Endpoints size:{0}", endpoints.size() );
184 //log.log( Level.INFO, "Closing endpoint:{0}.", p );
257 log.log( Level.INFO, "Hosting TCP connection:{0}.", address );
328 //log.log( Level.INFO, "Endpoint already closed:{0}.", p );
331 log.log( Level.FINE, "Endpoint keys size:{0}", endpointKeys.size() )
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothMap.java 28 import android.util.Log;
60 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
62 if (VDBG) Log.d(TAG,"Unbinding service...");
68 Log.e(TAG,"",re);
75 if (VDBG) Log.d(TAG,"Binding service...");
79 Log.e(TAG,"",re);
90 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
99 Log.e(TAG,"",e);
110 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
136 Log.e(TAG,"",e)
389 private static void log(String msg) { method in class:BluetoothMap
    [all...]
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java 20 import android.util.Log;
100 Log.e(TAG, String.format("Run shell command: %s, status: %s",
104 Log.e(TAG, "// Exception from command " + command + ":", e);
106 Log.e(TAG, "// Interrupted while waiting for the command to finish. ", e);
116 Log.e(TAG, "exception " + e);
145 log("dump frame latency command: " + command);
150 Log.e(TAG, String.format("Run shell command: %s, status: %s",command, status));
155 log("reading refresh period: " + mRefreshPeriod);
170 log("ignore pending fence time");
173 log("the data contains unfinished frame time, please allow the animation
418 private static void log(String msg) { method in class:SurfaceFlingerHelper
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
logging_unittest.cc 67 WebDriverLog log("type", WebDriverLog::kWdInfo);
68 log.AddEntry(Log::kLog, std::string("info message"));
69 log.AddEntry(Log::kError, "severe message");
70 log.AddEntry(Log::kDebug, "debug message"); // Must not log
72 scoped_ptr<base::ListValue> entries(log.GetAndClearEntries());
80 WebDriverLog log("type", WebDriverLog::kWdOff)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 30 # Script to put change log comments in as default check-in comment.
54 Usage: $programName [--regenerate-log] <log file>
55 $programName --print-log <ChangeLog file> [<ChangeLog file>...]
67 'print-log' => \$printLog,
68 'regenerate-log' => \$regenerateLog,
75 die "Can't specify both --print-log and --regenerate-log\n" if $printLog && $regenerateLog;
83 my $log = $ARGV[0];
84 if (!$log) {
    [all...]
  /ndk/
ndk-build 52 # then enable log messages below
118 log () { function
122 log () { function
141 log "HOST_OS=$HOST_OS"
150 log "HOST_ARCH=$HOST_ARCH"
161 log "HOST_ARCH=$HOST_ARCH (32-bit userland detected)"
186 log "HOST_TAG=$HOST_TAG $LOG_MESSAGE"
197 log "GNUMAKE=$GNUMAKE (from environment variable)"
211 log "GNUMAKE=$GNUMAKE (system path)"
213 log "GNUMAKE=$GNUMAKE (NDK prebuilt)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 32 import android.util.Log;
113 if (DBG) log("Start refreshing cache.");
120 if (VDBG) log("CacheAsyncTask#onPostExecute()");
127 if (VDBG) log("CacheAsyncTask#onCanceled()");
161 if (DBG) log("init()");
175 if (DBG) log("startAsyncCache");
178 Log.w(LOG_TAG, "Previous cache task is remaining.");
189 if (DBG) log("setRepeatingCacheUpdateAlarm");
203 if (VDBG) log("refreshCacheEntry() started");
255 Log.d(LOG_TAG, "New cache size: " + newNumberToEntry.size())
334 private static void log(String msg) { method in class:CallerInfoCache
    [all...]
NotificationMgr.java 48 import android.util.Log;
74 // Do not check in with VDBG = true, since that may write PII to the system log.
123 // Query used to look up caller-id info for the "call log" notification.
159 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
255 if (DBG) log("updateStatusBar: state = 0x" + Integer.toHexString(state));
265 if (DBG) log("updateNotificationsAtStartup()...");
276 if (DBG) log("- start call log query...");
344 if (DBG) log("call log query complete.")
997 private void log(String msg) { method in class:NotificationMgr
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 133 log("Setting target to: " + targetFile.toString(), Project.MSG_VERBOSE);
141 log("Setting output directory to: " + outputDirectoryFile.toString(), Project.MSG_VERBOSE);
156 log("Setting lib directory to: " + libDirectoryFile.toString(), Project.MSG_VERBOSE);
164 log("Setting message-format to: " + name, Project.MSG_VERBOSE);
255 log("Setting conversiontimeout to: " + conversiontimeoutString, Project.MSG_VERBOSE);
260 log("Option ConversionTimeOut ignored due to illegal value: '" + conversiontimeoutString + "'", Project.MSG_ERR);
396 log("Found via classpath: " + f.getAbsolutePath(), Project.MSG_VERBOSE);
399 log("Couldn\'t find resource " + resource + " for library " + msg + " in external classpath", Project.MSG_VERBOSE);
427 log("Found via ANTLR_HOME: " + f.getAbsolutePath(), Project.MSG_VERBOSE);
443 log(commandline.describeCommand(), Project.MSG_VERBOSE)
    [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...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 52 import android.util.Log;
262 mLogView = (TextView) findViewById(R.id.log);
300 log("onResume: Setting up");
312 log("onPause: Not releasing camera");
319 log("onPause: Releasing camera");
356 log("Surface holder available: " + width + " x " + height);
435 log("Stopping preview and callbacks to switch resolutions");
445 log("Setting preview size to " + width + "x" + height);
451 log("Restarting preview");
471 log("Setting preview frame rate to " + ((TextView)view).getText())
1534 void log(String logLine) { method in class:TestingCamera
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 107 if (DBG) log("SipService: started!");
158 if (DBG) log("open3: incomingCallPendingIntent cannot be null; "
162 if (DBG) log("open3: " + localProfile.getUriString() + ": "
197 if (DBG) log("only creator or radio can close this profile");
217 if (DBG) log("only creator or radio can query on the profile");
231 if (DBG) log("only creator or radio can query on the profile");
246 if (DBG) log("only creator can set listener on the profile");
253 if (DBG) log("createSession: profile" + localProfile);
258 if (DBG) log("createSession: mNetworkType==-1 ret=null");
325 if (DBG) log("notify: profile added: " + localProfile)
593 private void log(String s) { method in class:SipService.SipSessionGroupExt
760 private void log(String s) { method in class:SipService.SipKeepAliveProcessCallback
1093 private void log(String s) { method in class:SipService.SipAutoReg
1251 private void log(String s) { method in class:SipService
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 308 if (DBG) log("onReceive: action=" + action);
320 if (DBG) log("Reconnect alarm. Previous state was " + mState);
323 if (DBG) log("Restart trySetup alarm");
333 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected);
343 if (DBG) log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled
463 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason +
472 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState);
477 log("onActionIntentReconnectAlarm: state is FAILED|IDLE, disassociate");
486 if (DBG) log("onActionIntentReconnectAlarm: keep associated");
499 log("onActionIntentRestartTrySetupAlarm: mState=" + mState
662 protected abstract void log(String s); method in class:DcTrackerBase
    [all...]
  /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
171 if (log.isDebugEnabled()) {
172 log.debug("ThreadSafeClientConnManager.getConnection: "
186 log.debug("Problem tagging socket.", iox);
224 if (log.isDebugEnabled()) {
225 log.debug
239 //@@@ log as warning? let pass?
240 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/chromium_org/net/base/
net_log_unittest.h 59 const CapturingNetLog::CapturedEntryList& log,
64 return LogContainsEventHelper(log, i, expected_time, true,
70 const CapturingNetLog::CapturedEntryList& log,
74 return LogContainsEventHelper(log, i, base::TimeTicks(), false,
80 const CapturingNetLog::CapturedEntryList& log,
83 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_BEGIN);
88 const CapturingNetLog::CapturedEntryList& log,
91 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END);
111 // Expect that the log contains an event, but don't care about where
131 // Expect that the log contains an event, but don't care about wher
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
network.cc 10 void POCDLL_API TestNetworkListen(HANDLE log) {
12 FILE *output = handle2file.Translate(log, "w");
registry.cc 53 void POCDLL_API TestRegistry(HANDLE log) {
55 FILE *output = handle2file.Translate(log, "w");

Completed in 1247 milliseconds

<<11121314151617181920>>