Searched refs:Name (Results 176 - 200 of 841) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/value/value_nodes/
H A DExpressionValueNode.cpp68 ExpressionValueNodeChild::Name() const function in class:ExpressionValueNodeChild
/haiku/headers/private/debugger/files/
H A DLocatableEntry.h45 virtual const char* Name() const = 0;
H A DLocatableFile.h23 virtual const char* Name() const;
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h28 const BString& Name() const { return fName; } function in class:SemaphoreInfo
H A DVariable.h28 const BString& Name() const { return fName; } function in class:Variable
/haiku/headers/private/debugger/value/value_nodes/
H A DExpressionValueNode.h41 virtual const BString& Name() const;
/haiku/src/servers/input/
H A DMethodMenuItem.h36 const char *Name() { return Label(); }; function in class:MethodMenuItem
/haiku/headers/os/package/
H A DPackageResolvableExpression.h57 const BString& Name() const;
H A DRepositoryConfig.h29 const BString& Name() const;
H A DPackageResolvable.h58 const BString& Name() const;
/haiku/src/kits/debugger/files/
H A DLocatableDirectory.cpp25 LocatableDirectory::Name() const function in class:LocatableDirectory
/haiku/headers/private/debugger/arch/
H A DRegister.h37 const char* Name() const { return fName; } function in class:Register
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.h39 const char* Name() const;
H A DServerIconExportUpdateProcess.h28 const char* Name() const;
H A DServerReferenceDataUpdateProcess.h33 const char* Name() const;
H A DServerIconExportUpdateProcess.cpp109 ServerIconExportUpdateProcess::Name() const function in class:ServerIconExportUpdateProcess
199 Name());
203 Name(), ENTRY_PATH_METADATA);
254 if (packageIconRepository.HasAnyIcon(packageInfoRef->Name()))
/haiku/src/apps/haikudepot/model/
H A DRatingStability.h32 const BString& Name() const function in class:RatingStability
/haiku/src/apps/haikudepot/ui/
H A DMessagePackageListener.cpp42 message.AddString("name", event.Package()->Name());
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.h36 virtual const char* Name() const;
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp159 instr->Name(),
165 sound->Name());
172 range->Sound()->Name());
182 printf("Id=%d name='%s'\n", (int)sound->Id(), sound->Name());
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.cpp77 name << " \"" << fNewStyle->Name() << "\"";
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.h33 const char* Name() const;
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.h43 const char* Name() const function in class:IconObject
/haiku/src/apps/haikudepot/process/
H A DAbstractProcess.h32 virtual const char* Name() const = 0;
/haiku/src/servers/app/font/
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

Completed in 418 milliseconds

1234567891011>>