/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 186 def debug_listener=( dbg ) 187 @debug_listener = dbg 188 @input.debug_listener = dbg rescue nil
|
/external/libusb/libusb/ |
core.c | 1457 char *dbg = getenv("LIBUSB_DEBUG"); local [all...] |
/external/svox/pico/lib/ |
picotrns.c | 63 picokdbg_Dbg dbg = (NULL == kbdbg) ? NULL : picokdbg_getDbg(kbdbg); local 67 if ((NULL == dbg) || !phonemic) { 70 PICODBG_INFO_MSG((" %s", picokdbg_getPhoneSym(dbg, (picoos_uint8) sym)));
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
OMX_WmaDec_Utils.h | 876 struct OMX_TI_Debug dbg; member in struct:WMADEC_COMPONENT_PRIVATE [all...] |
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
DNBArchImplI386.cpp | 553 m_state.SetError(e_regSetDBG, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, &count)); 561 m_state.SetError(e_regSetDBG, Write, ::thread_set_state(m_thread->MachPortNumber(), __i386_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, e_regSetWordSizeDBG)); 564 kern_return_t kret = ::task_set_state(m_thread->Process()->Task().TaskPort(), __i386_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, e_regSetWordSizeDBG); 588 DBG &debug_state = m_state.context.dbg; 733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write) 776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) 795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) 810 DNBArchImplI386::ClearWatchpointHits(DBG &debug_state) 818 DNBArchImplI386::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index [all...] |
DNBArchImplI386.h | 68 typedef __i386_debug_state_t DBG; 100 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int) 118 DBG dbg; member in struct:DNBArchImplI386::Context 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) [all...] |
/external/lldb/test/expression_command/test/ |
TestExprs.py | 90 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/functionalities/inferior-crashing/ |
TestInferiorCrashing.py | 125 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/functionalities/inferior-crashing/recursive-inferior/ |
TestRecursiveInferior.py | 129 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/functionalities/return-value/ |
TestReturnValue.py | 91 self.target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/lang/c/array_types/ |
TestArrayTypes.py | 99 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/lang/c/bitfields/ |
TestBitfields.py | 130 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/lang/cpp/dynamic-value/ |
TestCppValueCast.py | 70 target = self.dbg.CreateTarget (exe)
|
TestDynamicValue.py | 105 target = self.dbg.CreateTarget (exe)
|
/external/lldb/test/lang/objc/foundation/ |
TestObjCMethods.py | 215 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
TestObjCDynamicValue.py | 63 target = self.dbg.CreateTarget (exe)
|
/external/lldb/test/lang/objc/objc-stepping/ |
TestObjCStepping.py | 47 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/python_api/value/ |
TestValueAPI.py | 47 target = self.dbg.CreateTarget(exe)
|
/external/lldb/test/python_api/value/change_values/ |
TestChangeValueAPI.py | 50 target = self.dbg.CreateTarget(exe)
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
DNBArchImpl.h | 82 typedef arm_debug_state_t DBG; 140 DBG dbg; member in struct:DNBArchMachARM::State 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); 239 DBG m_dbg_save;
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
DNBArchImplX86_64.h | 67 typedef __x86_64_debug_state_t DBG; 99 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int) 117 DBG dbg; member in struct:DNBArchImplX86_64::Context 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) [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 9 -- load pico phones src file and create dbg pkb file
|
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPManager.c | 59 #include <dbg.h>
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
OMX_WbAmrDecoder.h | 670 struct OMX_TI_Debug dbg; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
|