OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctor1
(Results
1 - 4
of
4
) 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.cpp
175
return new StringPerfFunction(
ctor1
, filelines_, numLines, uselen);
177
return new StringPerfFunction(
ctor1
, StrBuffer, StrBufferLen, uselen);
stringperf.h
396
inline void
ctor1
(const UChar* src,int32_t srcLen, UnicodeString s0)
function
Completed in 5353 milliseconds