Searched refs:location (Results 1 - 25 of 238) sorted by relevance

12345678910

/haiku/headers/private/package/hpkg/
H A DStacker.h19 Stacker(Type*& location, Type* element) argument
21 fLocation(&location),
22 fPreviousElement(location)
27 Stacker(Type** location, Type* element) argument
29 fLocation(location),
30 fPreviousElement(*location)
/haiku/src/apps/switcher/
H A DSwitcher.cpp54 uint32 location = (uint32)message->FindInt32("location"); local
55 if ((location & fOccupiedLocations) == 0) {
58 if ((location & (kTopEdge | kBottomEdge)) != 0)
61 new PanelWindow(location, which,
63 fOccupiedLocations |= location;
70 uint32 location; local
71 if (message->FindInt32("location", (int32*)&location) == B_OK)
72 fOccupiedLocations &= ~location;
[all...]
H A DCaptureWindow.cpp34 void _Notify(uint32 location, team_id team);
99 uint32 location = kNowhere; local
101 location = kLeftEdge;
103 location = kRightEdge;
105 location = kTopEdge;
107 location = kBottomEdge;
109 if (location != kNowhere)
110 _Notify(location, fLastTeam);
123 uint32 location = kNowhere;
127 location
163 _Notify(uint32 location, team_id team) argument
[all...]
H A DPanelWindow.h14 PanelWindow(uint32 location, uint32 which,
21 BView* _ViewFor(uint32 location, uint32 which,
H A DWindowsView.h17 WindowsView(team_id team, uint32 location);
25 orientation _Orientation(uint32 location);
H A DApplicationsView.h15 ApplicationsView(uint32 location);
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dinterface.h11 extern int wb_miibus_readreg(wb_device *, int phy_id, int location);
12 extern void wb_miibus_writereg(wb_device *, int phy, int location, int data);
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceUtils.h19 set_string(char*& location, const char* newString) argument
28 free(location);
29 location = string;
35 #define SET_STRING_RETURN_ON_ERROR(location, string) \
37 status_t error = set_string(location, string); \
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp64 BPoint location = fMinLocation + value; local
65 if (location.x < fMinLocation.x)
66 location.x = fMinLocation.x;
67 if (location.y < fMinLocation.y)
68 location.y = fMinLocation.y;
69 if (location.x > fMaxLocation.x)
70 location.x = fMaxLocation.x;
71 if (location.y > fMaxLocation.y)
72 location.y = fMaxLocation.y;
74 if (location !
[all...]
/haiku/src/kits/debugger/value/value_nodes/
H A DPointerToMemberValueNode.cpp46 // get the location
47 ValueLocation* location = NodeChild()->Location(); local
48 if (location == NULL)
65 status_t error = valueLoader->LoadValue(location, valueType, false,
75 location->AcquireReference();
76 _location = location;
H A DEnumerationValueNode.cpp45 // get the location
46 ValueLocation* location = NodeChild()->Location(); local
47 if (location == NULL)
85 status_t error = valueLoader->LoadValue(location, valueType, true,
95 location->AcquireReference();
96 _location = location;
H A DPrimitiveValueNode.cpp47 // get the location
48 ValueLocation* location = NodeChild()->Location(); local
49 if (location == NULL)
68 status_t error = valueLoader->LoadValue(location, valueType,
87 location->AcquireReference();
88 _location = location;
H A DAddressValueNode.cpp54 // get the location
55 ValueLocation* location = NodeChild()->Location(); local
56 if (location == NULL)
73 status_t error = valueLoader->LoadValue(location, valueType, false,
83 location->AcquireReference();
84 _location = location;
191 // resolve the location
192 ValueLocation* location;
194 location);
201 _location = location;
[all...]
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp47 FileSourceCode::AddSourceLocation(const SourceLocation& location) argument
51 int32 index = _FindSourceLocationIndex(location, foundMatch);
55 return fSourceLocations.Insert(location, index) ? B_OK : B_NO_MEMORY;
102 FileSourceCode::GetStatementLocationRange(const SourceLocation& location, argument
106 if (location.Line() >= lineCount)
110 int32 index = _FindSourceLocationIndex(location, foundMatch);
133 FileSourceCode::_FindSourceLocationIndex(const SourceLocation& location,
140 if (location <= fSourceLocations[mid])
147 && location == fSourceLocations[lower];
H A DStackFrameValueInfos.cpp42 ValueLocation* location; member in struct:StackFrameValueInfos::InfoEntry
49 location(NULL)
63 void SetInfo(Type* type, ValueLocation* location) argument
67 if (location != NULL)
68 location->AcquireReference();
72 if (this->location != NULL)
73 this->location->ReleaseReference();
76 this->location = location;
147 entry->location
164 SetInfo(ObjectID* variable, TypeComponentPath* path, Type* type, ValueLocation* location) argument
[all...]
H A DVariable.cpp16 ValueLocation* location, CpuState* state)
21 fLocation(location),
15 Variable(ObjectID* id, const BString& name, Type* type, ValueLocation* location, CpuState* state) argument
/haiku/src/kits/debugger/value/
H A DValueLoader.h32 status_t LoadValue(ValueLocation* location,
36 status_t LoadRawValue(BVariant& location,
39 status_t LoadStringValue(BVariant& location,
/haiku/headers/private/debugger/model/
H A DFileSourceCode.h29 const SourceLocation& location);
37 const SourceLocation& location,
50 const SourceLocation& location,
/haiku/src/bin/pkgman/
H A Dcommand_uninstall.cpp54 BPackageInstallationLocation location local
80 location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
101 PackageManager packageManager(location, interactive);
H A Dcommand_update.cpp33 "in the installation location are updated.\n"
58 BPackageInstallationLocation location local
84 location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
102 PackageManager packageManager(location, interactive);
H A Dcommand_full_sync.cpp56 BPackageInstallationLocation location local
82 location = B_PACKAGE_INSTALLATION_LOCATION_HOME;
100 PackageManager packageManager(location, interactive);
/haiku/src/system/libroot/posix/
H A Ddlfcn.c41 void* location; local
50 &location);
56 return location;
83 void* location; local
87 &imagePath, NULL, &symbolName, NULL, &location, NULL);
98 info->dli_saddr = location;
/haiku/src/kits/package/
H A DActivationTransaction.cpp44 int32 location; local
50 if ((error = archive->FindInt32("location", &location)) == B_OK
58 if (location >= 0
59 && location <= B_PACKAGE_INSTALLATION_LOCATION_ENUM_COUNT) {
60 fLocation = (BPackageInstallationLocation)location;
88 BActivationTransaction::SetTo(BPackageInstallationLocation location, argument
91 if (location < 0 || location >= B_PACKAGE_INSTALLATION_LOCATION_ENUM_COUNT
96 fLocation = location;
115 SetLocation(BPackageInstallationLocation location) argument
[all...]
/haiku/src/kits/interface/
H A DToolTipManager.cpp207 BPoint location = where; local
212 location.x -= size.width + offset.x;
213 if (location.x < screenFrame.left) {
214 location.x = screenFrame.left;
219 location.x -= size.width / 2 - offset.x;
220 if (location.x < screenFrame.left) {
221 location.x = screenFrame.left;
223 } else if (location.x + size.width > screenFrame.right) {
224 location.x = screenFrame.right - size.width;
230 location
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp115 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this) local
117 if (location == NULL || !location->IsFileSet())
120 _file = location->file;
128 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this) local
130 if (location == NULL || !location->IsLineSet())
133 _line = location->line;
141 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this) local
143 if (location
[all...]

Completed in 128 milliseconds

12345678910