Home
last modified time | relevance | path

Searched defs:constructed (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/base/memory/
Dscoped_ptr_unittest.cc90 scoped_ptr<ConDecLogger> TestReturnOfType(int* constructed) { in TestReturnOfType()
102 int constructed = 0; in TEST() local
173 int constructed = 0; in TEST() local
285 int constructed = 0; in TEST() local
382 int constructed = 0; in TEST() local
427 int constructed = 0; in TEST() local
461 int constructed = 0; in TEST() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1StreamParser.java55 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit()
96 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject()
DBERTaggedObjectParser.java13 boolean constructed, in BERTaggedObjectParser()
/external/chromium/base/memory/
Dscoped_ptr_unittest.cc29 int constructed = 0; in TEST() local
98 int constructed = 0; in TEST() local
/external/chromium/base/
Dlazy_instance_unittest.cc36 static int constructed; member in __anon90c4031f0111::SlowConstructor
41 int SlowConstructor::constructed = 0; member in __anon90c4031f0111::SlowConstructor
/external/chromium_org/base/
Dlazy_instance_unittest.cc37 static int constructed; member in __anon32d7f9060111::SlowConstructor
42 int SlowConstructor::constructed = 0; member in __anon32d7f9060111::SlowConstructor
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/util/
Dscoped_ptr_unittest.cc34 int constructed = 0; in TEST() local
/external/openssl/crypto/asn1/
Dasn1_lib.c195 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()
Da_bytes.c133 int ret,r,constructed; in i2d_ASN1_bytes() local
Dasn1_par.c69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info()
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dasn1_lib.c195 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()
Da_bytes.c133 int ret,r,constructed; in i2d_ASN1_bytes() local
Dasn1_par.c69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info()
/external/wpa_supplicant_8/src/tls/
Dasn1.h48 u8 identifier, class, constructed; member
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h49 …ineBox(RenderObject* obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed, in InlineBox()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java90 Constructable constructed = (Constructable) getMethod().invoke(null, 5L, false); in testNewInstance() local