Searched refs:JavaType (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | ast_java.cpp | 74 to->Write("%s %s", this->variable->type->JavaType().c_str(), in Write() 105 to->Write("%s%s %s", this->type->JavaType().c_str(), dim.c_str(), in WriteDeclaration() 121 to->Write("%s", this->clazz->JavaType().c_str()); in Write() 160 to->Write("(%s)", this->cast->JavaType().c_str()); in Write() 206 to->Write("%s.", this->clazz->JavaType().c_str()); in Write() 250 to->Write("new %s[", this->type->JavaType().c_str()); in Write() 271 to->Write("((%s)", this->type->JavaType().c_str()); in Write() 287 to->Write("(%s)", this->cast->JavaType().c_str()); in Write() 387 to->Write("%s%s ", this->returnType->JavaType().c_str(), dim.c_str()); in Write() 409 to->Write("%s", this->exceptions[i]->JavaType().c_str()); in Write() [all …]
|
D | type_java.cpp | 59 string Type::InstantiableName() const { return JavaType(); } in InstantiableName() 588 return JavaType() + ".CREATOR"; in CreatorName() 657 return JavaType() + ".CREATOR"; in CreatorName() 668 string creator = v->type->JavaType() + ".CREATOR"; in CreateFromParcel() 675 string creator = v->type->JavaType() + ".CREATOR"; in ReadFromParcel() 726 return "java.util.ArrayList<" + m_contained_type->JavaType() + ">"; in InstantiableName()
|
D | type_java.h | 50 virtual std::string JavaType() const { return m_javaType; } in JavaType() function 207 std::string JavaType() const override { return "java.lang.String"; } in JavaType() function 419 std::string JavaType() const override { in JavaType() function 420 return "java.util.List<" + m_contained_type->JavaType() + ">"; in JavaType()
|
D | generate_java_binder.cpp | 68 descriptor->value = "\"" + interfaceType->JavaType() + "\""; in StubClass() 128 m->comment += interfaceType->JavaType(); in make_as_interface() 161 new LiteralExpression(interfaceType->JavaType())); in make_as_interface()
|