Searched refs:API_R (Results 1 – 4 of 4) sorted by relevance
47 if (compileApiLevel <= API_R) { in write_java_annotation_constants()51 } else if (minApiLevel <= API_R) { // compileApiLevel = S+ in write_java_annotation_constants()358 if (minApiLevel <= API_R) { in write_stats_log_java()
45 const string constantPrefix = minApiLevel > API_R ? "ASTATSLOG_" : ""; in write_annotations()322 if (minApiLevel > API_R) { in write_stats_log_cpp()396 if (minApiLevel <= API_R) { in write_stats_log_header()
194 if (compileApiLevel < API_R) { in run()196 fprintf(stderr, "compileApiLevel must be %d or higher.\n", API_R); in run()
37 const int API_R = 30; variable