HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 251 - 275 of 7260) sorted by null

<<11121314151617181920>>

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
StringPresenter.java 24 private static final boolean DEBUG = false;
29 if (DEBUG) Log.d(TAG, "onCreateViewHolder");
41 if (DEBUG) Log.d(TAG, "onBindViewHolder for " + item.toString());
47 if (DEBUG) Log.d(TAG, "onUnbindViewHolder");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java 23 private static final boolean DEBUG = false;
60 if (DEBUG)
78 if (DEBUG)
86 if (DEBUG)
ModifierKeyState.java 23 protected static final boolean DEBUG = false;
39 if (DEBUG)
46 if (DEBUG)
54 if (DEBUG)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
BlockingHttpClient.java 35 private static final boolean DEBUG = false;
66 if (DEBUG) {
71 if (DEBUG) {
89 if (DEBUG) {
  /system/tools/aidl/
main_cpp.cpp 33 LOG(DEBUG) << "aidl starting";
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
FlashDeviceLibDxeRuntimeSmm.c 56 It will ASSERT on error for debug version.
145 DEBUG ((EFI_D_ERROR, "OK - Found SPI Flash Type in SPI Flash Driver, Device Type ID 0 = 0x%02x!\n", mInitTable[FlashIndex].DeviceId0));
146 DEBUG ((EFI_D_ERROR, "Device Type ID 1 = 0x%02x!\n", mInitTable[FlashIndex].DeviceId1));
149 DEBUG ((EFI_D_ERROR, "ERROR - The size of BIOS image is bigger than SPI Flash device!\n"));
162 DEBUG ((EFI_D_ERROR, "SPI flash chip VID = 0x%X, DID0 = 0x%X, DID1 = 0x%X\n", SfId[0], SfId[1], SfId[2]));
168 DEBUG ((EFI_D_ERROR, "ERROR - SPI Read ID execution failed! Error Count = %d\n", SpiReadError));
172 DEBUG ((EFI_D_ERROR, "ERROR - No supported SPI flash chip found! Error Count = %d\n", SpiNotMatchError));
173 DEBUG ((EFI_D_ERROR, "SPI flash chip VID = 0x%X, DID0 = 0x%X, DID1 = 0x%X\n", SfId[0], SfId[1], SfId[2]));
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 40 #include "llvm/Support/Debug.h"
111 DEBUG(dbgs() << getPassName() << '\n');
376 DEBUG(dbgs() << "Insertion point dominated by:\n");
377 DEBUG(IPI.first->print(dbgs()));
378 DEBUG(dbgs() << '\n');
404 DEBUG(dbgs() << "Merge insertion point with:\n");
405 DEBUG(IPI->first->print(dbgs()));
406 DEBUG(dbgs() << "\nat considered insertion point.\n");
426 DEBUG(dbgs() << "Merge insertion point with:\n");
427 DEBUG(IPI->first->print(dbgs()))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 18 #include "llvm/Support/Debug.h"
101 DEBUG(dbgs() << "Working on call" << "\n");
115 DEBUG(dbgs() << "Run on Module MipsOs16 \n" << Mips32FunctionMask << "\n");
117 DEBUG(dbgs() << "using mask \n" << Mips32FunctionMask << "\n");
126 DEBUG(dbgs() << "Working on " << F.getName() << "\n");
133 DEBUG(dbgs() << "mask forced mips32: " << F.getName() << "\n");
147 DEBUG(dbgs() << "os16 forced mips32: " << F.getName() << "\n");
151 DEBUG(dbgs() << "os16 forced mips16: " << F.getName() << "\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
8-2.c 82 #ifdef DEBUG
91 #ifdef DEBUG
100 #ifdef DEBUG
125 #ifdef DEBUG
138 #ifdef DEBUG
151 #ifdef DEBUG
166 #ifdef DEBUG
9-2.c 83 #ifdef DEBUG
93 #ifdef DEBUG
102 #ifdef DEBUG
128 #ifdef DEBUG
141 #ifdef DEBUG
154 #ifdef DEBUG
169 #ifdef DEBUG
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUNopFiller.cpp 22 #include "llvm/Support/Debug.h"
40 DEBUG( dbgs() << "********** SPU Nop filler **********\n" ; );
94 DEBUG( dbgs() <<"Adding NOP before: "; );
95 DEBUG( I->dump(); );
103 DEBUG( dbgs() <<"Adding LNOP before: "; );
104 DEBUG( I->dump(); );
120 DEBUG( dbgs() <<"Padding basic block with NOP\n"; );
125 DEBUG( dbgs() <<"Padding basic block with LNOP\n"; );
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 32 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
46 if (DEBUG) {
60 if (DEBUG) {
102 if (DEBUG) {
139 if (DEBUG) Log.d(TAG, "Cancel pulsing");
176 if (DEBUG) Log.d(TAG, "Pulse out, mDozing=" + mDozing);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationCursorLoader.java 41 /** Only used for debugging. Turn {@link #DEBUG} on to make this useful. */
42 private static final boolean DEBUG = false;
60 if (DEBUG) {
69 if (DEBUG) {
92 if (DEBUG) {
100 if (DEBUG) {
122 if (DEBUG) {
127 if (DEBUG) {
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/
FspWrapperNotifyDxe.c 105 DEBUG((DEBUG_INFO, "FSP NotifyPhase AfterPciEnumeration requested reset 0x%x\n", Status));
110 DEBUG((DEBUG_ERROR, "FSP NotifyPhase AfterPciEnumeration failed, status: 0x%x\n", Status));
112 DEBUG((DEBUG_INFO, "FSP NotifyPhase AfterPciEnumeration Success.\n"));
148 DEBUG((DEBUG_INFO, "FSP NotifyPhase ReadyToBoot requested reset 0x%x\n", Status));
153 DEBUG((DEBUG_ERROR, "FSP NotifyPhase ReadyToBoot failed, status: 0x%x\n", Status));
155 DEBUG((DEBUG_INFO, "FSP NotifyPhase ReadyToBoot Success.\n"));
192 DEBUG((DEBUG_INFO, "FSP NotifyPhase EndOfFirmware requested reset 0x%x\n", Status));
197 DEBUG((DEBUG_ERROR, "FSP NotifyPhase EndOfFirmware failed, status: 0x%x\n", Status));
199 DEBUG((DEBUG_INFO, "FSP NotifyPhase EndOfFirmware Success.\n"));
207 DEBUG((DEBUG_INFO, "gAddPerfRecordProtocolGuid - Locate protocol failed\n"));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 136 DEBUG ((EFI_D_ERROR, "UsbCreateInterface: failed to create device path\n"));
152 DEBUG ((EFI_D_ERROR, "UsbCreateInterface: failed to install UsbIo - %r\n", Status));
171 DEBUG ((EFI_D_ERROR, "UsbCreateInterface: failed to open host for child - %r\n", Status));
266 DEBUG ((EFI_D_INFO, "UsbConnectDriver: found a hub device\n"));
283 DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL before connect is %d, %p\n", (UINT32)OldTpl, UsbIf->Handle));
290 DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL after connect is %d\n", (UINT32)UsbGetCurrentTpl()));
344 DEBUG ((EFI_D_INFO, "UsbSelectSetting: setting %d selected for interface %d\n",
403 DEBUG ((EFI_D_INFO, "UsbSelectConfig: config %d selected for device %d\n",
438 DEBUG ((EFI_D_ERROR, "UsbSelectConfig: failed to connect driver %r, ignored\n", Status));
479 DEBUG ((EFI_D_INFO, "UsbDisconnectDriver: old TPL is %d, %p\n", (UINT32)OldTpl, UsbIf->Handle));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.c 147 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to open gEfiSDHostIoProtocolGuid \r\n"));
153 DEBUG ((EFI_D_INFO, "SDMediaDeviceStart: Fail to DetectCardAndInitHost \r\n"));
160 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to AllocateZeroPool(CARD_DATA) \r\n"));
174 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to AllocateZeroPool(2*x) \r\n"));
185 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to MMCSDCardInit \r\n"));
188 DEBUG ((EFI_D_INFO, "SDMediaDeviceStart: MMCSDCardInit SuccessFul\n"));
197 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to BlockIoInit \r\n"));
200 DEBUG ((EFI_D_INFO, "SDMediaDeviceStart: BlockIo is successfully installed\n"));
210 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to install gEfiBlockIoProtocolGuid \r\n"));
236 DEBUG ((EFI_D_INFO, "SDMediaDeviceStart: End with failure\r\n"));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Malloc.c 93 DEBUG((DEBUG_ERROR, "ERROR malloc: Zero Size\n"));
99 DEBUG((DEBUG_POOL, "malloc(%d): NodeSz: %d", Size, NodeSize));
105 DEBUG((DEBUG_ERROR, "\nERROR malloc: AllocatePool returned %r\n", Status));
118 DEBUG((DEBUG_POOL, " Head: %p, Returns %p\n", Head, RetVal));
152 DEBUG((DEBUG_POOL, "0x%p = calloc(%d, %d)\n", RetVal, Num, Size));
175 DEBUG((DEBUG_POOL, "free(%p): Head: %p\n", Ptr, Head));
184 DEBUG((DEBUG_ERROR, "ERROR free(0x%p): Signature is 0x%8X, expected 0x%8X\n",
188 DEBUG((DEBUG_POOL, "free Done\n"));
248 DEBUG((DEBUG_ERROR, "ERROR realloc(0x%p): Signature is 0x%8X, expected 0x%8X\n",
277 DEBUG((DEBUG_POOL, "0x%p = realloc(%p, %d): Head: %p NewSz: %d\n",
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
PageTbl.c 114 DEBUG ((DEBUG_ERROR, "SMM stack overflow!\n"));
116 DEBUG ((DEBUG_ERROR, "SMM exception data - 0x%x(", SystemContext.SystemContextIa32->ExceptionData));
117 DEBUG ((DEBUG_ERROR, "I:%x, R:%x, U:%x, W:%x, P:%x",
124 DEBUG ((DEBUG_ERROR, ")\n"));
126 DEBUG ((DEBUG_ERROR, "SMM exception at execution (0x%x)\n", PFAddress));
131 DEBUG ((DEBUG_ERROR, "SMM exception at access (0x%x)\n", PFAddress));
146 DEBUG ((DEBUG_ERROR, "Code executed on IP(0x%x) out of SMM range after SMM is locked!\n", PFAddress));
153 DEBUG ((DEBUG_ERROR, "Access SMM communication forbidden address (0x%x)!\n", PFAddress));
189 DEBUG ((DEBUG_INFO, "SetPageTableAttributes\n"));
198 DEBUG ((DEBUG_INFO, "Start...\n"));
    [all...]
  /external/libxml2/python/
types.c 92 #ifdef DEBUG
104 #ifdef DEBUG
116 #ifdef DEBUG
128 #ifdef DEBUG
145 #ifdef DEBUG
161 #ifdef DEBUG
178 #ifdef DEBUG
194 #ifdef DEBUG
210 #ifdef DEBUG
226 #ifdef DEBUG
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HotspotControllerImpl.java 38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
89 if (DEBUG) Log.d(TAG, "addCallback " + callback);
99 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
140 if (DEBUG) Log.d(TAG, "Starting tethering");
195 if (DEBUG) Log.d(TAG, "onTetheringStarted");
202 if (DEBUG) Log.d(TAG, "onTetheringFailed");
217 if (DEBUG) Log.d(TAG, "Registering receiver");
223 if (DEBUG) Log.d(TAG, "Unregistering receiver");
233 if (DEBUG) Log.d(TAG, "onReceive " + state)
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
MediaControllerGlue.java 37 static final boolean DEBUG = false;
44 if (DEBUG) Log.v(TAG, "onMetadataChanged");
49 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged");
54 if (DEBUG) Log.v(TAG, "onSessionDestroyed");
59 if (DEBUG) Log.v(TAG, "onSessionEvent");
81 if (DEBUG) Log.v(TAG, "New media controller " + mediaController);
197 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed);
209 if (DEBUG) Log.v(TAG, "pausePlayback");
215 if (DEBUG) Log.v(TAG, "skipToNext");
221 if (DEBUG) Log.v(TAG, "skipToPrevious")
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceConfigListenerService.java 44 if (Log.isLoggable(TAG, Log.DEBUG)) {
55 if (Log.isLoggable(TAG, Log.DEBUG)) {
78 if (Log.isLoggable(TAG, Log.DEBUG)) {
85 if (Log.isLoggable(TAG, Log.DEBUG)) {
92 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 77 DEBUG((DEBUG_ERROR, "FSP NotifyPhase AfterPciEnumeration failed, status: 0x%x\n", Status));
79 DEBUG((DEBUG_INFO, "FSP NotifyPhase AfterPciEnumeration Success.\n"));
109 DEBUG((DEBUG_ERROR, "FSP NotifyPhase ReadyToBoot failed, status: 0x%x\n", Status));
111 DEBUG((DEBUG_INFO, "FSP NotifyPhase ReadyToBoot Success.\n"));
152 DEBUG ((DEBUG_INFO, "FspHeader - 0x%x\n", mFspHeader));
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
ParseConfigProfile.c 71 DEBUG((DEBUG_ERROR, "NumOfRecovery not found\n"));
96 DEBUG((DEBUG_ERROR, "[%d] %a not found\n", Index, Entry));
117 DEBUG((DEBUG_ERROR, "[%d] FileGuid not found\n", Index));
134 DEBUG((DEBUG_ERROR, "[%d] Length not found\n", Index));
150 DEBUG((DEBUG_ERROR, "[%d] ImageOffset not found\n", Index));
  /external/honggfuzz/libcommon/
log.h 31 enum llevel_t { FATAL = 0, ERROR, WARNING, INFO, DEBUG, HELP, HELP_BOLD };
39 if (log_level >= DEBUG) { \
40 logLog(DEBUG, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
60 if (log_level >= DEBUG) { \
61 logLog(DEBUG, __FUNCTION__, __LINE__, true, __VA_ARGS__); \

Completed in 657 milliseconds

<<11121314151617181920>>