Home
last modified time | relevance | path

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

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerService.java50 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 …]
DBleClientService.java48 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 …]
/cts/tests/app/app/src/android/app/stubs/
DKeyguardManagerActivity.java27 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/
DPluralResourcesTest.java31 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/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java62 private static final boolean DEBUG = false; field in FingerprintBoundKeysTest
145 if (DEBUG) { in createKey()
151 if (DEBUG) { in createKey()
179 if (DEBUG) { in encryptInternal()
189 if (DEBUG) { in encryptInternal()
194 if (DEBUG) { in encryptInternal()
203 if (DEBUG) { in encryptInternal()
239 if (DEBUG) { in onAuthenticationError()
254 if (DEBUG) { in onAuthenticationFailed()
262 if (DEBUG) { in onAuthenticationSucceeded()
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DTestNgRunner.java43 private static final boolean DEBUG = false; field in TestNgRunner
87 if (DEBUG) { in filter()
94 if (DEBUG) { in filter()
173 if (DEBUG) { in generateTestNgDescription()
197 if (DEBUG) { in generateTestNgDescription()
207 if (DEBUG) { in generateTestNgDescription()
DExtendedAndroidRunnerBuilder.java32 private static final boolean DEBUG = false; field in ExtendedAndroidRunnerBuilder
47 if (DEBUG) { in runnerForClass()
75 if (DEBUG) { in logFoundRunner()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestClassFinder.java40 private static final boolean DEBUG = false; field in TestClassFinder
52 if (DEBUG) { in getClasses()
108 if (DEBUG) { in getClasses()
111 } else if (DEBUG) { in getClasses()
121 if (DEBUG) { in getClasses()
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DStateLogger.java28 private static final boolean DEBUG = false; field in StateLogger
32 if (DEBUG) { in log()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java46 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 …]
DAllocationCache.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in AllocationCache
87 if (DEBUG) { in getOrCreateTyped()
94 if (DEBUG) { in getOrCreateTyped()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java40 private static final boolean DEBUG = false; field in VulkanFeaturesTest
65 if (DEBUG) { in setUp()
70 if (DEBUG) { in setUp()
81 if (DEBUG) { in testVulkanHardwareFeatures()
118 if (DEBUG) { in testVulkanHardwareFeatures()
/cts/tools/dasm/src/dasm/
DMain.java38 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/util/src/android/util/cts/
DLogPrinterTest.java31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, in testConstructor()
39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag); in testPrintln()
DArraySetTest.java34 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()
/cts/tools/vm-tests-tf/src/util/build/
DDasmBuildStep.java69 if(BuildDalvikSuite.DEBUG) in assemble()
73 if(BuildDalvikSuite.DEBUG) in assemble()
130 if(BuildDalvikSuite.DEBUG) in assemble()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageWriterTest.java50 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()
DBurstCaptureTest.java40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in BurstCaptureTest
175 if (DEBUG) { in yuvBurstTestByCamera()
204 if (DEBUG) { in yuvBurstTestByCamera()
323 if (DEBUG) { in yuvBurstTestByCamera()
/cts/tools/dasm/src/java_cup/
Dsym.java15 static final int DEBUG = 20; field in sym
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java33 final boolean DEBUG = false; field in NotificationManagerTest
86 if (DEBUG) { in testCancelAll()
/cts/tests/tests/security/src/android/security/cts/
DListeningPortsTest.java242 if (Log.isLoggable(TAG, Log.DEBUG)) { in isTcpConnectable()
247 if (Log.isLoggable(TAG, Log.DEBUG)) { in isTcpConnectable()
259 if (Log.isLoggable(TAG, Log.DEBUG)) { in isTcpConnectable()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DCanvasClientView.java49 if (ActivityTestBase.DEBUG) { in onDraw()
/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java66 private final boolean DEBUG = false; field in VideoEncoderTest
323 if (DEBUG) Log.v(TAG, "decoder received input #" + ix); in fillDecoderInputBuffer()
333 if (DEBUG) Log.v(TAG, "queuing decoder EOS"); in fillDecoderInputBuffer()
345 if (DEBUG) Log.v(TAG, "queing input #" + ix + " for decoder with timestamp " in fillDecoderInputBuffer()
357 if (DEBUG) Log.v(TAG, "encoder received output #" + ix in emptyEncoderOutputBuffer()
474 if (DEBUG) Log.v(TAG, "got image"); in processLoop()
522 if (DEBUG) Log.v(TAG, "decoder received output #" + ix in onOutputBufferAvailable()
685 if (DEBUG) Log.d(TAG, "encoder is still active, continue"); in processLoop()
689 if (DEBUG) Log.v(TAG, "got image"); in processLoop()
697 if (DEBUG) Log.v(TAG, "latched image"); in processLoop()
[all …]
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java41 protected static final boolean DEBUG = false; field in HostsideNetworkTestCase
183 if (DEBUG) Log.v(TAG, "Output: " + output.trim()); in runCommand()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG); in setupDebugContext()

12