Symbol: location
headers/build/os/storage/File.h
50
virtual ssize_t ReadAt(off_t location, void *buffer, size_t size);
headers/build/os/storage/File.h
52
virtual ssize_t WriteAt(off_t location, const void *buffer, size_t size);
headers/os/interface/ControlLook.h
291
hash_mark_location location,
headers/os/interface/Deskbar.h
37
status_t SetLocation(deskbar_location location,
headers/os/interface/Shelf.h
116
BPoint* location, uint32 uniqueID);
headers/os/interface/Shelf.h
71
BPoint location);
headers/os/interface/TextView.h
320
float _ActualTabWidth(float location) const;
headers/os/interface/View.h
201
void GetMouse(BPoint* location, uint32* buttons,
headers/os/interface/View.h
538
void DrawChar(char aChar, BPoint location);
headers/os/interface/View.h
542
BPoint location,
headers/os/interface/View.h
547
BPoint location,
headers/os/package/CleanUpAdminDirectoryRequest.h
24
const BInstallationLocationInfo& location,
headers/os/package/InstallationLocationInfo.h
28
BPackageInstallationLocation location);
headers/os/package/PackageRoster.h
85
BPackageInstallationLocation location,
headers/os/package/PackageRoster.h
88
BPackageInstallationLocation location,
headers/os/package/PackageRoster.h
92
BPackageInstallationLocation location,
headers/os/package/solver/SolverRepository.h
36
BPackageInstallationLocation location);
headers/os/package/solver/SolverRepository.h
43
status_t SetTo(BPackageInstallationLocation location);
headers/os/package/solver/SolverRepository.h
67
BPackageInstallationLocation location);
headers/os/storage/AppFileInfo.h
109
void SetInfoLocation(info_location location);
headers/os/storage/File.h
36
virtual ssize_t ReadAt(off_t location, void *buffer, size_t size);
headers/os/storage/File.h
38
virtual ssize_t WriteAt(off_t location, const void *buffer, size_t size);
headers/private/app/ServerProtocolStructs.h
98
BPoint location;
headers/private/debugger/debug_info/TeamDebugInfo.h
91
const SourceLocation& location) const;
headers/private/debugger/model/DisassembledCode.h
29
const SourceLocation& location,
headers/private/debugger/model/DisassembledCode.h
37
const SourceLocation& location) const;
headers/private/debugger/model/FileSourceCode.h
29
const SourceLocation& location);
headers/private/debugger/model/FileSourceCode.h
37
const SourceLocation& location,
headers/private/debugger/model/FileSourceCode.h
50
const SourceLocation& location,
headers/private/debugger/model/SourceCode.h
33
const SourceLocation& location,
headers/private/debugger/model/StackFrameValueInfos.h
43
ValueLocation* location);
headers/private/debugger/model/Team.h
219
const SourceLocation& location,
headers/private/debugger/model/UserBreakpoint.h
82
const UserBreakpointLocation& location);
headers/private/debugger/model/Variable.h
23
Type* type, ValueLocation* location,
headers/private/debugger/value/ValueNode.h
125
void SetLocation(ValueLocation* location,
headers/private/debugger/value/ValueNode.h
80
void SetLocationAndValue(ValueLocation* location,
headers/private/debugger/value/value_nodes/BMessageValueNode.h
50
ValueLocation& location) const;
headers/private/interface/HaikuControlLook.h
229
hash_mark_location location,
headers/private/interface/PicturePlayer.h
172
virtual void SetPenLocation(const BPoint& location) {}
headers/private/interface/ToolTip.h
32
virtual void SetMouseRelativeLocation(BPoint location);
headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h
49
set_string(char *&location, const char *newValue)
headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h
52
if (location) {
headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h
53
free(location);
headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h
54
location = NULL;
headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h
59
location = strdup(newValue);
headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h
60
if (!location)
headers/private/package/ActivationTransaction.h
28
status_t SetTo(BPackageInstallationLocation location,
headers/private/package/ActivationTransaction.h
36
BPackageInstallationLocation location);
headers/private/package/DaemonClient.h
42
BPackageInstallationLocation location,
headers/private/package/DaemonClient.h
52
BPackageInstallationLocation location,
headers/private/package/hpkg/Stacker.h
19
Stacker(Type*& location, Type* element)
headers/private/package/hpkg/Stacker.h
21
fLocation(&location),
headers/private/package/hpkg/Stacker.h
22
fPreviousElement(location)
headers/private/package/hpkg/Stacker.h
27
Stacker(Type** location, Type* element)
headers/private/package/hpkg/Stacker.h
29
fLocation(location),
headers/private/package/hpkg/Stacker.h
30
fPreviousElement(*location)
headers/private/package/manager/PackageManager.h
221
BPackageInstallationLocation location,
headers/private/package/manager/PackageManager.h
69
BPackageInstallationLocation location,
headers/private/package/manager/RepositoryBuilder.h
55
BPackageInstallationLocation location,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1263
hash_mark_location location, uint32 flags, orientation orientation)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1292
if (location & B_HASH_MARKS_TOP) {
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1320
if ((location & B_HASH_MARKS_BOTTOM) != 0) {
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2362
BPoint location(alignedRect.LeftTop());
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2364
location.y += ceilf((height - icon->Bounds().Height() - 1) / 2);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2367
view->DrawBitmap(icon, location);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2371
BPoint location(alignedRect.left + textOffset,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2374
location.y += ceilf((height - textHeight) / 2);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2378
float x = location.x;
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2379
float y = location.y + ceilf(fontHeight.descent);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2385
DrawLabel(view, truncatedLabel.String(), base, flags, location, textColor);
src/add-ons/control_look/BeControlLook/BeControlLook.h
212
hash_mark_location location,
src/add-ons/kernel/drivers/audio/hda/driver.h
359
const char* get_widget_location(uint32 location);
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
137
get_widget_location(uint32 location)
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
139
switch (location >> 4) {
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
142
switch (location & 0xf) {
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
163
switch (location & 0xf) {
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
172
switch (location & 0xf) {
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
870
const char* location =
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
874
location ? location : "",
src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp
875
location ? " " : "",
src/add-ons/kernel/drivers/audio/hda/hda_multi_audio.cpp
357
const char* location
src/add-ons/kernel/drivers/audio/hda/hda_multi_audio.cpp
359
snprintf(custom, size, "%s%s%s", location ? location : "",
src/add-ons/kernel/drivers/audio/hda/hda_multi_audio.cpp
360
location ? " " : "", device);
src/add-ons/kernel/drivers/audio/usb/AudioControlInterface.cpp
118
AudioChannelCluster::HasChannel(uint32 location)
src/add-ons/kernel/drivers/audio/usb/AudioControlInterface.cpp
120
return (fChannelsConfig & location) == location;
src/add-ons/kernel/drivers/audio/usb/AudioControlInterface.h
33
bool HasChannel(uint32 location);
src/add-ons/kernel/drivers/network/ether/wb840/interface.h
11
extern int wb_miibus_readreg(wb_device *, int phy_id, int location);
src/add-ons/kernel/drivers/network/ether/wb840/interface.h
12
extern void wb_miibus_writereg(wb_device *, int phy, int location, int data);
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath.c
6369
__func__, reg->regdomain, reg->country, reg->location,
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath.c
6427
ic->ic_regdomain.location = 'I';
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath.c
6433
ic->ic_regdomain.location, ic->ic_regdomain.ecm ? " ecm" : "");
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
4468
ic->ic_regdomain.location = 'I';
src/add-ons/kernel/file_systems/btrfs/Inode.cpp
540
directoryEntry->location.SetObjectID(fID);
src/add-ons/kernel/file_systems/btrfs/Inode.cpp
541
directoryEntry->location.SetType(BTRFS_KEY_TYPE_INODE_ITEM);
src/add-ons/kernel/file_systems/btrfs/Inode.cpp
542
directoryEntry->location.SetOffset(0);
src/add-ons/kernel/file_systems/btrfs/btrfs.h
362
btrfs_key location;
src/add-ons/kernel/file_systems/btrfs/btrfs.h
371
ino_t InodeID() const { return location.ObjectID(); }
src/add-ons/kernel/file_systems/fat/support.cpp
872
ino_t location = *inode;
src/add-ons/kernel/file_systems/fat/support.cpp
881
result = vcache_loc_to_vnid(volume, location, &finalInode);
src/add-ons/kernel/file_systems/fat/support.cpp
886
if (find_vnid_in_vcache(volume, location) == B_OK) {
src/add-ons/kernel/file_systems/fat/support.cpp
890
if ((result = add_to_vcache(volume, finalInode, location)) < 0)
src/add-ons/kernel/file_systems/fat/support.cpp
894
finalInode = location;
src/add-ons/kernel/file_systems/fat/support.cpp
895
if ((result = add_to_vcache(volume, finalInode, location)) < 0)
src/add-ons/kernel/file_systems/fat/support.cpp
935
ino_t location = -1;
src/add-ons/kernel/file_systems/fat/support.cpp
937
status_t status = vcache_vnid_to_loc(bsdVolume, vnid, &location);
src/add-ons/kernel/file_systems/fat/support.cpp
943
if (static_cast<unsigned long>(location) < fatVolume->pm_RootDirEnts) {
src/add-ons/kernel/file_systems/fat/support.cpp
946
*diroffset = location << 5;
src/add-ons/kernel/file_systems/fat/support.cpp
948
location -= fatVolume->pm_RootDirEnts;
src/add-ons/kernel/file_systems/fat/support.cpp
949
location <<= 5;
src/add-ons/kernel/file_systems/fat/support.cpp
950
*dirclust = (location / fatVolume->pm_bpcluster) + 2;
src/add-ons/kernel/file_systems/fat/support.cpp
951
*diroffset = location % fatVolume->pm_bpcluster;
src/add-ons/kernel/file_systems/iso9660/iso9660_identify.cpp
110
uint32 location;
src/add-ons/kernel/file_systems/iso9660/iso9660_identify.cpp
339
(int)B_LENDIAN_TO_HOST_INT32(record->location)));
src/add-ons/kernel/file_systems/reiserfs/DirItem.h
104
index, GetIndex(), fNode->GetNumber(), location,
src/add-ons/kernel/file_systems/reiserfs/DirItem.h
108
name = (char*)((uint8*)GetData() + location);
src/add-ons/kernel/file_systems/reiserfs/DirItem.h
96
uint32 location = entry->GetLocation();
src/add-ons/kernel/file_systems/reiserfs/DirItem.h
97
if (location < GetEntryNameSpaceOffset() || location > GetLen()) {
src/add-ons/kernel/file_systems/reiserfs/Item.cpp
206
uint32 location = fHeader->GetLocation();
src/add-ons/kernel/file_systems/reiserfs/Item.cpp
207
if (location < itemSpaceOffset
src/add-ons/kernel/file_systems/reiserfs/Item.cpp
208
|| location + fHeader->GetLen() > blockSize) {
src/add-ons/kernel/file_systems/reiserfs/Item.cpp
214
fNode->GetNumber(), location, fHeader->GetLen(),
src/add-ons/kernel/file_systems/udf/Recognition.cpp
334
descriptorSequence.location(), descriptorSequence.length()));
src/add-ons/kernel/file_systems/udf/Recognition.cpp
344
off_t block = descriptorSequence.location()+i;
src/add-ons/kernel/file_systems/udf/Recognition.cpp
491
descriptorSequence.location(), descriptorSequence.length()));
src/add-ons/kernel/file_systems/udf/Recognition.cpp
498
off_t block = descriptorSequence.location()+i;
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
451
extent_address::extent_address(uint32 location, uint32 length)
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
453
set_location(location);
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
462
PRINT(("location: %" B_PRIu32 "\n", location()));
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
522
PRINT(("location: %" B_PRIu32 "\n", location()));
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
552
PRINT(("location (in structure) == %" B_PRIu32 "\n", location()));
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
563
status_t error = (block == location()) ? B_OK : B_NO_INIT;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1277
void set_sparing_table_location(uint8 index, uint32 location) {
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1278
_sparing_table_locations[index] = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1326
void set_metadata_file_location(uint32 location) {
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1327
_metadata_file_location = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1331
void set_metadata_mirror_file_location(uint32 location) {
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1332
_metadata_mirror_file_location = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1336
void set_metadata_bitmap_file_location(uint32 location) {
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1337
_metadata_bitmap_file_location = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
371
extent_address(uint32 location = 0, uint32 length = 0);
src/add-ons/kernel/file_systems/udf/UdfStructures.h
376
uint32 location() const { return B_LENDIAN_TO_HOST_INT32(_location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
379
void set_location(int32 location) { _location = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
582
uint32 location() const { return B_LENDIAN_TO_HOST_INT32(_location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
590
void set_location(uint32 location) { _location = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
767
void set_predecessor_volume_descriptor_sequence_location(uint32 location)
src/add-ons/kernel/file_systems/udf/UdfStructures.h
768
{ _predecessor_volume_descriptor_sequence_location = B_HOST_TO_LENDIAN_INT32(location); }
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
222
is_inside_partitions(off_t location, const Partition** partitions, int32 count)
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
232
if (location >= midPartition->Offset() + midPartition->Size())
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
238
result = (location >= partition->Offset() &&
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
239
location < partition->Offset() + partition->Size());
src/add-ons/screen_savers/glife/GLifeView.cpp
191
BRect location(0,0,0,0);
src/add-ons/screen_savers/glife/GLifeView.cpp
192
Draw(location);
src/add-ons/tracker/iconvader/IconVader.cpp
101
BPoint location = pose->Location(view);
src/add-ons/tracker/iconvader/IconVader.cpp
102
location.x += ((rand() % 20) - 10);
src/add-ons/tracker/iconvader/IconVader.cpp
103
location.y += ((rand() % 20) - 10);
src/add-ons/tracker/iconvader/IconVader.cpp
104
pose->SetLocation(location, view);
src/apps/debuganalyzer/gui/chart/Chart.cpp
164
Chart::SetAxis(ChartAxisLocation location, ChartAxis* axis)
src/apps/debuganalyzer/gui/chart/Chart.cpp
166
switch (location) {
src/apps/debuganalyzer/gui/chart/Chart.cpp
183
axis->SetLocation(location);
src/apps/debuganalyzer/gui/chart/Chart.h
40
void SetAxis(ChartAxisLocation location,
src/apps/debuganalyzer/gui/chart/ChartAxis.h
21
virtual void SetLocation(ChartAxisLocation location) = 0;
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
160
LegendChartAxis::SetLocation(ChartAxisLocation location)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
162
if (location != fLocation) {
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
163
fLocation = location;
src/apps/debuganalyzer/gui/chart/LegendChartAxis.h
25
virtual void SetLocation(ChartAxisLocation location);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
253
const UserBreakpointLocation& location = breakpoint->Location();
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
260
value.SetTo(location.GetFunctionID()->FunctionName(),
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
265
LocatableFile* sourceFile = location.SourceFile();
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
269
location.GetSourceLocation().Line() + 1);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1769
const UserBreakpointLocation& location
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1771
int32 line = location.GetSourceLocation().Line();
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1773
if (location.SourceFile() != NULL && line >= 0
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1775
== location.SourceFile()) {
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1780
+ location.RelativeAddress());
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1437
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1438
if (location == NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1449
if (location->CountPieces() > 1)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1453
ValuePieceLocation piece = location->PieceAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1554
ValueLocation* location = child->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1555
for (int32 i = 0; i < location->CountPieces(); i++) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1556
ValuePieceLocation piece = location->PieceAt(i);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1580
tipData += error == B_OK && location->IsWritable()
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2147
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2148
ValuePieceLocation piece = location->PieceAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2457
ValueLocation* location = child->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2458
if (!location->IsWritable())
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2645
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2659
if (location != NULL) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2660
if (location->PieceAt(0).type == VALUE_PIECE_LOCATION_MEMORY) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2665
message->AddUInt64("address", location->PieceAt(0).address);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2677
if (location->IsWritable() && value != NULL) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3284
ValueLocation* location = NULL;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3294
location = new(std::nothrow) ValueLocation();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3295
if (location == NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3297
locationReference.SetTo(location, true);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3303
|| !location->AddPiece(piece)) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3311
location = child->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3312
locationReference.SetTo(location);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3316
info->Expression(), type, location);
src/apps/deskbar/BarView.cpp
1124
BPoint location;
src/apps/deskbar/BarView.cpp
1125
GetMouse(&location, &buttons);
src/apps/deskbar/BarView.cpp
1126
if (fBarMenuBar->ItemAt(1)->Frame().Contains(location))
src/apps/deskbar/BarView.cpp
933
BPoint location;
src/apps/deskbar/BarView.cpp
934
menu->GetMouse(&location, &buttons);
src/apps/deskbar/BarView.cpp
940
if (frame.Contains(location)) {
src/apps/deskbar/BarView.cpp
946
menu->ConvertToScreen(&location);
src/apps/deskbar/BarView.cpp
954
deskbarMenu->ConvertFromScreen(&location);
src/apps/deskbar/BarView.cpp
955
if (deskbarMenu->Frame().Contains(location))
src/apps/deskbar/BarView.cpp
962
expandoMenuBar->ConvertFromScreen(&location);
src/apps/deskbar/BarView.cpp
963
BMenuItem* item = expandoMenuBar->TeamItemAtPoint(location);
src/apps/deskbar/BarWindow.cpp
407
TBarWindow::SetDeskbarLocation(deskbar_location location, bool newExpandState)
src/apps/deskbar/BarWindow.cpp
414
switch (location) {
src/apps/deskbar/BarWindow.cpp
472
deskbar_location location;
src/apps/deskbar/BarWindow.cpp
474
if (message->FindInt32("location", (int32*)&location) == B_OK
src/apps/deskbar/BarWindow.cpp
476
SetDeskbarLocation(location, expand);
src/apps/deskbar/BarWindow.h
72
void SetDeskbarLocation(deskbar_location location,
src/apps/deskbar/ExpandoMenuBar.h
87
TTeamMenuItem* TeamItemAtPoint(BPoint location,
src/apps/deskbar/StatusView.cpp
1750
TDragRegion::SetDragRegionLocation(int32 location)
src/apps/deskbar/StatusView.cpp
1752
if (location == fDragLocation)
src/apps/deskbar/StatusView.cpp
1755
fDragLocation = location;
src/apps/diskprobe/DataView.cpp
400
BPoint location(kHorizontalSpace, kVerticalSpace + fAscent);
src/apps/diskprobe/DataView.cpp
409
FillRect(BRect(location.x - kHorizontalSpace,
src/apps/diskprobe/DataView.cpp
411
location.x - kHorizontalSpace / 2 + Bounds().right,
src/apps/diskprobe/DataView.cpp
415
DrawString(line, location);
src/apps/diskprobe/DataView.cpp
417
location.y += fFontHeight;
src/apps/diskusage/InfoWindow.h
32
InfoWin(BPoint location, FileInfo* info,
src/apps/haikudepot/packagemanagement/OpenPackageProcess.cpp
148
int32 location = InstallLocation();
src/apps/haikudepot/packagemanagement/OpenPackageProcess.cpp
149
if (location == B_PACKAGE_INSTALLATION_LOCATION_SYSTEM) {
src/apps/haikudepot/packagemanagement/OpenPackageProcess.cpp
153
} else if (location == B_PACKAGE_INSTALLATION_LOCATION_HOME) {
src/apps/haikudepot/packagemanagement/PackageManager.cpp
113
PackageManager::PackageManager(BPackageInstallationLocation location)
src/apps/haikudepot/packagemanagement/PackageManager.cpp
115
BPackageManager(location, &fClientInstallationInterface, this),
src/apps/haikudepot/packagemanagement/PackageManager.h
48
BPackageInstallationLocation location);
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
163
PackageLocalInfo::AddInstallationLocation(int32 location)
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
165
fInstallationLocations.insert(location);
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
172
PackageLocalInfo::HasInstallationLocation(int32 location) const
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
174
return fInstallationLocations.find(location) != fInstallationLocations.end();
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
118
AddInstallationLocation(int32 location);
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
57
bool HasInstallationLocation(int32 location) const;
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
71
void AddInstallationLocation(int32 location);
src/apps/haikudepot/server/AbstractServerProcess.cpp
642
BString location;
src/apps/haikudepot/server/AbstractServerProcess.cpp
645
location.SetTo(locationC);
src/apps/haikudepot/server/AbstractServerProcess.cpp
647
if (location.Length() != 0) {
src/apps/haikudepot/server/AbstractServerProcess.cpp
648
BUrl redirectUrl(result.Url(), location);
src/apps/haikudepot/textview/TextDocumentLayout.cpp
200
BPoint location(offset.x, offset.y + layout.y);
src/apps/haikudepot/textview/TextDocumentLayout.cpp
201
if (location.y > updateRect.bottom)
src/apps/haikudepot/textview/TextDocumentLayout.cpp
203
if (location.y + layout.layout->Height() > updateRect.top)
src/apps/haikudepot/textview/TextDocumentLayout.cpp
204
layout.layout->Draw(view, location);
src/apps/haikudepot/textview/TextDocumentView.cpp
390
TextDocumentView::SetCaret(BPoint location, bool extendSelection)
src/apps/haikudepot/textview/TextDocumentView.cpp
395
location.x -= fInsetLeft;
src/apps/haikudepot/textview/TextDocumentView.cpp
396
location.y -= fInsetTop;
src/apps/haikudepot/textview/TextDocumentView.cpp
398
fTextEditor->SetCaret(location, extendSelection);
src/apps/haikudepot/textview/TextEditor.cpp
106
TextEditor::SetCaret(BPoint location, bool extendSelection)
src/apps/haikudepot/textview/TextEditor.cpp
112
int32 caretOffset = fLayout->TextOffsetAt(location.x, location.y,
src/apps/haikudepot/textview/TextEditor.h
50
void SetCaret(BPoint location, bool extendSelection);
src/apps/haikudepot/util/PackageKitUtils.cpp
41
PackageKitUtils::_DeriveDirectoryWhich(BPackageInstallationLocation location,
src/apps/haikudepot/util/PackageKitUtils.cpp
44
switch (location) {
src/apps/haikudepot/util/PackageKitUtils.h
31
BPackageKit::BPackageInstallationLocation location,
src/apps/mediaplayer/Controller.cpp
917
Controller::GetLocation(BString* location)
src/apps/mediaplayer/Controller.cpp
922
*location = fItem->LocationURI();
src/apps/mediaplayer/Controller.h
125
status_t GetLocation(BString* location);
src/apps/poorman/libhttpd/libhttpd.c
1182
static char* location;
src/apps/poorman/libhttpd/libhttpd.c
1193
&location, &maxlocation,
src/apps/poorman/libhttpd/libhttpd.c
1195
(void) my_snprintf( location, maxlocation,
src/apps/poorman/libhttpd/libhttpd.c
1201
&location, &maxlocation, strlen( hc->encodedurl ) + 1 );
src/apps/poorman/libhttpd/libhttpd.c
1202
(void) my_snprintf( location, maxlocation,
src/apps/poorman/libhttpd/libhttpd.c
1206
&header, &maxheader, sizeof(headstr) + strlen( location ) );
src/apps/poorman/libhttpd/libhttpd.c
1208
"%s%s\015\012", headstr, location );
src/apps/poorman/libhttpd/libhttpd.c
1209
send_response( hc, 302, err302title, header, err302form, location );
src/apps/softwareupdater/CheckManager.cpp
43
CheckManager::CheckManager(BPackageInstallationLocation location,
src/apps/softwareupdater/CheckManager.cpp
46
BPackageManager(location, &fClientInstallationInterface, this),
src/apps/softwareupdater/CheckManager.h
34
BPackageInstallationLocation location,
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
911
BPoint location = BPoint(item_rect.left,
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
913
owner->DrawBitmap(icon, location);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
918
_DrawBar(location, owner, icon_size(iconSize));
src/apps/softwareupdater/UpdateManager.cpp
42
UpdateManager::UpdateManager(BPackageInstallationLocation location,
src/apps/softwareupdater/UpdateManager.cpp
45
BPackageManager(location, &fClientInstallationInterface, this),
src/apps/softwareupdater/UpdateManager.h
33
BPackageInstallationLocation location,
src/apps/switcher/ApplicationsView.cpp
16
ApplicationsView::ApplicationsView(uint32 location)
src/apps/switcher/ApplicationsView.cpp
18
BGroupView((location & (kTopEdge | kBottomEdge)) != 0
src/apps/switcher/ApplicationsView.h
15
ApplicationsView(uint32 location);
src/apps/switcher/CaptureWindow.cpp
101
location = kLeftEdge;
src/apps/switcher/CaptureWindow.cpp
103
location = kRightEdge;
src/apps/switcher/CaptureWindow.cpp
105
location = kTopEdge;
src/apps/switcher/CaptureWindow.cpp
107
location = kBottomEdge;
src/apps/switcher/CaptureWindow.cpp
109
if (location != kNowhere)
src/apps/switcher/CaptureWindow.cpp
110
_Notify(location, fLastTeam);
src/apps/switcher/CaptureWindow.cpp
123
uint32 location = kNowhere;
src/apps/switcher/CaptureWindow.cpp
127
location = kLeftEdge;
src/apps/switcher/CaptureWindow.cpp
130
location = kRightEdge;
src/apps/switcher/CaptureWindow.cpp
133
location = kTopEdge;
src/apps/switcher/CaptureWindow.cpp
136
location = kBottomEdge;
src/apps/switcher/CaptureWindow.cpp
140
if (location != kNowhere)
src/apps/switcher/CaptureWindow.cpp
141
_Notify(location, _CurrentTeam());
src/apps/switcher/CaptureWindow.cpp
163
CaptureView::_Notify(uint32 location, team_id team)
src/apps/switcher/CaptureWindow.cpp
165
if (location == kNowhere)
src/apps/switcher/CaptureWindow.cpp
169
message.AddInt32("location", location);
src/apps/switcher/CaptureWindow.cpp
34
void _Notify(uint32 location, team_id team);
src/apps/switcher/CaptureWindow.cpp
99
uint32 location = kNowhere;
src/apps/switcher/PanelWindow.cpp
30
PanelWindow::PanelWindow(uint32 location, uint32 which, team_id team)
src/apps/switcher/PanelWindow.cpp
36
fLocation(location),
src/apps/switcher/PanelWindow.cpp
41
BView* child = _ViewFor(location, which, team);
src/apps/switcher/PanelWindow.cpp
75
PanelWindow::_ViewFor(uint32 location, uint32 which, team_id team) const
src/apps/switcher/PanelWindow.cpp
79
return new ApplicationsView(location);
src/apps/switcher/PanelWindow.cpp
81
return new WindowsView(team, location);
src/apps/switcher/PanelWindow.h
14
PanelWindow(uint32 location, uint32 which,
src/apps/switcher/PanelWindow.h
21
BView* _ViewFor(uint32 location, uint32 which,
src/apps/switcher/Switcher.cpp
54
uint32 location = (uint32)message->FindInt32("location");
src/apps/switcher/Switcher.cpp
55
if ((location & fOccupiedLocations) == 0) {
src/apps/switcher/Switcher.cpp
58
if ((location & (kTopEdge | kBottomEdge)) != 0)
src/apps/switcher/Switcher.cpp
61
new PanelWindow(location, which,
src/apps/switcher/Switcher.cpp
63
fOccupiedLocations |= location;
src/apps/switcher/Switcher.cpp
70
uint32 location;
src/apps/switcher/Switcher.cpp
71
if (message->FindInt32("location", (int32*)&location) == B_OK)
src/apps/switcher/Switcher.cpp
72
fOccupiedLocations &= ~location;
src/apps/switcher/WindowsView.cpp
274
WindowsView::WindowsView(team_id team, uint32 location)
src/apps/switcher/WindowsView.cpp
292
_Orientation(location));
src/apps/switcher/WindowsView.cpp
299
if (_Orientation(location) == B_HORIZONTAL) {
src/apps/switcher/WindowsView.cpp
352
WindowsView::_Orientation(uint32 location)
src/apps/switcher/WindowsView.cpp
354
return (location & (kTopEdge | kBottomEdge)) != 0
src/apps/switcher/WindowsView.h
17
WindowsView(team_id team, uint32 location);
src/apps/switcher/WindowsView.h
25
orientation _Orientation(uint32 location);
src/apps/terminal/TermView.cpp
459
int32 location = int32(y + fScrollOffset);
src/apps/terminal/TermView.cpp
462
if (location < 0)
src/apps/terminal/TermView.cpp
463
location -= fFontHeight - 1;
src/apps/terminal/TermView.cpp
465
return location / fFontHeight;
src/apps/terminal/TermWindow.cpp
1980
BPoint location = fTabView->ConvertToScreen(
src/apps/terminal/TermWindow.cpp
1982
fSetTabTitleDialog->MoveTo(location);
src/apps/tv/MainWin.cpp
492
BPoint location;
src/apps/tv/MainWin.cpp
494
fVideoView->GetMouse(&location, &buttons);
src/bin/pkgman/PackageManager.cpp
38
PackageManager::PackageManager(BPackageInstallationLocation location,
src/bin/pkgman/PackageManager.cpp
41
BPackageManager(location, &fClientInstallationInterface, this),
src/bin/pkgman/PackageManager.h
30
BPackageInstallationLocation location,
src/bin/pkgman/command_full_sync.cpp
100
PackageManager packageManager(location, interactive);
src/bin/pkgman/command_full_sync.cpp
56
BPackageInstallationLocation location
src/bin/pkgman/command_full_sync.cpp
82
location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
src/bin/pkgman/command_install.cpp
117
PackageManager packageManager(location, interactive);
src/bin/pkgman/command_install.cpp
64
BPackageInstallationLocation location
src/bin/pkgman/command_install.cpp
92
location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
src/bin/pkgman/command_uninstall.cpp
101
PackageManager packageManager(location, interactive);
src/bin/pkgman/command_uninstall.cpp
54
BPackageInstallationLocation location
src/bin/pkgman/command_uninstall.cpp
80
location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
src/bin/pkgman/command_update.cpp
102
PackageManager packageManager(location, interactive);
src/bin/pkgman/command_update.cpp
58
BPackageInstallationLocation location
src/bin/pkgman/command_update.cpp
84
location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
src/build/libbe/storage/AppFileInfo.cpp
938
BAppFileInfo::SetInfoLocation(info_location location)
src/build/libbe/storage/AppFileInfo.cpp
942
location = info_location(location & ~B_USE_RESOURCES);
src/build/libbe/storage/AppFileInfo.cpp
944
fWhere = location;
src/build/libbe/storage/File.cpp
356
BFile::ReadAt(off_t location, void *buffer, size_t size)
src/build/libbe/storage/File.cpp
360
if (location < 0)
src/build/libbe/storage/File.cpp
362
return _kern_read(get_fd(), location, buffer, size);
src/build/libbe/storage/File.cpp
389
BFile::WriteAt(off_t location, const void *buffer, size_t size)
src/build/libbe/storage/File.cpp
393
if (location < 0)
src/build/libbe/storage/File.cpp
395
return _kern_write(get_fd(), location, buffer, size);
src/kits/debugger/arch/x86/ArchitectureX86.cpp
739
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/arch/x86/ArchitectureX86.cpp
741
if (location == NULL)
src/kits/debugger/arch/x86/ArchitectureX86.cpp
743
BReference<ValueLocation> locationReference(location,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
750
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86/ArchitectureX86.cpp
756
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86/ArchitectureX86.cpp
760
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86/ArchitectureX86.cpp
767
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
824
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
826
if (location == NULL)
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
828
BReference<ValueLocation> locationReference(location,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
835
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
842
if (!location->AddPiece(piece))
src/kits/debugger/controllers/DebugReportGenerator.cpp
718
SourceLocation location = statement->StartSourceLocation();
src/kits/debugger/controllers/DebugReportGenerator.cpp
722
for (int32 i = 0; i <= location.Line(); i++) {
src/kits/debugger/controllers/DebugReportGenerator.cpp
725
if (i == location.Line())
src/kits/debugger/controllers/TeamDebugger.cpp
2462
UserBreakpointLocation location(breakpointSetting->GetFunctionID(),
src/kits/debugger/controllers/TeamDebugger.cpp
2466
UserBreakpoint* breakpoint = new(std::nothrow) UserBreakpoint(location);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1257
ValueLocation* location;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1259
byteSize, location);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1263
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1268
location, subroutineState, variable);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
282
DIEType* returnType, ValueLocation* location, CpuState* state,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
304
type, location, state);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
330
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
332
if (location == NULL)
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
334
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
338
locationDescription, 0, false, *location);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
342
TRACE_LOCALS_ONLY(location->Dump());
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
346
Variable* variable = new(std::nothrow) Variable(id, name, type, location);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
63
ValueLocation* location,
src/kits/debugger/debug_info/DwarfTypes.cpp
1153
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfTypes.cpp
1155
if (location == NULL)
src/kits/debugger/debug_info/DwarfTypes.cpp
1157
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfTypes.cpp
1174
if (!location->AddPiece(piece))
src/kits/debugger/debug_info/DwarfTypes.cpp
1191
if (!location->SetTo(parentLocation, elementOffset,
src/kits/debugger/debug_info/DwarfTypes.cpp
331
ValueLocation* location
src/kits/debugger/debug_info/DwarfTypes.cpp
333
if (location == NULL || location->CountPieces() != count) {
src/kits/debugger/debug_info/DwarfTypes.cpp
334
delete location;
src/kits/debugger/debug_info/DwarfTypes.cpp
338
_location = location;
src/kits/debugger/debug_info/DwarfTypes.cpp
347
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfTypes.cpp
349
if (location == NULL || !location->AddPiece(piece)) {
src/kits/debugger/debug_info/DwarfTypes.cpp
350
delete location;
src/kits/debugger/debug_info/DwarfTypes.cpp
354
_location = location;
src/kits/debugger/debug_info/DwarfTypes.cpp
371
ValueLocation location(fTypeContext->GetArchitecture()->IsBigEndian());
src/kits/debugger/debug_info/DwarfTypes.cpp
372
if (!location.AddPiece(piece))
src/kits/debugger/debug_info/DwarfTypes.cpp
375
return ResolveObjectDataLocation(location, _location);
src/kits/debugger/debug_info/DwarfTypes.cpp
778
ValueLocation* location;
src/kits/debugger/debug_info/DwarfTypes.cpp
780
member->Entry()->Location(), parentLocation, isBitField, location);
src/kits/debugger/debug_info/DwarfTypes.cpp
786
_location = location;
src/kits/debugger/debug_info/DwarfTypes.cpp
790
BReference<ValueLocation> locationReference(location);
src/kits/debugger/debug_info/DwarfTypes.cpp
850
if (!bitFieldLocation->SetTo(*location, bitOffset, bitSize))
src/kits/debugger/debug_info/DwarfTypes.cpp
905
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfTypes.cpp
907
if (location == NULL)
src/kits/debugger/debug_info/DwarfTypes.cpp
909
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfTypes.cpp
915
if (!location->SetTo(parentLocation,
src/kits/debugger/debug_info/DwarfTypes.cpp
921
if (!location->SetToByteOffset(parentLocation,
src/kits/debugger/debug_info/DwarfTypes.cpp
956
&locationDescription, piece.address, true, *location);
src/kits/debugger/debug_info/DwarfTypes.cpp
978
if (!location->AddPiece(piece))
src/kits/debugger/debug_info/TeamDebugInfo.cpp
154
Function* FunctionAtLocation(const SourceLocation& location) const
src/kits/debugger/debug_info/TeamDebugInfo.cpp
156
int32 index = fFunctions.BinarySearchIndexByKey(location,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
207
static int _CompareLocationFunction(const SourceLocation* location,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
212
if (*location < functionLocation)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
215
return *location == functionLocation ? 0 : 1;
src/kits/debugger/debug_info/TeamDebugInfo.cpp
51
SourceLocation location = key->GetSourceLocation();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
52
hash = hash * 17 + location.Line();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
53
hash = hash * 17 + location.Column();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
809
const SourceLocation& location) const
src/kits/debugger/debug_info/TeamDebugInfo.cpp
812
return entry->FunctionAtLocation(location);
src/kits/debugger/dwarf/AttributeClasses.cpp
49
{ ENTRY(location), AC_BLOCK | AC_LOCLIST },
src/kits/debugger/dwarf/CfaContext.cpp
91
CfaContext::SetLocation(target_addr_t location)
src/kits/debugger/dwarf/CfaContext.cpp
93
fLocation = location;
src/kits/debugger/dwarf/CfaContext.h
34
void SetLocation(target_addr_t location);
src/kits/debugger/dwarf/DebugInfoEntry.cpp
115
DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
117
if (location == NULL || !location->IsFileSet())
src/kits/debugger/dwarf/DebugInfoEntry.cpp
120
_file = location->file;
src/kits/debugger/dwarf/DebugInfoEntry.cpp
128
DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
130
if (location == NULL || !location->IsLineSet())
src/kits/debugger/dwarf/DebugInfoEntry.cpp
133
_line = location->line;
src/kits/debugger/dwarf/DebugInfoEntry.cpp
141
DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
143
if (location == NULL || !location->IsColumnSet())
src/kits/debugger/dwarf/DebugInfoEntry.cpp
146
_column = location->column;
src/kits/debugger/dwarf/DebugInfoEntry.cpp
163
if (DeclarationLocation* location = GetDeclarationLocation()) {
src/kits/debugger/dwarf/DebugInfoEntry.cpp
164
location->SetFile(value.constant);
src/kits/debugger/dwarf/DebugInfoEntry.cpp
176
if (DeclarationLocation* location = GetDeclarationLocation()) {
src/kits/debugger/dwarf/DebugInfoEntry.cpp
177
location->SetLine(value.constant);
src/kits/debugger/dwarf/DebugInfoEntry.cpp
189
if (DeclarationLocation* location = GetDeclarationLocation()) {
src/kits/debugger/dwarf/DebugInfoEntry.cpp
190
location->SetColumn(value.constant);
src/kits/debugger/dwarf/DebugInfoEntry.cpp
202
if (LocationDescription* location = GetLocationDescription()) {
src/kits/debugger/dwarf/DebugInfoEntry.cpp
204
location->SetToLocationList(value.pointer);
src/kits/debugger/dwarf/DebugInfoEntry.cpp
209
location->SetToExpression(value.block.data, value.block.length);
src/kits/debugger/dwarf/DwarfFile.cpp
119
const LocationDescription* location = fSubprogramEntry->FrameBase();
src/kits/debugger/dwarf/DwarfFile.cpp
120
if (!location->IsValid())
src/kits/debugger/dwarf/DwarfFile.cpp
126
status_t error = fFile->_GetLocationExpression(fUnit, location,
src/kits/debugger/dwarf/DwarfFile.cpp
160
LocationDescription* location = entry->GetLocationDescription();
src/kits/debugger/dwarf/DwarfFile.cpp
161
if (location == NULL || !location->IsValid()) {
src/kits/debugger/dwarf/DwarfFile.cpp
168
return fFile->_GetLocationExpression(fUnit, location,
src/kits/debugger/dwarf/DwarfFile.cpp
2297
DIESubprogram* subprogramEntry, target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.cpp
2304
TRACE_CFI("DwarfFile::_UnwindCallFrame(%#" B_PRIx64 ")\n", location);
src/kits/debugger/dwarf/DwarfFile.cpp
2346
context.SetLocation(location, info->start);
src/kits/debugger/dwarf/DwarfFile.cpp
2411
inputInterface, location, 0, 0, false,
src/kits/debugger/dwarf/DwarfFile.cpp
2486
inputInterface, location, frameAddress,
src/kits/debugger/dwarf/DwarfFile.cpp
2505
inputInterface, location, frameAddress,
src/kits/debugger/dwarf/DwarfFile.cpp
2620
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2622
if (location > context.TargetLocation())
src/kits/debugger/dwarf/DwarfFile.cpp
2624
context.SetLocation(location);
src/kits/debugger/dwarf/DwarfFile.cpp
2656
target_addr_t location = augmentation.ReadEncodedAddress(
src/kits/debugger/dwarf/DwarfFile.cpp
2659
TRACE_CFI(" DW_CFA_set_loc: %#" B_PRIx64 "\n", location);
src/kits/debugger/dwarf/DwarfFile.cpp
2661
if (location < context.Location())
src/kits/debugger/dwarf/DwarfFile.cpp
2663
if (location > context.TargetLocation())
src/kits/debugger/dwarf/DwarfFile.cpp
2665
context.SetLocation(location);
src/kits/debugger/dwarf/DwarfFile.cpp
2675
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2677
if (location > context.TargetLocation())
src/kits/debugger/dwarf/DwarfFile.cpp
2679
context.SetLocation(location);
src/kits/debugger/dwarf/DwarfFile.cpp
2689
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2691
if (location > context.TargetLocation())
src/kits/debugger/dwarf/DwarfFile.cpp
2693
context.SetLocation(location);
src/kits/debugger/dwarf/DwarfFile.cpp
2703
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2705
if (location > context.TargetLocation())
src/kits/debugger/dwarf/DwarfFile.cpp
2707
context.SetLocation(location);
src/kits/debugger/dwarf/DwarfFile.cpp
2942
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2944
if (location > context.TargetLocation())
src/kits/debugger/dwarf/DwarfFile.cpp
2946
context.SetLocation(location);
src/kits/debugger/dwarf/DwarfFile.cpp
3140
const LocationDescription* location, target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.cpp
3143
if (!location->IsValid())
src/kits/debugger/dwarf/DwarfFile.cpp
3146
if (location->IsExpression()) {
src/kits/debugger/dwarf/DwarfFile.cpp
3147
_expression = location->expression.data;
src/kits/debugger/dwarf/DwarfFile.cpp
3148
_length = location->expression.length;
src/kits/debugger/dwarf/DwarfFile.cpp
3152
if (location->IsLocationList() && instructionPointer != 0) {
src/kits/debugger/dwarf/DwarfFile.cpp
3153
return _FindLocationExpression(unit, location->listOffset,
src/kits/debugger/dwarf/DwarfFile.cpp
768
DIESubprogram* subprogramEntry, target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.cpp
772
FDELookupInfo* info = _GetContainingFDEInfo(location);
src/kits/debugger/dwarf/DwarfFile.cpp
777
subprogramEntry, location, info,
src/kits/debugger/dwarf/DwarfFile.cpp
803
DIESubprogram* subprogramEntry, const LocationDescription* location,
src/kits/debugger/dwarf/DwarfFile.cpp
812
status_t error = _GetLocationExpression(unit, location, instructionPointer,
src/kits/debugger/dwarf/DwarfFile.h
154
target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.h
185
const LocationDescription* location,
src/kits/debugger/dwarf/DwarfFile.h
62
target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.h
80
const LocationDescription* location,
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
158
ValueLocation* location;
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
161
location, value);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
168
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
177
fValueNode->SetLocationAndValue(location, value, B_OK);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
189
ValueLocation* location = NULL;
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
190
status_t error = nodeChild->ResolveLocation(&valueLoader, location);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
191
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
197
nodeChild->SetLocation(location, error);
src/kits/debugger/model/DisassembledCode.cpp
118
DisassembledCode::StatementAtLocation(const SourceLocation& location) const
src/kits/debugger/model/DisassembledCode.cpp
120
Line* line = fLines.ItemAt(location.Line());
src/kits/debugger/model/DisassembledCode.cpp
96
DisassembledCode::GetStatementLocationRange(const SourceLocation& location,
src/kits/debugger/model/DisassembledCode.cpp
99
Line* line = fLines.ItemAt(location.Line());
src/kits/debugger/model/FileSourceCode.cpp
102
FileSourceCode::GetStatementLocationRange(const SourceLocation& location,
src/kits/debugger/model/FileSourceCode.cpp
106
if (location.Line() >= lineCount)
src/kits/debugger/model/FileSourceCode.cpp
110
int32 index = _FindSourceLocationIndex(location, foundMatch);
src/kits/debugger/model/FileSourceCode.cpp
133
FileSourceCode::_FindSourceLocationIndex(const SourceLocation& location,
src/kits/debugger/model/FileSourceCode.cpp
140
if (location <= fSourceLocations[mid])
src/kits/debugger/model/FileSourceCode.cpp
147
&& location == fSourceLocations[lower];
src/kits/debugger/model/FileSourceCode.cpp
47
FileSourceCode::AddSourceLocation(const SourceLocation& location)
src/kits/debugger/model/FileSourceCode.cpp
51
int32 index = _FindSourceLocationIndex(location, foundMatch);
src/kits/debugger/model/FileSourceCode.cpp
55
return fSourceLocations.Insert(location, index) ? B_OK : B_NO_MEMORY;
src/kits/debugger/model/StackFrameValueInfos.cpp
147
entry->location->AcquireReference();
src/kits/debugger/model/StackFrameValueInfos.cpp
148
*_location = entry->location;
src/kits/debugger/model/StackFrameValueInfos.cpp
165
Type* type, ValueLocation* location)
src/kits/debugger/model/StackFrameValueInfos.cpp
175
entry->SetInfo(type, location);
src/kits/debugger/model/StackFrameValueInfos.cpp
42
ValueLocation* location;
src/kits/debugger/model/StackFrameValueInfos.cpp
63
void SetInfo(Type* type, ValueLocation* location)
src/kits/debugger/model/StackFrameValueInfos.cpp
67
if (location != NULL)
src/kits/debugger/model/StackFrameValueInfos.cpp
68
location->AcquireReference();
src/kits/debugger/model/StackFrameValueInfos.cpp
72
if (this->location != NULL)
src/kits/debugger/model/StackFrameValueInfos.cpp
73
this->location->ReleaseReference();
src/kits/debugger/model/StackFrameValueInfos.cpp
76
this->location = location;
src/kits/debugger/model/Team.cpp
628
const SourceLocation& location, Statement*& _statement)
src/kits/debugger/model/Team.cpp
631
B_PRId32 "))\n", sourceCode, location.Line(), location.Column());
src/kits/debugger/model/Team.cpp
635
Statement* statement = code->StatementAtLocation(location);
src/kits/debugger/model/Team.cpp
652
location);
src/kits/debugger/model/Team.cpp
665
->GetStatementAtSourceLocation(functionDebugInfo, location, _statement);
src/kits/debugger/model/UserBreakpoint.cpp
101
fLocation(location),
src/kits/debugger/model/UserBreakpoint.cpp
99
UserBreakpoint::UserBreakpoint(const UserBreakpointLocation& location)
src/kits/debugger/model/Variable.cpp
16
ValueLocation* location, CpuState* state)
src/kits/debugger/model/Variable.cpp
21
fLocation(location),
src/kits/debugger/settings/BreakpointSetting.cpp
53
BreakpointSetting::SetTo(const UserBreakpointLocation& location, bool enabled,
src/kits/debugger/settings/BreakpointSetting.cpp
58
fFunctionID = location.GetFunctionID();
src/kits/debugger/settings/BreakpointSetting.cpp
62
if (LocatableFile* file = location.SourceFile())
src/kits/debugger/settings/BreakpointSetting.cpp
65
fSourceLocation = location.GetSourceLocation();
src/kits/debugger/settings/BreakpointSetting.cpp
66
fRelativeAddress = location.RelativeAddress();
src/kits/debugger/settings/BreakpointSetting.h
30
status_t SetTo(const UserBreakpointLocation& location,
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1951
ValueLocation* location = new(std::nothrow) ValueLocation();
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1952
if (location == NULL) {
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1957
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1960
|| !location->AddPiece(piece)) {
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1980
location);
src/kits/debugger/value/ValueLoader.cpp
101
ValuePieceLocation piece = location->PieceAt(
src/kits/debugger/value/ValueLoader.cpp
215
ValueLoader::LoadRawValue(BVariant& location, size_t bytesToRead, void* _value)
src/kits/debugger/value/ValueLoader.cpp
217
ssize_t bytesRead = fTeamMemory->ReadMemory(location.ToUInt64(),
src/kits/debugger/value/ValueLoader.cpp
228
ValueLoader::LoadStringValue(BVariant& location, size_t maxSize, BString& _value)
src/kits/debugger/value/ValueLoader.cpp
232
return fTeamMemory->ReadMemoryString(location.ToUInt64(),
src/kits/debugger/value/ValueLoader.cpp
43
ValueLoader::LoadValue(ValueLocation* location, type_code valueType,
src/kits/debugger/value/ValueLoader.cpp
48
int32 count = location->CountPieces();
src/kits/debugger/value/ValueLoader.cpp
50
ValuePieceLocation piece = location->PieceAt(i);
src/kits/debugger/value/ValueLoader.h
32
status_t LoadValue(ValueLocation* location,
src/kits/debugger/value/ValueLoader.h
36
status_t LoadRawValue(BVariant& location,
src/kits/debugger/value/ValueLoader.h
39
status_t LoadStringValue(BVariant& location,
src/kits/debugger/value/ValueNode.cpp
104
ValueNode::SetLocationAndValue(ValueLocation* location, Value* value,
src/kits/debugger/value/ValueNode.cpp
107
if (fLocation != location) {
src/kits/debugger/value/ValueNode.cpp
111
fLocation = location;
src/kits/debugger/value/ValueNode.cpp
222
ValueNodeChild::SetLocation(ValueLocation* location, status_t resolutionState)
src/kits/debugger/value/ValueNode.cpp
224
if (fLocation != location) {
src/kits/debugger/value/ValueNode.cpp
228
fLocation = location;
src/kits/debugger/value/ValueWriter.cpp
45
ValueWriter::WriteValue(ValueLocation* location, BVariant& value)
src/kits/debugger/value/ValueWriter.cpp
47
if (!location->IsWritable())
src/kits/debugger/value/ValueWriter.cpp
50
int32 count = location->CountPieces();
src/kits/debugger/value/ValueWriter.cpp
53
const ValuePieceLocation piece = location->PieceAt(i);
src/kits/debugger/value/ValueWriter.cpp
67
ValuePieceLocation piece = location->PieceAt(
src/kits/debugger/value/ValueWriter.h
34
status_t WriteValue(ValueLocation* location,
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
192
ValueLocation* location;
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
194
location);
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
201
_location = location;
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
55
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
56
if (location == NULL)
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
73
status_t error = valueLoader->LoadValue(location, valueType, false,
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
83
location->AcquireReference();
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
84
_location = location;
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
321
ValueLocation* location;
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
323
*parentLocation, location);
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
330
_location = location;
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
66
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
67
if (location == NULL)
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
70
location->AcquireReference();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
71
_location = location;
src/kits/debugger/value/value_nodes/BListValueNode.cpp
102
BListItemCountNodeChild(BVariant location,
src/kits/debugger/value/value_nodes/BListValueNode.cpp
122
BVariant location, BListValueNode* parent, Type* type)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
127
fLocation(location),
src/kits/debugger/value/value_nodes/BListValueNode.cpp
146
ValueLocation* location = new(std::nothrow) ValueLocation();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
147
if (location == NULL)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
153
location->AddPiece(piece);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
155
_location = location;
src/kits/debugger/value/value_nodes/BListValueNode.cpp
198
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
199
if (location == NULL)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
245
*location, memberLocation);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
261
*location, memberLocation);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
291
location->AcquireReference();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
292
_location = location;
src/kits/debugger/value/value_nodes/BListValueNode.cpp
80
ValueLocation* location = new(std::nothrow) ValueLocation();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
81
if (location == NULL)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
91
location->AddPiece(piece);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
93
_location = location;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
149
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
150
if (location == NULL)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
176
headerAddress.SetTo(location->PieceAt(0).address);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
184
*location, memberLocation);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
200
*location, memberLocation);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
215
*location, memberLocation);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
230
*location, memberLocation);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
318
location->AcquireReference();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
319
_location = location;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
577
int32 index, ValueLocation& location) const
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
607
location.Clear();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
608
location.AddPiece(piece);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
72
ValueLocation* location;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
76
location = new ValueLocation();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
77
if (location == NULL)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
84
location->AddPiece(piece);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
87
*parentLocation, location);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
93
_location = location;
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
51
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
52
if (location == NULL)
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
74
error = valueLoader->LoadValue(location, valueType, false,
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
79
addressData.SetTo(location->PieceAt(0).address);
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
131
ValueLocation* location;
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
133
*parentLocation, location);
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
140
_location = location;
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
183
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
184
if (location == NULL)
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
187
location->AcquireReference();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
188
_location = location;
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
81
ValueLocation* location;
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
83
*parentLocation, location);
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
90
_location = location;
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
46
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
47
if (location == NULL)
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
85
status_t error = valueLoader->LoadValue(location, valueType, true,
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
95
location->AcquireReference();
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
96
_location = location;
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
47
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
48
if (location == NULL)
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
65
status_t error = valueLoader->LoadValue(location, valueType, false,
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
75
location->AcquireReference();
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
76
_location = location;
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
48
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
49
if (location == NULL)
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
68
status_t error = valueLoader->LoadValue(location, valueType,
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
87
location->AcquireReference();
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
88
_location = location;
src/kits/interface/Deskbar.cpp
106
return location;
src/kits/interface/Deskbar.cpp
112
location = static_cast<deskbar_location>(value);
src/kits/interface/Deskbar.cpp
118
return location;
src/kits/interface/Deskbar.cpp
123
BDeskbar::SetLocation(deskbar_location location, bool expanded)
src/kits/interface/Deskbar.cpp
126
request.AddInt32("location", static_cast<int32>(location));
src/kits/interface/Deskbar.cpp
96
deskbar_location location = B_DESKBAR_RIGHT_TOP;
src/kits/interface/HaikuControlLook.cpp
1533
hash_mark_location location, uint32 flags, orientation orientation)
src/kits/interface/HaikuControlLook.cpp
1562
if (location & B_HASH_MARKS_TOP) {
src/kits/interface/HaikuControlLook.cpp
1590
if ((location & B_HASH_MARKS_BOTTOM) != 0) {
src/kits/interface/HaikuControlLook.cpp
2376
BPoint location(alignedRect.LeftTop());
src/kits/interface/HaikuControlLook.cpp
2378
location.y += ceilf((height - icon->Bounds().Height() - 1) / 2);
src/kits/interface/HaikuControlLook.cpp
2382
view->DrawBitmap(icon, location);
src/kits/interface/HaikuControlLook.cpp
2386
BPoint location(alignedRect.left + textOffset,
src/kits/interface/HaikuControlLook.cpp
2389
location.y += ceilf((height - textHeight) / 2);
src/kits/interface/HaikuControlLook.cpp
2391
DrawLabel(view, truncatedLabel.String(), base, flags, location, textColor);
src/kits/interface/Menu.cpp
2044
BPoint location;
src/kits/interface/Menu.cpp
2047
GetMouse(&location, &buttons);
src/kits/interface/Menu.cpp
2060
BPoint screenLocation = ConvertToScreen(location);
src/kits/interface/Menu.cpp
2122
} else if ((item = _HitTestItems(location, B_ORIGIN)) != NULL) {
src/kits/interface/Menu.cpp
2123
_UpdateStateOpenSelect(item, location, navAreaRectAbove,
src/kits/interface/Menu.cpp
2157
_UpdateStateClose(item, location, buttons);
src/kits/interface/Menu.cpp
2162
BPoint newLocation = location;
src/kits/interface/Menu.cpp
2173
} while (newLocation == location && newButtons == buttons
src/kits/interface/Menu.cpp
2178
if (newLocation != location || newButtons != buttons) {
src/kits/interface/Menu.cpp
2181
location = newLocation;
src/kits/interface/Menu.cpp
2186
_UpdateStateClose(item, location, buttons);
src/kits/interface/Menu.cpp
2939
BMenu::_OverSuper(BPoint location)
src/kits/interface/Menu.cpp
2944
return fSuperbounds.Contains(location);
src/kits/interface/PicturePlayer.cpp
1315
const BPoint* location;
src/kits/interface/PicturePlayer.cpp
1316
if (!reader.Get(location))
src/kits/interface/PicturePlayer.cpp
1319
callbacks.SetPenLocation(*location);
src/kits/interface/PicturePlayer.cpp
65
virtual void SetPenLocation(const BPoint& location);
src/kits/interface/Shelf.cpp
1259
BShelf::_AddReplicant(BMessage *data, BPoint *location, uint32 uniqueID)
src/kits/interface/Shelf.cpp
1318
const BPoint point = location ? *location : view->Frame().LeftTop();
src/kits/interface/Shelf.cpp
952
BShelf::AddReplicant(BMessage *data, BPoint location)
src/kits/interface/Shelf.cpp
954
return _AddReplicant(data, &location, fGenCount++);
src/kits/interface/Slider.cpp
754
BSlider::ValueForPoint(BPoint location) const
src/kits/interface/Slider.cpp
762
position = location.x;
src/kits/interface/Slider.cpp
766
position = min + (max - location.y);
src/kits/interface/TextView.cpp
1896
float location = 0;
src/kits/interface/TextView.cpp
1902
width = _ActualTabWidth(location);
src/kits/interface/TextView.cpp
1905
if (location + width > point.x) {
src/kits/interface/TextView.cpp
1906
if (fabs(location + width - point.x) < fabs(location - point.x))
src/kits/interface/TextView.cpp
1911
location += width;
src/kits/interface/TextView.cpp
4387
BTextView::_ActualTabWidth(float location) const
src/kits/interface/TextView.cpp
4389
float tabWidth = fTabWidth - fmod(location, fTabWidth);
src/kits/interface/ToolTip.cpp
68
BToolTip::SetMouseRelativeLocation(BPoint location)
src/kits/interface/ToolTip.cpp
70
fRelativeLocation = location;
src/kits/interface/ToolTipManager.cpp
207
BPoint location = where;
src/kits/interface/ToolTipManager.cpp
212
location.x -= size.width + offset.x;
src/kits/interface/ToolTipManager.cpp
213
if (location.x < screenFrame.left) {
src/kits/interface/ToolTipManager.cpp
214
location.x = screenFrame.left;
src/kits/interface/ToolTipManager.cpp
219
location.x -= size.width / 2 - offset.x;
src/kits/interface/ToolTipManager.cpp
220
if (location.x < screenFrame.left) {
src/kits/interface/ToolTipManager.cpp
221
location.x = screenFrame.left;
src/kits/interface/ToolTipManager.cpp
223
} else if (location.x + size.width > screenFrame.right) {
src/kits/interface/ToolTipManager.cpp
224
location.x = screenFrame.right - size.width;
src/kits/interface/ToolTipManager.cpp
230
location.x += offset.x;
src/kits/interface/ToolTipManager.cpp
231
if (location.x + size.width > screenFrame.right) {
src/kits/interface/ToolTipManager.cpp
232
location.x = screenFrame.right - size.width;
src/kits/interface/ToolTipManager.cpp
251
location.y = where.y - size.height - offset.y;
src/kits/interface/ToolTipManager.cpp
252
if (location.y < screenFrame.top) {
src/kits/interface/ToolTipManager.cpp
261
location.y -= size.height / 2 - offset.y;
src/kits/interface/ToolTipManager.cpp
262
if (location.y < screenFrame.top)
src/kits/interface/ToolTipManager.cpp
263
location.y = screenFrame.top;
src/kits/interface/ToolTipManager.cpp
264
else if (location.y + size.height > screenFrame.bottom)
src/kits/interface/ToolTipManager.cpp
265
location.y = screenFrame.bottom - size.height;
src/kits/interface/ToolTipManager.cpp
269
location.y = where.y + offset.y;
src/kits/interface/ToolTipManager.cpp
270
if (location.y + size.height > screenFrame.bottom) {
src/kits/interface/ToolTipManager.cpp
281
where = location;
src/kits/interface/View.cpp
1627
BPoint location;
src/kits/interface/View.cpp
1629
fOwner->fLink->Read<BPoint>(&location);
src/kits/interface/View.cpp
1633
ConvertFromScreen(&location);
src/kits/interface/View.cpp
1645
*_location = location;
src/kits/interface/View.cpp
3213
BView::DrawChar(char c, BPoint location)
src/kits/interface/View.cpp
3215
DrawString(&c, 1, location);
src/kits/interface/View.cpp
3230
BView::DrawString(const char* string, BPoint location, escapement_delta* delta)
src/kits/interface/View.cpp
3235
DrawString(string, strlen(string), location, delta);
src/kits/interface/View.cpp
3247
BView::DrawString(const char* string, int32 length, BPoint location,
src/kits/interface/View.cpp
3257
info.location = location;
src/kits/interface/layouter/SimpleLayouter.cpp
100
return fElements[element].location;
src/kits/interface/layouter/SimpleLayouter.cpp
227
int location = 0;
src/kits/interface/layouter/SimpleLayouter.cpp
229
fLayoutInfo->fElements[i].location = location;
src/kits/interface/layouter/SimpleLayouter.cpp
230
location += fSpacing + fLayoutInfo->fElements[i].size;
src/kits/interface/layouter/SimpleLayouter.cpp
25
int32 location;
src/kits/interface/textview_support/UndoBuffer.cpp
196
int32 runArrayLen, int32 location, bool internalDrop)
src/kits/interface/textview_support/UndoBuffer.cpp
203
fDropLocation = location;
src/kits/interface/textview_support/UndoBuffer.h
95
int32 runArrayLength, int32 location,
src/kits/network/libnetservices/Geolocation.cpp
167
BMessage location;
src/kits/network/libnetservices/Geolocation.cpp
168
result = data.FindMessage("location", &location);
src/kits/network/libnetservices/Geolocation.cpp
173
result = location.FindDouble("lat", &lat);
src/kits/network/libnetservices/Geolocation.cpp
176
result = location.FindDouble("lng", &lon);
src/kits/package/ActivationTransaction.cpp
115
BActivationTransaction::SetLocation(BPackageInstallationLocation location)
src/kits/package/ActivationTransaction.cpp
117
fLocation = location;
src/kits/package/ActivationTransaction.cpp
44
int32 location;
src/kits/package/ActivationTransaction.cpp
50
if ((error = archive->FindInt32("location", &location)) == B_OK
src/kits/package/ActivationTransaction.cpp
58
if (location >= 0
src/kits/package/ActivationTransaction.cpp
59
&& location <= B_PACKAGE_INSTALLATION_LOCATION_ENUM_COUNT) {
src/kits/package/ActivationTransaction.cpp
60
fLocation = (BPackageInstallationLocation)location;
src/kits/package/ActivationTransaction.cpp
88
BActivationTransaction::SetTo(BPackageInstallationLocation location,
src/kits/package/ActivationTransaction.cpp
91
if (location < 0 || location >= B_PACKAGE_INSTALLATION_LOCATION_ENUM_COUNT
src/kits/package/ActivationTransaction.cpp
96
fLocation = location;
src/kits/package/CleanUpAdminDirectoryRequest.cpp
178
const BInstallationLocationInfo& location,
src/kits/package/CleanUpAdminDirectoryRequest.cpp
182
fLocationInfo(location),
src/kits/package/CleanUpAdminDirectoryRequest.cpp
34
const BInstallationLocationInfo& location,
src/kits/package/CleanUpAdminDirectoryRequest.cpp
52
const BString& title, const BInstallationLocationInfo& location,
src/kits/package/CleanUpAdminDirectoryRequest.cpp
56
fLocationInfo(location),
src/kits/package/DaemonClient.cpp
109
_info.SetLocation(location);
src/kits/package/DaemonClient.cpp
151
BDaemonClient::CreateTransaction(BPackageInstallationLocation location,
src/kits/package/DaemonClient.cpp
156
status_t error = GetInstallationLocationInfo(location, info);
src/kits/package/DaemonClient.cpp
190
error = _transaction.SetTo(location, info.ChangeCount(), directoryName);
src/kits/package/DaemonClient.cpp
42
BPackageInstallationLocation location, BInstallationLocationInfo& _info)
src/kits/package/DaemonClient.cpp
49
error = request.AddInt32("location", location);
src/kits/package/InstallationLocationInfo.cpp
57
BInstallationLocationInfo::SetLocation(BPackageInstallationLocation location)
src/kits/package/InstallationLocationInfo.cpp
59
fLocation = location;
src/kits/package/PackageRoster.cpp
226
BPackageInstallationLocation location, BInstallationLocationInfo& _info)
src/kits/package/PackageRoster.cpp
232
location, _info);
src/kits/package/PackageRoster.cpp
240
BPackageRoster::GetActivePackages(BPackageInstallationLocation location,
src/kits/package/PackageRoster.cpp
247
status_t error = GetInstallationLocationInfo(location, info);
src/kits/package/PackageRoster.cpp
260
BPackageRoster::IsPackageActive(BPackageInstallationLocation location,
src/kits/package/PackageRoster.cpp
267
status_t error = GetActivePackages(location, packageInfos);
src/kits/package/manager/PackageManager.cpp
58
BPackageManager::BPackageManager(BPackageInstallationLocation location,
src/kits/package/manager/PackageManager.cpp
63
fLocation(location),
src/kits/package/manager/PackageManager.cpp
979
BPackageInstallationLocation location, int32 priority)
src/kits/package/manager/PackageManager.cpp
986
fLocation(location),
src/kits/package/manager/RepositoryBuilder.cpp
195
BRepositoryBuilder::AddPackages(BPackageInstallationLocation location,
src/kits/package/manager/RepositoryBuilder.cpp
198
status_t error = fRepository.AddPackages(location);
src/kits/package/solver/SolverRepository.cpp
100
BSolverRepository::SetTo(BPackageInstallationLocation location)
src/kits/package/solver/SolverRepository.cpp
106
status_t error = AddPackages(location);
src/kits/package/solver/SolverRepository.cpp
290
BSolverRepository::AddPackages(BPackageInstallationLocation location)
src/kits/package/solver/SolverRepository.cpp
294
status_t error = roster.GetActivePackages(location, packageInfos);
src/kits/package/solver/SolverRepository.cpp
48
BSolverRepository::BSolverRepository(BPackageInstallationLocation location)
src/kits/package/solver/SolverRepository.cpp
56
SetTo(location);
src/kits/storage/AppFileInfo.cpp
932
BAppFileInfo::SetInfoLocation(info_location location)
src/kits/storage/AppFileInfo.cpp
936
location = info_location(location & ~B_USE_RESOURCES);
src/kits/storage/AppFileInfo.cpp
938
fWhere = location;
src/kits/storage/File.cpp
231
BFile::ReadAt(off_t location, void* buffer, size_t size)
src/kits/storage/File.cpp
235
if (location < 0)
src/kits/storage/File.cpp
238
return _kern_read(get_fd(), location, buffer, size);
src/kits/storage/File.cpp
255
BFile::WriteAt(off_t location, const void* buffer, size_t size)
src/kits/storage/File.cpp
259
if (location < 0)
src/kits/storage/File.cpp
262
return _kern_write(get_fd(), location, buffer, size);
src/kits/storage/disk_device/DiskDeviceUtils.h
19
set_string(char*& location, const char* newString)
src/kits/storage/disk_device/DiskDeviceUtils.h
28
free(location);
src/kits/storage/disk_device/DiskDeviceUtils.h
29
location = string;
src/kits/storage/disk_device/DiskDeviceUtils.h
35
#define SET_STRING_RETURN_ON_ERROR(location, string) \
src/kits/storage/disk_device/DiskDeviceUtils.h
37
status_t error = set_string(location, string); \
src/kits/storage/mime/database_support.cpp
142
static DatabaseLocation location;
src/kits/storage/mime/database_support.cpp
143
if (location.Directories().IsEmpty())
src/kits/storage/mime/database_support.cpp
144
location.AddDirectory("/tmp");
src/kits/storage/mime/database_support.cpp
145
return &location;
src/kits/support/Url.cpp
114
BUrl::BUrl(const BUrl& base, const BString& location)
src/kits/support/Url.cpp
135
relative._ExplodeUrlString(location, PARSE_RAW_PATH_MASK_BIT);
src/kits/tracker/FindPanel.cpp
776
BPoint location;
src/kits/tracker/FindPanel.cpp
783
hadLocation = FSGetPoseLocation(fFile, &location);
src/kits/tracker/FindPanel.cpp
828
(hadLocation && keepPoseLocation) ? &location : 0, newFile);
src/kits/tracker/Pose.cpp
471
BPoint location = Location(poseView);
src/kits/tracker/Pose.cpp
472
BRect rect = _IconRect(poseView, location);
src/kits/tracker/Pose.cpp
476
return IconCache::sIconCache->IconHitTest(where - location,
src/kits/tracker/Pose.cpp
482
return widget->CalcRect(location, NULL, poseView).Contains(where);
src/kits/tracker/Pose.cpp
607
BPoint location(Location(poseView));
src/kits/tracker/Pose.cpp
608
BPoint iconOrigin(location);
src/kits/tracker/Pose.cpp
616
BRect widgetRect(widget->CalcRect(location, NULL, poseView));
src/kits/tracker/Pose.cpp
688
BPoint location(Location(poseView));
src/kits/tracker/Pose.cpp
693
DrawIcon(location, poseView, poseView->IconSize());
src/kits/tracker/Pose.cpp
696
UpdateIcon(location, poseView);
src/kits/tracker/Pose.cpp
708
poseView->Invalidate(widget->CalcRect(location, NULL, poseView));
src/kits/tracker/Pose.cpp
932
BPoint location = Location(poseView);
src/kits/tracker/Pose.cpp
933
BRect rect(_IconRect(poseView, location));
src/kits/tracker/Pose.cpp
955
BPose::_ListIconRect(const BPoseView* poseView, BPoint location) const
src/kits/tracker/Pose.cpp
962
rect.left = location.x + poseView->ListOffset();
src/kits/tracker/Pose.cpp
964
rect.top = location.y + roundf((poseView->ListElemHeight() - iconSize) / 2);
src/kits/tracker/Pose.cpp
972
BPose::_IconRect(const BPoseView* poseView, BPoint location) const
src/kits/tracker/Pose.cpp
979
rect.left = location.x;
src/kits/tracker/Pose.cpp
981
rect.top = location.y;
src/kits/tracker/Pose.h
135
BRect _ListIconRect(const BPoseView* poseView, BPoint location) const;
src/kits/tracker/Pose.h
136
BRect _IconRect(const BPoseView* poseView, BPoint location) const;
src/kits/tracker/PoseView.cpp
3370
BPoint location;
src/kits/tracker/PoseView.cpp
3373
if (message->FindPoint("be:invoke_origin", &location) == B_OK) {
src/kits/tracker/PoseView.cpp
3376
location = ConvertFromScreen(location);
src/kits/tracker/PoseView.cpp
3380
GetMouse(&location, &buttons);
src/kits/tracker/PoseView.cpp
3381
BPoint globalLocation(location);
src/kits/tracker/PoseView.cpp
3393
location);
src/kits/tracker/PoseView.cpp
3579
BPoint location(pose->Location(this));
src/kits/tracker/PoseView.cpp
3580
BPoint newLocation(PinToGrid(location, fGrid, fOffset));
src/kits/tracker/PoseView.cpp
3585
if (newLocation != location || intersectsDesktopElements) {
src/kits/tracker/PoseView.cpp
5066
BPoint location(pose->Location(targetView) + delta);
src/kits/tracker/PoseView.cpp
5069
location = targetView->PinToGrid(location, targetView->fGrid,
src/kits/tracker/PoseView.cpp
5075
pose->MoveTo(location, targetView);
src/kits/tracker/PoseView.cpp
5998
BPoint location;
src/kits/tracker/PoseView.cpp
6006
location.Set(0, index * fListElemHeight);
src/kits/tracker/PoseView.cpp
6015
location = pose->Location(this);
src/kits/tracker/PoseView.cpp
6018
pose->UpdateIcon(location, this);
src/kits/tracker/PoseView.cpp
9224
BPoint location(0, startIndex * fListElemHeight);
src/kits/tracker/PoseView.cpp
9230
poseRect = pose->CalcRect(location, this, false);
src/kits/tracker/PoseView.cpp
9234
location.y += fListElemHeight;
src/kits/tracker/PoseView.cpp
9235
if (location.y >= updateRect.bottom)
src/kits/tracker/PoseView.cpp
9282
BPoint location(0, startIndex * fListElemHeight);
src/kits/tracker/PoseView.cpp
9303
BRect dstRect = srcRect.OffsetByCopy(location);
src/kits/tracker/PoseView.cpp
9314
location.y += fListElemHeight;
src/kits/tracker/PoseView.cpp
9315
if (location.y > updateRect.bottom)
src/kits/tracker/PoseView.cpp
9841
BPoint location(0, startIndex * fListElemHeight);
src/kits/tracker/PoseView.cpp
9844
*poseRect = fDropTarget->CalcRect(location, this, false);
src/kits/tracker/PoseView.cpp
9848
location.y += fListElemHeight;
src/kits/tracker/PoseView.cpp
9849
if (location.y > bounds.bottom)
src/kits/tracker/PoseView.cpp
9888
BPoint location;
src/kits/tracker/PoseView.cpp
9889
menu->GetMouse(&location, &buttons);
src/kits/tracker/PoseView.cpp
9897
if (bounds.Contains(location)) {
src/kits/tracker/PoseView.cpp
9903
menu->ConvertToScreen(&location);
src/kits/tracker/PoseView.cpp
9917
inSubmenu = frame.Contains(location);
src/kits/tracker/PoseView.cpp
9976
BPoint location(0, startIndex * fListElemHeight);
src/kits/tracker/PoseView.cpp
9984
poseRect = fDropTarget->CalcRect(location, this, false);
src/kits/tracker/PoseView.cpp
9989
location.y += fListElemHeight;
src/kits/tracker/PoseView.cpp
9990
if (location.y > bounds.bottom)
src/kits/tracker/StatusWindow.cpp
638
BPoint location;
src/kits/tracker/StatusWindow.cpp
639
location.x = (fStatusBar->Frame().left
src/kits/tracker/StatusWindow.cpp
641
location.y = (Bounds().Height()- fBitmap->Bounds().Height()) / 2;
src/kits/tracker/StatusWindow.cpp
642
DrawBitmap(fBitmap, location);
src/kits/tracker/TextWidget.cpp
685
BPoint location(textRect.left, textRect.bottom - decenderHeight);
src/kits/tracker/TextWidget.cpp
713
drawView->DrawString(fittingText, location);
src/kits/tracker/TextWidget.cpp
720
drawView->DrawString(fittingText, location);
src/kits/tracker/TextWidget.cpp
733
drawView->DrawString(fittingText, location);
src/kits/tracker/TextWidget.cpp
741
drawView->DrawString(fittingText, location + BPoint(1, 1));
src/kits/tracker/TextWidget.cpp
750
drawView->DrawString(fittingText, location);
src/kits/tracker/Tracker.h
109
void SelectPoseAtLocationSoon(node_ref parent, BPoint location);
src/kits/tracker/Tracker.h
180
void SelectPoseAtLocationInParent(node_ref parent, BPoint location);
src/libs/compat/freebsd_wlan/net80211/_ieee80211.h
437
uint8_t location; /* I (indoor), O (outdoor), other */
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
289
ie->cc[2] = (rd->location == 'I' ? 'I' :
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
290
rd->location == 'O' ? 'O' : ' ');
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
363
if (reg->rd.location != 'I' && reg->rd.location != 'O' &&
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
364
reg->rd.location != ' ') {
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
366
"%s: invalid location 0x%x\n", __func__, reg->rd.location);
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
72
ic->ic_regdomain.location = ' '; /* both */
src/libs/libsolv/ext/repo_haiku.cpp
169
BPackageInstallationLocation location)
src/libs/libsolv/ext/repo_haiku.cpp
173
if (roster.GetActivePackages(location, packageInfos) == B_OK)
src/servers/app/Desktop.cpp
1649
Desktop::SetWindowTabLocation(Window* window, float location, bool isShifting)
src/servers/app/Desktop.cpp
1654
bool changed = window->SetTabLocation(location, isShifting, dirty);
src/servers/app/Desktop.cpp
1658
NotifyWindowTabLocationChanged(window, location, isShifting);
src/servers/app/Desktop.h
195
float location, bool isShifting);
src/servers/app/DesktopListener.cpp
260
float location, bool isShifting)
src/servers/app/DesktopListener.cpp
268
listener->WindowTabLocationChanged(window, location, isShifting);
src/servers/app/DesktopListener.h
122
float location, bool isShifting);
src/servers/app/DesktopListener.h
64
float location, bool isShifting) = 0;
src/servers/app/DrawState.cpp
667
DrawState::SetPenLocation(BPoint location)
src/servers/app/DrawState.cpp
669
fPenLocation = location;
src/servers/app/DrawState.h
133
void SetPenLocation(BPoint location);
src/servers/app/PictureBoundingBoxPlayer.cpp
174
virtual void SetPenLocation(const BPoint& location);
src/servers/app/PictureBoundingBoxPlayer.cpp
457
BPoint location = fState->GetDrawState()->PenLocation();
src/servers/app/PictureBoundingBoxPlayer.cpp
459
fState->PenToLocalTransform().Apply(&location);
src/servers/app/PictureBoundingBoxPlayer.cpp
460
rect.OffsetBy(location);
src/servers/app/PictureBoundingBoxPlayer.cpp
463
fState->PenToLocalTransform().Apply(&location);
src/servers/app/PictureBoundingBoxPlayer.cpp
464
fState->GetDrawState()->SetPenLocation(location);
src/servers/app/ServerFont.cpp
1207
ServerFont::SetFontData(FT_Byte* location, uint32 size)
src/servers/app/ServerFont.cpp
1210
fStyle->SetFontData(location, size);
src/servers/app/ServerFont.h
179
void SetFontData(FT_Byte* location, uint32 size);
src/servers/app/ServerPicture.cpp
268
virtual void SetPenLocation(const BPoint& location);
src/servers/app/ServerPicture.cpp
596
BPoint location = fCanvas->CurrentState()->PenLocation();
src/servers/app/ServerPicture.cpp
598
fCanvas->PenToScreenTransform().Apply(&location);
src/servers/app/ServerPicture.cpp
599
location = fCanvas->GetDrawingEngine()->DrawString(string, length,
src/servers/app/ServerPicture.cpp
600
location, const_cast<escapement_delta*>(&delta));
src/servers/app/ServerPicture.cpp
602
fCanvas->PenToScreenTransform().Apply(&location);
src/servers/app/ServerPicture.cpp
603
fCanvas->CurrentState()->SetPenLocation(location);
src/servers/app/ServerPicture.cpp
624
BPoint location = fCanvas->GetDrawingEngine()->DrawString(string, length,
src/servers/app/ServerPicture.cpp
627
fCanvas->PenToScreenTransform().Apply(&location);
src/servers/app/ServerPicture.cpp
628
fCanvas->CurrentState()->SetPenLocation(location);
src/servers/app/ServerWindow.cpp
1702
BPoint location;
src/servers/app/ServerWindow.cpp
1703
if (link.Read<BPoint>(&location) != B_OK)
src/servers/app/ServerWindow.cpp
1708
fCurrentView->Name(), location.x, location.y));
src/servers/app/ServerWindow.cpp
1710
fCurrentView->CurrentState()->SetPenLocation(location);
src/servers/app/ServerWindow.cpp
1715
BPoint location = fCurrentView->CurrentState()->PenLocation();
src/servers/app/ServerWindow.cpp
1719
fCurrentView->Name(), location.x, location.y));
src/servers/app/ServerWindow.cpp
1722
fLink.Attach<BPoint>(location);
src/servers/app/ServerWindow.cpp
3172
fCurrentView->PenToScreenTransform().Apply(&info.location);
src/servers/app/ServerWindow.cpp
3174
info.stringLength, info.location, delta);
src/servers/app/ServerWindow.cpp
3335
BPoint location;
src/servers/app/ServerWindow.cpp
3336
link.Read<BPoint>(&location);
src/servers/app/ServerWindow.cpp
3337
picture->WriteSetPenLocation(location);
src/servers/app/ServerWindow.cpp
3339
fCurrentView->CurrentState()->SetPenLocation(location);
src/servers/app/ServerWindow.cpp
3892
picture->WriteDrawString(info.location, string, info.stringLength,
src/servers/app/ServerWindow.cpp
3896
fCurrentView->PenToScreenTransform().Apply(&info.location);
src/servers/app/ServerWindow.cpp
3900
string, info.stringLength, info.location, &info.delta);
src/servers/app/Window.cpp
1213
Window::SetTabLocation(float location, bool isShifting, BRegion& dirty)
src/servers/app/Window.cpp
1218
return decorator->SetTabLocation(index, location, isShifting, &dirty);
src/servers/app/Window.h
245
bool SetTabLocation(float location, bool isShifting,
src/servers/app/decorator/Decorator.cpp
1031
Decorator::_SetTabLocation(Decorator::Tab* tab, float location, bool isShifting,
src/servers/app/decorator/Decorator.cpp
506
Decorator::SetTabLocation(int32 tab, float location, bool isShifting,
src/servers/app/decorator/Decorator.cpp
514
if (_SetTabLocation(decoratorTab, location, isShifting, updateRegion)) {
src/servers/app/decorator/Decorator.h
165
bool SetTabLocation(int32 tab, float location,
src/servers/app/decorator/Decorator.h
245
float location, bool isShifting,
src/servers/app/decorator/DefaultWindowBehaviour.cpp
321
float location = fWindow->TabLocation();
src/servers/app/decorator/DefaultWindowBehaviour.cpp
323
location += delta.x;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
324
AdjustMultiTabLocation(location, true);
src/servers/app/decorator/DefaultWindowBehaviour.cpp
325
if (fDesktop->SetWindowTabLocation(fWindow, location, true))
src/servers/app/decorator/DefaultWindowBehaviour.cpp
331
void AdjustMultiTabLocation(float location, bool isShifting)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
342
if (movingTab->tabOffset > location)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
353
if (movingTab->tabOffset > location) {
src/servers/app/decorator/DefaultWindowBehaviour.cpp
354
if (location > neighbourTab->tabOffset
src/servers/app/decorator/DefaultWindowBehaviour.cpp
359
if (location + movingTab->tabRect.Width() < neighbourTab->tabOffset
src/servers/app/decorator/TabDecorator.cpp
762
TabDecorator::_SetTabLocation(Decorator::Tab* _tab, float location,
src/servers/app/decorator/TabDecorator.cpp
765
STRACE(("TabDecorator: Set Tab Location(%.1f)\n", location));
src/servers/app/decorator/TabDecorator.cpp
786
if (location < 0)
src/servers/app/decorator/TabDecorator.cpp
787
location = 0;
src/servers/app/decorator/TabDecorator.cpp
794
if (location > maxLocation)
src/servers/app/decorator/TabDecorator.cpp
795
location = maxLocation;
src/servers/app/decorator/TabDecorator.cpp
797
float delta = floor(location - tab->tabOffset);
src/servers/app/decorator/TabDecorator.cpp
808
tab->tabOffset = (int32)location;
src/servers/app/decorator/TabDecorator.h
105
float location, bool isShifting,
src/servers/app/drawing/HWInterface.cpp
254
BPoint location;
src/servers/app/drawing/HWInterface.cpp
256
location = fCursorLocation;
src/servers/app/drawing/HWInterface.cpp
259
return location;
src/servers/app/font/FontStyle.cpp
273
FontStyle::SetFontData(FT_Byte* location, uint32 size)
src/servers/app/font/FontStyle.cpp
280
fFontData = location;
src/servers/app/font/FontStyle.h
141
void SetFontData(FT_Byte* location, uint32 size);
src/servers/app/stackandtile/StackAndTile.cpp
449
StackAndTile::WindowTabLocationChanged(Window* window, float location,
src/servers/app/stackandtile/StackAndTile.h
80
float location, bool isShifting);
src/servers/notification/NotificationView.cpp
289
TruncateString(&text, B_TRUNCATE_END, Bounds().Width() - l->location.x);
src/servers/notification/NotificationView.cpp
290
DrawString(text.String(), text.Length(), l->location);
src/servers/notification/NotificationView.cpp
437
titleLine->location = BPoint(iconRight + buttonSize, y);
src/servers/notification/NotificationView.cpp
469
line->location = BPoint(iconRight + buttonSize, y);
src/servers/notification/NotificationView.cpp
484
line->location.y += fontHeight;
src/servers/notification/NotificationView.h
60
BPoint location;
src/servers/notification/NotificationWindow.cpp
303
BPoint location(x, y);
src/servers/notification/NotificationWindow.cpp
348
location = BPoint(x, y);
src/servers/notification/NotificationWindow.cpp
350
location = BScreen().Frame().RightBottom();
src/servers/notification/NotificationWindow.cpp
351
location -= BPoint(width, height);
src/servers/notification/NotificationWindow.cpp
353
location = BScreen().Frame().LeftBottom();
src/servers/notification/NotificationWindow.cpp
354
location -= BPoint(0, height);
src/servers/notification/NotificationWindow.cpp
356
location = BScreen().Frame().RightTop();
src/servers/notification/NotificationWindow.cpp
357
location -= BPoint(width, 0);
src/servers/notification/NotificationWindow.cpp
359
location = BScreen().Frame().LeftTop();
src/servers/notification/NotificationWindow.cpp
362
MoveTo(location);
src/servers/package/ResultWindow.cpp
105
BStringView* locationView = new BStringView(NULL, BString().SetToFormat("in %s:", location));
src/servers/package/ResultWindow.cpp
87
ResultWindow::AddLocationChanges(const char* location,
src/servers/package/ResultWindow.h
36
bool AddLocationChanges(const char* location,
src/servers/package/Root.cpp
290
Root::GetVolume(BPackageInstallationLocation location)
src/servers/package/Root.cpp
292
switch ((BPackageInstallationLocation)location) {
src/servers/package/Root.cpp
309
int32 location;
src/servers/package/Root.cpp
310
if (message->FindInt32("location", &location) != B_OK
src/servers/package/Root.cpp
311
|| location < 0
src/servers/package/Root.cpp
312
|| location >= B_PACKAGE_INSTALLATION_LOCATION_ENUM_COUNT) {
src/servers/package/Root.cpp
318
Volume* volume = GetVolume((BPackageInstallationLocation)location);
src/servers/package/Root.h
49
BPackageInstallationLocation location);
src/servers/package/Volume.cpp
370
BPackageInstallationLocation location = Location();
src/servers/package/Volume.cpp
373
error = CreateTransaction(location, transaction,
src/servers/package/Volume.cpp
787
Volume::CreateTransaction(BPackageInstallationLocation location,
src/servers/package/Volume.cpp
814
error = _transaction.SetTo(location, fChangeCount, directoryName);
src/servers/package/Volume.h
134
BPackageInstallationLocation location,
src/system/libroot/posix/dlfcn.c
41
void* location;
src/system/libroot/posix/dlfcn.c
50
&location);
src/system/libroot/posix/dlfcn.c
56
return location;
src/system/libroot/posix/dlfcn.c
83
void* location;
src/system/libroot/posix/dlfcn.c
87
&imagePath, NULL, &symbolName, NULL, &location, NULL);
src/system/libroot/posix/dlfcn.c
98
info->dli_saddr = location;
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
250
void* location;
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
258
&location, &exactMatch);
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
266
address - (addr_t)location, exactMatch ? "" : " (nearest)");
src/system/libroot/posix/malloc/hoard2/wrapper.cpp
74
void* location;
src/system/libroot/posix/malloc/hoard2/wrapper.cpp
76
&symbolType, &location) == B_OK) {
src/system/libroot/posix/malloc/hoard2/wrapper.cpp
77
if ((addr_t)address >= (addr_t)location) {
src/system/libroot/posix/malloc/hoard2/wrapper.cpp
79
int32 newOffset = (addr_t)address - (addr_t)location;
src/system/runtime_loader/commpage.cpp
108
addr_t location = (addr_t)__gCommPageAddress + symbol->st_value;
src/system/runtime_loader/commpage.cpp
110
if (location <= (addr_t)address && location >= foundLocation) {
src/system/runtime_loader/commpage.cpp
112
foundLocation = location;
src/system/runtime_loader/commpage.cpp
115
if (location + symbol->st_size > (addr_t)address) {
src/system/runtime_loader/elf.cpp
824
void* location = (void*)(symbol->st_value
src/system/runtime_loader/elf.cpp
835
patch_defined_symbol(image, symbolName, &location, &type);
src/system/runtime_loader/elf.cpp
840
*_location = location;
src/system/runtime_loader/elf.cpp
895
addr_t location = symbol->st_value + image->regions[0].delta;
src/system/runtime_loader/elf.cpp
897
if (location <= (addr_t)address && location >= foundLocation) {
src/system/runtime_loader/elf.cpp
899
foundLocation = location;
src/system/runtime_loader/elf.cpp
902
if (location + symbol->st_size > (addr_t)address) {
src/system/runtime_loader/elf_symbol_lookup.cpp
310
void* location = (void*)(symbol->st_value + image->regions[0].delta);
src/system/runtime_loader/elf_symbol_lookup.cpp
312
patch_defined_symbol(image, lookupInfo.name, &location, &symbolType);
src/system/runtime_loader/elf_symbol_lookup.cpp
315
*_location = location;
src/system/runtime_loader/elf_symbol_lookup.cpp
607
void* location = NULL;
src/system/runtime_loader/elf_symbol_lookup.cpp
612
location = sharedImage = NULL;
src/system/runtime_loader/elf_symbol_lookup.cpp
630
location = (void*)sharedSym->st_value;
src/system/runtime_loader/elf_symbol_lookup.cpp
632
location
src/system/runtime_loader/elf_symbol_lookup.cpp
633
= (void*)((addr_t)location + sharedImage->regions[0].delta);
src/system/runtime_loader/elf_symbol_lookup.cpp
640
&location, &type);
src/system/runtime_loader/elf_symbol_lookup.cpp
643
if (type == 0 || (location == NULL && sym->Bind() != STB_WEAK && lookupError != SUCCESS)) {
src/system/runtime_loader/elf_symbol_lookup.cpp
669
cache->SetSymbolValueAt(index, (addr_t)location, sharedImage);
src/system/runtime_loader/elf_symbol_lookup.cpp
673
*symAddress = (addr_t)location;
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
151
BPoint location = fInsets.LeftTop();
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
154
location.y = fInsets.top;
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
161
BRect cellFrame(location,
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
171
location.y += fRowInfos[row].size + fRowSpacing;
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
174
location.x += columnInfo.size + fColumnSpacing;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
64
BPoint location = fMinLocation + value;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
65
if (location.x < fMinLocation.x)
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
66
location.x = fMinLocation.x;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
67
if (location.y < fMinLocation.y)
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
68
location.y = fMinLocation.y;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
69
if (location.x > fMaxLocation.x)
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
70
location.x = fMaxLocation.x;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
71
if (location.y > fMaxLocation.y)
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
72
location.y = fMaxLocation.y;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
74
if (location != Location()) {
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
75
SetFrame(Frame().OffsetToCopy(location));
src/tests/kits/interface/layout/widget_layout_test/View.cpp
140
BPoint location = fFrame.LeftTop();
src/tests/kits/interface/layout/widget_layout_test/View.cpp
141
return (fParent ? fParent->LocationInContainer() + location : location);
src/tests/kits/interface/layout/widget_layout_test/View.cpp
79
View::SetLocation(BPoint location)
src/tests/kits/interface/layout/widget_layout_test/View.cpp
81
SetFrame(fFrame.OffsetToCopy(location));
src/tests/kits/interface/layout/widget_layout_test/View.h
27
void SetLocation(BPoint location);
src/tests/kits/interface/layout/widget_layout_test/tests/SliderTest.cpp
81
location)
src/tests/kits/interface/layout/widget_layout_test/tests/SliderTest.cpp
83
fLocation(location)
src/tests/kits/opengl/glsl/shaderutil.c
190
uniforms[i].location
src/tests/kits/opengl/glsl/shaderutil.c
201
glUniform1i(uniforms[i].location,
src/tests/kits/opengl/glsl/shaderutil.c
205
glUniform1fv(uniforms[i].location, 1, uniforms[i].value);
src/tests/kits/opengl/glsl/shaderutil.c
208
glUniform2fv(uniforms[i].location, 1, uniforms[i].value);
src/tests/kits/opengl/glsl/shaderutil.c
211
glUniform3fv(uniforms[i].location, 1, uniforms[i].value);
src/tests/kits/opengl/glsl/shaderutil.c
214
glUniform4fv(uniforms[i].location, 1, uniforms[i].value);
src/tests/kits/opengl/glsl/shaderutil.c
249
uniforms[i].location = glGetUniformLocation(program, name);
src/tests/kits/opengl/glsl/shaderutil.c
271
uniforms[i].location,
src/tests/kits/opengl/glsl/shaderutil.c
299
attribs[i].location = glGetAttribLocation(program, name);
src/tests/kits/opengl/glsl/shaderutil.c
321
attribs[i].location);
src/tests/kits/opengl/glsl/shaderutil.h
12
GLint location; /**< filled in by InitUniforms() */
src/tests/kits/opengl/glsl/shaderutil.h
23
GLint location;
src/tests/servers/app/painter/Painter.cpp
266
Painter::SetPenLocation(const BPoint& location)
src/tests/servers/app/painter/Painter.cpp
268
fPenLocation = location;
src/tests/servers/app/painter/Painter.h
53
void SetPenLocation(const BPoint& location);
src/tests/servers/app/painter/Painter.h
59
inline void MovePenTo(const BPoint& location)
src/tests/servers/app/painter/Painter.h
60
{ SetPenLocation(location); }
src/tests/servers/app/resize_limits/ResizeLimits.cpp
10
virtual void FrameMoved(BPoint location);
src/tests/system/kernel/slab/Slab.h
139
ObjectInfo location = fStrategy.ObjectInformation(object);
src/tests/system/kernel/slab/Slab.h
141
if (BaseCache::ReturnObject(location))
src/tests/system/kernel/slab/Slab.h
142
fStrategy.ReturnSlab(location.first);
src/tools/cppunit/cppunit/Asserter.cpp
26
SourceLine location )
src/tools/cppunit/cppunit/Asserter.cpp
29
fail( message, location );