HomeSort by relevance Sort by last modified time
    Searched defs:ctor1 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/testsuite/
initpri3.c 31 ctor1 (void) function
66 ctor1
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ConstructorTest.java 106 Constructor<ConstructorTestHelper> ctor1 = ConstructorTestHelper.class local
108 Annotation[][] paramAnnotations = ctor1.getParameterAnnotations();
126 Constructor<ConstructorTestHelper> ctor1 = null; local
127 ctor1 = ConstructorTestHelper.class.getConstructor(new Class[0]);
128 Annotation[] annotations = ctor1.getDeclaredAnnotations();
178 Constructor<ConstructorTestHelper> ctor1 = null, ctor2 = null; local
180 ctor1 = ConstructorTestHelper.class.getConstructor(
186 assertTrue("Different Contructors returned equal", !ctor1.equals(ctor2));
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) function

Completed in 130 milliseconds