Searched defs:location (Results 126 - 142 of 142) sorted by relevance

123456

/haiku/src/servers/app/
H A DWindow.cpp1212 Window::SetTabLocation(float location, bool isShifting, BRegion& dirty) argument
H A DDesktop.cpp1633 Desktop::SetWindowTabLocation(Window* window, float location, bool isShifting) argument
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1258 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp1952 BPoint location = fTabView->ConvertToScreen( local
H A DTermView.cpp492 int32 location = int32(y + fScrollOffset); local
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h361 btrfs_key location; member in struct:btrfs_dir_entry
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A D_ieee80211.h439 uint8_t location; /* I (indoor), O (outdoor), other */ member in struct:ieee80211_regdomain
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1438 ValueLocation* location = node->NodeChild()->Location(); local
1555 ValueLocation* location = child->Location(); local
2148 ValueLocation* location local
2646 ValueLocation* location = node->NodeChild()->Location(); local
3285 ValueLocation* location = NULL; local
[all...]
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1182 static char* location; local
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp119 const LocationDescription* location = fSubprogramEntry->FrameBase(); local
767 UnwindCallFrame(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, target_addr_t location, const DwarfTargetInterface* inputInterface, DwarfTargetInterface* outputInterface, target_addr_t& _framePointer) argument
802 ResolveLocation(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const LocationDescription* location, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t objectPointer, bool hasObjectPointer, target_addr_t framePointer, target_addr_t relocationDelta, ValueLocation& _result) argument
2296 _UnwindCallFrame(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, target_addr_t location, const FDELookupInfo* info, const DwarfTargetInterface* inputInterface, DwarfTargetInterface* outputInterface, target_addr_t& _framePointer) argument
2620 target_addr_t location = context.Location() local
2656 target_addr_t location = augmentation.ReadEncodedAddress( local
2675 target_addr_t location = context.Location() local
2689 target_addr_t location = context.Location() local
2703 target_addr_t location = context.Location() local
2942 target_addr_t location = context.Location() local
3139 _GetLocationExpression(CompilationUnit* unit, const LocationDescription* location, target_addr_t instructionPointer, const void*& _expression, off_t& _length) const argument
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.cpp585 BPoint location; local
H A DPoseView.cpp3355 BPoint location; local
5981 BPoint location; local
9904 BPoint location; local
[all...]
/haiku/src/kits/interface/
H A DMenu.cpp2036 BPoint location; local
2931 _OverSuper(BPoint location) argument
[all...]
H A DHaikuControlLook.cpp1517 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
H A DView.cpp1643 BPoint location; local
3236 DrawChar(char c, BPoint location) argument
3253 DrawString(const char* string, BPoint location, escapement_delta* delta) argument
3270 DrawString(const char* string, int32 length, BPoint location, escapement_delta* delta) argument
[all...]
H A DTextView.cpp1869 float location = 0; local
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h376 uint32 location() const { return B_LENDIAN_TO_HOST_INT32(_location); } function in struct:extent_address
379 void set_location(int32 location) { _location = B_HOST_TO_LENDIAN_INT32(location); } argument
582 uint32 location() const { return B_LENDIAN_TO_HOST_INT32(_location); } function in struct:descriptor_tag
590 void set_location(uint32 location) { _location = B_HOST_TO_LENDIAN_INT32(location); } argument
767 void set_predecessor_volume_descriptor_sequence_location(uint32 location) argument
1277 set_sparing_table_location(uint8 index, uint32 location) argument
1326 set_metadata_file_location(uint32 location) argument
1331 set_metadata_mirror_file_location(uint32 location) argument
1336 set_metadata_bitmap_file_location(uint32 location) argument
[all...]

Completed in 200 milliseconds

123456