Searched refs:QuotedBool (Results 1 - 1 of 1) sorted by relevance

/art/dexlayout/
H A Ddexlayout.cc123 static const char* QuotedBool(bool val) { function in namespace:art
1165 fprintf(out_file_, " abstract=%s\n", QuotedBool((flags & kAccAbstract) != 0));
1166 fprintf(out_file_, " native=%s\n", QuotedBool((flags & kAccNative) != 0));
1167 fprintf(out_file_, " synchronized=%s\n", QuotedBool(
1172 fprintf(out_file_, " static=%s\n", QuotedBool((flags & kAccStatic) != 0));
1173 fprintf(out_file_, " final=%s\n", QuotedBool((flags & kAccFinal) != 0));
1251 fprintf(out_file_, " transient=%s\n", QuotedBool((flags & kAccTransient) != 0));
1252 fprintf(out_file_, " volatile=%s\n", QuotedBool((flags & kAccVolatile) != 0));
1254 fprintf(out_file_, " static=%s\n", QuotedBool((flags & kAccStatic) != 0));
1255 fprintf(out_file_, " final=%s\n", QuotedBool((flag
[all...]

Completed in 28 milliseconds