Home
last modified time | relevance | path

Searched refs:set_label (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/cmds/incident_helper/tests/
DPsParser_test.cpp59 record1->set_label("u:r:init:s0"); in TEST_F()
78 record2->set_label("u:r:kernel:s0"); in TEST_F()
97 record3->set_label("u:r:surfaceflinger:s0"); in TEST_F()
116 record4->set_label("u:r:hal_gnss_default:s0"); in TEST_F()
135 record5->set_label("u:r:platform_app:s0:c512,c768"); in TEST_F()
154 record6->set_label("u:r:perfd:s0"); in TEST_F()
173 record7->set_label("u:r:perfd:s0"); in TEST_F()
192 record8->set_label("u:r:shell:s0"); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc793 field->set_label(label); in ParseMessageField()
853 field->set_label(FieldDescriptorProto::LABEL_REPEATED); in ParseMessageFieldNoLabel()
865 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in ParseMessageFieldNoLabel()
871 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in ParseMessageFieldNoLabel()
981 key_field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in GenerateMapEntry()
990 value_field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in GenerateMapEntry()
1660 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in ParseOneof()
Dparser_unittest.cc1665 field->set_label(FieldDescriptorProto_Label_LABEL_OPTIONAL); in TEST_F()
1671 extension->set_label(FieldDescriptorProto_Label_LABEL_OPTIONAL); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc107 result->set_label(label); in AddField()
120 result->set_label(label); in AddExtension()
134 result->set_label(label); in AddNestedExtension()
5361 file_proto.mutable_message_type(0)->mutable_field(0)->set_label( in TEST_F()
5392 key->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F()
5422 value->set_label(FieldDescriptorProto::LABEL_REQUIRED); in TEST_F()
6318 field->set_label(FieldDescriptorProto::LABEL_OPTIONAL); in PopulateFile()
Ddescriptor.pb.h1132 void set_label(::google::protobuf::FieldDescriptorProto_Label value);
4943 inline void FieldDescriptorProto::set_label(::google::protobuf::FieldDescriptorProto_Label value) { in set_label() function
Ddescriptor.pb.cc4456 set_label(static_cast< ::google::protobuf::FieldDescriptorProto_Label >(value)); in MergePartialFromCodedStream()
4889 set_label(from.label()); in MergeFrom()
5073 void FieldDescriptorProto::set_label(::google::protobuf::FieldDescriptorProto_Label value) { in set_label() function in google::protobuf::FieldDescriptorProto
Ddescriptor.cc1850 proto->set_label(static_cast<FieldDescriptorProto::Label>( in CopyTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h1678 void set_label(Label label);
2576 inline void FieldDef::set_label(upb_label_t label) { in set_label() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h2127 void set_label(Label label);
3192 inline void FieldDef::set_label(upb_label_t label) {