Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp428 out_rewrite_method->AppendStatement( in ProcessStyleable()
430 out_rewrite_method->AppendStatement( in ProcessStyleable()
432 out_rewrite_method->AppendStatement( in ProcessStyleable()
435 out_rewrite_method->AppendStatement(" }"); in ProcessStyleable()
436 out_rewrite_method->AppendStatement("}"); in ProcessStyleable()
492 out_rewrite_method->AppendStatement( in ProcessResource()
601 rewrite_method->AppendStatement( in Generate()
604 rewrite_method->AppendStatement("final int packageIdBits = p << 24;"); in Generate()
DClassDefinition.cpp30 void MethodDefinition::AppendStatement(const StringPiece& statement) { in AppendStatement() function in aapt::MethodDefinition
DClassDefinition.h186 void AppendStatement(const android::StringPiece& statement);