/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 125 self.assertEqual(self.my_enum.GetOptions(), 127 self.assertEqual(self.my_enum.values[0].GetOptions(), 129 self.assertEqual(self.my_message.GetOptions(), 131 self.assertEqual(self.my_message.fields[0].GetOptions(), 133 self.assertEqual(self.my_method.GetOptions(), 135 self.assertEqual(self.my_service.GetOptions(), 150 file_options = file_descriptor.GetOptions() 153 message_options = message_descriptor.GetOptions() 156 field_options = field_descriptor.GetOptions() 161 enum_options = enum_descriptor.GetOptions() [all …]
|
D | python_message.py | 170 descriptor.GetOptions().message_set_wire_format): 273 field.containing_type.GetOptions().message_set_wire_format and 281 field.message_type.GetOptions().map_entry) 297 field_descriptor.GetOptions().packed) 300 field_descriptor.GetOptions().HasField("packed") and 301 field_descriptor.GetOptions().packed == False) 1155 field.message_type.GetOptions().map_entry):
|
D | generator_test.py | 151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format) 155 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops_test.cc | 33 static SessionOptions* GetOptions() { in GetOptions() function 84 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_SGD() 116 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_Adagrad() 150 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_Momentum() 193 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_Adam() 233 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_RMSProp() 270 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_AddSign() 307 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_PowerSign()
|
D | basic_ops_benchmark_test.cc | 33 static SessionOptions* GetOptions() { in GetOptions() function 73 test::Benchmark("cpu", run, GetOptions(), init).Run(iters); in BM_MulChain()
|
D | reverse_op_test.cc | 176 static SessionOptions GetOptions(int intra_threads) { in GetOptions() function 200 SessionOptions opts = GetOptions(intra_threads); in RunReverseRowsBenchmark()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 547 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 620 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 872 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 912 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 1028 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 1042 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 1152 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 1174 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 1299 static PyObject* GetOptions(PyFileDescriptor *self) { in GetOptions() function 1337 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
|
/external/libtextclassifier/annotator/ |
D | annotator.cc | 1023 selection_feature_processor_->GetOptions()->only_use_line_with_click(), in ModelSuggestSelection() 1033 bounds_sensitive_features = selection_feature_processor_->GetOptions() in ModelSuggestSelection() 1052 selection_feature_processor_->GetOptions()->max_selection_span(); in ModelSuggestSelection() 1063 selection_feature_processor_->GetOptions()->context_size(); in ModelSuggestSelection() 1161 classification_feature_processor_->GetOptions() in ClassifyTextUpperBoundNeededTokens() 1172 selection_feature_processor_->GetOptions()->context_size(); in ClassifyTextUpperBoundNeededTokens() 1229 classification_feature_processor_->GetOptions() in ModelClassifyText() 1244 classification_feature_processor_->GetOptions() in ModelClassifyText() 1269 classification_feature_processor_->GetOptions()->context_size(); in ModelClassifyText() 1652 if (!selection_feature_processor_->GetOptions()->only_use_line_with_click()) { in ModelAnnotate() [all …]
|
D | feature-processor.h | 129 const FeatureProcessorOptions* GetOptions() const { return options_; } in GetOptions() function
|
/external/golang-protobuf/descriptor/ |
D | descriptor_test.go | 26 if md.GetOptions().GetMessageSetWireFormat() {
|
/external/markdown/MarkdownTest/ |
D | MarkdownTest.pl | 24 GetOptions (
|
/external/libaom/libaom/build/cmake/ |
D | version.pl | 20 GetOptions('version_data=s' => \$version_data,
|
D | rtcd.pl | 35 GetOptions(
|
/external/cldr/tools/c/genldml/ |
D | genindex.pl | 18 GetOptions(
|
D | filterRB.pl | 40 GetOptions(
|
D | txt2ldml.pl | 18 GetOptions(
|
/external/curl/scripts/ |
D | completion.pl | 11 Getopt::Long::GetOptions(
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 506 func (m *FileDescriptorProto) GetOptions() *FileOptions { func 620 func (m *DescriptorProto) GetOptions() *MessageOptions { func 689 func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions { func 920 func (m *FieldDescriptorProto) GetOptions() *FieldOptions { func 968 func (m *OneofDescriptorProto) GetOptions() *OneofOptions { func 1031 func (m *EnumDescriptorProto) GetOptions() *EnumOptions { func 1154 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { func 1210 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { func 1283 func (m *MethodDescriptorProto) GetOptions() *MethodOptions { func
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 478 func (m *FileDescriptorProto) GetOptions() *FileOptions { func 591 func (m *DescriptorProto) GetOptions() *MessageOptions { func 659 func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions { func 887 func (m *FieldDescriptorProto) GetOptions() *FieldOptions { func 934 func (m *OneofDescriptorProto) GetOptions() *OneofOptions { func 996 func (m *EnumDescriptorProto) GetOptions() *EnumOptions { func 1117 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { func 1172 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { func 1244 func (m *MethodDescriptorProto) GetOptions() *MethodOptions { func
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 294 opt := d.GetOptions().GetGoPackage() 916 if d.GetOptions().GetMapEntry() { 1149 if desc.GetOptions().GetMapEntry() { 1225 if g.file.GetOptions().GetDeprecated() { 1367 if enum.GetOptions().GetDeprecated() { 1379 if e.GetOptions().GetDeprecated() { 2096 if mc.message.GetOptions().GetDeprecated() { 2281 if d, ok := desc.(*Descriptor); ok && d.GetOptions().GetMapEntry() { 2310 if field.GetOptions().GetDeprecated() { 2554 …if extDesc.GetOptions().GetMessageSetWireFormat() && typeName[len(typeName)-1] == "message_set_ext…
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 152 deprecated := service.GetOptions().GetDeprecated() 296 if method.GetOptions().GetDeprecated() {
|
/external/libvpx/libvpx/build/make/ |
D | rtcd.pl | 35 GetOptions(
|
/external/tensorflow/tensorflow/python/util/protobuf/ |
D | compare.py | 174 desc.message_type.GetOptions().map_entry):
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 15 if ( ! GetOptions(
|
/external/v8/tools/ |
D | v8_presubmit.py | 570 def GetOptions(): function 579 parser = GetOptions()
|