/external/libcxx/test/std/language.support/support.exception/propagation/ |
D | current_exception.pass.cpp | 19 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 …]
|
D | make_exception_ptr.pass.cpp | 19 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()
|
D | rethrow_exception.pass.cpp | 19 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/ |
D | construct.pass.cpp | 27 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 …]
|
D | destroy.pass.cpp | 25 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/ |
D | ASN1StreamParser.java | 58 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()
|
D | BERTaggedObjectParser.java | 13 boolean constructed, in BERTaggedObjectParser() argument 17 _constructed = constructed; in BERTaggedObjectParser()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 48 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
|
D | functional.texture.incomplete.txt | 34 Incomplete texture object is constructed based on test case specification.
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_lib.c | 239 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()
|
D | a_bytes.c | 136 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()
|
D | asn1_par.c | 64 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/ |
D | allocators.h | 139 static bool constructed; variable 149 constructed = true; in construct() 164 template <class T> bool A3<T>::constructed = false;
|
/external/llvm/unittests/ADT/ |
D | SmallVectorTest.cpp | 37 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/ |
D | object-literal.js | 183 function construct() { this.constructed = true; } 187 assertTrue(vo.constructed);
|
/external/iptables/extensions/ |
D | libxt_NETMAP.man | 7 Network address to map to. The resulting address will be constructed in the
|
/external/wpa_supplicant_8/src/tls/ |
D | asn1.h | 48 u8 identifier, class, constructed; member
|
D | asn1.c | 36 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next()
|
/external/llvm/test/Other/ |
D | can-execute.txt | 8 The PATH is constructed such that 'not' will first find a directory named
|
/external/llvm/docs/ |
D | InAlloca.rst | 12 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/ |
D | PreprocessorDirectives.dox | 28 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/ |
D | NEWS.txt | 10 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/ |
D | functional.shaders.matrix.txt | 48 or constructed as constant values. Operation is performed in shader
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_uniform.txt | 54 shaders are constructed such that the result should be an all-green quad if
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 72 Since now constructors are seen before the variable that is constructed 74 is constructed into. See ExprEngine::VisitCXXConstructExpr().
|