Home
last modified time | relevance | path

Searched refs:getFormatDescription (Results 1 – 21 of 21) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/metadata/
H A DIStringDumpingStrategy.java47 public String getFormatDescription(); in getFormatDescription() method
H A DMultiStrategyDumper.java53 contents.append(strategy.getFormatDescription()); in dumpContents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.tools.resources/src/org/eclipse/core/tools/resources/metadata/
H A DLocationStrategy.java55 public String getFormatDescription() { in getFormatDescription() method in LocationStrategy
H A DSyncInfoSnapshotDumpingStrategy_3.java74 public String getFormatDescription() { in getFormatDescription() method in SyncInfoSnapshotDumpingStrategy_3
H A DSyncInfoDumpingStrategy_2.java96 public String getFormatDescription() { in getFormatDescription() method in SyncInfoDumpingStrategy_2
H A DSyncInfoDumpingStrategy_3.java98 public String getFormatDescription() { in getFormatDescription() method in SyncInfoDumpingStrategy_3
H A DMarkersSnapshotDumpingStrategy_1.java125 public String getFormatDescription() { in getFormatDescription() method in MarkersSnapshotDumpingStrategy_1
H A DMarkersDumpingStrategy_1.java128 public String getFormatDescription() { in getFormatDescription() method in MarkersDumpingStrategy_1
H A DMarkersDumpingStrategy_2.java127 public String getFormatDescription() { in getFormatDescription() method in MarkersDumpingStrategy_2
H A DMarkersDumpingStrategy_3.java133 public String getFormatDescription() { in getFormatDescription() method in MarkersDumpingStrategy_3
H A DMarkersSnapshotDumpingStrategy_2.java131 public String getFormatDescription() { in getFormatDescription() method in MarkersSnapshotDumpingStrategy_2
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DVoiceRecorder.h47 QString getFormatDescription(VoiceRecorderFormat::Format fm);
H A DVoiceRecorderDialog.cpp59 …qcbFormat->addItem(VoiceRecorderFormat::getFormatDescription(static_cast<VoiceRecorderFormat::Form… in VoiceRecorderDialog()
H A DVoiceRecorder.cpp441 QString VoiceRecorderFormat::getFormatDescription(VoiceRecorderFormat::Format fm) { in getFormatDescription() function in VoiceRecorderFormat
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DVoiceRecorder.h47 QString getFormatDescription(VoiceRecorderFormat::Format fm);
H A DVoiceRecorderDialog.cpp59 …qcbFormat->addItem(VoiceRecorderFormat::getFormatDescription(static_cast<VoiceRecorderFormat::Form… in VoiceRecorderDialog()
H A DVoiceRecorder.cpp441 QString VoiceRecorderFormat::getFormatDescription(VoiceRecorderFormat::Format fm) { in getFormatDescription() function in VoiceRecorderFormat
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/mac-virtualcam/src/dal-plugin/
H A DOBSDALStream.mm389 - (CMVideoFormatDescriptionRef)getFormatDescription
483 [self getFormatDescription]];
488 [self getFormatDescription];
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Private/src/
H A DDocumentFormatRegistryImpl.cpp76 if (f->getFormatDescription().isEmpty()) { in registerFormat()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/models/
H A DDocumentUtils.cpp275 …ing text = format == nullptr ? importer->getImporterDescription() : format->getFormatDescription(); in getFormatDescriptionText()
H A DDocumentModel.h159 const QString &getFormatDescription() const { in getFormatDescription() function