/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Connection.java | 77 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 …]
|
D | Socket.java | 41 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()
|
D | Channel.java | 155 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/ |
D | BaseBindingActivity.java | 38 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()
|
D | SensorActivity.java | 55 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()
|
D | MultiTouchActivity.java | 49 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()
|
D | MainActivity.java | 45 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/ |
D | ControllerService.java | 71 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/ |
D | SensorChannel.java | 44 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/ |
D | MoveGesture.java | 55 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()
|
D | BinPacker.java | 51 private static final boolean DEBUG = false; field in BinPacker 71 if (DEBUG) { in BinPacker() 277 if (DEBUG) { in split() 291 if (DEBUG) { in dumpImage()
|
D | ClipboardSupport.java | 54 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/ |
D | Lib1.java | 11 if (BuildConfig.DEBUG) { in getContent()
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | X11Windowing.cpp | 23 #define DEBUG 0 macro 24 #if DEBUG
|
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/ |
D | Main.java | 18 if (BuildConfig.DEBUG) { in onCreate()
|
/sdk/emulator/opengl/tests/event_injector/ |
D | emulator-console.c | 22 #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/ |
D | LogCatPreferencePage.java | 120 { LogLevel.DEBUG.toString(), LogLevel.DEBUG.getStringValue() }, in createAdtSpecificFieldEditors()
|
D | PreferencePage.java | 106 Messages.PreferencePage_Debug, LogLevel.DEBUG.getStringValue() in createFieldEditors()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | Sdk.java | 115 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/ |
D | NinePatchedImage.java | 36 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/ |
D | StretchesViewer.java | 42 private static final boolean DEBUG = false; field in StretchesViewer 141 if (DEBUG) { in setScale()
|
D | ImageViewer.java | 54 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/ |
D | LogCatMonitorDialog.java | 45 LogLevel.DEBUG.getStringValue(),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | ResourceManager.java | 75 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/ |
D | NdkGdbLaunchDelegate.java | 424 boolean DEBUG = true; in elaborateExpression() 427 if (DEBUG) { in elaborateExpression()
|