HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 226 - 250 of 3523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 29 #include "llvm/Support/Debug.h"
93 DEBUG(dbgs() << "Dropping unused " << *VirtReg << '\n');
105 DEBUG(dbgs() << "\nselectOrSplit "
143 DEBUG(dbgs() << "not queueing unused " << *SplitVirtReg << '\n');
148 DEBUG(dbgs() << "queuing new interval: " << *SplitVirtReg << "\n");
  /external/llvm/lib/Support/
RandomNumberGenerator.cpp 18 #include "llvm/Support/Debug.h"
34 DEBUG(
  /external/llvm/lib/Target/AArch64/
AArch64StorePairSuppress.cpp 20 #include "llvm/Support/Debug.h"
89 DEBUG(dbgs() << " Suppress STP in BB: " << BB->getNumber()
126 DEBUG(dbgs() << "*** " << getPassName() << ": " << MF.getName() << '\n');
129 DEBUG(dbgs() << " Skipping pass: no machine model present.\n");
151 DEBUG(dbgs() << "Unpairing store " << MI << "\n");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 71 /** Increment the named counter (only for debug builds) */
72 #ifdef DEBUG
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.h 60 } debug; member in struct:svga_screen
78 #ifndef DEBUG
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 74 #ifdef DEBUG
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_surface.c 52 #ifdef DEBUG
  /external/mesa3d/src/mesa/state_tracker/
st_debug.h 48 #ifdef DEBUG
  /external/selinux/
Makefile 5 ifeq ($(DEBUG),1)
  /external/tcpdump/
route6d.h 61 #ifndef DEBUG
  /external/valgrind/coregrind/
vgdb.c 229 DEBUG(3,
238 DEBUG(1, "IO for command started\n");
269 DEBUG(2,
302 DEBUG(2, "some IO was done => restart command\n");
315 DEBUG(1, "opening %s %s\n", name, desc);
320 DEBUG(1, "opened %s %s fd %d\n", name, desc, fd);
367 DEBUG(2, "reading %s\n", desc);
374 DEBUG(2, "read %s %s\n", desc, buf);
388 DEBUG(2, "writing %s len %d %.*s notify: %d\n", desc, size,
438 DEBUG(1, "read 0 bytes from gdb => assume exit\n")
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 64 private static final boolean DEBUG = false;
317 if (DEBUG) {
361 if (DEBUG) {
380 if (DEBUG) {
400 if (DEBUG) {
419 if (DEBUG) {
440 if (DEBUG) {
460 if (DEBUG) {
488 if (DEBUG) {
513 if (DEBUG) {
    [all...]
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 34 DEBUG
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 37 static final boolean DEBUG = false;
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
199 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
209 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
237 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
239 if (DEBUG) Slog.i(TAG, "Interrupted!");
WifiPowerCalculator.java 26 private static final boolean DEBUG = BatteryStatsHelper.DEBUG;
61 if (DEBUG && app.wifiPowerMah != 0) {
87 if (DEBUG) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NoisyVelocityTracker.java 35 private static final boolean DEBUG = false;
67 if (NoisyVelocityTracker.DEBUG) {
82 if (NoisyVelocityTracker.DEBUG) {
112 if (NoisyVelocityTracker.DEBUG) {
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 45 static final boolean DEBUG = false;
46 static final boolean MORE_DEBUG = DEBUG && false;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
106 if (DEBUG) Slog.i(TAG, "Starting up");
166 Slog.e(TAG, "Unable to init native debug socket!", e);
186 if (DEBUG) {
218 if (DEBUG) {
231 if (DEBUG) {
257 if (DEBUG) Slog.v(TAG, "processing")
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/controllers/
StateController.java 31 protected static final boolean DEBUG = false;
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeConditions.java 35 private static final boolean DEBUG = ZenModeHelper.DEBUG;
70 if (DEBUG) Log.d(TAG, "evaluateConfig: clearing manual rule");
105 if (DEBUG) Log.d(TAG, "onServiceAdded " + component);
113 if (DEBUG) Log.d(TAG, "onConditionChanged " + id + " " + condition);
140 if (DEBUG) Log.d(TAG, "Ensure external rule exists: " + (cp != null) + " for " + id);
157 if (DEBUG) Log.d(TAG, "zmc failed to subscribe");
162 if (rule.condition != null && DEBUG) Log.d(TAG, "Found existing condition for: "
182 if (DEBUG) Log.d(TAG, "Snoozing reset for " + rule.conditionId);
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFbo.java 25 private static final boolean DEBUG = false;
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 27 case Log.DEBUG:
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 67 private static final boolean DEBUG = false;
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
  /frameworks/support/v4/java/android/support/v4/app/
FragmentPagerAdapter.java 63 private static final boolean DEBUG = false;
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 31 #ifdef DEBUG
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 43 #ifdef DEBUG

Completed in 2859 milliseconds

1 2 3 4 5 6 7 8 91011>>