Searched refs:ctor (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | eh990323-1.cpp | 6 int ctor = 0; variable 10 A() {ctor++;} in A() 11 A(int) {ctor++;} in A() 12 A(const A&) {ctor++;} in A() 73 if (!ctor || ctor != dtor) in main()
|
D | eh990323-5.cpp | 6 int ctor = 0; variable 23 ctor++; in A() 31 ctor++; in A() 62 if (ctor != 9) in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | eh990323-1.cpp | 6 int ctor = 0; variable 10 A() {ctor++;} in A() 11 A(int) {ctor++;} in A() 12 A(const A&) {ctor++;} in A() 73 if (!ctor || ctor != dtor) in main()
|
D | eh990323-5.cpp | 6 int ctor = 0; variable 23 ctor++; in A() 31 ctor++; in A() 62 if (ctor != 9) in main()
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1551 $(call gen-test, input.output/iostream.format/input.streams/istream/istream_sentry/ctor) 2095 $(call gen-test, localization/locale.categories/category.collate/locale.collate/ctor) 2104 …t, localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ctor) 2177 $(call gen-test, localization/locale.categories/category.ctype/locale.ctype/ctor) 2193 $(call gen-test, localization/locale.categories/category.messages/locale.messages/ctor) 2199 $(call gen-test, localization/locale.categories/category.monetary/locale.money.get/ctor) 2216 $(call gen-test, localization/locale.categories/category.monetary/locale.moneypunct/ctor) 2229 $(call gen-test, localization/locale.categories/category.monetary/locale.money.put/ctor) 2238 $(call gen-test, localization/locale.categories/category.numeric/locale.nm.put/ctor) 2249 $(call gen-test, localization/locale.categories/category.numeric/locale.num.get/ctor) [all …]
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1560 $(call gen-test, input.output/iostream.format/input.streams/istream/istream_sentry/ctor) 2104 $(call gen-test, localization/locale.categories/category.collate/locale.collate/ctor) 2113 …t, localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ctor) 2186 $(call gen-test, localization/locale.categories/category.ctype/locale.ctype/ctor) 2202 $(call gen-test, localization/locale.categories/category.messages/locale.messages/ctor) 2208 $(call gen-test, localization/locale.categories/category.monetary/locale.money.get/ctor) 2225 $(call gen-test, localization/locale.categories/category.monetary/locale.moneypunct/ctor) 2238 $(call gen-test, localization/locale.categories/category.monetary/locale.money.put/ctor) 2247 $(call gen-test, localization/locale.categories/category.numeric/locale.nm.put/ctor) 2258 $(call gen-test, localization/locale.categories/category.numeric/locale.num.get/ctor) [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | bitset | 725 throw invalid_argument("bitset string ctor has invalid argument"); 727 assert(!"bitset string ctor has invalid argument"); 759 throw invalid_argument("bitset string ctor has invalid argument"); 761 assert(!"bitset string ctor has invalid argument");
|