/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleServerService.java | 50 public static final boolean DEBUG = true; field in BleServerService 151 if (DEBUG) Log.d(TAG, "notifyOpenFail"); in notifyOpenFail() 157 if (DEBUG) Log.d(TAG, "notifyConnected"); in notifyConnected() 163 if (DEBUG) Log.d(TAG, "notifyDisconnected"); in notifyDisconnected() 169 if (DEBUG) Log.d(TAG, "notifyServiceAdded"); in notifyServiceAdded() 175 if (DEBUG) Log.d(TAG, "notifyCharacteristicReadRequest"); in notifyCharacteristicReadRequest() 181 if (DEBUG) Log.d(TAG, "notifyCharacteristicWriteRequest"); in notifyCharacteristicWriteRequest() 187 if (DEBUG) Log.d(TAG, "notifyDescriptorReadRequest"); in notifyDescriptorReadRequest() 193 if (DEBUG) Log.d(TAG, "notifyDescriptorWriteRequest"); in notifyDescriptorWriteRequest() 199 if (DEBUG) Log.d(TAG, "notifyExecuteWrite"); in notifyExecuteWrite() [all …]
|
D | BleClientService.java | 48 public static final boolean DEBUG = true; field in BleClientService 316 if (DEBUG) Log.d(TAG, "onConnectionStateChange"); 333 if (DEBUG) Log.d(TAG, "onServiceDiscovered"); 346 if (DEBUG) Log.d(TAG, "onCharacteristicWrite: characteristic.val=" 362 if (DEBUG) Log.d(TAG, "onCharacteristicRead"); 376 if (DEBUG) Log.d(TAG, "onDescriptorWrite"); 390 if (DEBUG) Log.d(TAG, "onDescriptorRead"); 405 if (DEBUG) Log.d(TAG, "onCharacteristicChanged"); 417 if (DEBUG) Log.d(TAG, "onReliableWriteComplete: " + status); 429 if (DEBUG) Log.d(TAG, "onReadRemoteRssi"); [all …]
|
D | BleAdvertiserService.java | 44 public static final boolean DEBUG = true; field in BleAdvertiserService 297 if (DEBUG) Log.d(TAG, "success."); in onStartSuccess()
|
/cts/tests/app/src/android/app/cts/ |
D | KeyguardManagerActivity.java | 27 public static final boolean DEBUG = false; field in KeyguardManagerActivity 41 if (DEBUG) { in onResume() 47 if (DEBUG) { in onResume() 59 if (DEBUG) { in onKeyDown() 63 if (DEBUG) { in onKeyDown()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | PluralResourcesTest.java | 31 public static boolean DEBUG = false; field in PluralResourcesTest 55 if (DEBUG) { in testPlurals() 61 if (DEBUG) { in testPlurals() 82 if (DEBUG) { in testCzech() 88 if (DEBUG) { in testCzech() 94 if (DEBUG) { in testCzech()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | LogPrinterTest.java | 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, in testConstructor() 39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag); in testPrintln()
|
D | ArraySetTest.java | 34 private static final boolean DEBUG = false; field in ArraySetTest 217 if (DEBUG) Log.i(TAG, "Adding key: " + key); in testBasicArraySet() 224 if (DEBUG) Log.i(TAG, "Removing key: " + key); in testBasicArraySet() 234 if (DEBUG) dump(hashSet, arraySet); in testBasicArraySet()
|
D | ArrayMapTest.java | 35 static final boolean DEBUG = false; field in ArrayMapTest 347 if (DEBUG) Log.i("test", "Adding key: " + key); in testBasicArrayMap() 353 if (DEBUG) Log.i("test", "Removing key: " + key); in testBasicArrayMap()
|
/cts/tools/dasm/src/dasm/ |
D | Main.java | 38 public static final boolean DEBUG = !false; field in Main 92 if (DEBUG) e.printStackTrace(); in assemble() 95 if (DEBUG) e.printStackTrace(); in assemble() 157 if (DEBUG) e.printStackTrace(); in assemble() 203 if (DEBUG) System.out.println("(compiled with DEBUG flag on)"); in main()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in RawConverter 258 if (DEBUG) { in convertToSRGB() 297 if (DEBUG) { in convertToSRGB() 308 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor); in convertToSRGB() 313 if (DEBUG) Log.d(TAG, "CameraToXYZ xform used: " + Arrays.toString(sensorToXYZ)); in convertToSRGB() 316 … if (DEBUG) Log.d(TAG, "CameraToIntemediate xform used: " + Arrays.toString(sensorToProPhoto)); in convertToSRGB() 491 if (DEBUG) Log.d(TAG, "ColorTemperature1: " + colorTemperature1); in findDngInterpolationFactor() 492 if (DEBUG) Log.d(TAG, "ColorTemperature2: " + colorTemperature2); in findDngInterpolationFactor() 515 if(DEBUG) { in findDngInterpolationFactor() 524 if (DEBUG) Log.d(TAG, "Loop count " + count); in findDngInterpolationFactor() [all …]
|
D | AllocationCache.java | 41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in AllocationCache 87 if (DEBUG) { in getOrCreateTyped() 94 if (DEBUG) { in getOrCreateTyped()
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | DasmBuildStep.java | 69 if(BuildDalvikSuite.DEBUG) in assemble() 73 if(BuildDalvikSuite.DEBUG) in assemble() 130 if(BuildDalvikSuite.DEBUG) in assemble()
|
/cts/tools/dasm/src/java_cup/ |
D | sym.java | 15 static final int DEBUG = 20; field in sym
|
D | lexer.java | 125 keywords.put("debug", new Integer(sym.DEBUG)); in init()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | ImageWriterTest.java | 50 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in ImageWriterTest 278 if (DEBUG) { in readerWriterFormatTestByCamera() 298 if (DEBUG) { in readerWriterFormatTestByCamera() 315 if (DEBUG) { in readerWriterFormatTestByCamera()
|
D | BurstCaptureTest.java | 40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in BurstCaptureTest 177 if (DEBUG) { in yuvBurstTestByCamera() 206 if (DEBUG) { in yuvBurstTestByCamera() 325 if (DEBUG) { in yuvBurstTestByCamera()
|
D | ReprocessCaptureTest.java | 52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in ReprocessCaptureTest 276 if (DEBUG) { in testCrossSessionCaptureException() 607 if (DEBUG) { in testReprocessMixedBurst() 666 if (DEBUG) { in testReprocessBurst() 727 if (DEBUG) { in testReprocess()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 34 final boolean DEBUG = false; field in NotificationManagerTest 88 if (DEBUG) { in testCancelAll()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClientView.java | 49 if (ActivityTestBase.DEBUG) { in onDraw()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 62 private final boolean DEBUG = false; field in VideoEncoderTest 279 if (DEBUG) Log.v(TAG, "decoder received input #" + ix); in fillDecoderInputBuffer() 289 if (DEBUG) Log.v(TAG, "queuing decoder EOS"); in fillDecoderInputBuffer() 301 if (DEBUG) Log.v(TAG, "queing input #" + ix + " for decoder with timestamp " in fillDecoderInputBuffer() 313 if (DEBUG) Log.v(TAG, "encoder received output #" + ix in emptyEncoderOutputBuffer() 403 if (DEBUG) Log.v(TAG, "got image"); in processLoop() 451 if (DEBUG) Log.v(TAG, "decoder received output #" + ix in onOutputBufferAvailable() 615 if (DEBUG) Log.d(TAG, "encoder is still active, continue"); in processLoop() 619 if (DEBUG) Log.v(TAG, "got image"); in processLoop() 627 if (DEBUG) Log.v(TAG, "latched image"); in processLoop() [all …]
|
D | ImageReaderDecoderTest.java | 71 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in ImageReaderDecoderTest 250 if (DEBUG) Log.d(TAG, "videoDecode " + mName + " " + width + "x" + height); in videoDecode() 678 if (DEBUG) Log.d(TAG, "layer-" + layer + ": " + Arrays.toString(stats)); in validateSwirl()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | DebugContext.java | 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG); in setupDebugContext()
|
/cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/ |
D | BrowserBenchTest.java | 50 private static final boolean DEBUG = false; field in BrowserBenchTest 86 if (DEBUG) { in setUp()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderSpanTest.java | 32 private static final boolean DEBUG = false; field in SpannableStringBuilderSpanTest 99 if (DEBUG) System.out.println("#" + testCounter + ", replace \"" + original + "\" [" + in replaceWithSpanFlag() 139 if (DEBUG) System.out.println(" " + originalStart + "," + originalEnd + " -> " + in checkSpanPositions() 251 if (DEBUG) System.out.println(" replacement " + originalStart + "," + originalEnd + in checkReplacementSpanPositions()
|
D | StaticLayoutLineBreakingTest.java | 33 private static final boolean DEBUG = false; field in StaticLayoutLineBreakingTest 117 if (DEBUG) { in debugLayout()
|