Searched defs:location (Results 1 - 25 of 142) sorted by path

123456

/haiku/headers/private/app/
H A DServerProtocolStructs.h98 BPoint location; member in struct:ViewDrawStringInfo
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h49 set_string(char *&location, const char *newValue) argument
/haiku/headers/private/package/hpkg/
H A DStacker.h19 Stacker(Type*& location, Type* element) argument
27 Stacker(Type** location, Type* element) argument
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp361 const char* location local
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp110 uint32 location; member in struct:iso9660_directory_record
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.cpp206 uint32 location = fHeader->GetLocation(); local
/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...]
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp101 BPoint location = pose->Location(view); local
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp164 Chart::SetAxis(ChartAxisLocation location, ChartAxis* axis) argument
H A DLegendChartAxis.cpp160 LegendChartAxis::SetLocation(ChartAxisLocation location) argument
/haiku/src/apps/switcher/
H A DApplicationsView.cpp16 ApplicationsView::ApplicationsView(uint32 location) argument
H A DCaptureWindow.cpp99 uint32 location = kNowhere; local
163 _Notify(uint32 location, team_id team) argument
[all...]
H A DPanelWindow.cpp30 PanelWindow::PanelWindow(uint32 location, uint32 which, team_id team) argument
75 PanelWindow::_ViewFor(uint32 location, uint32 which, team_id team) const argument
H A DSwitcher.cpp54 uint32 location = (uint32)message->FindInt32("location"); local
70 uint32 location; local
[all...]
H A DWindowsView.cpp274 WindowsView::WindowsView(team_id team, uint32 location) argument
352 WindowsView::_Orientation(uint32 location) argument
/haiku/src/bin/pkgman/
H A Dcommand_install.cpp62 BPackageInstallationLocation location local
H A Dcommand_uninstall.cpp54 BPackageInstallationLocation location local
H A Dcommand_update.cpp58 BPackageInstallationLocation location local
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp938 BAppFileInfo::SetInfoLocation(info_location location) argument
H A DFile.cpp356 BFile::ReadAt(off_t location, void *buffer, size_t size) argument
389 BFile::WriteAt(off_t location, const void *buffer, size_t size) argument
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp739 ValueLocation* location = new(std::nothrow) ValueLocation( local
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp331 ValueLocation* location = new(std::nothrow) ValueLocation( local
282 CreateReturnValue(FunctionID* functionID, DIEType* returnType, ValueLocation* location, CpuState* state, Variable*& _variable) argument
[all...]
H A DTeamDebugInfo.cpp52 SourceLocation location = key->GetSourceLocation(); local
208 static int _CompareLocationFunction(const SourceLocation* location, argument
[all...]
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp91 CfaContext::SetLocation(target_addr_t location) argument
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp158 ValueLocation* location; local
189 ValueLocation* location = NULL; local
[all...]

Completed in 319 milliseconds

123456