Searched refs:_state (Results 1 - 25 of 25) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfManager.cpp41 DwarfManager::LoadFile(const char* fileName, DwarfFileLoadingState& _state) argument
45 DwarfFile* file = _state.dwarfFile;
52 _state.dwarfFile = file;
57 if (_state.externalInfoFileName.IsEmpty()) {
58 error = file->StartLoading(fileName, _state.externalInfoFileName);
63 _state.state = _state.externalInfoFileName.IsEmpty()
71 error = file->Load(fAddressSize, fIsBigEndian, _state.locatedExternalInfoPath);
73 _state.state = DWARF_FILE_LOADING_STATE_FAILED;
82 _state
[all...]
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp184 move_pen_by(void* _state, const BPoint& delta) argument
186 TRACE_BB("%p move pen by %.2f %.2f\n", _state, delta.x, delta.y);
188 reinterpret_cast<BoundingBoxState*>(_state);
196 determine_bounds_stroke_line(void* _state, const BPoint& _start, argument
199 TRACE_BB("%p stroke line %.2f %.2f -> %.2f %.2f\n", _state,
202 reinterpret_cast<BoundingBoxState*>(_state);
235 determine_bounds_draw_rect(void* _state, const BRect& _rect, bool fill) argument
237 TRACE_BB("%p draw rect fill=%d %.2f %.2f %.2f %.2f\n", _state, fill,
240 reinterpret_cast<BoundingBoxState*>(_state);
251 determine_bounds_draw_round_rect(void* _state, cons argument
284 determine_bounds_draw_bezier(void* _state, size_t numPoints, const BPoint viewPoints[], bool fill) argument
311 determine_bounds_draw_ellipse(void* _state, const BRect& _rect, bool fill) argument
327 determine_bounds_draw_arc(void* _state, const BPoint& center, const BPoint& radii, float, float, bool fill) argument
368 determine_bounds_draw_polygon(void* _state, size_t numPoints, const BPoint viewPoints[], bool, bool fill) argument
384 determine_bounds_draw_shape(void* _state, const BShape& shape, bool fill) argument
401 determine_bounds_draw_string(void* _state, const char* string, size_t length, float deltaSpace, float deltaNonSpace) argument
427 determine_bounds_draw_pixels(void* _state, const BRect&, const BRect& _dest, uint32, uint32, size_t, color_space, uint32, const void*, size_t) argument
442 draw_picture(void* _state, const BPoint& where, int32 token) argument
454 set_clipping_rects(void* _state, size_t numRects, const BRect rects[]) argument
466 clip_to_picture(void* _state, int32 pictureToken, const BPoint& where, bool clipToInverse) argument
476 push_state(void* _state) argument
487 pop_state(void* _state) argument
522 set_origin(void* _state, const BPoint& pt) argument
532 set_pen_location(void* _state, const BPoint& pt) argument
548 set_line_mode(void* _state, cap_mode capMode, join_mode joinMode, float miterLimit) argument
562 set_pen_size(void* _state, float size) argument
573 set_fore_color(void* _state, const rgb_color& color) argument
583 set_back_color(void* _state, const rgb_color& color) argument
593 set_stipple_pattern(void* _state, const pattern& _pattern) argument
603 set_scale(void* _state, float scale) argument
613 set_font_family(void* _state, const char* _family, size_t length) argument
627 set_font_style(void* _state, const char* _style, size_t length) argument
641 set_font_spacing(void* _state, uint8 spacing) argument
653 set_font_size(void* _state, float size) argument
665 set_font_rotate(void* _state, float rotation) argument
677 set_font_encoding(void* _state, uint8 encoding) argument
689 set_font_flags(void* _state, uint32 flags) argument
701 set_font_shear(void* _state, float shear) argument
713 set_font_face(void* _state, uint16 face) argument
731 set_transform(void* _state, const BAffineTransform& transform) argument
741 translate_by(void* _state, double x, double y) argument
753 scale_by(void* _state, double x, double y) argument
765 rotate_by(void* _state, double angleRadians) argument
777 determine_bounds_nested_layer(void* _state, Layer* layer) argument
[all...]
/haiku/headers/private/debugger/debug_info/
H A DSpecificTeamDebugInfo.h23 ImageDebugInfoLoadingState& _state,
/haiku/src/kits/debugger/debug_info/
H A DDebuggerTeamDebugInfo.h28 ImageDebugInfoLoadingState& _state,
H A DDwarfTeamDebugInfo.cpp67 LocatableFile* imageFile, ImageDebugInfoLoadingState& _state,
77 if (_state.HasSpecificDebugInfoLoadingState()) {
79 _state.GetSpecificDebugInfoLoadingState());
86 _state.SetSpecificDebugInfoLoadingState(dwarfState);
66 CreateImageDebugInfo(const ImageInfo& imageInfo, LocatableFile* imageFile, ImageDebugInfoLoadingState& _state, SpecificImageDebugInfo*& _imageDebugInfo) argument
H A DDebuggerTeamDebugInfo.cpp36 LocatableFile* imageFile, ImageDebugInfoLoadingState& _state,
35 CreateImageDebugInfo(const ImageInfo& imageInfo, LocatableFile* imageFile, ImageDebugInfoLoadingState& _state, SpecificImageDebugInfo*& _imageDebugInfo) argument
H A DDwarfTeamDebugInfo.h37 ImageDebugInfoLoadingState& _state,
H A DTeamDebugInfo.cpp536 LocatableFile* imageFile, ImageDebugInfoLoadingState& _state,
549 imageFile, _state, specificImageInfo);
555 } else if (_state.UserInputRequired()) {
556 _state.SetSpecificInfoIndex(i);
562 _state.ClearSpecificDebugInfoLoadingState();
535 LoadImageDebugInfo(const ImageInfo& imageInfo, LocatableFile* imageFile, ImageDebugInfoLoadingState& _state, ImageDebugInfo*& _imageDebugInfo) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h232 #define IWI_STATE_BEGIN(_sc, _state) do { \
235 _sc->fw_state = _state; \
237 DPRINTF(("enter %s state\n", iwi_fw_states[_state])); \
240 #define IWI_STATE_END(_sc, _state) do { \
241 if (_sc->fw_state == _state) \
242 DPRINTF(("exit %s state\n", iwi_fw_states[_state])); \
245 iwi_fw_states[_state], iwi_fw_states[_sc->fw_state])); \
/haiku/headers/os/drivers/
H A Dbios.h59 status_t (*prepare)(bios_state** _state);
/haiku/headers/cpp/
H A Dstreambuf.h92 __iostate _state; member in struct:_ios_fields
211 _state = _strbuf ? state : state|badbit;
212 if (_state & _exceptions) _throw_failure(); }
213 void set(iostate flag) { _state |= flag;
214 if (_state & _exceptions) _throw_failure(); }
215 void setstate(iostate flag) { _state |= flag; // ANSI
216 if (_state & _exceptions) _throw_failure(); }
217 int good() const { return _state == 0; }
218 int eof() const { return _state & ios::eofbit; }
219 int fail() const { return _state
[all...]
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h44 virtual status_t CreateCpuState(CpuState*& _state);
46 size_t size, CpuState*& _state);
H A DArchitectureX86.cpp327 ArchitectureX86::CreateCpuState(CpuState*& _state) argument
333 _state = state;
340 CpuState*& _state)
350 _state = state;
339 CreateCpuState(const void* cpuStateData, size_t size, CpuState*& _state) argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h57 CpuState*& _state);
89 debug_cpu_state& _state);
H A DLocalDebuggerInterface.cpp693 LocalDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) argument
700 _state);
985 LocalDebuggerInterface::_GetDebugCpuState(thread_id thread, debug_cpu_state& _state) argument
1003 memcpy(&_state, &reply.cpu_state, sizeof(debug_cpu_state));
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h45 virtual status_t CreateCpuState(CpuState*& _state);
47 size_t size, CpuState*& _state);
H A DArchitectureX8664.cpp404 ArchitectureX8664::CreateCpuState(CpuState*& _state) argument
410 _state = state;
417 CpuState*& _state)
427 _state = state;
416 CreateCpuState(const void* cpuStateData, size_t size, CpuState*& _state) argument
/haiku/headers/private/debugger/arch/
H A DArchitecture.h80 virtual status_t CreateCpuState(CpuState*& _state) = 0;
82 size_t size, CpuState*& _state) = 0;
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h66 CpuState*& _state);
H A DCoreFileDebuggerInterface.cpp296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) argument
303 coreInfo->CpuStateSize(), _state);
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h86 CpuState*& _state) = 0;
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp212 bios_prepare(bios_state** _state) argument
261 *_state = state;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1142 #define ath_hal_setledstate(_ah, _state) \
1143 ((*(_ah)->ah_setLedState)((_ah), (_state)))
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp107 const char* _name, int32 _kind, const BMessage& _state) :
108 name(_name), kind(_kind), state(_state) {}
106 _inactive_node_state_entry( const char* _name, int32 _kind, const BMessage& _state) argument
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc1086 _state = badbit;

Completed in 138 milliseconds