Searched refs:Name (Results 1 - 25 of 841) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp746 *outString = fModel->Name();
H A DFSUtils.cpp1739 const char* name = entry->Name();
1755 name = current.Name();
2243 const char* name = sourceEntry->Name();
3130 parent.CreateDirectory(entry.Name(), NULL);
3178 const char* leafName = originalEntry.Name();
H A DContainerWindow.cpp960 SetTitle(TargetModel()->Name());
2167 new BNavMenu(model.Name(), B_REFS_RECEIVED, be_app, this));
2174 fNavigationItem->SetLabel(model.Name());
2943 ((eachAddOn)(item->model, item->model->Name(), item->key,
3287 menu->AddItem(NewAttributeMenuItem(B_TRANSLATE("Name"),
3536 BString name(TargetModel()->Name());
3715 PRINT(("folder %s does not have any saved state\n", TargetModel()->Name()));
H A DFilePanelPriv.cpp609 textControl->SetText(model->Name());
1343 goDirectory.CreateSymLink(TargetModel()->Name(), path.Path(),
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp487 FTRACE(("font removed: %s\n", style->Name()));
528 \param family Name of the font family to scan
545 \param family Name of the font family to scan
611 if (_AddMappedFont(family->Name(), styleName) == B_OK) {
H A DFontStyle.h109 const char* Name() const function in class:FontStyle
H A DFontManager.cpp37 return strcmp(a->Name(), b->Name());
109 \param family Name of the font family to scan
124 \param family Name of the font family to scan
H A DFontFamily.cpp51 \param namestr Name of the family
70 FontFamily::Name() const function in class:FontFamily
90 if (!strcmp(item->Name(), style->Name()))
146 if (!strcmp(style->Name(), name))
156 \param style Name of the style being checked
180 \param style Name of the style to be obtained
H A DFontFamily.h31 const char* Name() const;
/haiku/src/servers/app/
H A DServerApp.cpp1949 fLink.AttachString(family->Name());
1959 fLink.AttachString(style->Name());
1998 fLink.AttachString(fontStyle->Family()->Name());
1999 fLink.AttachString(fontStyle->Name());
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp364 printf("[%s] Applying changes ...\n", repository.Name().String());
387 const char* repositoryName = repository.Name().String();
412 printf("[%s] Done.\n", repository.Name().String());
424 printf(" in %s:\n", installationRepository.Name().String());
439 if (installPackage->Info().Name() == uninstallPackage->Info().Name()) {
440 upgradedPackages.Add(installPackage->Info().Name());
454 package->Repository()->Name().String());
456 int position = upgradedPackages.IndexOf(package->Info().Name());
460 package->Info().Name()
[all...]
/haiku/src/apps/mediaplayer/
H A DController.cpp615 return subTitles->Name();
741 item->Name().String(), time / 60, time % 60);
921 *name = fItem->Name();
/haiku/src/apps/installer/
H A DInstallerWindow.cpp505 dstItem ? dstItem->Name() : B_TRANSLATE_COMMENT("???",
513 dstItem ? dstItem->Name() : B_TRANSLATE_COMMENT("???",
800 "from '%1s' onto '%2s'."), srcItem->Name(), dstItem->Name());
845 dstItem->Name());
971 return strcmp(package1->Name(), package2->Name());
/haiku/src/apps/drivesetup/
H A DDiskView.cpp219 BString name(Name());
327 if (device->Name() != NULL && device->Name()[0] != '\0')
328 name = device->Name();
H A DPartitionList.cpp300 if (partition->Name() != NULL && partition->Name()[0])
301 SetField(new BStringField(partition->Name()), kVolumeNameColumn);
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp163 DataSource::Name() const function in class:DataSource
265 const char* name = source->Name();
268 if (!strcmp(kSources[i]->Name(), name))
893 CPUFrequencyDataSource::Name() const function in class:CPUFrequencyDataSource
1048 CPUUsageDataSource::Name() const function in class:CPUUsageDataSource
1199 CPUCombinedUsageDataSource::Name() const function in class:CPUCombinedUsageDataSource
1304 PageFaultsDataSource::Name() const function in class:PageFaultsDataSource
1413 NetworkUsageDataSource::Name() const function in class:NetworkUsageDataSource
H A DDataSource.h43 virtual const char* Name() const;
223 virtual const char* Name() const;
255 virtual const char* Name() const;
281 virtual const char* Name() const;
311 virtual const char* Name() const;
336 virtual const char* Name() const;
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp330 if (strcmp(Name(), "fixed") == 0
339 message->AddString("name", Name());
434 if (strcmp(Name(), "bold") == 0)
436 if (strcmp(Name(), "fixed") == 0)
498 message->AddString("name", Name());
/haiku/src/tools/fs_shell/
H A Dfssh.cpp146 Command::Name() const function in class:FSShell::Command
163 fprintf(stderr, "No function given for command \"%s\"\n", Name());
194 strcpy(names, command->Name());
/haiku/src/bin/pkgman/
H A DPackageManager.cpp302 printf("[%s] Applying changes ...\n", repository.Name().String());
310 const char* repositoryName = repository.Name().String();
333 printf("[%s] Done.\n", repository.Name().String());
346 printf(" in %s:\n", installationRepository.Name().String());
361 if (installPackage->Info().Name() == uninstallPackage->Info().Name()) {
362 upgradedPackages.Add(installPackage->Info().Name());
375 repository.SetToFormat("repository %s", package->Repository()->Name().String());
377 int position = upgradedPackages.IndexOf(package->Info().Name());
380 package->Info().Name()
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp175 strlcpy(info->volume_name, volume->Name(), sizeof(info->volume_name));
/haiku/src/kits/package/
H A DPackageResolvable.cpp49 BPackageResolvable::Name() const function in class:BPackageKit::BPackageResolvable
H A DPackageInfo.cpp405 BPackageInfo::Name() const function in class:BPackageKit::BPackageInfo
626 if (expression.Name().StartsWith("pkg:")) {
627 return fName == expression.Name().String() + 4
1278 if ((error = archive->AddString(nameField, resolvable->Name())) != B_OK
1310 if ((error = archive->AddString(nameField, expression->Name())) != B_OK
1411 if ((error = archive->AddString(nameField, user->Name())) != B_OK
/haiku/headers/os/package/
H A DPackageResolvable.h58 const BString& Name() const;
H A DPackageInfo.h65 const BString& Name() const;

Completed in 277 milliseconds

1234567891011>>