Home
last modified time | relevance | path

Searched refs:matchType (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Analysis/
Drdar-6540084.m20 @property (nonatomic) BugsBunnyType matchType; property
24 BugsBunnyType matchType = options.matchType;
30 switch (matchType) {
/external/mksh/src/
Dcheck.pl1074 local($type, $perm, $uid, $gid, $matchType,
1083 ($type, $perm, $uid, $gid, $matchType, $rest)
1105 if ($matchType !~ /^(exact|pattern)$/) {
1107 "$prog:$file:$.: bad match type for file-result: $matchType\n";
1288 ($type, $perm, $uid, $gid, $matchType, $rest) =
1323 $matchType eq 'exact' ? $rest : undef
1324 $matchType eq 'pattern' ? $rest : undef);
1347 $matchType eq 'exact' ? $rest : undef
1348 $matchType eq 'pattern' ? $rest : undef);
/external/bcc/src/cc/frontends/p4/compiler/
DebpfTable.py84 matchType = f[1]
87 if ((matchType is p4_match_type.P4_MATCH_TERNARY) or
88 (matchType is p4_match_type.P4_MATCH_LPM) or
89 (matchType is p4_match_type.P4_MATCH_RANGE)):
91 False, "Match type {0}", matchType)
93 if matchType is p4_match_type.P4_MATCH_VALID:
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java73 private MatchType matchType; field in CheckDisplayCollisions.Type
77 private Type(String basePrefix, MatchType matchType, int index) { in Type() argument
78 this.matchType = matchType; in Type()
104 if (type.matchType == MatchType.PREFIX) { in getType()
570 if (myType.matchType == MatchType.PREFIX) { in getPathsWithValue()
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1193 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() function in spv::spirvbin_t
1221 if (!matchType(globalTypes, asId(typeStart+x), gdata[x])) in matchType()
1256 if (matchType(globalTypes, lt, gt.first)) in findType()