Searched refs:location (Results 176 - 200 of 238) sorted by relevance

12345678910

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp356 PackageInfo::AddInstallationLocation(int32 location) argument
358 fInstallationLocations.insert(location);
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp42 UpdateManager::UpdateManager(BPackageInstallationLocation location, argument
45 BPackageManager(location, &fClientInstallationInterface, this),
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp145 // set data location
938 BAppFileInfo::SetInfoLocation(info_location location) argument
942 location = info_location(location & ~B_USE_RESOURCES);
944 fWhere = location;
/haiku/src/apps/mediaplayer/
H A DController.h124 status_t GetLocation(BString* location);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp145 // set data location
932 BAppFileInfo::SetInfoLocation(info_location location) argument
936 location = info_location(location & ~B_USE_RESOURCES);
938 fWhere = location;
1007 \note The data is read from the location specified by \a fWhere.
1128 \note The data is written to the location(s) specified by \a fWhere.
1185 \note The removal location is specified by \a fWhere.
/haiku/src/kits/tracker/
H A DStatusWindow.cpp638 BPoint location; local
639 location.x = (fStatusBar->Frame().left
641 location.y = (Bounds().Height()- fBitmap->Bounds().Height()) / 2;
642 DrawBitmap(fBitmap, location);
H A DPose.h141 BPoint location) const;
H A DPoseView.cpp1952 // set location from poseinfo if saved loc was for this dir
3003 // location values not realistic, probably screwed up, force reset
3148 // this icon has a location, but needs to be remapped, because
3153 // The pose location is still changed in view coordinates,
3179 // reset hint and arrange poses which DO NOT have a location yet
3355 BPoint location; local
3358 if (message->FindPoint("be:invoke_origin", &location) == B_OK) {
3361 location = ConvertFromScreen(location);
3365 GetMouse(&location,
5981 BPoint location; local
9904 BPoint location; local
[all...]
/haiku/headers/private/interface/
H A DPicturePlayer.h66 void (*set_pen_location)(void* userData, const BPoint& location);
/haiku/src/kits/package/manager/
H A DPackageManager.cpp58 BPackageManager::BPackageManager(BPackageInstallationLocation location, argument
63 fLocation(location),
108 // add installation location repositories
110 // We add only the repository of our actual installation location as the
115 // specific installation location overrides a package in a more general
117 // general installation location will turn up as to be installed as
270 // NOTE: In theory, after verifying a more specific location, it would
275 // location (the only reason why the package requiring the base package
277 // been any reason to remove it from the more specific location in the
472 // Make sure base packages are installed in the same location
975 InstalledRepository(const char* name, BPackageInstallationLocation location, int32 priority) argument
[all...]
/haiku/headers/os/interface/
H A DView.h201 void GetMouse(BPoint* location, uint32* buttons,
498 void DrawChar(char aChar, BPoint location);
502 BPoint location,
507 BPoint location,
/haiku/src/servers/app/
H A DServerFont.h179 void SetFontData(FT_Byte* location, uint32 size);
H A DDrawState.cpp681 DrawState::SetPenLocation(BPoint location) argument
683 fPenLocation = location;
H A DDesktop.h195 float location, bool isShifting);
H A DWindow.h240 bool SetTabLocation(float location, bool isShifting,
/haiku/src/kits/interface/
H A DShelf.cpp681 && msg->FindPoint("location", &pos) == B_OK) {
952 BShelf::AddReplicant(BMessage *data, BPoint location) argument
954 return _AddReplicant(data, &location, fGenCount++);
1259 BShelf::_AddReplicant(BMessage *data, BPoint *location, uint32 uniqueID) argument
1318 const BPoint point = location ? *location : view->Frame().LeftTop();
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1951 ValueLocation* location = new(std::nothrow) ValueLocation(); local
1952 if (location == NULL) {
1953 throw ParseException("Out of memory while creating location object.",
1957 BReference<ValueLocation> locationReference(location, true);
1960 || !location->AddPiece(piece)) {
1961 throw ParseException("Out of memory populating location"
1980 location);
/haiku/src/apps/diskprobe/
H A DDataView.cpp400 BPoint location(kHorizontalSpace, kVerticalSpace + fAscent);
409 FillRect(BRect(location.x - kHorizontalSpace,
411 location.x - kHorizontalSpace / 2 + Bounds().right,
415 DrawString(line, location);
417 location.y += fFontHeight;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h361 btrfs_key location; member in struct:btrfs_dir_entry
370 ino_t InodeID() const { return location.ObjectID(); }
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp361 const char* location local
363 snprintf(custom, size, "%s%s%s", location ? location : "",
364 location ? " " : "", device);
H A Ddriver.h358 const char* get_widget_location(uint32 location);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.h33 bool HasChannel(uint32 location);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp904 ", location: (%" B_PRId32 ", %" B_PRId32 ")\n",
1047 ", source location: (%" B_PRId32 ", %" B_PRId32 ")\n",
1258 ValueLocation* location; local
1260 byteSize, location);
1264 BReference<ValueLocation> locationReference(location, true);
1269 location, subroutineState, variable);
1408 // get the source location
/haiku/src/servers/package/
H A DVolume.cpp370 BPackageInstallationLocation location = Location(); local
373 error = CreateTransaction(location, transaction,
787 Volume::CreateTransaction(BPackageInstallationLocation location, argument
814 error = _transaction.SetTo(location, fChangeCount, directoryName);
1365 && message.AddInt32("location", (int32)Location()) == B_OK
/haiku/src/servers/app/decorator/
H A DDecorator.cpp502 Decorator::SetTabLocation(int32 tab, float location, bool isShifting, argument
510 if (_SetTabLocation(decoratorTab, location, isShifting, updateRegion)) {
850 // TODO only add the location of the tab of the window who requested the
854 if (settings->AddFloat("tab location", (float)tab->tabOffset) != B_OK)
1027 Decorator::_SetTabLocation(Decorator::Tab* tab, float location, bool isShifting, argument

Completed in 149 milliseconds

12345678910