Searched refs:annotationName (Results 1 – 3 of 3) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | native_writer_vendor.cpp | 33 static void write_native_vendor_annotation_header(FILE* out, const string& annotationName, in write_native_vendor_annotation_header() argument 37 fprintf(out, "%s annotation.annotationId = %s;\n", indent, annotationName.c_str()); in write_native_vendor_annotation_header() 45 static void write_native_vendor_annotation_int(FILE* out, const string& annotationName, int value, in write_native_vendor_annotation_int() argument 47 write_native_vendor_annotation_header(out, annotationName, indent); in write_native_vendor_annotation_int() 52 static void write_native_vendor_annotation_int_constant(FILE* out, const string& annotationName, in write_native_vendor_annotation_int_constant() argument 55 write_native_vendor_annotation_header(out, annotationName, indent); in write_native_vendor_annotation_int_constant() 61 static void write_native_vendor_annotation_bool(FILE* out, const string& annotationName, bool value, in write_native_vendor_annotation_bool() argument 63 write_native_vendor_annotation_header(out, annotationName, indent); in write_native_vendor_annotation_bool()
|
D | java_writer_vendor.cpp | 34 static void write_vendor_annotation_int(FILE* out, const string& annotationName, int value, in write_vendor_annotation_int() argument 38 fprintf(out, "%s annotation.annotationId = %s;\n", indent, annotationName.c_str()); in write_vendor_annotation_int() 45 static void write_vendor_annotation_int_constant(FILE* out, const string& annotationName, in write_vendor_annotation_int_constant() argument 49 fprintf(out, "%s annotation.annotationId = %s;\n", indent, annotationName.c_str()); in write_vendor_annotation_int_constant() 57 static void write_vendor_annotation_bool(FILE* out, const string& annotationName, bool value, in write_vendor_annotation_bool() argument 61 fprintf(out, "%s annotation.annotationId = %s;\n", indent, annotationName.c_str()); in write_vendor_annotation_bool()
|
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/ |
D | HostStubGenOptions.kt | 327 class DuplicateAnnotationException(annotationName: String?) : 328 ArgumentsException("Duplicate annotation specified: '$annotationName'")
|