HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 1 - 25 of 6381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mdnsresponder/mDNSWindows/NSPTool/
Prefix.h 22 #define DEBUG 1
25 #define DEBUG 0
  /external/mdnsresponder/mDNSWindows/SystemService/
Prefix.h 22 #define DEBUG 1
25 #define DEBUG 0
  /art/tools/dexfuzz/
dexfuzz 21 DEBUG=
22 #DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8888,server=y,suspend=n -XX:+HeapDumpOnOutOfMemoryError -ea"
24 java ${DEBUG} -jar ${ANDROID_HOST_OUT}/framework/dexfuzz.jar "$@"
  /packages/apps/TV/common/
BuildConfig.java.in 5 public static final boolean DEBUG = %DEBUG%;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcDebug.c 29 DEBUG ((EFI_D_ERROR, "- PrintCID\n"));
30 DEBUG ((EFI_D_ERROR, "\t- Manufacturing date: %d/%d\n", (Cid[0] >> 8) & 0xF, (Cid[0] >> 12) & 0xFF));
31 DEBUG ((EFI_D_ERROR, "\t- Product serial number: 0x%X%X\n", Cid[1] & 0xFFFFFF, (Cid[0] >> 24) & 0xFF));
32 DEBUG ((EFI_D_ERROR, "\t- Product revision: %d\n", Cid[1] >> 24));
33 //DEBUG ((EFI_D_ERROR, "\t- Product name: %s\n", (char*)(Cid + 2)));
34 DEBUG ((EFI_D_ERROR, "\t- OEM ID: %c%c\n", (Cid[3] >> 8) & 0xFF, (Cid[3] >> 16) & 0xFF));
46 DEBUG ((EFI_D_ERROR, "- PrintCSD Version 1.01-1.10/Version 2.00/Standard Capacity\n"));
48 DEBUG ((EFI_D_ERROR, "- PrintCSD Version 2.00/High Capacity\n"));
50 DEBUG ((EFI_D_ERROR, "- PrintCSD Version Higher than v3.3\n"));
53 DEBUG ((EFI_D_ERROR, "\t- Supported card command class: 0x%X\n", MMC_CSD_GET_CCC (Csd)));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciDebug.c 3 This file provides the information dump support for Uhci when in debug mode.
29 DEBUG ((EFI_D_VERBOSE, "&QhSw @ 0x%p\n", QhSw));
30 DEBUG ((EFI_D_VERBOSE, "QhSw.NextQh - 0x%p\n", QhSw->NextQh));
31 DEBUG ((EFI_D_VERBOSE, "QhSw.TDs - 0x%p\n", QhSw->TDs));
32 DEBUG ((EFI_D_VERBOSE, "QhSw.QhHw:\n"));
33 DEBUG ((EFI_D_VERBOSE, " Horizon Link - %x\n", QhSw->QhHw.HorizonLink));
34 DEBUG ((EFI_D_VERBOSE, " Vertical Link - %x\n\n", QhSw->QhHw.VerticalLink));
54 DEBUG ((EFI_D_VERBOSE, "TdSw @ 0x%p\n", CurTdSw));
55 DEBUG ((EFI_D_VERBOSE, "TdSw.NextTd - 0x%p\n", CurTdSw->NextTd));
56 DEBUG ((EFI_D_VERBOSE, "TdSw.DataLen - %d\n", CurTdSw->DataLen));
    [all...]
  /external/libavc/common/
