/frameworks/base/services/core/java/com/android/server/wm/ |
ScreenRotationAnimation.java | 40 static final boolean DEBUG_STATE = false; 352 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta); 392 if (DEBUG_STATE) Slog.v(TAG, "Creating start and finish animations"); 412 if (DEBUG_STATE) Slog.v(TAG, "Rotation delta: " + delta + " finalWidth=" 478 if (DEBUG_STATE) Slog.v(TAG, "Initializing start and finish animations"); 531 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i( 555 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i( 562 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i( 595 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i( 602 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i [all...] |
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
DNBArchImplI386.h | 224 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write); 225 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index); 226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index); 227 static void ClearWatchpointHits(DBG &debug_state); 228 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index); 229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
DNBArchImplI386.cpp | 588 DBG &debug_state = m_state.context.dbg; 592 if (IsWatchpointHit(debug_state, i)) 597 ClearWatchpointHits(debug_state); 733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write) 757 debug_state.__dr7 |= (1 << (2*hw_index) | 762 debug_state.__dr0 = addr_32; break; 764 debug_state.__dr1 = addr_32; break; 766 debug_state.__dr2 = addr_32; break; 768 debug_state.__dr3 = addr_32; break; 776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index 907 DBG &debug_state = m_state.context.dbg; local 946 DBG &debug_state = m_state.context.dbg; local 976 DBG &debug_state = m_state.context.dbg; local [all...] |
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
DNBArchImplX86_64.h | 231 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write); 232 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index); 233 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index); 234 static void ClearWatchpointHits(DBG &debug_state); 235 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index); 236 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
DNBArchImplX86_64.cpp | 542 DBG &debug_state = m_state.context.dbg; 546 if (IsWatchpointHit(debug_state, i)) 551 ClearWatchpointHits(debug_state); 687 DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write) 711 debug_state.__dr7 |= (1 << (2*hw_index) | 715 debug_state.__dr0 = addr; break; 717 debug_state.__dr1 = addr; break; 719 debug_state.__dr2 = addr; break; 721 debug_state.__dr3 = addr; break; 729 DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index 860 DBG &debug_state = m_state.context.dbg; local 899 DBG &debug_state = m_state.context.dbg; local 929 DBG &debug_state = m_state.context.dbg; local [all...] |
/external/ltrace/sysdeps/linux-gnu/ |
os.h | 24 int debug_state; member in struct:os_process_data
|
proc.c | 583 switch (proc->os.debug_state) { 597 proc->os.debug_state = rdbg.r_state; 726 proc->os.debug_state = 0;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_debug.h | 35 #define DEBUG_STATE 0x10
|
svga_screen.c | 50 { "state", DEBUG_STATE, NULL },
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_vtbl.c | 358 if (INTEL_DEBUG & DEBUG_STATE) 362 if (INTEL_DEBUG & DEBUG_STATE) 368 if (INTEL_DEBUG & DEBUG_STATE) 374 if (INTEL_DEBUG & DEBUG_STATE) 381 if (INTEL_DEBUG & DEBUG_STATE) 390 if (INTEL_DEBUG & DEBUG_STATE) 435 if (INTEL_DEBUG & DEBUG_STATE) 486 if (INTEL_DEBUG & DEBUG_STATE) 493 if (INTEL_DEBUG & DEBUG_STATE) 499 if (INTEL_DEBUG & DEBUG_STATE) [all...] |
i830_vtbl.c | 44 #define FILE_DEBUG_FLAG DEBUG_STATE
|
i830_state.c | 48 #define FILE_DEBUG_FLAG DEBUG_STATE [all...] |
i915_state.c | 49 #define FILE_DEBUG_FLAG DEBUG_STATE [all...] |
intel_tris.c | 961 if (INTEL_DEBUG & DEBUG_STATE) [all...] |
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
DNBArchImpl.h | 233 static bool IsWatchpointEnabled(const DBG &debug_state, uint32_t hw_index); 234 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
DNBArchImpl.cpp | 1083 DBG &debug_state = m_state.dbg; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state_cache.c | 51 #define FILE_DEBUG_FLAG DEBUG_STATE
|
brw_state_upload.c | 505 if (unlikely(INTEL_DEBUG & DEBUG_STATE)) {
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.h | 433 #define DEBUG_STATE 0x2
|
intel_context.c | 467 { "state", DEBUG_STATE},
|