/external/libexif/libexif/ |
exif-loader.h | 27 #include <libexif/exif-log.h> 118 /*! Set the log message object used by this #ExifLoader. 120 * \param[in] log #ExifLog 122 void exif_loader_log (ExifLoader *loader, ExifLog *log);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
WifiConnectionTest.java | 29 import android.util.Log; 65 log("==== print network configurations parsed from XML file ===="); 66 log("number of access points: " + networks.size()); 68 log(config.toString()); 95 log("config.SSID = " + config.SSID); 96 log("mWifiManager.getConnectionInfo.getSSID()" + 110 private void log(String message) { method in class:WifiConnectionTest 111 Log.v(TAG, message); 118 log("-- START Wi-Fi connection test to : " + ssid + " --"); 122 log("-- END Wi-Fi connection test to " + ssid + " -- ") [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallerInfoCacheUpdateReceiver.java | 23 import android.util.Log; 41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent); 45 private static void log(String msg) { method in class:CallerInfoCacheUpdateReceiver 46 Log.d(LOG_TAG, msg);
|
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...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
networkLogView.css | 31 .network-log-grid.data-grid { 51 .network-log-grid.data-grid table.data { 56 .network-log-grid.data-grid.small table.data { 60 .network-log-grid.data-grid td { 67 .network-log-grid.data-grid.small td { 71 .network-log-grid.data-grid th { 77 .network-log-grid.data-grid.small th { 81 .network-log-grid.data-grid th, 82 .network-log-grid.data-grid th.sort-descending, 83 .network-log-grid.data-grid th.sort-ascending [all...] |
/external/chromium_org/third_party/libxml/src/ |
check-xinclude-test-suite.py | 14 LOG="check-xinclude-test-suite.log" 16 log = open(LOG, "w") variable 47 global log 61 global log 153 # Log the ontext 155 log.write("Test ID %s\n" % (id)) 156 log.write(" File: %s\n" % (URI)) 160 log.write(" %s:%s\n\n" % (type, content) [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...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTracker.java | 120 if (DBG) log("GsmDCT.constructor"); 172 if (DBG) log("GsmDCT.dispose"); 221 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " + 231 if(DBG) log("finalize"); 242 log("initApnContexts: E"); 281 log("initApnContexts: skipping unknown type=" + networkConfig.type); 284 log("initApnContexts: apnContext=" + apnContext); 286 log("initApnContexts: X mApnContexts=" + mApnContexts); 295 if (DBG) log("return link properites for " + apnType); 299 if (DBG) log("return new LinkProperties") 2350 protected void log(String s) { method in class:DcTracker [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/test/chromedriver/chrome/ |
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 | 14 void POCDLL_API TestSpyKeys(HANDLE log) { 16 FILE *output = handle2file.Translate(log, "w"); 50 void POCDLL_API TestSpyScreen(HANDLE log) { 52 FILE *output = handle2file.Translate(log, "w");
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDOMActivityLogger.h | 44 virtual void log(const WebString& apiName, int argc, const v8::Handle<v8::Value>* argv, const WebString& extraInfo, const WebURL& url, const WebString& title) { } function in class:blink::WebDOMActivityLogger
|