/toolchain/binutils/binutils-2.25/gold/testsuite/ |
initpri3.c | 38 ctor2 (void) function 65 ctor2,
|
/external/clang/test/CXX/class/class.union/ |
p1.cpp | 19 class Ctor2 { 20 Ctor2(); // expected-note {{because type 'Ctor2' has a user-provided default constructor}} expected-note 2{{here}} 42 Ctor2 ctor2; // expected-error {{union member 'ctor2' has a non-trivial constructor}} member in union:U1 61 Ctor2 ctor2; // expected-note {{because field of type 'Ctor2' has a user-provided default constructor}} member in struct:U2::__anon7822 84 struct s3a : Ctor2 { // expected-note {{because base class of type 'Ctor2' has a user-provided default constructor} [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ConstructorTest.java | 178 Constructor<ConstructorTestHelper> ctor1 = null, ctor2 = null; local 182 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class); 186 assertTrue("Different Contructors returned equal", !ctor1.equals(ctor2));
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
stringperf.h | 396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) function
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 213 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, 232 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error); 241 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass, local 243 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error); 250 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local 261 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error); [all...] |