Home
last modified time | relevance | path

Searched refs:getComponentByPosition (Results 1 – 13 of 13) sorted by relevance

/external/python/pyasn1-modules/tools/
Dsnmpget.py27 pdus = msg.setComponentByPosition(2).getComponentByPosition(2)
28 pdu = pdus.setComponentByPosition(0).getComponentByPosition(0)
32 vbl = pdu.setComponentByPosition(3).getComponentByPosition(3)
33 vb = vbl.setComponentByPosition(0).getComponentByPosition(0)
35 …yPosition(1).getComponentByPosition(1).setComponentByPosition(0).getComponentByPosition(0).setComp…
Docspclient.py114 response0 = tbsResponseData.getComponentByName('responses').getComponentByPosition(0)
/external/python/pyasn1/tests/type/
Dtest_univ.py1080 assert s.getComponentByPosition(0) == self.s1.getComponentByPosition(0)
1198 assert s.getComponentByPosition(0, default=None, instantiate=False) is None
1199 assert s.getComponentByPosition(0, default=None) is None
1201 assert s.getComponentByPosition(0, default=None) is not None
1202 assert s.getComponentByPosition(0, default=None) == str2octs('test')
1204 assert s.getComponentByPosition(0, default=None) is None
1212 assert s.getComponentByPosition(0, instantiate=False) is univ.noValue
1214 assert s.getComponentByPosition(0, instantiate=False) is not univ.noValue
1215 assert s.getComponentByPosition(0, instantiate=False) == str2octs('test')
1217 assert s.getComponentByPosition(0, instantiate=False) is univ.noValue
[all …]
/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dsetof.rst11  getComponentByPosition, setComponentByPosition, clear, reset, isInconsistent
Dsequenceof.rst11 getComponentByPosition, setComponentByPosition, clear, reset, isInconsistent
Dchoice.rst11getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefault…
Dsequence.rst10 …isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, getComponentByPosition,
Dset.rst11getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefault…
/external/python/pyasn1/pyasn1/type/
Duniv.py1674 return self.getComponentByPosition(idx)
1736 yield self.getComponentByPosition(idx)
1748 def getComponentByPosition(self, idx, default=noValue, instantiate=True): member in SequenceOfAndSetOfBase
1816 return [self.getComponentByPosition(subidx, default, instantiate)
2237 return self.getComponentByPosition(idx)
2368 return self.getComponentByPosition(idx, default=default, instantiate=instantiate)
2416 def getComponentByPosition(self, idx, default=noValue, instantiate=True): member in SequenceAndSetBase
2849 componentValue = self.getComponentByPosition(
2906 componentType = self.getComponentByPosition(idx)
3072 def getComponentByPosition(self, idx, default=noValue, instantiate=True): member in Choice
[all …]
Dbase.py680 def getComponentByPosition(self, idx): member in ConstructedAsn1Type
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py649 … if namedType.isOptional and not asn1Object.getComponentByPosition(idx).isValue:
674 containerValue = asn1Object.getComponentByPosition(idx)
691 asn1Object.getComponentByPosition(idx).asOctets(),
834 … if namedType.isOptional and not asn1Object.getComponentByPosition(idx).isValue:
859 containerValue = asn1Object.getComponentByPosition(idx)
876 asn1Object.getComponentByPosition(idx).asOctets(),
/external/cronet/stable/third_party/boringssl/src/pki/testdata/ocsp_unittest/
Dmake_ocsp.py104 rn.setComponentByPosition(i, subject.getComponentByPosition(i))
/external/cronet/tot/third_party/boringssl/src/pki/testdata/ocsp_unittest/
Dmake_ocsp.py104 rn.setComponentByPosition(i, subject.getComponentByPosition(i))