Home
last modified time | relevance | path

Searched refs:fixedType (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java218 protected String fixedType; field in TypeData.TypeVar
226 fixedType = null; in TypeVar()
232 if (fixedType == null) in getName()
234 return fixedType; in getName()
239 if (fixedType == null) in isBasicType()
246 if (fixedType == null) { in is2WordType()
255 if (fixedType == null) in isNullType()
262 if (fixedType == null) in isUninit()
279 if (fixedType == null) in getTypeTag()
286 if (fixedType == null) in getTypeData()
[all …]
/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py69 fixedType = 1 variable