/packages/services/Telephony/src/com/android/phone/ |
CallTime.java | 25 import android.util.Log; 70 if (DBG) log("setActiveCallMode(" + call + ")..."); 78 if (DBG) log("reset()..."); 93 if (DBG) log("periodicUpdateTimer() @ " + nextReport); 109 if (DBG) log("periodicUpdateTimer: timer already running, bail"); 114 if (DBG) log("cancelTimer()..."); 153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration); 157 private static void log(String msg) { method in class:CallTime 158 Log.d(LOG_TAG, "[CallTime] " + msg); 179 log("trace ready...") [all...] |
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
KeyChainTestActivity.java | 28 import android.util.Log; 69 private void log(final String message) { method in class:KeyChainTestActivity 70 Log.d(TAG, message); 99 log("Starting test..."); 114 log("KeyChain failed as expected with null argument."); 125 log("KeyChain failed as expected with null argument."); 136 log("KeyChain failed as expected with null argument."); 147 log("KeyChain failed as expected on main thread."); 163 log("Requesting install of server's CA..."); 178 log("Starting web server...") [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ConnPoolByRoute.java | 42 import org.apache.commons.logging.Log; 71 private final Log log = LogFactory.getLog(getClass()); field in class:ConnPoolByRoute 288 if (log.isDebugEnabled()) { 289 log.debug("Total connections kept alive: " + freeConnections.size()); 290 log.debug("Total issued connections: " + issuedConnections.size()); 291 log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections); 307 if (log.isDebugEnabled()) { 308 log.debug("Available capacity: " + rospl.getCapacity() 324 if (log.isDebugEnabled()) [all...] |
/cts/tests/tests/opengl/libopengltest/ |
color_one.h | 24 #include <android/log.h>
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoReadLogsPermissionTest.java | 22 import android.util.Log; 30 * Verify the read system log require specific permissions. 38 * any of those log entries. 55 if (!line.startsWith("--------- beginning of /dev/log")) { 60 // no permission get an empty log buffer. 62 // "--------- beginning of /dev/log/main" 76 File logDir = new File("/dev/log"); 78 assertTrue("Where are the log files? Please check that they are not world readable.", 82 for (File log : logFiles) { 83 if (FileUtils.getFileStatus(log.getAbsolutePath(), status, false)) [all...] |
/development/ndk/samples/module-exports/jni/foo/ |
foo.c | 2 #include <android/log.h>
|
/device/asus/flo/conn_init/ |
wfc_util_log.h | 22 #include <cutils/log.h>
|
/device/generic/goldfish/camera/ |
EmulatedQemuCamera2.cpp | 25 #include <cutils/log.h>
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
ErrorLog.h | 20 # include <cutils/log.h>
|
/device/lge/mako/conn_init/ |
wfc_util_log.h | 22 #include <cutils/log.h>
|
/device/samsung/manta/libsensors/ |
LightSensor.cpp | 17 #include <cutils/log.h>
|
PressureSensor.cpp | 17 #include <cutils/log.h>
|
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestProxyAuthentication.java | 36 import org.apache.commons.logging.Log; 57 private final Log log = LogFactory.getLog(getClass()); field in class:RequestProxyAuthentication 90 this.log.debug("User credentials not available"); 97 if (this.log.isErrorEnabled()) { 98 this.log.error("Proxy authentication error: " + ex.getMessage());
|
RequestTargetAuthentication.java | 36 import org.apache.commons.logging.Log; 57 private final Log log = LogFactory.getLog(getClass()); field in class:RequestTargetAuthentication 90 this.log.debug("User credentials not available"); 98 if (this.log.isErrorEnabled()) { 99 this.log.error("Authentication error: " + ex.getMessage());
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
tests.js | 7 window.runTests = function(log) { 254 if (log || typeof log === 'undefined') 255 run.log();
|
/external/chromium_org/chrome/common/metrics/ |
metrics_log_base_unittest.cc | 16 MetricsLogBase log("totally bogus client ID", 137, "bogus version"); 17 log.set_hardware_class("sample-class"); 18 log.CloseLog(); 21 log.GetEncodedLog(&encoded);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_android_impl.h | 23 Log* log);
|
console_logger.h | 12 class Log; 14 // Translates DevTools Console.messageAdded events into Log messages. 19 // Translates the level into Log::Level, drops all other fields. 22 // Creates a ConsoleLogger that creates entries in the given Log object. 23 // The log is owned elsewhere and must not be null. 24 explicit ConsoleLogger(Log* log); 28 // Translates an event into a log entry. 34 Log* log_; // The log where to create entries [all...] |
performance_logger.h | 12 class Log; 14 // Translates DevTools profiler events into Log messages with info level. 23 // Creates a PerformanceLogger that creates entries in the given Log object. 24 // The log is owned elsewhere and must not be null. 25 explicit PerformanceLogger(Log* log); 29 // Translates an event into a log entry. 35 Log* log_; // The log where to create entries.
|
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
spyware.cc | 12 void POCDLL_API TestSpyKeys(HANDLE log) { 14 FILE *output = handle2file.Translate(log, "w"); 48 void POCDLL_API TestSpyScreen(HANDLE log) { 50 FILE *output = handle2file.Translate(log, "w");
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDOMActivityLogger.h | 43 virtual void log(const WebString& apiName, int argc, const v8::Handle<v8::Value>* argv, const WebString& extraInfo) { } function in class:WebKit::WebDOMActivityLogger
|
/external/chromium_org/third_party/skia/src/ports/ |
SkDebug_android.cpp | 15 #include <android/log.h>
|
/external/eigen/unsupported/doc/examples/ |
MatrixLogarithm.cpp | 14 std::cout << "The matrix logarithm of A is:\n" << A.log() << "\n";
|
/external/llvm/utils/ |
GetSourceVersion | 22 git log -1 --pretty=format:%H
|
/external/skia/src/ports/ |
SkDebug_android.cpp | 15 #include <android/log.h>
|