/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
D | ASN1StreamParser.java | 52 DEREncodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit() 93 DERObject readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject()
|
D | BERTaggedObjectParser.java | 25 boolean constructed, in BERTaggedObjectParser()
|
/external/chromium/base/memory/ |
D | scoped_ptr_unittest.cc | 29 int constructed = 0; in TEST() local 98 int constructed = 0; in TEST() local
|
/external/chromium/base/ |
D | lazy_instance_unittest.cc | 36 static int constructed; member in __anon5f6e9f590111::SlowConstructor 41 int SlowConstructor::constructed = 0; member in __anon5f6e9f590111::SlowConstructor
|
/external/openssl/crypto/asn1/ |
D | a_bytes.c | 133 int ret,r,constructed; in i2d_ASN1_bytes() local
|
D | asn1_lib.c | 195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() 257 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size()
|
D | asn1_par.c | 69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info()
|
/external/wpa_supplicant_8/src/tls/ |
D | asn1.h | 48 u8 identifier, class, constructed; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | asn1.h | 54 u8 identifier, class, constructed; member
|
/external/bluetooth/glib/gobject/ |
D | gobject.h | 344 void (*constructed) (GObject *object); member
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineBox.h | 72 …nlineBox(RenderObject* obj, float x, float y, float logicalWidth, bool firstLine, bool constructed, in InlineBox()
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 90 Constructable constructed = (Constructable) getMethod().invoke(null, 5L, false); in testNewInstance() local
|