Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DInitializeVariables.cpp15 TType myType = type; in constructFloatConstUnionNode() local
16 unsigned char size = myType.getNominalSize(); in constructFloatConstUnionNode()
17 if (myType.isMatrix()) in constructFloatConstUnionNode()
23 myType.clearArrayness(); in constructFloatConstUnionNode()
24 myType.setQualifier(EvqConst); in constructFloatConstUnionNode()
25 TIntermConstantUnion *node = new TIntermConstantUnion(u, myType); in constructFloatConstUnionNode()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp120 struct myType struct
136 myType<Arg, sizeof...(Args)>* make_array_with_type(const Args&... args) in make_array_with_type()
/external/doclava/src/com/google/doclava/
DMethodInfo.java522 TypeInfo myType = mine.type(); in matchesParams() local
523 String qualifiedName = myType.qualifiedTypeName(); in matchesParams()
524 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/icu/icu4c/source/i18n/
Ddtptngen.cpp1681 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local
1683 if (myType==otherType) { in getDistance()
1686 if (myType==0) {// and other is not in getDistance()
1696 result += abs(myType - otherType); in getDistance()
/external/chromium_org/third_party/icu/source/i18n/
Ddtptngen.cpp1680 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local
1682 if (myType==otherType) { in getDistance()
1685 if (myType==0) {// and other is not in getDistance()
1695 result += abs(myType - otherType); in getDistance()