/external/python/cpython3/Lib/msilib/ |
D | schema.py | 4 _Validation.add_field(1,'Table',11552) 5 _Validation.add_field(2,'Column',11552) 6 _Validation.add_field(3,'Nullable',3332) 7 _Validation.add_field(4,'MinValue',4356) 8 _Validation.add_field(5,'MaxValue',4356) 9 _Validation.add_field(6,'KeyTable',7679) 10 _Validation.add_field(7,'KeyColumn',5378) 11 _Validation.add_field(8,'Category',7456) 12 _Validation.add_field(9,'Set',7679) 13 _Validation.add_field(10,'Description',7679) [all …]
|
D | __init__.py | 36 def add_field(self, index, name, type): member in Table
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 4 _Validation.add_field(1,'Table',11552) 5 _Validation.add_field(2,'Column',11552) 6 _Validation.add_field(3,'Nullable',3332) 7 _Validation.add_field(4,'MinValue',4356) 8 _Validation.add_field(5,'MaxValue',4356) 9 _Validation.add_field(6,'KeyTable',7679) 10 _Validation.add_field(7,'KeyColumn',5378) 11 _Validation.add_field(8,'Category',7456) 12 _Validation.add_field(9,'Set',7679) 13 _Validation.add_field(10,'Description',7679) [all …]
|
D | __init__.py | 37 def add_field(self, index, name, type): member in Table
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 4 _Validation.add_field(1,'Table',11552) 5 _Validation.add_field(2,'Column',11552) 6 _Validation.add_field(3,'Nullable',3332) 7 _Validation.add_field(4,'MinValue',4356) 8 _Validation.add_field(5,'MaxValue',4356) 9 _Validation.add_field(6,'KeyTable',7679) 10 _Validation.add_field(7,'KeyColumn',5378) 11 _Validation.add_field(8,'Category',7456) 12 _Validation.add_field(9,'Set',7679) 13 _Validation.add_field(10,'Description',7679) [all …]
|
D | msilib.py | 86 def add_field(self, index, name, type): member in Table
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | window_util.cc | 82 const auto add_field = in ToString() local 93 add_field("size", in ToString() 96 add_field(" stride", in ToString() 100 add_field(" pad", [](const WindowDimension& dim) { in ToString() 105 add_field(" lhs_dilate", [](const WindowDimension& dim) { in ToString() 110 add_field(" rhs_dilate", [](const WindowDimension& dim) { in ToString() 115 add_field(" rhs_reversal", [](const WindowDimension& dim) { in ToString()
|
/external/v8/tools/ |
D | gc-nvp-trace-processor.py | 118 def add_field(field): function 124 add_field(field)
|
/external/libprotobuf-mutator/src/ |
D | mutator.cc | 183 const FieldDescriptor* add_field = in Sample() local 185 if (add_field != current_field) { in Sample() 187 {{message, add_field}, Mutation::Add}); in Sample()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 302 void add_field(int slot, const glsl_type *type, const char *name); 319 per_vertex_accumulator::add_field(int slot, const glsl_type *type, in add_field() function in __anon72aa8a280111::per_vertex_accumulator 1307 this->per_vertex_in.add_field(slot, type, name); in add_varying() 1310 this->per_vertex_out.add_field(slot, type, name); in add_varying()
|
/external/perfetto/src/trace_processor/ |
D | proto_trace_parser_unittest.cc | 278 auto* field = generic->add_field(); in TEST_F() 282 field = generic->add_field(); in TEST_F() 286 field = generic->add_field(); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 773 return ParseMessageField(message->add_field(), in ParseMessageStatement() 979 FieldDescriptorProto* key_field = entry->add_field(); in GenerateMapEntry() 988 FieldDescriptorProto* value_field = entry->add_field(); in GenerateMapEntry() 1649 FieldDescriptorProto* field = containing_type->add_field(); in ParseOneof()
|
D | parser_unittest.cc | 1662 FieldDescriptorProto* field(message->add_field()); in TEST_F()
|
/external/grpc-grpc/third_party/nanopb/generator/ |
D | nanopb_generator.py | 698 def add_field(self, field): member in OneOf 812 self.oneofs[f.oneof_index].add_field(field)
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 783 def add_field(self, field): member in OneOf 908 self.oneofs[f.oneof_index].add_field(field)
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 105 FieldDescriptorProto* result = parent->add_field(); in AddField() 6313 FieldDescriptorProto* field = message->add_field(); in PopulateFile()
|
D | descriptor.pb.h | 801 ::google::protobuf::FieldDescriptorProto* add_field(); 4341 inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_field() { in add_field() function
|
D | descriptor.cc | 1790 field(i)->CopyTo(proto->add_field()); in CopyTo()
|
D | descriptor.pb.cc | 3159 input, add_field())); in MergePartialFromCodedStream() 3850 ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_field() { in add_field() function in google::protobuf::DescriptorProto
|
/external/flatbuffers/docs/source/ |
D | Schemas.md | 592 calling `add_field` style calls, unless you're only interested in this
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1349 static void add_field(upb_msgdef *m, upb_fielddef *f, const void *ref_donor) { in add_field() function 1389 add_field(m, f, ref_donor); in upb_msgdef_addfield() 1429 add_field(m, f, NULL); in upb_msgdef_addoneof()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 1520 static void add_field(upb_msgdef *m, upb_fielddef *f, const void *ref_donor) { in add_field() function 1560 add_field(m, f, ref_donor); in upb_msgdef_addfield() 1600 add_field(m, f, NULL); in upb_msgdef_addoneof()
|