/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 | 79 descriptor.AddField(FieldDescriptor( in TEST_F() 100 descriptor.AddField(FieldDescriptor( in TEST_F() 121 descriptor.AddField(FieldDescriptor( in TEST_F() 146 nested.AddField(FieldDescriptor("nested_int_value", 1, in TEST_F() 155 descriptor.AddField(field); in TEST_F() 191 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 | 238 AddField(Field{ProtoType::FromDescriptor(field->type()), field->name(), in Proto() 275 AddField(std::move(field)); in MergeFrom() 282 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 | 112 proto_out->AddField(std::move(protofield)); in GenerateProto()
|
/external/v8/src/compiler/ |
D | csa-load-elimination.cc | 142 CsaLoadElimination::AbstractState::AddField(Node* object, Node* offset, in AddField() function in v8::internal::compiler::CsaLoadElimination::AbstractState 192 state = state->AddField(object, offset, info, zone()); in ReduceLoadFromObject() 208 state = state->AddField(object, offset, info, zone()); in ReduceStoreToObject()
|
D | csa-load-elimination.h | 76 AbstractState const* AddField(Node* object, Node* offset, FieldInfo info, in NON_EXPORTED_BASE()
|
D | load-elimination.cc | 550 LoadElimination::AbstractState const* LoadElimination::AbstractState::AddField( in AddField() function in v8::internal::compiler::LoadElimination::AbstractState 806 state = state->AddField( in ReduceEnsureWritableFastElements() 834 state = state->AddField( in ReduceMaybeGrowFastElements() 959 state = state->AddField(object, field_index, info, zone()); in ReduceLoadField() 1037 state = state->AddField(object, field_index, new_info, zone()); in ReduceStoreField() 1043 state = state->AddField(object, field_index, new_info, zone()); in ReduceStoreField()
|
D | load-elimination.h | 243 AbstractState const* AddField(Node* object, IndexRange index, in NON_EXPORTED_BASE()
|
/external/perfetto/src/trace_processor/util/ |
D | descriptors.cc | 87 descriptors_[extendee.value()].AddField(field); in AddExtensionField() 107 proto_descriptor.AddField(CreateFieldFromDecoder(f_decoder)); in AddNestedProtoDescriptors()
|
D | descriptors.h | 72 void AddField(FieldDescriptor descriptor) { in AddField() function
|
/external/v8/src/wasm/ |
D | struct-types.h | 91 void AddField(ValueType type, bool mutability) { in AddField() function
|