Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 40) sorted by relevance

12

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java77 private static final boolean DEBUG = false; field in Connection
106 if (DEBUG) Log.d(TAG, "SdkControllerConnection is constructed."); in Connection()
113 if (DEBUG) Log.d(TAG, "SdkControllerConnection is connecting..."); in connect()
139 if (DEBUG) Log.d(TAG, "SdkControllerConnection is stopping I/O looper..."); in disconnect()
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets..."); in disconnect()
155 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnecting channels..."); in disconnect()
161 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnected."); in disconnect()
180 if (DEBUG) Log.d(TAG, "Registering Channel " + channel.getChannelName()); in registerChannel()
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel " in registerChannel()
263 if (DEBUG) Log.d(TAG, "In SdkControllerConnection I/O looper."); in runIOLooper()
[all …]
DSocket.java41 private static boolean DEBUG = false; field in Socket
54 if (DEBUG) Log.d(TAG, "Socket is constructed for " + mChannelName); in Socket()
193 if (DEBUG) Log.d(TAG, "Socket is closed for " + mChannelName); in close()
DChannel.java155 private static final boolean DEBUG = false; field in Channel
244 if (DEBUG) Log.d(TAG, "MsgThread.started-" + mChannelName); in Channel()
257 if (DEBUG) Log.d(TAG, "MsgThread.terminate-" + mChannelName); in Channel()
261 if (DEBUG) Log.d(TAG, "Channel is constructed for " + mChannelName); in Channel()
617 if (DEBUG) Log.d(TAG, "In I/O looper for Channel " + mChannelName); in runIOLooper()
696 if (DEBUG) Log.d(TAG, "Exiting I/O looper for Channel " + mChannelName); in runIOLooper()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DBaseBindingActivity.java38 private static boolean DEBUG = true; field in BaseBindingActivity
119 if (DEBUG) Log.d(TAG, "Activity connected to service"); in bindToService()
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service"); in bindToService()
139 if (DEBUG) Log.d(TAG, "start requested & bind service"); in bindToService()
153 if (DEBUG) Log.d(TAG, "unbind service"); in unbindFromService()
DSensorActivity.java55 private static boolean DEBUG = true; field in SensorActivity
101 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
109 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
116 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
125 if (DEBUG) Log.d(TAG, "onServiceConnected"); in onServiceConnected()
131 if (DEBUG) Log.d(TAG, "onServiceDisconnected"); in onServiceDisconnected()
DMultiTouchActivity.java49 private static boolean DEBUG = true; field in MultiTouchActivity
82 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
93 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
104 if (DEBUG) Log.d(TAG, "onServiceConnected"); in onServiceConnected()
114 if (DEBUG) Log.d(TAG, "onServiceDisconnected"); in onServiceDisconnected()
224 if (DEBUG && bb != null) Log.d(TAG, bb.toString()); in onTouch()
365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height + in updateDisplay()
DMainActivity.java45 private static boolean DEBUG = true; field in MainActivity
82 if (DEBUG) Log.d(TAG, "onBackPressed"); in onBackPressed()
163 if (DEBUG) Log.d(TAG, "stop service requested"); in stopService()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java71 private static boolean DEBUG = true; field in ControllerService
183 if (DEBUG) Log.d(TAG, "Service onCreate"); in onCreate()
193 if (DEBUG) Log.d(TAG, "Service onStartCommand"); in onStartCommand()
199 if (DEBUG) Log.d(TAG, "Service onBind"); in onBind()
205 if (DEBUG) Log.d(TAG, "Service onDestroy"); in onDestroy()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java44 private static boolean DEBUG = false; field in SensorChannel
100 if (DEBUG) in SensorChannel()
440 if (DEBUG) Loge("Unknown sensor type " + mSensor.getType() + in MonitoredSensor()
527 if (DEBUG) Log.d(TAG, "+++ Sensor " + getEmulatorFriendlyName() + " is started."); in startListening()
537 if (DEBUG) Log.d(TAG, "--- Sensor " + getEmulatorFriendlyName() + " is stopped."); in stopListening()
546 if (DEBUG) Log.d(TAG, ">>> Sensor " + getEmulatorFriendlyName() + " is enabled."); in enableSensor()
561 if (DEBUG) Log.w(TAG, "<<< Sensor " + getEmulatorFriendlyName() + " is disabled."); in disableSensor()
648 if (DEBUG) { in onSensorChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DMoveGesture.java55 private static final boolean DEBUG = false; field in MoveGesture
170 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drag enter", event); in dragEnter()
218 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drag changed", event); in dragOperationChanged()
250 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drag leave"); in dragLeave()
280 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drop accept"); in dropAccept()
312 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "dropped"); in drop()
325 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drop missing drop data"); in drop()
340 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "dropped on null targetNode"); in drop()
DBinPacker.java51 private static final boolean DEBUG = false; field in BinPacker
71 if (DEBUG) { in BinPacker()
277 if (DEBUG) { in split()
291 if (DEBUG) { in dumpImage()
DClipboardSupport.java54 private static final boolean DEBUG = false; field in ClipboardSupport
426 if (DEBUG) AdtPlugin.printToConsole("Clipboard", String.format(message, params)); in debugPrintf()
/sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/
DLib1.java11 if (BuildConfig.DEBUG) { in getContent()
/sdk/emulator/opengl/tests/ut_renderer/
DX11Windowing.cpp23 #define DEBUG 0 macro
24 #if DEBUG
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/
DMain.java18 if (BuildConfig.DEBUG) { in onCreate()
/sdk/emulator/opengl/tests/event_injector/
Demulator-console.c22 #define DEBUG 0 macro
23 #if DEBUG >= 1
28 #if DEBUG >= 2
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
DLogCatPreferencePage.java120 { LogLevel.DEBUG.toString(), LogLevel.DEBUG.getStringValue() }, in createAdtSpecificFieldEditors()
DPreferencePage.java106 Messages.PreferencePage_Debug, LogLevel.DEBUG.getStringValue() in createFieldEditors()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DSdk.java115 private final static boolean DEBUG = false; field in Sdk
1029 if (DEBUG) {
1079 if (DEBUG) {
1105 if (DEBUG) {
1188 if (DEBUG) {
1326 if (DEBUG) { in markProject()
1335 if (DEBUG) { in markProject()
1411 if (DEBUG) { in updateParentProjects()
1418 if (DEBUG) { in updateParentProjects()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java36 private static final boolean DEBUG = false; field in NinePatchedImage
723 if (DEBUG) { in getProjections()
744 if (DEBUG) { in getProjections()
756 if (DEBUG) { in getProjections()
767 if (DEBUG) { in getProjections()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java42 private static final boolean DEBUG = false; field in StretchesViewer
141 if (DEBUG) { in setScale()
DImageViewer.java54 private static final boolean DEBUG = false; field in ImageViewer
513 if (DEBUG) {
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitorDialog.java45 LogLevel.DEBUG.getStringValue(),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DResourceManager.java75 public final static boolean DEBUG = false; field in ResourceManager
565 if (DEBUG) { in getKindString()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java424 boolean DEBUG = true; in elaborateExpression()
427 if (DEBUG) { in elaborateExpression()

12