Searched defs:dim (Results 1 - 1 of 1) sorted by relevance

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

Completed in 43 milliseconds