Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp300 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()
522 std::string value = entry->javaValue(scalarType->getKind()); in emitJavaTypeDeclarations()
592 std::string value = entry->rawValue(scalarType->getKind()); in emitVtsTypeDeclarations()
731 std::string value = entry->javaValue(scalarType->getKind()); in emitExportedHeader()
760 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()
812 mValue = ConstantExpression::Zero(type->getKind()).release(); in autofill()
817 mValue = prevReference->addOne(type->getKind()).release(); in autofill()
DScalarType.h107 Kind getKind() const;
DScalarType.cpp334 ScalarType::Kind ScalarType::getKind() const { in getKind() function in android::ScalarType
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java138 log.append("Kind: " + diagnostic.getKind() + "\n"); in compile()