Searched refs:add_annotation (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_generator.cc | 283 constructor.add_annotation( in RenderConstructor() 351 .add_annotation(Annotation::Create("Override")); in RenderInterfaceImpl() 353 as_output.add_annotation( in RenderInterfaceImpl() 375 .add_annotation(Annotation::Create("Override")) in RenderInterfaceImpl() 376 .add_annotation(Annotation::Create("SuppressWarnings") in RenderInterfaceImpl() 457 op_class.add_annotation(Annotation::Create("Deprecated")); in GenerateOp() 476 op_class.add_annotation(oper_annot); in GenerateOp()
|
D | source_writer_test.cc | 323 clazz.add_annotation(Annotation::Create("Bean")); in TEST() 324 clazz.add_annotation(Annotation::Create("SuppressWarnings") in TEST() 474 method.add_annotation(Annotation::Create("Override")); in TEST() 475 method.add_annotation(Annotation::Create("SuppressWarnings") in TEST()
|
D | java_defs.h | 141 Type& add_annotation(const Annotation& annotation) { in add_annotation() function 236 Method& add_annotation(const Annotation& annotation) { in add_annotation() function
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.h | 88 annotation_proto_->add_annotation(); in AddAnnotation() 98 auto* annotation = annotation_proto_->add_annotation(); in AddAnnotationNew()
|
/external/igt-gpu-tools/lib/ |
D | rendercopy_gen8.c | 90 static void add_annotation(drm_intel_aub_annotation *a, in add_annotation() function 101 add_annotation(&aub->annotations[0], AUB_TRACE_TYPE_BATCH, 0, size); in annotation_add_batch() 111 add_annotation(&aub->annotations[aub->index++], in annotation_add_state() 114 add_annotation(&aub->annotations[aub->index++], in annotation_add_state()
|
D | rendercopy_gen9.c | 121 static void add_annotation(drm_intel_aub_annotation *a, in add_annotation() function 132 add_annotation(&ctx->annotations[0], AUB_TRACE_TYPE_BATCH, 0, size); in annotation_add_batch() 142 add_annotation(&ctx->annotations[ctx->index++], in annotation_add_state() 145 add_annotation(&ctx->annotations[ctx->index++], in annotation_add_state()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 6506 PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation* add_annotation(); 11904 inline PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation* GeneratedCodeInfo::add_annotation() { in add_annotation() function
|
D | descriptor.pb.cc | 15130 ptr = ctx->ParseMessage(add_annotation(), ptr); in _InternalParse() 15170 input, add_annotation())); in MergePartialFromCodedStream()
|