Searched refs:Matches (Results 1 - 25 of 40) sorted by path

12

/haiku/headers/os/net/
H A DNetworkAddressResolver.h93 bool Matches(int family, BString address, BString service, uint32 flags) function in struct:BNetworkAddressResolver::CacheEntry
/haiku/headers/os/package/
H A DPackageResolvableExpression.h69 bool Matches(const BPackageVersion& version,
72 bool Matches(const BPackageResolvable& provides)
H A DPackageInfo.h114 bool Matches(const BPackageResolvableExpression&
/haiku/headers/private/media/
H A DMetaFormat.h27 bool Matches(const media_format &format, media_format_family family);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h50 bool Matches(BUSBDevice* _device);
H A DCamDevice.cpp90 CamDevice::Matches(BUSBDevice* _device) function in class:CamDevice
H A DCamRoster.cpp68 if (cam->Matches(_device)) {
/haiku/src/apps/showimage/
H A DFilter.cpp326 Scaler::Matches(BRect rect, bool dither) const function in class:Scaler
/haiku/src/kits/media/
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/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp310 if (entry->Matches(family, address, service, flags)) {
/haiku/src/kits/package/
H A DPackageResolvableExpression.cpp151 BPackageResolvableExpression::Matches(const BPackageVersion& version, function in class:BPackageKit::BPackageResolvableExpression
200 BPackageResolvableExpression::Matches(const BPackageResolvable& provides) const function in class:BPackageKit::BPackageResolvableExpression
205 return Matches(provides.Version(), provides.CompatibleVersion());
H A DPathFinder.cpp49 if (package->Info().Matches(expression)
/haiku/src/kits/shared/
H A DRegExp.cpp181 const regmatch_t* Matches() const function in struct:RegExp::MatchResultData
320 ? fData->Matches()[0].rm_so : 0;
328 ? fData->Matches()[0].rm_eo : 0;
347 ? fData->Matches()[index + 1].rm_so : 0;
355 ? fData->Matches()[index + 1].rm_eo : 0;
/haiku/src/kits/tracker/
H A DRegExp.cpp282 RegExp::Matches(const char* string) const function in class:RegExp
292 RegExp::Matches(const BString& string) const function in class:RegExp
H A DRegExp.h119 bool Matches(const char* string) const;
120 bool Matches(const BString&) const;
H A DTrackerString.cpp77 TrackerString::Matches(const char* string, bool caseSensitivity, function in class:TrackerString
119 return expression.Matches(textString);
H A DTrackerString.h67 bool Matches(const char*, bool caseSensitivity = false,
104 return expression->Matches(*this);
114 return expression.Matches(*this);
/haiku/src/servers/launch/
H A DLog.cpp24 virtual bool Matches(const char* jobName,
50 virtual bool Matches(const char* jobName,
123 virtual bool Matches(const char* jobName,
137 virtual bool Matches(const char* jobName,
366 AbstractJobLogItem::Matches(const char* jobName, const char* eventName) function in class:AbstractJobLogItem
451 JobIgnoredLogItem::Matches(const char* jobName, const char* eventName) function in class:JobIgnoredLogItem
674 EventLogItem::Matches(const char* jobName, const char* eventName) function in class:EventLogItem
679 return AbstractJobLogItem::Matches(jobName, NULL);
706 AbstractExternalEventLogItem::Matches(const char* jobName, function in class:AbstractExternalEventLogItem
H A DLog.h49 virtual bool Matches(const char* jobName,
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp351 bool Matches(const BMessage& message) const function in struct:MonitoringInfo
661 if (!info.Matches(*message)) {
698 if (info.Matches(*message)) {
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp60 if (!expression.Matches(*provides))
/haiku/headers/os/media/
H A DMediaDefs.h600 bool Matches(const media_format* other) const;
/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/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/usb_vision/
H A DProducer.cpp594 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {

Completed in 153 milliseconds

12