Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Dbase.py88 def isSameTypeWith(self, other, matchTags=True, matchConstraints=True): argument
110 (not matchConstraints or self.subtypeSpec == other.subtypeSpec))
112 def isSuperTypeOf(self, other, matchTags=True, matchConstraints=True): argument
134 (not matchConstraints or self.subtypeSpec.isSuperTypeOf(other.subtypeSpec)))
Duniv.py1844 matchConstraints=True): argument
1891 matchTags, matchConstraints)
1931 elif componentType is not None and (matchTags or matchConstraints):
1938 verifyConstraints and matchConstraints):
2373 matchConstraints=True): argument
2413 idx, value, verifyConstraints, matchTags, matchConstraints
2513 matchConstraints=True): argument
2590 elif ((verifyConstraints or matchTags or matchConstraints) and
2599 verifyConstraints and matchConstraints):
2863 matchConstraints=True, argument
[all …]
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py531 matchTags=False, matchConstraints=False
621 matchTags=False, matchConstraints=False
718 matchTags=False, matchConstraints=False
803 matchTags=False, matchConstraints=False
908 matchTags=False, matchConstraints=False
991 matchTags=False, matchConstraints=False,
1042 matchTags=False, matchConstraints=False,
/external/llvm-project/lld/ELF/
DLinkerScript.cpp360 static bool matchConstraints(ArrayRef<InputSectionBase *> sections, in matchConstraints() function
572 if (!matchConstraints(v, sec->constraint)) { in processSectionCommands()
/external/python/pyasn1/
DCHANGES.rst287 and matchConstraints flags to control the strictness of inner
389 isSameTypeWith(matchTags=True, matchConstraints=False) and
390 isSuperTypeOf(matchTags=False, matchConstraints=True) for each of their