ih264_debug.h 44 #define DEBUG(...) \
52 #define DEBUG(...) {}
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDebug.c 3 This file provides the information dump support for EHCI when in debug mode.
31 DEBUG ((EFI_D_VERBOSE, " Do_Ping"));
33 DEBUG ((EFI_D_VERBOSE, " Do_Out"));
37 DEBUG ((EFI_D_VERBOSE, " Do_CS"));
39 DEBUG ((EFI_D_VERBOSE, " Do_SS"));
43 DEBUG ((EFI_D_VERBOSE, " Transfer_Error"));
47 DEBUG ((EFI_D_VERBOSE, " Babble_Error"));
51 DEBUG ((EFI_D_VERBOSE, " Buffer_Error"));
55 DEBUG ((EFI_D_VERBOSE, " Halted"));
59 DEBUG ((EFI_D_VERBOSE, " Active"));
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/
BuildConfig.java 20 public static final boolean DEBUG = false;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
PlatformInit.c 39 DEBUG ((DEBUG_INFO, "PrintPeiCoreEntryPointParam\n"));
40 DEBUG ((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
41 DEBUG ((DEBUG_INFO, "StartOfRange - 0x%x\n", StartOfRange));
42 DEBUG ((DEBUG_INFO, "EndOfRange - 0x%x\n", EndOfRange));
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciDebug.c 2 This file provides the information dump support for OHCI when in debug mode.
42 DEBUG ((EFI_D_INFO, "\n Before executing command\n"));
44 DEBUG ((EFI_D_INFO, "\n after executing command\n"));
47 DEBUG ((EFI_D_INFO, "\nED Address:%p, ED buffer:\n", Ed));
48 DEBUG ((EFI_D_INFO, "DWord0 :TD Tail :TD Head :Next ED\n"));
50 DEBUG ((EFI_D_INFO, "%8x ", *((UINT32*)(Ed) + Index) ));
52 DEBUG ((EFI_D_INFO, "\nNext TD buffer:%p\n", Td));
56 DEBUG ((EFI_D_INFO, "\nSetup PID "));
58 DEBUG ((EFI_D_INFO, "\nOut PID "));
60 DEBUG ((EFI_D_INFO, "\nIn PID "));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardConstants.java 28 public static final boolean DEBUG = false;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
Debug.java 19 public class Debug {
21 public final static boolean DEBUG = false;
  /packages/apps/DeskClock/gen/com/android/deskclock/
BuildConfig.java 20 public static final boolean DEBUG = false;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
BootMode.c 50 DEBUG ((EFI_D_INFO, "IsFirstBoot = %x , EnableFastBoot= %x. \n", IsFirstBoot, EnableFastBoot));
84 DEBUG ((EFI_D_INFO, "Boot mode recovery\n"));
169 DEBUG ((EFI_D_INFO, "Force Boot mode recovery\n"));
174 DEBUG ((EFI_D_INFO, "Recovery stage1 not Active, reboot to activate recovery stage1 image\n"));
178 DEBUG ((EFI_D_INFO, "Boot mode recovery\n"));
195 DEBUG ((EFI_D_INFO, "Boot mode Flash Update\n"));
198 DEBUG ((EFI_D_INFO, "Boot mode S3 resume\n"));
202 DEBUG ((EFI_D_INFO, "Boot mode S3 resume\n"));
210 DEBUG ((EFI_D_INFO, "Power On Reset\n"));
213 DEBUG ((EFI_D_INFO, "Boot with Minimum cfg\n"));
    [all...]
  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
24 static void debug(String message) { method in class:Log
25 if (DEBUG) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 91 DEBUG ((DEBUG_NET, "Before Parsing the table contents, the table itself lives\n"));
92 DEBUG ((DEBUG_NET, "\tat the address 0x%X\n\r", (UINT32)(UINTN) UndiLoaderStructure));
94 DEBUG ((DEBUG_NET, "\n\rStatus = 0x%X\n\r", DisplayPointer->Status));
95 DEBUG ((DEBUG_NET, "\t_AX_= 0x%X\n\r", DisplayPointer->Ax));
96 DEBUG ((DEBUG_NET, "\t_BX_= 0x%X\n\r", DisplayPointer->Bx));
97 DEBUG ((DEBUG_NET, "\t_DX_= 0x%X\n\r", DisplayPointer->Dx));
98 DEBUG ((DEBUG_NET, "\t_DI_= 0x%X\n\r", DisplayPointer->Di));
99 DEBUG ((DEBUG_NET, "\t_ES_= 0x%X\n\r", DisplayPointer->Es));
100 DEBUG ((DEBUG_NET, "\tUNDI_DS= 0x%X\n\r", DisplayPointer->Undi_Ds));
101 DEBUG ((DEBUG_NET, "\tUNDI_CS= 0x%X\n\r", DisplayPointer->Undi_Cs));
    [all...]
  /external/v8/src/zone/
zone-segment.cc 11 #ifdef DEBUG
17 #ifdef DEBUG
  /external/valgrind/coregrind/
vgdb-invoker-none.c 44 DEBUG(1, "invoker_cleanup_restore_and_detach");
49 DEBUG(2, "invoker_invoke_gdbserver not implemented\n");
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspInitPeiV1.c 38 DEBUG ((DEBUG_INFO, "ContinuationFunc - %r\n", Status));
39 DEBUG ((DEBUG_INFO, "HobListPtr - 0x%x\n", HobListPtr));
51 DEBUG ((DEBUG_INFO, "StackBase - 0x%x\n", StackBase));
52 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", StackSize));
79 DEBUG ((DEBUG_INFO, "PeiFspInit enter\n"));
82 DEBUG ((DEBUG_INFO, "BootMode - 0x%x\n", BootMode));
85 DEBUG ((DEBUG_INFO, "StackBase - 0x%x\n", StackBase));
86 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", StackSize));
95 DEBUG ((DEBUG_INFO, "UpdRegionSize - 0x%x\n", UpdRegionSize));
96 DEBUG ((DEBUG_INFO, "sizeof(FspUpdRgn) - 0x%x\n", sizeof(FspUpdRgn)));
    [all...]

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>