Searched refs:Matches (Results 1 - 25 of 40) sorted by last modified time

12

/haiku/src/kits/package/
H A DPackageInfo.cpp623 BPackageInfo::Matches(const BPackageResolvableExpression& expression) const function in class:BPackageKit::BPackageInfo
628 && expression.Matches(fVersion, fVersion);
635 if (expression.Matches(*provides))
/haiku/headers/os/package/
H A DPackageInfo.h114 bool Matches(const BPackageResolvableExpression&
H A DPackageResolvableExpression.h69 bool Matches(const BPackageVersion& version,
72 bool Matches(const BPackageResolvable& provides)
/haiku/src/kits/tracker/
H A DPoseView.cpp6597 // There is room for optimizations here: If regexp-type match, the Matches()
6604 if (name.Matches(expression.String(), !ignoreCase, expressionType)
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp831 if(format && !f1->Matches(f2))
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1352 if (!item->Matches(jobName.IsEmpty() ? NULL : jobName.String(),
H A DLog.h49 virtual bool Matches(const char* jobName,
/haiku/src/bin/
H A Dxres.cpp123 bool Matches(const ResourceID &other) const function in struct:ResourceID
468 if ((fInclusionPattern && !fInclusionPattern->Matches(id))
469 || (fExclusionPattern && fExclusionPattern->Matches(id))) {
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp406 if (!const_cast<media_format*>(&format)->Matches(&fOutput.format)) {
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp559 || !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
H A DCamDevice.cpp90 CamDevice::Matches(BUSBDevice* _device) function in class:CamDevice
H A DCamRoster.cpp68 if (cam->Matches(_device)) {
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp594 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp406 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp567 // if (!format->Matches(&fRequiredFormatRawVideo))
579 if (!format->Matches(&fRequiredFormatRawAudio))
591 if (!format->Matches(&fRequiredFormatEncVideo))
601 if (!format->Matches(&fRequiredFormatEncAudio))
611 if (!format->Matches(&fRequiredFormatTS))
704 // if (!format->Matches(&fRequiredFormatRawVideo))
714 if (!format->Matches(&fRequiredFormatRawAudio))
724 if (!format->Matches(&fRequiredFormatEncVideo))
732 if (!format->Matches(&fRequiredFormatRawVideo))
740 if (!format->Matches(
[all...]
/haiku/src/kits/package/manager/
H A DPackageManager.cpp749 && package->Info().Matches(*basePackage)) {
/haiku/src/kits/interface/
H A DWindow.cpp100 bool Matches(uint32 key, uint32 modifiers) const;
273 BWindow::Shortcut::Matches(uint32 key, uint32 modifiers) const function in class:BWindow::Shortcut
3891 if (shortcut->Matches(key, modifiers))
/haiku/src/servers/input/
H A DInputServer.cpp130 InputDeviceListItem::Matches(const char* name, input_device_type type) const function in class:InputDeviceListItem
1338 if (item->Matches(name, type)) {
1415 if (item->Matches(name, type)) {
H A DInputServer.h60 bool Matches(const char* name, input_device_type type) const;
/haiku/src/apps/showimage/
H A DFilter.h173 bool Matches(BRect rect, bool dither) const;
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp410 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/kits/media/
H A DMediaDefs.cpp227 // #pragma mark - media_format::Matches() support
707 media_format::Matches(const media_format* other) const function in class:media_format
1107 return a.Matches(&b);
H A DAddOnManager.cpp617 if (!decoderFormat->Matches(&format))
645 if (info->outputFormat.Matches(&format)) {
H A DMediaFormats.cpp65 if (!candidateInputFormat.Matches(inputFormat))
115 if (!candidateInputFormat.Matches(inputFormat)
116 || !candidateOutputFormat.Matches(outputFormat)) {
322 meta_format::Matches(const media_format& otherFormat, function in class:meta_format
328 return format.Matches(&otherFormat);
458 if (metaFormat->Matches(format, family)) {
/haiku/headers/os/media/
H A DMediaDefs.h600 bool Matches(const media_format* other) const;

Completed in 240 milliseconds

12