Home
last modified time | relevance | path

Searched refs:myType (Results 1 – 4 of 4) sorted by relevance

/external/doclava/src/com/google/doclava/
DMethodInfo.java511 TypeInfo myType = mine.type(); in matchesParams() local
512 String qualifiedName = myType.qualifiedTypeName(); in matchesParams()
513 String realType = myType.isPrimitive() ? "" : myType.asClassInfo().qualifiedName(); in matchesParams()
/external/stlport/stlport/stl/config/
D_mwerks.h39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this argument
/external/icu4c/i18n/
Ddtptngen.cpp1632 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local
1634 if (myType==otherType) { in getDistance()
1637 if (myType==0) {// and other is not in getDistance()
1647 result += abs(myType - otherType); in getDistance()
/external/quake/quake/src/WinQuake/
Dnet_bw.cpp207 byte myType; member