/external/toolchain-utils/crosperf/ |
D | settings_factory.py | 24 self.AddField( 29 self.AddField( 33 self.AddField( 41 self.AddField( 46 self.AddField( 52 self.AddField( 60 self.AddField( 72 self.AddField( 79 self.AddField( 86 self.AddField( [all …]
|
D | settings_unittest.py | 45 self.settings.AddField( 54 self.assertRaises(Exception, self.settings.AddField, (IntegerField( 66 self.settings.AddField( 84 self.settings.AddField( 105 self.settings.AddField( 136 self.settings.AddField( 159 self.settings.AddField( 165 self.settings.AddField( 173 self.settings.AddField(
|
D | settings.py | 28 def AddField(self, field): member in Settings
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | pack_tests.py | 20 struct.AddField('testfield1', mojom.INT32, 2) 21 struct.AddField('testfield2', mojom.INT32, 1) 41 struct.AddField('testfield1', mojom.INT8) 57 struct.AddField("%d" % index, kind) 123 struct.AddField('testfield1', mojom.INT8) 124 struct.AddField('testfield3', mojom.UINT8, 3) 125 struct.AddField('testfield2', mojom.INT32, 2) 145 struct.AddField('bit0', mojom.BOOL) 146 struct.AddField('bit1', mojom.BOOL) 147 struct.AddField('int', mojom.INT32) [all …]
|
D | generator.py | 135 struct.AddField(param.mojom_name, param.kind, param.ordinal, 146 struct.AddField(param.mojom_name, param.kind, param.ordinal,
|
D | test_support.py | 112 struct.AddField('testfield1', mojom.INT32) 113 struct.AddField('testfield2', mojom.Array(mojom.INT32), 42)
|
D | module.py | 360 def AddField(self, mojom_name, kind, ordinal=None, default=None, member in Struct 410 def AddField(self, mojom_name, kind, ordinal=None, attributes=None): member in Union
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/ |
D | pack_unittest.py | 45 struct.AddField('%d' % index, kind) 57 struct.AddField('field_2', mojom.BOOL, 2) 58 struct.AddField('field_0', mojom.INT32, 0) 59 struct.AddField('field_1', mojom.INT64, 1) 95 struct.AddField('field_3', mojom.BOOL, ordinal=3, 97 struct.AddField('field_0', mojom.INT32, ordinal=0) 98 struct.AddField('field_1', mojom.INT64, ordinal=1, 100 struct.AddField('field_2', mojom.INT64, ordinal=2,
|
/external/perfetto/src/trace_processor/metrics/ |
D | metrics_unittest.cc | 80 descriptor.AddField(FieldDescriptor( in TEST_F() 102 descriptor.AddField(FieldDescriptor( in TEST_F() 124 descriptor.AddField(FieldDescriptor( in TEST_F() 149 nested.AddField(FieldDescriptor("nested_int_value", 1, in TEST_F() 159 descriptor.AddField(field); in TEST_F() 196 descriptor.AddField(FieldDescriptor( in TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 109 FieldDescriptorProto* AddField(DescriptorProto* parent, const std::string& name, in AddField() function 669 AddField(message, "foo", 1, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 671 AddField(message, "bar", 6, FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 674 AddField(message, "baz", 500000000, FieldDescriptorProto::LABEL_REPEATED, in SetUp() 677 AddField(message, "qux", 15, FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 686 AddField(message2, "foo", 1, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 688 AddField(message2, "bar", 2, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 690 AddField(message2, "quux", 6, FieldDescriptorProto::LABEL_REQUIRED, in SetUp() 698 AddField(entry, "key", 1, FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 700 AddField(entry, "value", 2, FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() [all …]
|
D | generated_message_table_driven_lite.h | 103 inline Type* AddField(MessageLite* msg, int64 offset) { in AddField() function 113 inline std::string* AddField<std::string>(MessageLite* msg, int64 offset) { 121 inline void AddField(MessageLite* msg, int64 offset, Type value) { in AddField() function 124 *AddField<Type>(msg, offset) = value; in AddField() 248 s = AddField<InlinedStringField>(msg, offset); in HandleString() 276 std::string* value = AddField<std::string>(msg, offset); in HandleString() 328 AddField(msg, offset, value); in HandleEnum()
|
D | unknown_field_set.h | 150 void AddField(const UnknownField& field);
|
D | message.h | 1037 inline void AddField(Message* message, const FieldDescriptor* field, 1040 inline Type* AddField(Message* message, const FieldDescriptor* field) const;
|
D | generated_message_reflection.cc | 1136 AddField<TYPE>(message, field, value); \ 1285 *AddField<std::string>(message, field) = value; in AddString() 1437 AddField<int>(message, field, value); in AddEnumValueInternal() 2172 void Reflection::AddField(Message* message, const FieldDescriptor* field, in AddField() function in google::protobuf::Reflection 2178 Type* Reflection::AddField(Message* message, in AddField() function in google::protobuf::Reflection
|
D | unknown_field_set.cc | 177 void UnknownFieldSet::AddField(const UnknownField& field) { in AddField() function in google::protobuf::UnknownFieldSet
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | proto_gen_utils.cc | 235 AddField(Field{ProtoType::FromDescriptor(field->type()), field->name(), in Proto() 272 AddField(std::move(field)); in MergeFrom() 279 void Proto::AddField(Proto::Field other) { in AddField() function in perfetto::Proto
|
D | proto_gen_utils.h | 85 void AddField(Proto::Field field);
|
D | ftrace_proto_gen.cc | 111 proto_out->AddField(std::move(protofield)); in GenerateProto()
|
/external/perfetto/src/profiling/ |
D | deobfuscator.h | 60 bool AddField(std::string obfuscated_name, std::string deobfuscated_name) { in AddField() function
|
D | deobfuscator.cc | 185 if (!current_class_->AddField(opt_member->obfuscated_name, in AddLine()
|
/external/perfetto/src/trace_processor/util/ |
D | descriptors.cc | 89 descriptors_[extendee.value()].AddField(field); in AddExtensionField() 133 proto_descriptor.AddField(std::move(field)); in AddNestedProtoDescriptors()
|
D | descriptors.h | 82 void AddField(FieldDescriptor descriptor) { in AddField() function
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 644 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField() function in flatbuffers::Parser 697 ECHECK(AddField(struct_def, name + UnionTypeFieldSuffix(), in ParseField() 711 ECHECK(AddField(struct_def, name + UnionTypeFieldSuffix(), union_vector, in ParseField() 716 ECHECK(AddField(struct_def, name, type, &field)); in ParseField() 2574 if (!field) ECHECK(AddField(*struct_def, name, type, &field)); in ParseProtoFields()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 858 FLATBUFFERS_CHECKED_ERROR AddField(StructDef &struct_def,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 2532 bool AddField(FieldDef* f, Status* s); 2533 bool AddField(const reffed_ptr<FieldDef>& f, Status* s); 3044 bool AddField(FieldDef* field, Status* s); 3045 bool AddField(const reffed_ptr<FieldDef>& field, Status* s); 3729 inline bool MessageDef::AddField(upb_fielddef* f, Status* s) { 3732 inline bool MessageDef::AddField(const reffed_ptr<FieldDef>& f, Status* s) { 3969 inline bool OneofDef::AddField(FieldDef* field, Status* s) { 3972 inline bool OneofDef::AddField(const reffed_ptr<FieldDef>& field, Status* s) {
|