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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 23 import android.util.Log;
99 if (DBG) log("InCallTouchUi constructor...");
100 if (DBG) log("- this = " + this);
101 if (DBG) log("- context " + context + ", attrs " + attrs);
117 if (DBG) log("- incoming call touch UI: "
120 if (DBG) log("- regular in-call touch UI: "
131 if (DBG) log("InCallTouchUi onFinishInflate(this = " + this + ")...");
230 if (DBG) log("updateState(" + phone + ")...");
233 log("- updateState: mInCallScreen has been destroyed; bailing out...");
238 if (DBG) log("- updateState: phone state is " + state)
769 private void log(String msg) { method in class:InCallTouchUi
    [all...]
IccNetworkDepersonalizationPanel.java 29 import android.util.Log;
89 if (DBG) log("network depersonalization request failure.");
99 if (DBG) log("network depersonalization success.");
140 if (DBG) log("Enabling 'Dismiss' button...");
144 if (DBG) log("Removing 'Dismiss' button...");
177 if (DBG) log("requesting network depersonalization with code " + pin);
209 if (DBG) log("mDismissListener: skipping depersonalization...");
214 private void log(String msg) { method in class:IccNetworkDepersonalizationPanel
215 Log.v(TAG, "[IccNetworkDepersonalizationPanel] " + msg);
EnableFdnScreen.java 26 import android.util.Log;
112 if (DBG) log("enableFdn: please wait...");
117 if (DBG) log("handleResult: success!");
123 if (DBG) log("handleResult: failed!");
148 private void log(String msg) { method in class:EnableFdnScreen
149 Log.d(LOG_TAG, "[EnableSimPin] " + msg);
  /external/icu4c/test/intltest/
reptest.cpp 299 log("FAIL: failed to create the ");
300 log(transliteratorName);
311 log("OK: ");
312 log(transliteratorName);
313 log("(");
314 log(original);
315 log(") => ");
  /ndk/build/core/
ndk-common.sh 68 # Setup a log file where all log() and log2() output will be sent
70 # $1: log file path (optional)
77 TMPLOG=/tmp/ndk-log-$$.log
91 log () function
302 TMPL=/tmp/android-$$-test.log
353 log "CC : compiler check ok ($CC)"
373 log "LD : linker check ok ($LD)"
402 log "CXX : C++ compiler check ok ($CXX)
    [all...]
  /packages/apps/IM/src/com/android/im/service/
AndroidSmsService.java 36 import android.util.Log;
76 if (Log.isLoggable(TAG, Log.DEBUG)) {
78 log(dest + ":" + port + " >>> " + new String(data, "UTF-8"));
83 Log.e(TAG, "SMS data message can only contain " + sMaxSmsLength
114 if (Log.isLoggable(TAG, Log.DEBUG)) {
115 log("Register SMS receiver on port " + port);
152 private static void log(String msg) { method in class:AndroidSmsService
153 Log.d(TAG, "[SmsService]" + msg)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 11 import android.util.Log;
92 if (DBG) log("Select band : " + mTargetBand.toString());
119 if (DBG) log(str);
133 if (DBG) log("network list loaded");
150 if (DBG) log("Add " + item.toString());
157 if (DBG) log("Error in query, add default list");
161 if (DBG) log("Add default " + item.toString());
189 private void log(String msg) { method in class:BandMode
190 Log.d(LOG_TAG, "[BandsList] " + msg);
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 35 import org.apache.commons.logging.Log;
80 private final Log log = LogFactory.getLog(getClass()); field in class:ClientParamsStack
218 if (this.log.isDebugEnabled()) {
219 this.log.debug("'" + name + "': " + result);
  /external/guava/src/com/google/common/base/internal/
Finalizer.java 111 logger.log(Level.INFO, "Failed to clear thread local values inherited"
156 logger.log(Level.SEVERE, "Error cleaning up after reference.", t);
197 logger.log(Level.INFO, "Couldn't access Thread.inheritableThreadLocals."
  /external/webkit/WebKit/chromium/src/js/
ProfilerAgent.js 56 * Profiler log position.
62 * Last requested log position.
68 * Whether log contents retrieval must be forced next time.
143 * Requests the next chunk of log lines.
200 // Start to query log data.
210 * Handles a portion of a profiler log retrieved by getLogLines call.
211 * @param {number} pos Current position in log.
212 * @param {string} log A portion of profiler log.
214 devtools.ProfilerAgent.prototype._didGetLogLines = function(pos, log)
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
credentials.py 38 from webkitpy.webkit_logging import log namespace
90 log("Reading Keychain for %s account and password. "
98 log("Could not find a keychain entry for %s." % self.host)
queueengine.py 38 from webkitpy.webkit_logging import log, OutputTee namespace
82 log(error)
113 log("\nUser terminated queue.")
131 # If we still have a bug log open, close it.
143 log(cls._sleep_message(message))
webkit_logging_unittest.py 46 log(log_input)
51 self.assertEquals(actual_output, expected_output, "log(\"%s\") expected: %s actual: %s" % (log_input, expected_output, actual_output))
56 # Test that log() does not throw an exception when passed an object instead of a string.
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 21 import com.android.ddmlib.Log;
22 import com.android.ddmlib.Log.ILogOutput;
23 import com.android.ddmlib.Log.LogLevel;
24 import com.android.ddmlib.log.LogReceiver;
25 import com.android.ddmlib.log.LogReceiver.ILogListener;
26 import com.android.ddmlib.log.LogReceiver.LogEntry;
33 * Connects to a device using ddmlib and dumps its event log as long as the device is connected.
38 * Custom {@link ILogListener} to receive and save the event log raw output.
78 // redirect the log output to /dev/null
79 Log.setLogOutput(new ILogOutput()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesEditor.java 90 AdtPlugin.log(IStatus.ERROR, "Error creating nested page"); //$NON-NLS-1$
91 AdtPlugin.getDefault().getLog().log(e.getStatus());
133 AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 1132 public synchronized void log(String message) { method in class:HttpsURLConnectionTest.Work
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSessionLogBuilder.java 77 * @return loaded test session log from Test result DOM Document.
127 TestSessionLog log = new TestSessionLog(pkgsFromPlan, planName); local
129 log.setStartTime(HostUtils.dateFromString(start).getTime());
130 log.setEndTime(HostUtils.dateFromString(end).getTime());
136 return log;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 43 import org.apache.commons.logging.Log;
60 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractConnPool
208 if (log.isDebugEnabled()) {
209 log.debug("Connection garbage collected. " + route);
322 log.debug("I/O error closing connection", ex);
  /external/iproute2/tc/
tc_estimator.c 37 if (A/(-log(w)) > time_const)
  /external/srec/srec/include/
voicing.h 80 long voicing_analysis(voicing_info *voice, voicedata enval, int* log);
  /sdk/emulator/tools/
qemu-props.c 30 # include <cutils/log.h>
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 105 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
108 public static Map<String, HardwareProperty> parseHardwareDefinitions(File file, ISdkLog log) {
131 log.warning("Error parsing '%1$s': missing '%2$s'",
146 log.warning("Error parsing '%1$s': \"%2$s\" is not a valid syntax",
159 log.warning("Error parsing '%1$s': %2$s.", file.getAbsolutePath(),
  /system/core/libcutils/
native_handle.c 25 #include <cutils/log.h>
  /system/core/libsysutils/src/
FrameworkClient.cpp 7 #include <cutils/log.h>
ServiceManager.cpp 6 #include <cutils/log.h>

Completed in 561 milliseconds

1 2 3 4 5 6 7 891011>>