Searched refs:Name (Results 276 - 300 of 841) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/debugger/model/
H A DAreaInfo.h30 const BString& Name() const { return fName; } function in class:AreaInfo
H A DImageInfo.h34 const BString& Name() const { return fName; } function in class:ImageInfo
H A DTargetHost.h30 const BString& Name() const { return fName; } function in class:TargetHost
H A DThread.h56 const char* Name() const { return fName.String(); } function in class:Thread
H A DType.h81 virtual const char* Name() const = 0;
90 virtual const char* Name() const = 0;
110 virtual const char* Name() const = 0;
131 virtual const BString& Name() const = 0;
/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h48 virtual const BString& Name() const;
/haiku/src/kits/debugger/files/
H A DLocatableFile.cpp34 LocatableFile::Name() const function in class:LocatableFile
/haiku/src/kits/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp23 CStringTypeHandler::Name() const function in class:CStringTypeHandler
/haiku/src/kits/media/legacy/
H A DOldSubscriber.cpp62 BSubscriber::Name() const function in class:BSubscriber
/haiku/src/preferences/notifications/
H A DNotificationsView.h32 const char* Name() const { return fName.String(); } function in class:AppRow
/haiku/src/servers/index/
H A DIndexServer.cpp93 fVolumeWatcherList.ItemAt(i)->RemoveAnalyser(addon->Name());
231 fVolumeWatcherList.ItemAt(i)->RemoveAnalyser(addon->Name());
298 AnalyserSettings* settings = new AnalyserSettings(analyser->Name(),
328 if (current->Name() == name)
/haiku/src/bin/mkfs/
H A Dmain.cpp63 printf(kFormat, "Name", "Pretty Name", "Module");
72 diskSystem.Name());
/haiku/src/system/boot/loader/file_systems/bfs/
H A DVolume.h33 const char *Name() const { return fSuperBlock.name; } function in class:BFS::Volume
/haiku/src/system/kernel/vm/
H A DVMUtils.cpp29 volumeName = partition->Name();
/haiku/src/system/boot/loader/
H A Dpackage_support.h26 const char* Name() const function in class:PackageVolumeState
/haiku/src/bin/desklink/
H A DMixerControl.cpp83 PRINT(("BParameter[%i]: %s\n", i, p->Name()));
97 if (!strcmp(p->Name(), "Master"))
104 if (foundMixerLabel && !strcmp(p->Name(), "Volume"))
106 if (!strcmp(p->Name(), "Mixer"))
111 //if (!strcmp(p->Name(), "Master")) {
/haiku/headers/private/media/experimental/
H A DMediaClientDefs.h62 const char* Name() const;
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp83 repoConfig.SetName(repoInfo.Name());
/haiku/src/bin/
H A Dreindex.cpp46 const char *Name() const { return fName.String(); } function in class:Attribute
245 "'%s'.\n", kProgramName, attr->Name(), name);
255 " %s\n", kProgramName, attr->Name(), name, strerror(status));
258 attr->Name(), attr->Length());
H A Diroster.cpp36 device->Name(),
/haiku/src/servers/launch/
H A DSettingsParser.cpp20 if (parameter.parameter_count != 0 || strcmp(name, Name()) == 0)
42 virtual const char* Name() = 0;
83 const char* Name() function in class:ConditionConverter
108 const char* Name() function in class:EventConverter
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp92 fDescription.ReplaceAll("%PackageName%", package->Name());
102 InstallPackageProcess::Name() const function in class:InstallPackageProcess
151 packageName = ref->Name();
249 PackageInfoRef ref(FindPackageByName(package->Info().Name()));
/haiku/headers/private/kernel/
H A DNotifications.h111 virtual const char* Name() = 0;
154 virtual const char* Name() { return fName; } function in class:DefaultNotificationService
240 { return hash_hash_string(service->Name()); }
242 { return !strcmp(key, service->Name()); }
/haiku/src/kits/support/
H A DStopWatch.cpp22 // File Name: StopWatch.cpp
117 BStopWatch::Name() const function in class:BStopWatch
/haiku/headers/private/storage/
H A DResourceItem.h66 const char *Name() const;

Completed in 137 milliseconds

<<11121314151617181920>>