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

<<11121314151617181920>>

  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid03.c 50 #define DEBUG 0
107 if (DEBUG)
126 if (DEBUG)
135 if (DEBUG)
168 if (DEBUG)
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.h 36 #ifdef DEBUG
51 #ifdef DEBUG
93 #ifdef DEBUG
106 * It also prints debug message if the assertion fails. */
107 #ifdef DEBUG
115 #ifdef DEBUG
  /external/mtpd/
pptp.c 181 log_print(DEBUG, "Connection closed");
190 log_print(DEBUG, "Loss of synchronization");
196 log_print(DEBUG, "Invalid message length");
210 log_print(DEBUG, "Ignored non-control message (type = %d)",
220 log_print(DEBUG, "Sending SCCRQ");
264 log_print(DEBUG, "Control message too short");
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message);
273 log_print(DEBUG, "Received %s with invalid length (length = %d)",
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
301 log_print(DEBUG, "Received SCCRP (result = %d)"
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
MemoryPowerCalculator.java 10 private static final boolean DEBUG = BatteryStatsHelper.DEBUG;
18 if (powerAverages[i] == 0 && DEBUG) {
38 if(DEBUG) {
49 if (DEBUG) {
  /frameworks/support/content/src/main/java/androidx/contentpager/content/
LoaderQueryRunner.java 37 private static final boolean DEBUG = false;
52 if (DEBUG) Log.d(TAG, "Handling query: " + query);
57 if (DEBUG) Log.i(TAG, "Loading results for query: " + query);
70 if (DEBUG) Log.i(TAG, "Finished loading: " + query);
77 if (DEBUG) Log.w(TAG, "Ignoring loader reset for query: " + query);
  /packages/apps/TV/src/com/android/tv/menu/
ActionCardView.java 30 private static final boolean DEBUG = MenuView.DEBUG;
61 if (DEBUG) {
84 if (DEBUG) {
91 if (DEBUG) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SmoothingUtils.java 33 private static final boolean DEBUG = false;
71 if (DEBUG) {
88 if (DEBUG) {
93 if (DEBUG) {
98 if (DEBUG) {
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
P2pDiscovery.java 32 private static final boolean DEBUG = false;
40 /** Convert a peer device to a debug representation */
57 if (DEBUG) Log.d(TAG, "onStart()");
63 if (DEBUG) Log.d(TAG, "onStop()");
83 if (DEBUG) Log.d(TAG, "onPeerFound " + printer);
96 if (DEBUG) Log.d(TAG, "onPeerLost " + printer);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 38 private static boolean DEBUG = true;
119 if (DEBUG) Log.d(TAG, "Activity connected to service");
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service");
139 if (DEBUG) Log.d(TAG, "start requested & bind service");
153 if (DEBUG) Log.d(TAG, "unbind service");
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 23 #include "llvm/Support/Debug.h"
35 cl::desc("Debug control for aggressive anti-dep breaker"),
39 cl::desc("Debug control for aggressive anti-dep breaker"),
130 DEBUG(dbgs() << "AntiDep Critical-Path Registers:");
131 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1;
134 DEBUG(dbgs() << '\n');
192 DEBUG(dbgs() << "Observe: ");
193 DEBUG(MI.dump());
194 DEBUG(dbgs() << "\tRegs:");
205 DEBUG(if (State->GetGroup(Reg) != 0
    [all...]
EarlyIfConversion.cpp 34 #include "llvm/Support/Debug.h"
188 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
202 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than "
209 DEBUG(dbgs() << "Can't hoist: " << *I);
217 DEBUG(dbgs() << "Won't speculate load: " << *I);
224 DEBUG(dbgs() << "Can't speculate: " << *I);
231 DEBUG(dbgs() << "Won't speculate regmask: " << *I);
249 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI);
251 DEBUG(dbgs() << "Can't insert instructions below terminator.\n");
282 DEBUG(dbgs() << "Can't insert code after " << *I)
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 45 #if( !defined( DEBUG ) )
46 #define DEBUG 0
49 #if( defined( NDEBUG ) && DEBUG )
50 #error NDEBUG defined and DEBUG is also enabled...they need to be in-sync
164 @abstract Type of debug output (i.e. where the output goes).
209 @abstract Function ptr for a custom callback to print debug output.
278 @abstract Level used to control debug logging.
378 Variables are sometimes needed only for debugging. When debugging is turned off, these debug-only variables generate
383 #if( DEBUG )
400 #if( DEBUG )
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/
FdtUpdateLib.c 107 DEBUG((EFI_D_ERROR, "[%a]:[%dL] LocateProtocol failed %r\n", __FUNCTION__, __LINE__, Status));
114 DEBUG((EFI_D_ERROR, "[%a]:[%dL] GetMac failed %r\n", __FUNCTION__, __LINE__, Status));
124 DEBUG((EFI_D_INFO, "Port%d:0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n",
147 DEBUG ((EFI_D_ERROR, "can not find soc root node\n"));
161 DEBUG ((EFI_D_WARN, "Can not find ethernet@%d node\n",port));
162 DEBUG ((EFI_D_WARN, "Suppose port %d is not enabled.\n", port));
171 DEBUG ((EFI_D_ERROR, "ERROR:fdt_delprop() Local-mac-address: %a\n", fdt_strerror (Error)));
177 DEBUG ((EFI_D_ERROR, "ERROR:fdt_setprop():local-mac-address %a\n", fdt_strerror (Error)));
201 DEBUG ((DEBUG_ERROR, "[%a]:[%dL] Get timer frequency failed!\n", __FUNCTION__, __LINE__));
207 DEBUG ((DEBUG_ERROR, "can not find soc node\n"));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 165 DEBUG ((EFI_D_INFO, "%02x", (UINTN)Data[Index]));
192 DEBUG ((EFI_D_INFO, "%04x: ", Index * COLUME_SIZE));
194 DEBUG ((EFI_D_INFO, "\n"));
198 DEBUG ((EFI_D_INFO, "%04x: ", Index * COLUME_SIZE));
200 DEBUG ((EFI_D_INFO, "\n"));
311 DEBUG ((DEBUG_VERBOSE, "Tcg2GetCapability ...\n"));
317 DEBUG ((DEBUG_VERBOSE, "Size - 0x%x\n", ProtocolCapability->Size));
318 DEBUG ((DEBUG_VERBOSE, " 1.1 - 0x%x, 1.0 - 0x%x\n", sizeof(EFI_TCG2_BOOT_SERVICE_CAPABILITY), sizeof(TREE_BOOT_SERVICE_CAPABILITY_1_0)));
333 DEBUG ((EFI_D_ERROR, "TreeGetCapability (Compatible) - %r\n", EFI_SUCCESS));
342 DEBUG ((DEBUG_VERBOSE, "Tcg2GetCapability - %r\n", EFI_SUCCESS));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 122 DEBUG (( DEBUG_INFO,
247 DEBUG (( DEBUG_INFO,
298 DEBUG (( DEBUG_INFO,
343 DEBUG (( DEBUG_INFO,
350 DEBUG (( DEBUG_ERROR,
505 DEBUG (( DEBUG_INFO,
523 DEBUG (( DEBUG_INFO,
573 DEBUG (( DEBUG_INFO,
693 DEBUG (( DEBUG_ERROR,
702 DEBUG (( DEBUG_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/
TisPc.c 65 DEBUG ((EFI_D_VERBOSE, "WriteTpmBufferMultiple: Addr=%02x Length=%02x\n", I2CDeviceAddr.I2CDeviceAddress, Length));
78 DEBUG ((EFI_D_VERBOSE, " "));
80 DEBUG ((EFI_D_VERBOSE, "%02x ", Buffer[Index]));
82 DEBUG ((EFI_D_VERBOSE, "\n"));
84 DEBUG ((EFI_D_VERBOSE, " Status = %r\n", Status));
89 DEBUG ((EFI_D_VERBOSE, " Status = %r\n", Status));
119 DEBUG ((EFI_D_VERBOSE, "ReadTpmBufferMultiple: Addr=%02x Length=%02x\n", I2CDeviceAddr.I2CDeviceAddress, Length));
134 DEBUG ((EFI_D_VERBOSE, " "));
136 DEBUG ((EFI_D_VERBOSE, "%02x ", Buffer[Index]));
138 DEBUG ((EFI_D_VERBOSE, "\n"));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
Tpm2Tis.c 230 DEBUG ((EFI_D_VERBOSE, "Tpm2TisTpmCommand Send - "));
237 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index]));
240 DEBUG ((EFI_D_VERBOSE, "...... "));
242 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index]));
245 DEBUG ((EFI_D_VERBOSE, "\n"));
251 DEBUG ((DEBUG_ERROR, "Tpm2 is not ready for command!\n"));
279 DEBUG ((DEBUG_ERROR, "Tpm2 The send buffer too small!\n"));
298 DEBUG ((DEBUG_ERROR, "Wait for Tpm2 response data time out!!\n"));
320 DEBUG ((EFI_D_VERBOSE, "Tpm2TisTpmCommand ReceiveHeader - "));
322 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferOut[Index]));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 28 #include "llvm/Support/Debug.h"
36 cl::desc("Debug control for aggressive anti-dep breaker"),
40 cl::desc("Debug control for aggressive anti-dep breaker"),
136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:");
137 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1;
140 DEBUG(dbgs() << '\n');
215 DEBUG(dbgs() << "Observe: ");
216 DEBUG(MI->dump());
217 DEBUG(dbgs() << "\tRegs:");
228 DEBUG(if (State->GetGroup(Reg) != 0
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 76 /** Controls debug logging */
77 private static final boolean DEBUG = false;
106 if (DEBUG) Log.d(TAG, "SdkControllerConnection is constructed.");
113 if (DEBUG) Log.d(TAG, "SdkControllerConnection is connecting...");
139 if (DEBUG) Log.d(TAG, "SdkControllerConnection is stopping I/O looper...");
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets...");
155 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnecting channels...");
161 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnected.");
180 if (DEBUG) Log.d(TAG, "Registering Channel " + channel.getChannelName());
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 66 #include "llvm/Support/Debug.h"
417 DEBUG(dbgs() << "\tintersect constraints\n");
418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs()));
419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs()));
435 DEBUG(dbgs() << "\t intersect 2 distances\n");
462 DEBUG(dbgs() << "\t intersect 2 lines\n");
467 DEBUG(dbgs() << "\t\tsame slope\n");
481 DEBUG(dbgs() << "\t\tdifferent slopes\n");
503 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n");
504 DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n")
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 233 /// Only required for debug.
771 DEBUG ((DEBUG_INFO, "Init HPET Timer Driver\n"));
797 DEBUG ((DEBUG_ERROR, "HPET device is not present. Unload HPET driver.\n"));
810 DEBUG ((DEBUG_INFO, "HPET Base Address = 0x%08x\n", PcdGet32 (PcdHpetBaseAddress)));
811 DEBUG ((DEBUG_INFO, " HPET_GENERAL_CAPABILITIES_ID = 0x%016lx\n", mHpetGeneralCapabilities));
812 DEBUG ((DEBUG_INFO, " HPET_GENERAL_CONFIGURATION = 0x%016lx\n", mHpetGeneralConfiguration.Uint64));
813 DEBUG ((DEBUG_INFO, " HPET_GENERAL_INTERRUPT_STATUS = 0x%016lx\n", HpetRead (HPET_GENERAL_INTERRUPT_STATUS_OFFSET)));
814 DEBUG ((DEBUG_INFO, " HPET_MAIN_COUNTER = 0x%016lx\n", HpetRead (HPET_MAIN_COUNTER_OFFSET)));
815 DEBUG ((DEBUG_INFO, " HPET Main Counter Period = %d (fs)\n", mHpetGeneralCapabilities.Bits.CounterClockPeriod));
817 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_CONFIGURATION = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_CO (…)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileLifecycleManager.java 54 public static final boolean DEBUG = false;
106 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser);
159 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser);
170 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser);
183 if (DEBUG) Log.d(TAG, "onServiceConnected " + name);
197 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name);
210 if (DEBUG) Log.d(TAG, "Handling pending onAdded");
214 if (DEBUG) Log.d(TAG, "Handling pending onStartListening");
218 if (DEBUG) Log.d(TAG, "Handling pending onClick");
227 if (DEBUG) Log.d(TAG, "Handling pending onUnlockComplete")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 76 DEBUG (( DEBUG_ERROR | DEBUG_POOL,
90 DEBUG (( DEBUG_ERROR | DEBUG_POOL,
176 DEBUG (( DEBUG_ERROR | DEBUG_POOL,
205 DEBUG (( DEBUG_PORT_WORK | DEBUG_INFO,
290 DEBUG (( DEBUG_PORT_WORK | DEBUG_INFO,
332 DEBUG (( DEBUG_PORT_WORK, "Entering PortWork\r\n" ));
363 DEBUG (( DEBUG_ERROR,
375 DEBUG (( DEBUG_ERROR,
389 DEBUG (( DEBUG_ERROR,
414 DEBUG (( DEBUG_REQUEST
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.c 129 DEBUG ((EFI_D_INFO, "Cc.En: %d\n", Cc->En));
130 DEBUG ((EFI_D_INFO, "Cc.Css: %d\n", Cc->Css));
131 DEBUG ((EFI_D_INFO, "Cc.Mps: %d\n", Cc->Mps));
132 DEBUG ((EFI_D_INFO, "Cc.Ams: %d\n", Cc->Ams));
133 DEBUG ((EFI_D_INFO, "Cc.Shn: %d\n", Cc->Shn));
134 DEBUG ((EFI_D_INFO, "Cc.Iosqes: %d\n", Cc->Iosqes));
135 DEBUG ((EFI_D_INFO, "Cc.Iocqes: %d\n", Cc->Iocqes));
251 DEBUG ((EFI_D_INFO, "Aqa.Asqs: %d\n", Aqa->Asqs));
252 DEBUG ((EFI_D_INFO, "Aqa.Acqs: %d\n", Aqa->Acqs));
331 DEBUG ((EFI_D_INFO, "Asq: %lx\n", *Asq));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Gpt.c 232 DEBUG ((EFI_D_INFO, " BlockSize : %d \n", BlockSize));
233 DEBUG ((EFI_D_INFO, " LastBlock : %lx \n", LastBlock));
292 DEBUG ((EFI_D_INFO, " Not Valid primary partition table\n"));
295 DEBUG ((EFI_D_INFO, " Not Valid backup partition table\n"));
298 DEBUG ((EFI_D_INFO, " Valid backup partition table\n"));
299 DEBUG ((EFI_D_INFO, " Restore primary partition table by the backup\n"));
301 DEBUG ((EFI_D_INFO, " Restore primary partition table error\n"));
305 DEBUG ((EFI_D_INFO, " Restore backup partition table success\n"));
309 DEBUG ((EFI_D_INFO, " Valid primary and !Valid backup partition table\n"));
310 DEBUG ((EFI_D_INFO, " Restore backup partition table by the primary\n"));
    [all...]

Completed in 598 milliseconds

<<11121314151617181920>>