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

123

/haiku/src/kits/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp18 SetLocation(fVariable->Location(), B_OK);
53 _location = fVariable->Location();
H A DPointerToMemberValueNode.cpp47 ValueLocation* location = NodeChild()->Location();
H A DCompoundValueNode.cpp77 ValueLocation* parentLocation = fParent->Location();
127 ValueLocation* parentLocation = fParent->Location();
183 ValueLocation* location = NodeChild()->Location();
H A DEnumerationValueNode.cpp46 ValueLocation* location = NodeChild()->Location();
H A DPrimitiveValueNode.cpp48 ValueLocation* location = NodeChild()->Location();
H A DCStringValueNode.cpp51 ValueLocation* location = NodeChild()->Location();
H A DArrayValueNode.cpp66 ValueLocation* location = NodeChild()->Location();
296 ValueLocation* parentLocation = fParent->Location();
388 ValueLocation* parentLocation = fParent->Location();
H A DAddressValueNode.cpp55 ValueLocation* location = NodeChild()->Location();
/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp6 - Location
8 - Set Location
57 assert(myDeskbar->Location() == currLocation);
58 assert(myDeskbar->Location(&isExpanded) == currLocation);
158 deskbar_location origLocation = myDeskbar.Location(&origExpanded);
175 assert(myDeskbar.Location() == origLocation);
191 return(new DeskbarLocationTestCaller("BDeskbar::Location Test", &DeskbarLocationTest::PerformTest));
/haiku/src/kits/debugger/jobs/
H A DWriteValueNodeJob.cpp72 status_t error = writer.WriteValue(fValueNode->Location(), value);
77 fValueNode->SetLocationAndValue(fValueNode->Location(), fNewValue, B_OK);
/haiku/headers/os/package/
H A DInstallationLocationInfo.h26 BPackageInstallationLocation Location() const;
/haiku/headers/private/debugger/model/
H A DVariable.h30 ValueLocation* Location() const { return fLocation; } function in class:Variable
H A DUserBreakpoint.h85 const UserBreakpointLocation& Location() const { return fLocation; } function in class:UserBreakpoint
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp57 return Location() - fMinLocation;
74 if (location != Location()) {
H A DWidgetLayoutTest.cpp163 BPoint sliderLocation(fSliderView->Location());
164 BPoint wrapperLocation(fWrapperView->Location());
191 BPoint wrapperLocation(fWrapperView->Location());
H A DView.h28 BPoint Location() const;
/haiku/src/servers/package/
H A DPackageManager.cpp38 BPackageManager(volume->Location(), this, this),
136 if (Volume* volume = fRoot->GetVolume(repository.Location())) {
157 if (repository.Location() != fVolume->Location())
203 Volume* volume = fRoot->GetVolume(transaction.Repository().Location());
207 return volume->CreateTransaction(transaction.Repository().Location(),
217 Volume* volume = fRoot->GetVolume(transaction.Repository().Location());
/haiku/headers/private/debugger/value/
H A DValueNode.h82 ValueLocation* Location() const { return fLocation; } function in class:ValueNode
123 ValueLocation* Location() const;
/haiku/src/kits/package/
H A DInstallationLocationInfo.cpp50 BInstallationLocationInfo::Location() const function in class:BPackageKit::BInstallationLocationInfo
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.h32 target_addr_t Location() const function in class:CfaContext
/haiku/headers/os/interface/
H A DDeskbar.h34 // Location methods
36 deskbar_location Location(bool* _isExpanded = NULL) const;
/haiku/headers/private/package/
H A DActivationTransaction.h34 BPackageInstallationLocation Location() const;
/haiku/src/kits/tracker/
H A DPose.cpp206 rect = widget->CalcClickRect(pose->Location(poseView), NULL, poseView);
236 poseLoc = Location(poseView);
248 poseLoc = Location(poseView);
354 BPoint location = Location(poseView);
415 bounds = widget->CalcRect(Location(poseView), NULL, poseView);
456 bounds = widget->CalcRect(Location(poseView), NULL, poseView);
484 BPoint location = Location(poseView);
646 BPoint location(Location(poseView));
698 BPoint location(Location(poseView));
727 BPoint oldLocation = Location(poseVie
892 BPose::Location(const BPoseView* poseView) const function in class:BPose
[all...]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp78 TRACE("Level %d, @%0lx: TTD %016lx\t", currentLevel, ttd.Location(), ttd.Value());
147 level, reinterpret_cast<uint64>(descriptor), ttd.Location());
194 panic("Required contiguous descriptor in use by Block/Page for %lx\n", ttd.Location());
217 panic("Re-setting a Block/Page descriptor for %lx\n", ttd.Location());
224 panic("All descriptor types processed for %lx\n", ttd.Location());
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp81 if (!fDatabase->Location()->IsInstalled(signature)) {
87 status = fDatabase->Location()->OpenType(signature, typeNode);

Completed in 98 milliseconds

123