/external/protobuf/python/compatibility_tests/v2.5.0/tests/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 | generator_test.py | 145 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format) 149 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 128 self.assertEqual(self.my_enum.GetOptions(), 130 self.assertEqual(self.my_enum.values[0].GetOptions(), 132 self.assertEqual(self.my_message.GetOptions(), 134 self.assertEqual(self.my_message.fields[0].GetOptions(), 136 self.assertEqual(self.my_method.GetOptions(), 138 self.assertEqual(self.my_service.GetOptions(), 156 file_options = file_descriptor.GetOptions() 159 message_options = message_descriptor.GetOptions() 162 field_options = field_descriptor.GetOptions() 167 oneof_options = oneof_descriptor.GetOptions() [all …]
|
D | python_message.py | 183 descriptor.GetOptions().message_set_wire_format): 264 field.containing_type.GetOptions().message_set_wire_format and 272 field.message_type.GetOptions().map_entry) 295 field_descriptor.GetOptions().packed) 298 field_descriptor.GetOptions().HasField('packed') and 299 field_descriptor.GetOptions().packed == False) 1052 if descriptor.GetOptions().map_entry: 1101 if descriptor.GetOptions().map_entry: 1232 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/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 124 if (options.GetOptions().bClearType) { in DrawNormalText() 126 if (options.GetOptions().bBGRStripe) in DrawNormalText() 129 if (options.GetOptions().bNoTextSmooth) in DrawNormalText() 131 if (options.GetOptions().bPrintGraphicText) in DrawNormalText() 133 if (options.GetOptions().bNoNativeText) in DrawNormalText() 135 if (options.GetOptions().bPrintImageText) in DrawNormalText()
|
D | cpdf_renderoptions.h | 50 const Options& GetOptions() const { return m_Options; } in GetOptions() function 51 Options& GetOptions() { return m_Options; } in GetOptions() function
|
D | cpdf_progressiverenderer.cpp | 79 if (m_pOptions->GetOptions().bBreakForMasks && pCurObj->IsImage() && in Continue() 94 .GetOptions() in Continue()
|
D | cpdf_renderstatus.cpp | 108 options.GetOptions() = draw_options; in DrawPatternBitmap() 109 options.GetOptions().bForceHalftone = true; in DrawPatternBitmap() 421 if (FillType && m_Options.GetOptions().bRectAA) in ProcessPath() 423 if (m_Options.GetOptions().bFillFullcover) in ProcessPath() 425 if (m_Options.GetOptions().bNoPathSmooth) in ProcessPath() 438 if (m_Options.GetOptions().bThinLine) in ProcessPath() 558 if (m_Options.GetOptions().bNoTextSmooth) in ProcessClipPath() 583 if (m_Options.GetOptions().bThinLine) in SelectClipPath() 589 if (m_Options.GetOptions().bNoPathSmooth) { in SelectClipPath() 626 if (m_Options.GetOptions().bOverprint && pPageObj->IsImage() && in ProcessTransparency() [all …]
|
D | cpdf_rendercontext.cpp | 76 if (status.GetRenderOptions().GetOptions().bLimitedImageCache) { in Render()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops_test.cc | 34 static SessionOptions* GetOptions() { in GetOptions() function 113 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_SGD() 145 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_Adagrad() 218 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_Momentum() 265 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_Adam() 307 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_RMSProp() 344 test::Benchmark("cpu", train, GetOptions(), init).Run(iters); in BM_AddSign() 381 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 | 178 static SessionOptions GetOptions(int intra_threads) { in GetOptions() function 202 SessionOptions opts = GetOptions(intra_threads); in RunReverseRowsBenchmark()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 600 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 680 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 949 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 997 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 1113 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 1132 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 1244 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function 1272 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, 1401 static PyObject* GetOptions(PyFileDescriptor *self) { in GetOptions() function 1447 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, }, [all …]
|
/external/libtextclassifier/native/annotator/ |
D | annotator.cc | 1242 selection_feature_processor_->GetOptions()->only_use_line_with_click(), in ModelSuggestSelection() 1252 bounds_sensitive_features = selection_feature_processor_->GetOptions() in ModelSuggestSelection() 1271 selection_feature_processor_->GetOptions()->max_selection_span(); in ModelSuggestSelection() 1282 selection_feature_processor_->GetOptions()->context_size(); in ModelSuggestSelection() 1380 classification_feature_processor_->GetOptions() in ClassifyTextUpperBoundNeededTokens() 1391 selection_feature_processor_->GetOptions()->context_size(); in ClassifyTextUpperBoundNeededTokens() 1448 classification_feature_processor_->GetOptions() in ModelClassifyText() 1463 classification_feature_processor_->GetOptions() in ModelClassifyText() 1488 classification_feature_processor_->GetOptions()->context_size(); in ModelClassifyText() 1962 if (!selection_feature_processor_->GetOptions()->only_use_line_with_click()) { in ModelAnnotate() [all …]
|
/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,
|
/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/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.h | 92 static const Options GetOptions(TfLiteDelegate* delegate);
|
/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/pdfium/fpdfsdk/ |
D | cpdfsdk_renderpage.cpp | 33 auto& options = pContext->m_pOptions->GetOptions(); in RenderPageImpl()
|