Symbol: Location
headers/os/device/USBKit.h
79
const char * Location() const;
headers/os/interface/Deskbar.h
36
deskbar_location Location(bool* _isExpanded = NULL) const;
headers/os/package/InstallationLocationInfo.h
26
BPackageInstallationLocation Location() const;
headers/private/debugger/model/UserBreakpoint.h
85
const UserBreakpointLocation& Location() const { return fLocation; }
headers/private/debugger/model/Variable.h
30
ValueLocation* Location() const { return fLocation; }
headers/private/debugger/value/ValueNode.h
123
ValueLocation* Location() const;
headers/private/debugger/value/ValueNode.h
82
ValueLocation* Location() const { return fLocation; }
headers/private/package/ActivationTransaction.h
34
BPackageInstallationLocation Location() const;
headers/private/package/manager/PackageManager.h
224
BPackageInstallationLocation Location() const
headers/private/storage/mime/Database.h
60
DatabaseLocation* Location() const { return fLocation; }
src/add-ons/kernel/bus_managers/acpi/acpica/include/acdebug.h
323
char *Location,
src/add-ons/tracker/iconvader/IconVader.cpp
101
BPoint location = pose->Location(view);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
253
const UserBreakpointLocation& location = breakpoint->Location();
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1538
breakpoint->Location().GetFunctionID());
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1770
= fActiveBreakpoint->Location();
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
1554
ValueLocation* location = child->Location();
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
2457
ValueLocation* location = child->Location();
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
3311
location = child->Location();
src/bin/listusb/listusb.cpp
171
device.VendorID(), device.ProductID(), device.Location(),
src/bin/listusb/listusb.cpp
179
printf("[Device /dev/bus/usb%s]\n", device.Location());
src/bin/pkgman/PackageManager.cpp
338
if (BPackageRoster().GetInstallationLocationInfo(repository.Location(), info) == B_OK) {
src/kits/debugger/debug_info/DwarfTypes.cpp
756
baseType->Entry()->Location(), parentLocation, false, _location);
src/kits/debugger/debug_info/DwarfTypes.cpp
780
member->Entry()->Location(), parentLocation, isBitField, location);
src/kits/debugger/debug_managers/BreakpointManager.cpp
387
userBreakpoint->Location().GetFunctionID());
src/kits/debugger/debug_managers/BreakpointManager.cpp
392
= userBreakpoint->Location().GetSourceLocation();
src/kits/debugger/debug_managers/BreakpointManager.cpp
394
= userBreakpoint->Location().RelativeAddress();
src/kits/debugger/dwarf/CfaContext.h
32
target_addr_t Location() const
src/kits/debugger/dwarf/DebugInfoEntries.h
692
const MemberLocation* Location() const
src/kits/debugger/dwarf/DebugInfoEntries.h
888
const MemberLocation* Location() const
src/kits/debugger/dwarf/DwarfFile.cpp
2620
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2661
if (location < context.Location())
src/kits/debugger/dwarf/DwarfFile.cpp
2675
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2689
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2703
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2942
target_addr_t location = context.Location()
src/kits/debugger/jobs/WriteValueNodeJob.cpp
72
status_t error = writer.WriteValue(fValueNode->Location(), value);
src/kits/debugger/jobs/WriteValueNodeJob.cpp
77
fValueNode->SetLocationAndValue(fValueNode->Location(), fNewValue, B_OK);
src/kits/debugger/model/Team.cpp
488
if (userBreakpoint->Location().SourceFile() == sourceFile)
src/kits/debugger/settings/TeamSettings.cpp
70
status_t error = breakpointSetting->SetTo(breakpoint->Location(),
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
55
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
296
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
388
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
66
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
198
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
149
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
71
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
51
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
127
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
183
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
77
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
46
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
47
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
48
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/VariableValueNodeChild.cpp
18
SetLocation(fVariable->Location(), B_OK);
src/kits/debugger/value/value_nodes/VariableValueNodeChild.cpp
53
_location = fVariable->Location();
src/kits/interface/Window.cpp
1578
switch (deskbar.Location()) {
src/kits/package/manager/PackageManager.cpp
1126
.AddPackages(repository.Location(), name);
src/kits/package/manager/PackageManager.cpp
1134
return fDaemonClient.CreateTransaction(transaction.Repository().Location(),
src/kits/package/manager/PackageManager.cpp
767
.AddToSolver(fSolver, repository->Location() == fLocation);
src/kits/storage/mime/AppMetaMimeCreator.cpp
81
if (!fDatabase->Location()->IsInstalled(signature)) {
src/kits/storage/mime/AppMetaMimeCreator.cpp
87
status = fDatabase->Location()->OpenType(signature, typeNode);
src/kits/tracker/Pose.cpp
206
rect = widget->CalcClickRect(pose->Location(poseView), NULL, poseView);
src/kits/tracker/Pose.cpp
236
poseLoc = Location(poseView);
src/kits/tracker/Pose.cpp
401
bounds = widget->CalcRect(Location(poseView), NULL, poseView);
src/kits/tracker/Pose.cpp
442
bounds = widget->CalcRect(Location(poseView), NULL, poseView);
src/kits/tracker/Pose.cpp
471
BPoint location = Location(poseView);
src/kits/tracker/Pose.cpp
607
BPoint location(Location(poseView));
src/kits/tracker/Pose.cpp
688
BPoint location(Location(poseView));
src/kits/tracker/Pose.cpp
720
BPoint oldLocation = Location(poseView);
src/kits/tracker/Pose.cpp
932
BPoint location = Location(poseView);
src/kits/tracker/Pose.h
112
BPoint Location(const BPoseView* poseView) const;
src/kits/tracker/PoseView.cpp
10015
if (pose->Location(this).y > bounds.bottom)
src/kits/tracker/PoseView.cpp
1184
poseLoc = fActivePose->Location(this);
src/kits/tracker/PoseView.cpp
2051
BPoint loc(pose->Location(this));
src/kits/tracker/PoseView.cpp
2508
poseLoc = pose->Location(this);
src/kits/tracker/PoseView.cpp
3231
poseLoc = PinToGrid(pose->Location(this), oldGrid, oldOffset);
src/kits/tracker/PoseView.cpp
3232
delta = pose->Location(this) - poseLoc;
src/kits/tracker/PoseView.cpp
3475
poseLoc = pose->Location(this);
src/kits/tracker/PoseView.cpp
3516
poseLoc = pose->Location(this);
src/kits/tracker/PoseView.cpp
3579
BPoint location(pose->Location(this));
src/kits/tracker/PoseView.cpp
3642
fHintLocation = pose->Location(this) + BPoint(fGrid.x, 0);
src/kits/tracker/PoseView.cpp
3723
fHintLocation = pose->Location(this);
src/kits/tracker/PoseView.cpp
3758
BPoint newLocation(pose->Location(this));
src/kits/tracker/PoseView.cpp
3791
BPoint loc(pose->Location(this));
src/kits/tracker/PoseView.cpp
3831
while (index < numPoses && fVSPoseList->ItemAt(index)->Location(this).y
src/kits/tracker/PoseView.cpp
3876
= (int32)(y - fVSPoseList->ItemAt(index)->Location(this).y);
src/kits/tracker/PoseView.cpp
3885
&& y == fVSPoseList->ItemAt(index - 1)->Location(this).y)
src/kits/tracker/PoseView.cpp
3893
&& fVSPoseList->ItemAt(index)->Location(this).y <= y) {
src/kits/tracker/PoseView.cpp
3910
int32 index = FirstIndexAtOrBelow((int32)pose->Location(this).y, false);
src/kits/tracker/PoseView.cpp
5066
BPoint location(pose->Location(targetView) + delta);
src/kits/tracker/PoseView.cpp
5900
poseLoc = pose->Location(this);
src/kits/tracker/PoseView.cpp
6015
location = pose->Location(this);
src/kits/tracker/PoseView.cpp
6057
poseLoc = dropEnd + (pose->Location(this) - dropStart);
src/kits/tracker/PoseView.cpp
7810
if (pose->Location(this).y > bounds.bottom)
src/kits/tracker/PoseView.cpp
7878
if (pose->Location(this).y > selectionRect.bottom)
src/kits/tracker/PoseView.cpp
7956
BRect selection(where, fSelectionPivotPose->Location(this));
src/kits/tracker/PoseView.cpp
814
poseInfo.fLocation = pose->Location(this);
src/kits/tracker/PoseView.cpp
839
extendedPoseInfo->SetLocationForFrame(pose->Location(this),
src/kits/tracker/PoseView.cpp
8738
if (pose->Location(this).y > bounds.bottom)
src/kits/tracker/PoseView.cpp
8812
if (pose->Location(this).y > bounds.bottom)
src/kits/tracker/PoseView.cpp
9248
if (pose->Location(this).y > updateRect.bottom)
src/kits/tracker/PoseView.cpp
9866
if (pose->Location(this).y > bounds.bottom) {
src/servers/notification/NotificationWindow.cpp
309
bool overlapping = is_overlapping(deskbar.Location(), fPosition);
src/servers/notification/NotificationWindow.cpp
314
switch (deskbar.Location()) {
src/servers/package/PackageManager.cpp
136
if (Volume* volume = fRoot->GetVolume(repository.Location())) {
src/servers/package/PackageManager.cpp
157
if (repository.Location() != fVolume->Location())
src/servers/package/PackageManager.cpp
203
Volume* volume = fRoot->GetVolume(transaction.Repository().Location());
src/servers/package/PackageManager.cpp
207
return volume->CreateTransaction(transaction.Repository().Location(),
src/servers/package/PackageManager.cpp
217
Volume* volume = fRoot->GetVolume(transaction.Repository().Location());
src/servers/package/PackageManager.cpp
38
BPackageManager(volume->Location(), this, this),
src/servers/package/Volume.cpp
1365
&& message.AddInt32("location", (int32)Location()) == B_OK
src/servers/package/Volume.cpp
370
BPackageInstallationLocation location = Location();
src/servers/package/Volume.h
95
BPackageInstallationLocation Location() const;
src/system/boot/platform/efi/arch/arm64/arch_mmu.cpp
171
level, reinterpret_cast<uint64>(descriptor), ttd.Location());
src/system/boot/platform/efi/arch/arm64/arch_mmu.cpp
79
TRACE("Level %d, @%0lx: TTD %016lx\t", currentLevel, ttd.Location(), ttd.Value());
src/system/boot/platform/efi/arch/arm64/arch_mmu.h
124
uint64 Location() {
src/tests/kits/interface/bdeskbar/DeskbarLocationTest.cpp
158
deskbar_location origLocation = myDeskbar.Location(&origExpanded);
src/tests/kits/interface/bdeskbar/DeskbarLocationTest.cpp
175
assert(myDeskbar.Location() == origLocation);
src/tests/kits/interface/bdeskbar/DeskbarLocationTest.cpp
57
assert(myDeskbar->Location() == currLocation);
src/tests/kits/interface/bdeskbar/DeskbarLocationTest.cpp
58
assert(myDeskbar->Location(&isExpanded) == currLocation);
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
57
return Location() - fMinLocation;
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
74
if (location != Location()) {
src/tests/kits/interface/layout/widget_layout_test/View.h
28
BPoint Location() const;
src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
163
BPoint sliderLocation(fSliderView->Location());
src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
164
BPoint wrapperLocation(fWrapperView->Location());
src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
191
BPoint wrapperLocation(fWrapperView->Location());