Home
last modified time | relevance | path

Searched refs:isConstructed (Results 1 – 25 of 94) sorted by relevance

1234

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1ApplicationSpecific.java14 protected final boolean isConstructed; field in ASN1ApplicationSpecific
19 boolean isConstructed, in ASN1ApplicationSpecific() argument
23 this.isConstructed = isConstructed; in ASN1ApplicationSpecific()
85 public boolean isConstructed() in isConstructed() method in ASN1ApplicationSpecific
87 return isConstructed; in isConstructed()
160 if (isConstructed) in encode()
178 return isConstructed == other.isConstructed in asn1Equals()
185 return (isConstructed ? 1 : 0) ^ tag ^ Arrays.hashCode(octets); in hashCode()
226 if (isConstructed()) in toString()
DDERApplicationSpecific.java13 boolean isConstructed, in DERApplicationSpecific() argument
17 super(isConstructed, tag, octets); in DERApplicationSpecific()
61 …super(constructed || object.toASN1Primitive().isConstructed(), tag, getEncoding(constructed, objec… in DERApplicationSpecific()
117 if (isConstructed) in encode()
DDLApplicationSpecific.java13 boolean isConstructed, in DLApplicationSpecific() argument
17 super(isConstructed, tag, octets); in DLApplicationSpecific()
61 …super(constructed || object.toASN1Primitive().isConstructed(), tag, getEncoding(constructed, objec… in DLApplicationSpecific()
117 if (isConstructed) in encode()
DBERApplicationSpecific.java13 boolean isConstructed, in BERApplicationSpecific() argument
17 super(isConstructed, tag, octets); in BERApplicationSpecific()
47 …super(constructed || object.toASN1Primitive().isConstructed(), tag, getEncoding(constructed, objec… in BERApplicationSpecific()
103 if (isConstructed) in encode()
DASN1StreamParser.java140 boolean isConstructed = (tag & BERTags.CONSTRUCTED) != 0; in readObject()
149 if (!isConstructed) in readObject()
175 return new DLApplicationSpecific(isConstructed, tagNo, defIn.toByteArray()); in readObject()
180 return new BERTaggedObjectParser(isConstructed, tagNo, new ASN1StreamParser(defIn)); in readObject()
183 if (isConstructed) in readObject()
DASN1InputStream.java140 boolean isConstructed = (tag & CONSTRUCTED) != 0; in buildObject()
146 return new DLApplicationSpecific(isConstructed, tagNo, defIn.toByteArray()); in buildObject()
151 return new ASN1StreamParser(defIn).readTaggedObject(isConstructed, tagNo); in buildObject()
154 if (isConstructed) in buildObject()
232 boolean isConstructed = (tag & CONSTRUCTED) != 0; in readObject()
241 if (!isConstructed) in readObject()
DDLTaggedObject.java28 boolean isConstructed() in isConstructed() method in DLTaggedObject
40 return primitive.isConstructed(); in isConstructed()
94 if (primitive.isConstructed()) in encode()
DDERTaggedObject.java33 boolean isConstructed() in isConstructed() method in DERTaggedObject
45 return primitive.isConstructed(); in isConstructed()
100 if (primitive.isConstructed()) in encode()
DBERTaggedObject.java48 boolean isConstructed() in isConstructed() method in BERTaggedObject
60 return primitive.isConstructed(); in isConstructed()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1ApplicationSpecific.java16 protected final boolean isConstructed; field in ASN1ApplicationSpecific
21 boolean isConstructed, in ASN1ApplicationSpecific() argument
25 this.isConstructed = isConstructed; in ASN1ApplicationSpecific()
87 public boolean isConstructed() in isConstructed() method in ASN1ApplicationSpecific
89 return isConstructed; in isConstructed()
162 if (isConstructed) in encode()
180 return isConstructed == other.isConstructed in asn1Equals()
187 return (isConstructed ? 1 : 0) ^ tag ^ Arrays.hashCode(octets); in hashCode()
228 if (isConstructed()) in toString()
DDLApplicationSpecific.java15 boolean isConstructed, in DLApplicationSpecific() argument
19 super(isConstructed, tag, octets); in DLApplicationSpecific()
63 …super(constructed || object.toASN1Primitive().isConstructed(), tag, getEncoding(constructed, objec… in DLApplicationSpecific()
119 if (isConstructed) in encode()
DDERApplicationSpecific.java15 boolean isConstructed, in DERApplicationSpecific() argument
19 super(isConstructed, tag, octets); in DERApplicationSpecific()
63 …super(constructed || object.toASN1Primitive().isConstructed(), tag, getEncoding(constructed, objec… in DERApplicationSpecific()
119 if (isConstructed) in encode()
DBERApplicationSpecific.java15 boolean isConstructed, in BERApplicationSpecific() argument
19 super(isConstructed, tag, octets); in BERApplicationSpecific()
49 …super(constructed || object.toASN1Primitive().isConstructed(), tag, getEncoding(constructed, objec… in BERApplicationSpecific()
105 if (isConstructed) in encode()
DASN1StreamParser.java142 boolean isConstructed = (tag & BERTags.CONSTRUCTED) != 0; in readObject()
151 if (!isConstructed) in readObject()
177 return new DLApplicationSpecific(isConstructed, tagNo, defIn.toByteArray()); in readObject()
182 return new BERTaggedObjectParser(isConstructed, tagNo, new ASN1StreamParser(defIn)); in readObject()
185 if (isConstructed) in readObject()
DASN1InputStream.java147 boolean isConstructed = (tag & CONSTRUCTED) != 0; in buildObject()
153 return new DLApplicationSpecific(isConstructed, tagNo, defIn.toByteArray()); in buildObject()
158 return new ASN1StreamParser(defIn).readTaggedObject(isConstructed, tagNo); in buildObject()
161 if (isConstructed) in buildObject()
241 boolean isConstructed = (tag & CONSTRUCTED) != 0; in readObject()
250 if (!isConstructed) in readObject()
DDLTaggedObject.java30 boolean isConstructed() in isConstructed() method in DLTaggedObject
42 return primitive.isConstructed(); in isConstructed()
96 if (primitive.isConstructed()) in encode()
DDERTaggedObject.java37 boolean isConstructed() in isConstructed() method in DERTaggedObject
49 return primitive.isConstructed(); in isConstructed()
104 if (primitive.isConstructed()) in encode()
DBERTaggedObject.java50 boolean isConstructed() in isConstructed() method in BERTaggedObject
62 return primitive.isConstructed(); in isConstructed()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DManagedStatic.cpp69 assert(Ms1.isConstructed()); in ~Nest()
76 EXPECT_FALSE(Ms1.isConstructed()); in TEST()
77 EXPECT_FALSE(Ms2.isConstructed()); in TEST()
80 EXPECT_TRUE(Ms1.isConstructed()); in TEST()
81 EXPECT_TRUE(Ms2.isConstructed()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPluginLoader.cpp39 return Plugins.isConstructed() ? Plugins->size() : 0; in getNumPlugins()
44 assert(Plugins.isConstructed() && num < Plugins->size() && in getPlugin()
DDynamicLibrary.cpp185 if (ExplicitSymbols.isConstructed()) { in SearchForAddressOfSymbol()
193 if (OpenedHandles.isConstructed()) { in SearchForAddressOfSymbol()
/external/llvm/lib/Support/
DPluginLoader.cpp39 return Plugins.isConstructed() ? Plugins->size() : 0; in getNumPlugins()
44 assert(Plugins.isConstructed() && num < Plugins->size() && in getPlugin()
/external/swiftshader/third_party/LLVM/lib/Support/
DPluginLoader.cpp39 return Plugins.isConstructed() ? Plugins->size() : 0; in getNumPlugins()
44 assert(Plugins.isConstructed() && num < Plugins->size() && in getPlugin()
/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py29 def encodeTag(self, singleTag, isConstructed): argument
32 if isConstructed:
71 substrate, isConstructed, isOctets = self.encodeValue(
84 substrate, isConstructed, isOctets = self.encodeValue(
88 if not substrate and isConstructed and options.get('ifNotEmpty', False):
92 if not isConstructed:
95 header = self.encodeTag(singleTag, isConstructed)
/external/python/pyasn1-modules/tools/
Docspclient.py38 substrate, isConstructed = encoder.encoder.BitStringEncoder.encodeValue(*args)
41 return substrate[1:], isConstructed

1234