Searched defs:constructed (Results 1 - 14 of 14) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1StreamParser.java39 // TODO There are other tags that may be constructed (e.g. BIT_STRING)
55 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException argument
59 if (!constructed)
67 if (constructed)
84 throw new ASN1Exception("sequences must use constructed encoding (see X.690 8.9.1/8.10.1)");
86 throw new ASN1Exception("sets must use constructed encoding (see X.690 8.11.1/8.12.1)");
96 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException argument
98 if (!constructed)
183 // TODO There are other tags that may be constructed (e.g. BIT_STRING)
H A DBERTaggedObjectParser.java13 boolean constructed,
17 _constructed = constructed;
41 throw new IOException("Explicit tags must be constructed (see X.690 8.14.2)");
12 BERTaggedObjectParser( boolean constructed, int tagNumber, ASN1StreamParser parser) argument
/external/chromium/base/memory/
H A Dscoped_ptr_unittest.cc29 int constructed = 0; local
32 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed));
33 EXPECT_EQ(1, constructed);
40 EXPECT_EQ(0, constructed);
44 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed));
45 EXPECT_EQ(1, constructed);
48 scoper.reset(new ConDecLogger(&constructed));
49 EXPECT_EQ(1, constructed);
53 EXPECT_EQ(0, constructed);
56 scoper.reset(new ConDecLogger(&constructed));
98 int constructed = 0; local
[all...]
/external/chromium/base/
H A Dlazy_instance_unittest.cc31 ++constructed;
36 static int constructed; member in class:__anon1529::SlowConstructor
41 int SlowConstructor::constructed = 0; member in class:__anon1529::SlowConstructor
88 EXPECT_EQ(0, SlowConstructor::constructed);
92 EXPECT_EQ(0, SlowConstructor::constructed);
96 EXPECT_EQ(1, SlowConstructor::constructed);
/external/openssl/crypto/asn1/
H A Da_bytes.c133 int ret,r,constructed; local
147 constructed=1;
149 constructed=0;
150 ASN1_put_object(&p,constructed,ret,tag,xclass);
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
76 if (constructed & V_ASN1_CONSTRUCTED)
148 /* if j == 0x21 it is a constructed indefinite length object */
H A Dasn1_lib.c193 /* class 0 is constructed
194 * constructed == 2 for indefinite length constructed */
195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
201 i=(constructed)?V_ASN1_CONSTRUCTED:0;
218 if (constructed == 2)
257 int ASN1_object_size(int constructed, int length, int tag) argument
271 if (constructed == 2)
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dasn1.h31 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
54 u8 identifier, class, constructed; member in struct:asn1_hdr
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.h25 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
48 u8 identifier, class, constructed; member in struct:asn1_hdr
/external/wpa_supplicant_8/src/tls/
H A Dasn1.h25 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
48 u8 identifier, class, constructed; member in struct:asn1_hdr
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.h25 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
48 u8 identifier, class, constructed; member in struct:asn1_hdr
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h72 InlineBox(RenderObject* obj, float x, float y, float logicalWidth, bool firstLine, bool constructed, argument
82 , m_constructed(constructed)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds