Searched refs:myType (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp120 struct myType struct in namespace:pr14273
136 myType<Arg, sizeof...(Args)>* make_array_with_type(const Args&... args)
/external/doclava/src/com/google/doclava/
H A DMethodInfo.java533 TypeInfo myType = mine.type();
534 String qualifiedName = myType.qualifiedTypeName();
535 String realType = myType.isPrimitive() ? "" : myType.asClassInfo().qualifiedName();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java2162 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i];
2164 if (myType == otherType) continue; // identical (maybe both zero) add 0
2165 if (myType == 0) { // and other is not
2172 result += Math.abs(myType - otherType); // square of mismatch
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1722 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; local
1724 if (myType==otherType) {
1727 if (myType==0) {// and other is not
1737 result += abs(myType - otherType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 161 milliseconds