Home
last modified time | relevance | path

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

/external/gptfdisk/
Dparttypes.cc23 AType* PartType::lastType = NULL; member in PartType
252 lastType->next = tempType; in AddType()
254 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/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp160 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local
161 …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.java1331 String lastType = null; in testAUnit() local
1335 if (!type.equals(lastType)) { in testAUnit()
1337 lastType = type; in testAUnit()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java1332 String lastType = null; in testAUnit() local
1336 if (!type.equals(lastType)) { in testAUnit()
1338 lastType = type; in testAUnit()
/external/clang/include/clang/AST/
DDecl.h2604 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()