Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 25 of 108) sorted by relevance

12345

/external/libcxx/test/std/language.support/support.exception/propagation/
Dcurrent_exception.pass.cpp19 static int constructed; member
21 A() {++constructed;} in A()
22 ~A() {--constructed;} in ~A()
23 A(const A&) {++constructed;} in A()
26 int A::constructed = 0; member in A
37 assert(A::constructed == 0); in main()
43 assert(A::constructed == 1); in main()
45 assert(A::constructed == 0); in main()
47 assert(A::constructed == 0); in main()
52 assert(A::constructed == 0); in main()
[all …]
Dmake_exception_ptr.pass.cpp19 static int constructed; member
22 A(int data = 0) : data_(data) {++constructed;} in A()
23 ~A() {--constructed;} in ~A()
24 A(const A& a) : data_(a.data_) {++constructed;} in A()
27 int A::constructed = 0; member in A
40 assert(A::constructed == 1); in main()
45 assert(A::constructed == 1); in main()
47 assert(A::constructed == 0); in main()
Drethrow_exception.pass.cpp19 static int constructed; member
22 A(int data = 0) : data_(data) {++constructed;} in A()
23 ~A() {--constructed;} in ~A()
24 A(const A& a) : data_(a.data_) {++constructed;} in A()
27 int A::constructed = 0; member in A
48 assert(A::constructed == 1); in main()
53 assert(A::constructed == 1); in main()
55 assert(A::constructed == 0); in main()
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct.pass.cpp27 static bool constructed; member
35 constructed = true; in B()
39 bool B::constructed = false; member in B
43 static bool constructed; member
51 constructed = true; in C()
55 bool C::constructed = false; member in C
59 static bool constructed; member
68 constructed = true; in D()
72 bool D::constructed = false; member in D
76 static bool constructed; member
[all …]
Ddestroy.pass.cpp25 static bool constructed; member
27 B() {constructed = true;} in B()
28 ~B() {constructed = false;} in ~B()
31 bool B::constructed = false; member in B
43 assert(!S::constructed); in main()
45 assert(S::constructed); in main()
47 assert(!S::constructed); in main()
56 assert(!S::constructed); in main()
57 assert(!A3<S>::constructed); in main()
60 assert(S::constructed); in main()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1StreamParser.java58 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit() argument
62 if (!constructed) in readImplicit()
70 if (constructed) in readImplicit()
99 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject() argument
101 if (!constructed) in readTaggedObject()
DBERTaggedObjectParser.java13 boolean constructed, in BERTaggedObjectParser() argument
17 _constructed = constructed; in BERTaggedObjectParser()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.teximage.txt48 Reference texture object is constructed by applying reference versions of the
51 Finally both the constructed texture is rendered using a simple quad and the
54 verified. If mipmaps were constructed, texture is rendered multiple times
Dfunctional.texture.incomplete.txt34 Incomplete texture object is constructed based on test case specification.
/external/boringssl/src/crypto/asn1/
Dasn1_lib.c239 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
245 i=(constructed)?V_ASN1_CONSTRUCTED:0; in ASN1_put_object()
262 if (constructed == 2) in ASN1_put_object()
301 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
315 if (constructed == 2) in ASN1_object_size()
Da_bytes.c136 int ret,r,constructed; in i2d_ASN1_bytes() local
150 constructed=1; in i2d_ASN1_bytes()
152 constructed=0; in i2d_ASN1_bytes()
153 ASN1_put_object(&p,constructed,ret,tag,xclass); in i2d_ASN1_bytes()
Dasn1_par.c64 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
68 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() argument
75 if (constructed & V_ASN1_CONSTRUCTED) in asn1_print_info()
/external/libcxx/test/support/
Dallocators.h139 static bool constructed; variable
149 constructed = true; in construct()
164 template <class T> bool A3<T>::constructed = false;
/external/llvm/unittests/ADT/
DSmallVectorTest.cpp37 bool constructed; member in __anon27179be20111::Constructable
41 Constructable() : constructed(true), value(0) { in Constructable()
45 Constructable(int val) : constructed(true), value(val) { in Constructable()
49 Constructable(const Constructable & src) : constructed(true) { in Constructable()
55 Constructable(Constructable && src) : constructed(true) { in Constructable()
62 EXPECT_TRUE(constructed); in ~Constructable()
64 constructed = false; in ~Constructable()
68 EXPECT_TRUE(constructed); in operator =()
76 EXPECT_TRUE(constructed); in operator =()
/external/v8/test/mjsunit/
Dobject-literal.js183 function construct() { this.constructed = true; }
187 assertTrue(vo.constructed);
/external/iptables/extensions/
Dlibxt_NETMAP.man7 Network address to map to. The resulting address will be constructed in the
/external/wpa_supplicant_8/src/tls/
Dasn1.h48 u8 identifier, class, constructed; member
Dasn1.c36 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next()
/external/llvm/test/Other/
Dcan-execute.txt8 The PATH is constructed such that 'not' will first find a directory named
/external/llvm/docs/
DInAlloca.rst12 instances that are passed by value are constructed directly into
32 that passes two default-constructed ``Foo`` objects to ``g`` in the
79 constructed argument ``b`` before restoring the stack pointer. If the
/external/eigen/doc/
DPreprocessorDirectives.dox28 Defaults to the %IOFormat constructed by the default constructor IOFormat::IOFormat().
29 …- \b EIGEN_INITIALIZE_MATRICES_BY_ZERO - if defined, all entries of newly constructed matrices and…
31 …- \b EIGEN_INITIALIZE_MATRICES_BY_NAN - if defined, all entries of newly constructed matrices and …
/external/jsoncpp/
DNEWS.txt10 constructed with a double like 17.0 will now return true for all of
28 may have been constructed with a 64-bit integer larger than maxInt,
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.matrix.txt48 or constructed as constant values. Operation is performed in shader
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_uniform.txt54 shaders are constructed such that the result should be an all-green quad if
/external/clang/lib/StaticAnalyzer/
DREADME.txt72 Since now constructors are seen before the variable that is constructed
74 is constructed into. See ExprEngine::VisitCXXConstructExpr().

12345