Searched refs:matchType (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/test/Analysis/ |
D | rdar-6540084.m | 20 @property (nonatomic) BugsBunnyType matchType; property 24 BugsBunnyType matchType = options.matchType; 30 switch (matchType) {
|
/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 | 1074 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/ |
D | ebpfTable.py | 84 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/ |
D | CheckDisplayCollisions.java | 87 private MatchType matchType; field in CheckDisplayCollisions.Type 91 private Type(String basePrefix, MatchType matchType) { in Type() argument 92 this.matchType = matchType; in Type() 119 if (type.matchType == MatchType.PREFIX) { in getType() 605 if (myType.matchType == MatchType.PREFIX) { in getPathsWithValue()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 1204 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() function in spv::spirvbin_t 1232 if (!matchType(globalTypes, asId(typeStart+x), gdata[x])) in matchType() 1267 if (matchType(globalTypes, lt, gt.first)) in findType()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SPVRemapper.cpp | 1207 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() function in spv::spirvbin_t 1235 if (!matchType(globalTypes, asId(typeStart+x), gdata[x])) in matchType() 1270 if (matchType(globalTypes, lt, gt.first)) in findType()
|
/external/angle/src/libANGLE/ |
D | Framebuffer.h | 441 GLenum matchType,
|
D | Framebuffer.cpp | 959 GLenum matchType, in detachMatchingAttachment() argument 962 if (attachment->isAttached() && attachment->type() == matchType && attachment->id() == matchId) in detachMatchingAttachment()
|