Home
last modified time | relevance | path

Searched refs:DebugState (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/libdebug/
H A Ddstate.cpp30 void DebugState::setup_default_state() in setup_default_state()
75 static DebugState s_debug_state;
78 DebugState& get_debug_state() in get_debug_state()
106 DebugState::level_map_t& def_level_map = def_iter->second; in debug_register_domain()
108 dm[domain] = DebugState::level_map_t(); in debug_register_domain()
125 DebugState::domain_map_t::iterator found = dm.find(domain); in debug_unregister_domain()
164 DebugState::domain_map_t::iterator found = dm.find(domain); in debug_set_enabled()
186 DebugState::domain_map_t::iterator found = dm.find(domain); in debug_get_enabled()
190 DebugState::level_map_t& level_map = found->second; in debug_get_enabled()
215 DebugState::domain_map_t::iterator found = dm.find(domain); in debug_set_format()
[all …]
H A Ddstate.h39 class DebugState {
53 DebugState() in DebugState() function
152 DebugState& get_debug_state();
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dmatrixdebug.h52 #define DebugState Wise2_DebugState macro
89 DebugState ** state;
286 int Wise2_flush_DebugState(DebugState * obj);
299 DebugState * Wise2_DebugState_alloc_std(void);
313 DebugState * Wise2_DebugState_alloc_len(int len);
328 DebugState * Wise2_hard_link_DebugState(DebugState * obj);
341 DebugState * Wise2_DebugState_alloc(void);
356 DebugState * Wise2_free_DebugState(DebugState * obj);
549 boolean Wise2_expand_DebugState(DebugState * obj,int len);
553 void Wise2_qsort_DebugMatrix(DebugState ** list,int left,int right,int (*comp)(DebugState * ,DebugS…
[all …]
H A Dmatrixdebug.c24 DebugState * state; in show_PackAln_Debug()
74 DebugState * ds; in show_DebugMatrix()
656 DebugState * hard_link_DebugState(DebugState * obj) in hard_link_DebugState()
676 DebugState * DebugState_alloc(void) in DebugState_alloc()
682 if((out=(DebugState *) ckalloc (sizeof(DebugState))) == NULL) { in DebugState_alloc()
711 DebugState * free_DebugState(DebugState * obj) in free_DebugState()
862 DebugState * temp; in swap_DebugMatrix()
882 void qsort_DebugMatrix(DebugState ** list,int left,int right,int (*comp)(DebugState * ,DebugState *… in qsort_DebugMatrix() argument
911 void sort_DebugMatrix(DebugMatrix * obj,int (*comp)(DebugState *, DebugState *)) in sort_DebugMatrix() argument
939 …if( (obj->state = (DebugState ** ) ckrealloc (obj->state,sizeof(DebugState *)*len)) == NULL) {… in expand_DebugMatrix()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmDebug.cpp39 DebugState::DebugState(const Code& code, const Module& module) in DebugState() function in DebugState
47 void DebugState::trace(JSTracer* trc) { in trace()
54 void DebugState::finalize(JSFreeOp* fop) { in finalize()
83 bool DebugState::getAllColumnOffsets(Vector<ExprLoc>* offsets) { in getAllColumnOffsets()
97 bool DebugState::getOffsetLocation(uint32_t offset, size_t* lineno, in getOffsetLocation()
107 bool DebugState::stepModeEnabled(uint32_t funcIndex) const { in stepModeEnabled()
173 bool DebugState::hasBreakpointTrapAtOffset(uint32_t offset) { in hasBreakpointTrapAtOffset()
236 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite()
282 void DebugState::clearAllBreakpoints(JSFreeOp* fop, in clearAllBreakpoints()
447 bool DebugState::getSourceMappingURL(JSContext* cx, in getSourceMappingURL()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmDebug.cpp41 DebugState::DebugState(const Code& code, const Module& module) in DebugState() function in DebugState
49 void DebugState::trace(JSTracer* trc) { in trace()
56 void DebugState::finalize(JSFreeOp* fop) { in finalize()
82 bool DebugState::getAllColumnOffsets(Vector<ExprLoc>* offsets) { in getAllColumnOffsets()
96 bool DebugState::getOffsetLocation(uint32_t offset, size_t* lineno, in getOffsetLocation()
106 bool DebugState::stepModeEnabled(uint32_t funcIndex) const { in stepModeEnabled()
172 bool DebugState::hasBreakpointTrapAtOffset(uint32_t offset) { in hasBreakpointTrapAtOffset()
235 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite()
281 void DebugState::toggleDebugTrap(uint32_t offset, bool enabled) { in toggleDebugTrap()
443 bool DebugState::getSourceMappingURL(JSContext* cx, in getSourceMappingURL()
[all …]
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmDebug.cpp40 DebugState::DebugState(const Code& code, const Module& module) in DebugState() function in DebugState
48 void DebugState::trace(JSTracer* trc) { in trace()
55 void DebugState::finalize(JSFreeOp* fop) { in finalize()
81 bool DebugState::getAllColumnOffsets(Vector<ExprLoc>* offsets) { in getAllColumnOffsets()
95 bool DebugState::getOffsetLocation(uint32_t offset, size_t* lineno, in getOffsetLocation()
105 bool DebugState::stepModeEnabled(uint32_t funcIndex) const { in stepModeEnabled()
171 bool DebugState::hasBreakpointTrapAtOffset(uint32_t offset) { in hasBreakpointTrapAtOffset()
234 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite()
280 void DebugState::toggleDebugTrap(uint32_t offset, bool enabled) { in toggleDebugTrap()
442 bool DebugState::getSourceMappingURL(JSContext* cx, in getSourceMappingURL()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmDebug.cpp41 DebugState::DebugState(const Code& code, const Module& module) in DebugState() function in DebugState
49 void DebugState::trace(JSTracer* trc) { in trace()
56 void DebugState::finalize(JSFreeOp* fop) { in finalize()
82 bool DebugState::getAllColumnOffsets(Vector<ExprLoc>* offsets) { in getAllColumnOffsets()
96 bool DebugState::getOffsetLocation(uint32_t offset, size_t* lineno, in getOffsetLocation()
106 bool DebugState::stepModeEnabled(uint32_t funcIndex) const { in stepModeEnabled()
172 bool DebugState::hasBreakpointTrapAtOffset(uint32_t offset) { in hasBreakpointTrapAtOffset()
235 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite()
281 void DebugState::toggleDebugTrap(uint32_t offset, bool enabled) { in toggleDebugTrap()
443 bool DebugState::getSourceMappingURL(JSContext* cx, in getSourceMappingURL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/android/
H A Dweb_xr_presentation_state.cc65 std::string WebXrPresentationState::DebugState() const { in DebugState() function in vr::WebXrPresentationState
100 DVLOG(3) << DebugState() << __func__; in StartFrameAnimating()
105 DVLOG(3) << DebugState() << __func__; in TransitionFrameAnimatingToProcessing()
112 DVLOG(3) << DebugState() << __func__; in TransitionFrameAnimatingToProcessing()
120 DVLOG(3) << DebugState() << __func__; in RecycleUnusedAnimatingFrame()
124 DVLOG(3) << DebugState() << __func__; in TransitionFrameProcessingToRendering()
131 DVLOG(3) << DebugState() << __func__; in TransitionFrameProcessingToRendering()
135 DVLOG(3) << DebugState() << __func__; in EndFrameRendering()
141 DVLOG(3) << DebugState() << __func__; in EndFrameRendering()
154 DVLOG(3) << DebugState() << __func__; in RecycleProcessingFrameIfPossible()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmDebug.cpp91 DebugState::DebugState(SharedCode code, const ShareableBytes* maybeBytecode, in DebugState() function in DebugState
123 JSString* DebugState::createText(JSContext* cx) { in createText()
162 bool DebugState::ensureSourceMap(JSContext* cx) { in ensureSourceMap()
178 bool DebugState::getLineOffsets(JSContext* cx, size_t lineno, in getLineOffsets()
281 bool DebugState::stepModeEnabled(uint32_t funcIndex) const { in stepModeEnabled()
351 bool DebugState::hasBreakpointTrapAtOffset(uint32_t offset) { in hasBreakpointTrapAtOffset()
402 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite()
507 ExprType DebugState::debugGetResultType(uint32_t funcIndex) { in debugGetResultType()
565 JSString* DebugState::debugDisplayURL(JSContext* cx) const { in debugDisplayURL()
604 bool DebugState::getSourceMappingURL(JSContext* cx, in getSourceMappingURL()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr2_sender.h108 struct QUIC_EXPORT_PRIVATE DebugState { struct
127 Bbr2StartupMode::DebugState startup; argument
128 Bbr2DrainMode::DebugState drain; argument
129 Bbr2ProbeBwMode::DebugState probe_bw; argument
130 Bbr2ProbeRttMode::DebugState probe_rtt; argument
133 DebugState ExportDebugState() const;
206 const Bbr2Sender::DebugState& state);
H A Dbbr_sender.h67 struct QUIC_EXPORT_PRIVATE DebugState { struct
68 explicit DebugState(const BbrSender& sender);
69 DebugState(const DebugState& state);
171 DebugState ExportDebugState() const;
414 const BbrSender::DebugState& state);
H A Dbbr2_drain.h43 struct QUIC_EXPORT_PRIVATE DebugState { struct
47 DebugState ExportDebugState() const; argument
57 const Bbr2DrainMode::DebugState& state);
H A Dbbr2_probe_rtt.h43 struct QUIC_EXPORT_PRIVATE DebugState { struct
48 DebugState ExportDebugState() const; argument
60 const Bbr2ProbeRttMode::DebugState& state);
H A Dbbr2_startup.h48 struct QUIC_EXPORT_PRIVATE DebugState { struct
54 DebugState ExportDebugState() const; argument
70 const Bbr2StartupMode::DebugState& state);
H A Dbbr2_drain.cc47 Bbr2DrainMode::DebugState Bbr2DrainMode::ExportDebugState() const { in ExportDebugState()
48 DebugState s; in ExportDebugState()
54 const Bbr2DrainMode::DebugState& state) { in operator <<()
H A Dbbr2_probe_rtt.cc65 Bbr2ProbeRttMode::DebugState Bbr2ProbeRttMode::ExportDebugState() const { in ExportDebugState()
66 DebugState s; in ExportDebugState()
73 const Bbr2ProbeRttMode::DebugState& state) { in operator <<()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr2_sender.h114 struct QUIC_EXPORT_PRIVATE DebugState { struct
133 Bbr2StartupMode::DebugState startup; argument
134 Bbr2DrainMode::DebugState drain; argument
135 Bbr2ProbeBwMode::DebugState probe_bw; argument
136 Bbr2ProbeRttMode::DebugState probe_rtt; argument
139 DebugState ExportDebugState() const;
212 const Bbr2Sender::DebugState& state);
H A Dbbr_sender.h67 struct QUIC_EXPORT_PRIVATE DebugState { struct
68 explicit DebugState(const BbrSender& sender);
69 DebugState(const DebugState& state);
172 DebugState ExportDebugState() const;
398 const BbrSender::DebugState& state);
H A Dbbr2_drain.h43 struct QUIC_EXPORT_PRIVATE DebugState { struct
47 DebugState ExportDebugState() const; argument
57 const Bbr2DrainMode::DebugState& state);
H A Dbbr2_probe_rtt.h39 struct QUIC_EXPORT_PRIVATE DebugState { struct
44 DebugState ExportDebugState() const; argument
56 const Bbr2ProbeRttMode::DebugState& state);
H A Dbbr2_drain.cc47 Bbr2DrainMode::DebugState Bbr2DrainMode::ExportDebugState() const { in ExportDebugState()
48 DebugState s; in ExportDebugState()
54 const Bbr2DrainMode::DebugState& state) { in operator <<()
H A Dbbr2_startup.h50 struct QUIC_EXPORT_PRIVATE DebugState { struct
56 DebugState ExportDebugState() const; argument
77 const Bbr2StartupMode::DebugState& state);
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DTraceLogger.h73 DebugState _lastState;
90 void AddRow(DisassemblyInfo &disassemblyInfo, DebugState &state);
91 …bool ConditionMatches(DebugState &state, DisassemblyInfo &disassemblyInfo, OperationInfo &operatio…
101 void Log(DebugState &state, DisassemblyInfo &disassemblyInfo, OperationInfo &operationInfo);
/dports/math/rkward-kde/rkward-0.7.1/rkward/agents/
H A Drkdebughandler.h41 enum DebugState { enum
46 DebugState state () const { return _state; }; in state()
63 DebugState _state;

12345678910>>...40