Searched refs:matchType (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Analysis/ |
D | rdar-6540084.m | 20 @property (nonatomic) BugsBunnyType matchType; property 24 BugsBunnyType matchType = options.matchType; 30 switch (matchType) {
|
/external/mksh/src/ |
D | check.pl | 1031 local($type, $perm, $uid, $gid, $matchType, 1040 ($type, $perm, $uid, $gid, $matchType, $rest) 1062 if ($matchType !~ /^(exact|pattern)$/) { 1064 "$prog:$file:$.: bad match type for file-result: $matchType\n"; 1243 ($type, $perm, $uid, $gid, $matchType, $rest) = 1278 $matchType eq 'exact' ? $rest : undef 1279 $matchType eq 'pattern' ? $rest : undef); 1302 $matchType eq 'exact' ? $rest : undef 1303 $matchType eq 'pattern' ? $rest : undef);
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSParserValues.h | 222 …fiedName& value, CSSSelector::AttributeMatchType matchType) { m_selector->setAttribute(value, matc… in setAttribute() argument
|
D | BisonCSSParser-in.cpp | 1072 bool BisonCSSParser::parseAttributeMatchType(CSSSelector::AttributeMatchType& matchType, const Stri… in parseAttributeMatchType() argument 1077 matchType = CSSSelector::CaseInsensitive; in parseAttributeMatchType()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSSelector.cpp | 744 void CSSSelector::setAttribute(const QualifiedName& value, AttributeMatchType matchType) in setAttribute() argument 748 m_data.m_rareData->m_bits.m_attributeMatchType = matchType; in setAttribute()
|