Home
last modified time | relevance | path

Searched refs:annotation7 (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc2036 auto* annotation7 = event->add_debug_annotations(); in TEST_F() local
2037 annotation7->set_name_iid(7); in TEST_F()
2038 annotation7->set_string_value("val7"); in TEST_F()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java517 ParserRuleReturnScope annotation7 =null; in smali_file() local
641 annotation7=annotation(); in smali_file()
644 stream_annotation.add(annotation7.getTree()); in smali_file()
645 …smali_file_stack.peek().classAnnotations.add((annotation7!=null?((CommonTree)annotation7.getTree()… in smali_file()