/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
sheriff.py | 31 from webkitpy.common.system.deprecated_logging import log namespace
|
/frameworks/base/libs/hwui/ |
Caches.h | 161 void dumpMemoryUsage(String8& log);
|
/frameworks/base/libs/ui/ |
EGLUtils.cpp | 20 #include <cutils/log.h>
|
GraphicLog.cpp | 20 #include <cutils/log.h>
|
/frameworks/base/opengl/libs/EGL/ |
getProcAddress.cpp | 21 #include <cutils/log.h>
|
/frameworks/base/opengl/libs/GLES2/ |
gl2.cpp | 26 #include <cutils/log.h>
|
/hardware/invensense/libsensors/ |
SensorBase.cpp | 25 #include <cutils/log.h>
|
/hardware/invensense/mlsdk/platform/include/ |
mlmath.h | 63 #define log(x) ml_log(x) macro
|
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 22 #include "cutils/log.h" 87 NATIVE_METHOD(System, log, "(CLjava/lang/String;Ljava/lang/Throwable;)V"),
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDeviceManager.java | 21 import android.util.Log; 137 private void log(String msg) { method in class:CachedBluetoothDeviceManager 139 Log.d(TAG, msg);
|
/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/ |
AutomationProvider.java | 9 import android.util.Log; 39 Log.e(LOGTAG, "Provider service disconnected unexptectedly."); 288 * @param pw a {@link PrintWriter} to receive log entries 320 * Log the function call 357 // avoid spamming with duplicate log entries 358 String log = String.format("func:[%s] args:%s return:[%s]", local 360 if (log.equals(mLastLog)) { 366 mWriter.write(String.format("%s %s\n", now(), log)); 369 mLastLog = log;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySync.java | 17 package com.android.ddmuilib.log.event; 19 import com.android.ddmlib.log.EventContainer; 20 import com.android.ddmlib.log.EventLogParser; 21 import com.android.ddmlib.log.InvalidTypeException; 61 * @param logParser the current log parser.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
BinaryXMLMultiPageEditorPart.java | 78 AdtPlugin.log(e, e.getMessage(), null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetData.java | 311 AdtPlugin.log(throwable, message); 316 AdtPlugin.log(IStatus.ERROR, message); 321 AdtPlugin.log(IStatus.WARNING, message); 325 AdtPlugin.log(IStatus.ERROR,
|
LayoutParamsParser.java | 205 AdtPlugin.log(e, "Problem loading class %1$s or %2$s", //$NON-NLS-1$ 208 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$ 210 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$ 212 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
LogCatView.java | 151 DdmsPlugin.getDefault().getLog().log(s); 191 DdmsPlugin.getDefault().getLog().log(s); 207 DdmsPlugin.getDefault().getLog().log(s); 247 DdmsPlugin.getDefault().getLog().log(s);
|
/sdk/layoutlib_api/sample/src/com/example/android/render/ |
StdOutLogger.java | 19 import com.android.ide.common.log.ILogger; 24 * Class implementing the 3 different log interface we use!
|
/system/core/nexus/ |
DhcpListener.cpp | 23 #include <cutils/log.h>
|
DhcpState.cpp | 20 #include <cutils/log.h>
|
ScanResult.cpp | 21 #include <cutils/log.h>
|
SupplicantStatus.cpp | 21 #include <cutils/log.h>
|
TiwlanWifiController.cpp | 27 #include <cutils/log.h>
|
/system/extras/tests/bionic/libc/ |
run-test.sh | 126 # of the temporary log file that will be used. 141 # Get last line in log, should be OK or KO 164 set_adb_cmd_log $TMPDIR/adb.log.txt
|
/system/netd/ |
NetlinkHandler.cpp | 24 #include <cutils/log.h>
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
exif_reader.js | 10 this.log('thumbnailer initialized'); 155 //this.log('dispatching: ' + data.verb + ': ' + data.arguments); 158 this.log('Unknown message from client: ' + data.verb, data); 162 log: function(var_args) { 164 postMessage({verb: 'log', arguments: ary}); 169 this.log.apply(this, arguments);
|