Home
last modified time | relevance | path

Searched refs:lastType (Results 1 – 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DPlainInsn.java107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer(); in withSourceLiteral() local
109 if (!lastType.isConstant()) { in withSourceLiteral()
123 Constant cst = (Constant) lastType; in withSourceLiteral()
/external/gptfdisk/
Dparttypes.cc21 AType* PartType::lastType = NULL; member in PartType
250 lastType->next = tempType; in AddType()
252 lastType = tempType; in AddType()
Dparttypes.h36 static AType* lastType; // Pointer to last entry in the list variable
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp161 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local
162 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java715 String lastType = null; in testAUnit() local
719 if (!type.equals(lastType)) { in testAUnit()
721 lastType = type; in testAUnit()
/external/skia/src/animator/
DSkScriptTokenizer.cpp702 SkOperand2::OpType lastType = fValueStack.top().fType; in innerScript() local
712 operand.fType = lastType; in innerScript()
/external/clang/include/clang/AST/
DDecl.h2528 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()