HomeSort by relevance Sort by last modified time
    Searched refs:ctor2 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CXX/class/class.union/
p1.cpp 19 class Ctor2 {
20 Ctor2(); // expected-note 3 {{because type 'Ctor2' has a user-declared constructor}}
43 Ctor2 ctor2; // expected-error {{union member 'ctor2' has a non-trivial constructor}} member in union:U1
62 Ctor2 ctor2; // expected-note {{because type 'U2::<anonymous struct}} member in struct:U2::__anon5115
85 struct s3a : Ctor2 { // expected-note {{because type 'U3::s3a' has a base class with a non-trivial constructor}}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ConstructorTest.java 53 Constructor ctor1 = null, ctor2 = null; local
60 ctor2 = new ConstructorTestHelper().getClass().getConstructor(parms);
63 .equals(ctor2));
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 179 Constructor<ConstructorTestHelper> ctor1 = null, ctor2 = null; local
183 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class);
187 assertTrue("Different Contructors returned equal", !ctor1.equals(ctor2));
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 179 return new StringPerfFunction(ctor2, filelines_, numLines, uselen);
181 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen);
stringperf.h 396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 106 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2,
125 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error);
134 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass, local
136 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
151 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, local
153 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 508 milliseconds