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

123

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dreqinterp.h49 class Match { class in class:Security::CodeSigning::Requirement::Interpreter
51 Match(Interpreter &interp); // reads match postfix from interp
52 Match(CFStringRef value, MatchOperation op) : mValue(value), mOp(op) { } // explicit function in class:Security::CodeSigning::Requirement::Interpreter::Match
53 Match() : mValue(NULL), mOp(matchExists) { } // explict test for presence function in class:Security::CodeSigning::Requirement::Interpreter::Match
65 bool infoKeyValue(const std::string &key, const Match &match);
66 bool entitlementValue(const std::string &key, const Match &match);
67 bool certFieldValue(const string &key, const Match &match, SecCertificateRef cert);
68 bool certFieldGeneric(const string &key, const Match &match, SecCertificateRef cert);
69 bool certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert);
70 bool certFieldPolicy(const string &key, const Match
[all...]
H A Dreqinterp.cpp109 return infoKeyValue(key, Match(CFTempString(getString()), matchEqual));
127 Match match(*this);
133 Match match(*this);
140 Match match(*this);
147 Match match(*this);
154 Match match(*this);
188 bool Requirement::Interpreter::infoKeyValue(const string &key, const Match &match)
200 bool Requirement::Interpreter::entitlementValue(const string &key, const Match &match)
209 bool Requirement::Interpreter::certFieldValue(const string &key, const Match &match, SecCertificateRef cert)
264 bool Requirement::Interpreter::certFieldGeneric(const string &key, const Match
430 Requirement::Interpreter::Match::Match(Interpreter &interp) function in class:Security::CodeSigning::Requirement::Interpreter::Match
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dreqinterp.h49 class Match { class in class:Security::CodeSigning::Requirement::Interpreter
51 Match(Interpreter &interp); // reads match postfix from interp
52 Match(CFStringRef value, MatchOperation op) : mValue(value), mOp(op) { } // explicit function in class:Security::CodeSigning::Requirement::Interpreter::Match
53 Match() : mValue(NULL), mOp(matchExists) { } // explict test for presence function in class:Security::CodeSigning::Requirement::Interpreter::Match
65 bool infoKeyValue(const std::string &key, const Match &match);
66 bool entitlementValue(const std::string &key, const Match &match);
67 bool certFieldValue(const string &key, const Match &match, SecCertificateRef cert);
68 bool certFieldGeneric(const string &key, const Match &match, SecCertificateRef cert);
69 bool certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert);
70 bool certFieldPolicy(const string &key, const Match
[all...]
H A Dreqinterp.cpp109 return infoKeyValue(key, Match(CFTempString(getString()), matchEqual));
127 Match match(*this);
133 Match match(*this);
140 Match match(*this);
147 Match match(*this);
154 Match match(*this);
188 bool Requirement::Interpreter::infoKeyValue(const string &key, const Match &match)
200 bool Requirement::Interpreter::entitlementValue(const string &key, const Match &match)
209 bool Requirement::Interpreter::certFieldValue(const string &key, const Match &match, SecCertificateRef cert)
264 bool Requirement::Interpreter::certFieldGeneric(const string &key, const Match
430 Requirement::Interpreter::Match::Match(Interpreter &interp) function in class:Security::CodeSigning::Requirement::Interpreter::Match
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Daddrmatch.sh25 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
27 Match Address 1.1.1.1,::1,!::3,2000::/16
29 Match LocalAddress 127.0.0.1,::1
31 Match LocalPort 5678
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dtcl_parse.tcl333 if {![Match "\\A(\\\[)" range]} {
344 if {[Match "\\A(\\])" range]} break
359 if {![Match "\\A(\[^\\\[\]+)" range]} {
373 if {![Match "\\A(\[^\"\\\\\[\]+)" range]} {
385 ![Match "\\A(\\\\x\[a-fA-F0-9\]+)" range] &&
386 ![Match "\\A(\\\\u\[a-fA-F0-9\]{1,4})" range] &&
387 ![Match "\\A(\\\\\[0-2\]\[0-7\]{2})" range] &&
388 ![Match "\\A(\\\\\[0-7\]{1,2})" range] &&
389 ![Match {\A(\\[abfnrtv])} range]
408 if {![Match {\
639 proc Match {pattern rv} { procedure
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddebsources.vim21 " Match comments
24 " Match uri's
H A Dobjc.vim37 " Match the ObjC #import directive (like C's #include)
42 " Match the important ObjC directives
49 " Match the ObjC method types
H A Dsshdconfig.vim68 syn keyword sshdconfigKeyword MACs Match MaxAuthTries MaxSessions MaxStartups
H A Ddoxygen.vim77 " Match the Starting pattern (effectively creating the start of a BNF)
81 " Match the first sentence as a brief comment
105 " Match a '<' for applying a comment to the previous element.
144 " Match an [@\]brief so that it moves to body-mode.
180 " Match parameters and retvals (highlighting the first word as special).
186 " Match one line identifiers.
218 " Match single line identifiers.
H A Dslrnrc.vim57 " Match as a "string" too
72 " Match as a "string" too
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.h47 enum Match { SelectorMatches, SelectorFailsLocally, SelectorFailsAllSiblings, SelectorFailsCompletely }; enum in class:WebCore::SelectorChecker
84 Match match(const SelectorCheckingContext&, PseudoId&) const;
H A DSelectorChecker.cpp148 SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, PseudoId& dynamicPseudo) const
217 Match match = this->match(nextContext, ignoreDynamicPseudo);
254 Match match = this->match(nextContext, ignoreDynamicPseudo);
292 static bool attributeValueMatches(const Attribute* attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive)
355 static bool anyAttributeMatches(Element* element, CSSSelector::Match match, const QualifiedName& selectorAttr, const AtomicString& selectorValue, bool caseSensitive)
395 if (!anyAttributeMatches(element, static_cast<CSSSelector::Match>(selector->m_match), attr, selector->value(), caseSensitive))
H A DCSSParserValues.h185 void setMatch(CSSSelector::Match value) { m_selector->m_match = value; }
H A DCSSSelector.h57 enum Match { enum in class:WebCore::CSSSelector
237 mutable unsigned m_match : 4; // enum Match
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dgrep-changelog77 --author=AUTHOR Match entries whose author line matches
79 --text=TEXT Match entries whose text matches regular
82 --from-date=YYYY-MM-DD Match entries not older than given date
83 --to-date=YYYY-MM-DD Match entries not younger than given date
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h81 /// Match - Find the maximal addressing mode that a load/store of V can fold,
84 static ExtAddrMode Match(Value *V, Type *AccessTy, function in class:llvm::AddressingModeMatcher
/macosx-10.9.5/vim-53/runtime/indent/
H A Druby.vim180 function s:Match(lnum, regex) function
236 if s:Match(v:lnum, s:ruby_deindent_keywords)
277 if s:Match(lnum, s:block_regex)
300 let col = s:Match(lnum, '\%(^\|[^.:@$]\)\<end\>\s*\%(#.*\)\=$')
315 let col = s:Match(lnum, s:ruby_indent_keywords)
323 if s:Match(lnum, s:end_end_regex)
339 if s:Match(p_lnum,s:continuation_regex)||s:IsInString(p_lnum,strlen(line))
351 if s:Match(lnum, s:ruby_indent_keywords)
353 if s:Match(lnum, s:end_end_regex)
360 if s:Match(lnu
[all...]
H A Dsml.vim129 " Match 'else' with 'if'
137 " Match 'then' with 'if'
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dderived.cpp41 bool Match(int index_, c4_Sequence &seq_, const int * = 0, const int * = 0)
134 if (Match(i, _seq, lowCols, highCols))
182 bool c4_FilterSeq::Match(int index_, c4_Sequence &seq_, const int *lowCols_,
297 includeRow = Match(nf_._cursor->_index, *nf_._cursor->_seq);
322 if (Match(nf_._cursor->_index, *nf_._cursor->_seq))
365 includeRow = Match(nf_._cursor->_index, *nf_._cursor->_seq);
385 if (Match(nf_._index, _seq)) {
/macosx-10.9.5/llvmCore-3425.0.33/utils/FileCheck/
H A DFileCheck.cpp84 /// Match - Match the pattern string against the input buffer Buffer. This
90 size_t Match(StringRef Buffer, size_t &MatchLen,
282 /// Match - Match the pattern string against the input buffer Buffer. This
285 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, function in class:Pattern
326 // Match the newly constructed regex.
697 size_t MatchPos = CheckStr.Pat.Match(Buffer, MatchLen, VariableTable);
742 size_t Pos = CheckStr.NotStrings[ChunkNo].second.Match(SkippedRegion,
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dvmsbuild.com127 $ SEARCH functions.def "DEFFUNC","''f'" /Match=AND
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp112 bool Match = true; local
119 Match = false;
121 Match = false;
130 Match = false;
151 MatchReg &= Match;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1867 if (Instruction *Match = MatchSelectFromAndOr(A, B, C, D))
1868 return Match;
1869 if (Instruction *Match = MatchSelectFromAndOr(B, A, D, C))
1870 return Match;
1871 if (Instruction *Match = MatchSelectFromAndOr(C, B, A, D))
1872 return Match;
1873 if (Instruction *Match = MatchSelectFromAndOr(D, A, B, C))
1874 return Match;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.h221 bool Match(const c4_RowRef &row_);

Completed in 319 milliseconds

123