Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp269 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()
483 std::string value = entry->javaValue(scalarType->getKind()); in emitJavaTypeDeclarations()
553 std::string value = entry->rawValue(scalarType->getKind()); in emitVtsTypeDeclarations()
692 std::string value = entry->javaValue(scalarType->getKind()); in emitExportedHeader()
721 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()
773 mValue = ConstantExpression::Zero(type->getKind()).release(); in autofill()
778 mValue = prevReference->addOne(type->getKind()).release(); in autofill()
DScalarType.h103 Kind getKind() const;
DScalarType.cpp303 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()