Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_java.cpp101 string dim; in WriteDeclaration() local
103 dim += "[]"; in WriteDeclaration()
105 to->Write("%s%s %s", this->type->JavaType().c_str(), dim.c_str(), in WriteDeclaration()
383 string dim; in Write() local
385 dim += "[]"; in Write()
387 to->Write("%s%s ", this->returnType->JavaType().c_str(), dim.c_str()); in Write()