Searched refs:Match (Results 1 - 18 of 18) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.h38 * Set a new wildcard pattern or regular expression for this StringMatcher to use in future Match() calls.
50 bool Match(const char *string) const;
H A DStringMatcher.cpp104 StringMatcher::Match(const char *str) const function in class:StringMatcher
H A DRuleFilter.cpp72 if (data.IsEmpty() || !fMatcher.Match(data)) {
128 B_TRANSLATE("Match \"%attribute\" against \"%regex\""));
134 return B_TRANSLATE("Match header");
/haiku/src/kits/tracker/
H A DPendingNodeMonitorCache.cpp63 PendingNodeMonitorEntry::Match(const node_ref* node) const function in class:PendingNodeMonitorEntry
109 if (fList.ItemAt(index)->Match(nodeRef))
137 } else if (item->Match(pose->TargetModel()->NodeRef())) {
H A DPendingNodeMonitorCache.h60 bool Match(const node_ref*) const;
H A DRegExp.h149 int32 Match(const char*) const;
H A DRegExp.cpp123 kRegExpBol = 1, // no Match "" at beginning of line.
124 kRegExpEol = 2, // no Match "" at end of line.
125 kRegExpAny = 3, // no Match any one character.
126 kRegExpAnyOf = 4, // str Match any character in this string.
127 kRegExpAnyBut = 5, // str Match any character not in this string.
128 kRegExpBranch = 6, // node Match this alternative, or the next...
129 kRegExpBack = 7, // no Match "", "next" ptr points backward.
130 kRegExpExactly = 8, // str Match this string.
131 kRegExpNothing = 9, // no Match empty string.
132 kRegExpStar = 10, // node Match thi
1021 RegExp::Match(const char* prog) const function in class:RegExp
[all...]
H A DFSUtils.h328 static directory_which Match(const node_ref*);
H A DModel.cpp657 && WellKnowEntryList::Match(NodeRef())
678 if (WellKnowEntryList::Match(NodeRef()) > (directory_which)-1)
774 if (WellKnowEntryList::Match(NodeRef()) > (directory_which)-1) {
H A DFSUtils.cpp4055 WellKnowEntryList::Match(const node_ref* node)
4034 WellKnowEntryList::Match(const node_ref* node) function in class:BPrivate::WellKnowEntryList
/haiku/headers/private/shared/
H A DRegExp.h38 MatchResult Match(const char* string) const;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp85 virtual status_t Match(Inode* inode,
124 virtual status_t Match(Inode* inode,
182 virtual status_t Match(Inode* inode,
370 Equation::Match(Inode* inode, const char* attributeName, int32 type, function in class:Equation
638 status = Match(inode);
656 status = other->Match(inode);
915 Operator::Match(Inode* inode, const char* attribute, int32 type,
919 status_t status = fLeft->Match(inode, attribute, type, key, size);
923 return fRight->Match(inode, attribute, type, key, size);
936 status_t status = first->Match(inod
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c497 BOOLEAN Match; local
508 Match = AcpiUtIsPciRootBridge (Hid->String);
511 if (Match)
/haiku/headers/private/file_systems/
H A DQueryParser.h199 virtual status_t Match(Entry* entry, Node* node,
250 virtual status_t Match(Entry* entry, Node* node,
312 virtual status_t Match(Entry* entry, Node* node,
711 Equation<QueryPolicy>::Match(Entry* entry, Node* node, function in class:QueryParser::Equation
930 status = Match(entry, QueryPolicy::EntryGetNode(entry));
949 status = other->Match(entry, QueryPolicy::EntryGetNode(entry));
1015 Operator<QueryPolicy>::Match(Entry* entry, Node* node, const char* attribute,
1019 status_t status = fLeft->Match(entry, node, attribute, type, key,
1024 return fRight->Match(entry, node, attribute, type, key, size);
1037 status_t status = first->Match(entr
[all...]
/haiku/src/kits/shared/
H A DRegExp.cpp250 RegExp::Match(const char* string) const function in class:RegExp
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp616 functionMatch = fCurrentFilter.Match(instance->PrettyName());
617 pathMatch = fCurrentFilter.Match(sourcePath.String());
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp86 match_type Match(int32 state, mount_id device, vnode_id parent,
/haiku/src/servers/debug/
H A DDebugServer.cpp94 RegExp::MatchResult match = expressionMatcher.Match(value);

Completed in 108 milliseconds