Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 14 of 14) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.cpp89 Type getType(const AST &ast) override { in getType() function
107 Type getType(const AST &ast) override { in getType() function
141 Type getType(const AST &ast) override { in getType() function
164 Type getType(const AST &ast) override { in getType() function
189 Type getType(const AST &ast) override { in getType() function
212 Type getType(const AST &) override { in getType() function
239 Type getType(const AST &) override { in getType() function
DVarDeclaration.cpp40 Type* VarDeclaration::getType() const { in getType() function in android::VarDeclaration
DFunctionDeclaration.cpp51 const Type* FunctionDeclaration::getType() const { in getType() function in android::FunctionDeclaration
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdAttribute.java38 public XsdType getType() { in getType() method in XsdAttribute
DXsdElement.java41 public XsdType getType() { in getType() method in XsdElement
/system/netd/server/
DDummyNetwork.cpp37 Network::Type DummyNetwork::getType() const { in getType() function in android::net::DummyNetwork
DLocalNetwork.cpp33 Network::Type LocalNetwork::getType() const { in getType() function in android::net::LocalNetwork
DVirtualNetwork.cpp93 Network::Type VirtualNetwork::getType() const { in getType() function in android::net::VirtualNetwork
DPhysicalNetwork.cpp165 Network::Type PhysicalNetwork::getType() const { in getType() function in android::net::PhysicalNetwork
/system/vold/model/
DVolumeBase.h84 Type getType() const { return mType; } in getType() function
/system/nfc/utils/
Dconfig.cc64 ConfigValue::Type ConfigValue::getType() const { return type_; } in getType() function in ConfigValue
/system/security/keystore/
Dblob.h144 BlobType getType() const { return BlobType(mBlob->type); } in getType() function
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java565 private XsdType getType(String name) throws JavaCodeGeneratorException { in getType() method in JavaCodeGenerator
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java633 private XsdType getType(String name) throws CppCodeGeneratorException { in getType() method in CppCodeGenerator