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

  /external/llvm/test/Transforms/GlobalOpt/
invariant.ll 15 define void @ctor1() {
56 [ { i32, void ()* } { i32 65535, void ()* @ctor1 },
ctor-list-opt.ll 2 @llvm.global_ctors = appending global [11 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @CTOR1 }, { i32, void ()* } { i32 65535, void ()* @CTOR1 }, { i32, void ()* } { i32 65535, void ()* @CTOR2 }, { i32, void ()* } { i32 65535, void ()* @CTOR3 }, { i32, void ()* } { i32 65535, void ()* @CTOR4 }, { i32, void ()* } { i32 65535, void ()* @CTOR5 }, { i32, void ()* } { i32 65535, void ()* @CTOR6 }, { i32, void ()* } { i32 65535, void ()* @CTOR7 }, { i32, void ()* } { i32 65535, void ()* @CTOR8 }, { i32, void ()* } { i32 65535, void ()* @CTOR9 }, { i32, void ()* } { i32 2147483647, void ()* null } ] ; <[10 x { i32, void ()* }]*> [#uses=0]
12 define internal void @CTOR1() {
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 107 Constructor<ConstructorTestHelper> ctor1 = ConstructorTestHelper.class local
109 Annotation[][] paramAnnotations = ctor1.getParameterAnnotations();
127 Constructor<ConstructorTestHelper> ctor1 = null; local
128 ctor1 = ConstructorTestHelper.class.getConstructor(new Class[0]);
129 Annotation[] annotations = ctor1.getDeclaredAnnotations();
179 Constructor<ConstructorTestHelper> ctor1 = null, ctor2 = null; local
181 ctor1 = ConstructorTestHelper.class.getConstructor(
187 assertTrue("Different Contructors returned equal", !ctor1.equals(ctor2));
  /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
54 ctor1 = new ConstructorTestHelper().getClass().getConstructor(
62 assertTrue("Different Constructors returned equal", !ctor1
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 170 return new StringPerfFunction(ctor1, filelines_, numLines, uselen);
172 return new StringPerfFunction(ctor1, StrBuffer, StrBufferLen, uselen);
stringperf.h 391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /ndk/tests/device/test-stlport_shared-exception/jni/
Android.mk 28 LOCAL_MODULE := ctor1
29 LOCAL_SRC_FILES := ctor1.cpp
  /ndk/tests/device/test-stlport_static-exception/jni/
Android.mk 28 LOCAL_MODULE := ctor1
29 LOCAL_SRC_FILES := ctor1.cpp

Completed in 1709 milliseconds