/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 12 if (pField->GetType() == CPDF_FormField::CheckBox) { in PDF_FormField_IsUnison() 285 if (GetType() == CheckBox || GetType() == RadioButton) { in GetValue() 302 switch (pValue->GetType()) { in GetValue() 474 if (GetType() == ListBox) { in ClearSelection() 477 if (GetType() == ComboBox) { in ClearSelection() 487 if (GetType() == ListBox) { in ClearSelection() 490 if (GetType() == ComboBox) { in ClearSelection() 501 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected() 547 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection() 554 if (GetType() == ListBox) { in SetItemSelection() [all …]
|
D | doc_formcontrol.cpp | 21 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetOnStateName() 22 GetType() == CPDF_FormField::RadioButton); in GetOnStateName() 40 ASSERT(GetType() == CPDF_FormField::CheckBox || in SetOnStateName() 41 GetType() == CPDF_FormField::RadioButton); in SetOnStateName() 83 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetCheckedAPState() 84 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState() 86 if (GetType() == CPDF_FormField::RadioButton || in GetCheckedAPState() 87 GetType() == CPDF_FormField::CheckBox) { in GetCheckedAPState() 98 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetExportValue() 99 GetType() == CPDF_FormField::RadioButton); in GetExportValue() [all …]
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fxmath_barcodeimp.cpp | 52 BC_TYPE CFX_Barcode::GetType() { in GetType() function in CFX_Barcode 53 return m_pBCEngine ? m_pBCEngine->GetType() : BC_UNKNOWN; in GetType() 71 switch (GetType()) { in CheckContentValidity() 89 switch (GetType()) { in SetPrintChecksum() 107 switch (GetType()) { in SetDataLength() 125 switch (GetType()) { in SetCalChecksum() 143 switch (GetType()) { in SetFont() 160 switch (GetType()) { in SetFontSize() 178 switch (GetType()) { in SetFontStyle() 196 switch (GetType()) { in SetFontColor() [all …]
|
/external/libbrillo/brillo/ |
D | flag_helper.cc | 36 const char* GetType() const override { return "bool"; } in GetType() function in brillo::HelpFlag 67 const char* BoolFlag::GetType() const { in GetType() function in brillo::BoolFlag 83 const char* Int32Flag::GetType() const { in GetType() function in brillo::Int32Flag 99 const char* Int64Flag::GetType() const { in GetType() function in brillo::Int64Flag 115 const char* UInt64Flag::GetType() const { in GetType() function in brillo::UInt64Flag 131 const char* DoubleFlag::GetType() const { in GetType() function in brillo::DoubleFlag 149 const char* StringFlag::GetType() const { in GetType() function in brillo::StringFlag 225 flag->GetType(), in UpdateFlagValues() 260 flag->GetType(), in GetHelpMessage()
|
D | flag_helper.h | 81 virtual const char* GetType() const = 0; 99 const char* GetType() const override; 115 const char* GetType() const override; 130 const char* GetType() const override; 145 const char* GetType() const override; 160 const char* GetType() const override; 175 const char* GetType() const override;
|
/external/boringssl/src/crypto/evp/ |
D | evp_test.cc | 132 if (t->GetType() == "PrivateKey") { in TestEVP() 139 if (t->GetType() == "Decrypt") { in TestEVP() 142 } else if (t->GetType() == "Sign") { in TestEVP() 145 } else if (t->GetType() == "Verify") { in TestEVP() 149 t->PrintLine("Unknown test '%s'", t->GetType().c_str()); in TestEVP() 180 if (t->GetType() == "Verify") { in TestEVP()
|
/external/gptfdisk/ |
D | mbr.cc | 79 if ((partitions[i].GetType() != 0xEE) && (partitions[i].GetType() != 0x00)) in OptimizeEESize() 81 if (partitions[i].GetType() == 0xEE) { in OptimizeEESize() 117 if ((partitions[i].GetType() != 0xEE) && (partitions[i].GetStartLBA() == start32) in DeleteByLocation() 145 origType = origPart->GetType(); in AsGPT()
|
/external/pdfium/xfa/include/fxbarcode/ |
D | BC_BarCode.h | 51 virtual BC_TYPE GetType() = 0; 82 virtual BC_TYPE GetType() = 0; 118 BC_TYPE GetType() { return BC_CODE39; } in GetType() function 136 BC_TYPE GetType() { return BC_CODABAR; } in GetType() function 156 BC_TYPE GetType() { return BC_CODE128; } in GetType() function 173 BC_TYPE GetType() { return BC_EAN8; } in GetType() function 190 BC_TYPE GetType() { return BC_EAN13; } in GetType() function 207 BC_TYPE GetType() { return BC_UPCA; } in GetType() function 224 BC_TYPE GetType() { return BC_QR_CODE; } in GetType() function 239 BC_TYPE GetType() { return BC_PDF417; } in GetType() function [all …]
|
/external/libchrome/sandbox/win/src/ |
D | crosscall_client.h | 81 ArgType GetType() { in GetType() function 118 ArgType GetType() { in GetType() function 164 ArgType GetType() { in GetType() function 203 ArgType GetType() { in GetType() function 204 return Base::GetType(); in GetType() 231 ArgType GetType() { in GetType() function 232 return Base::GetType(); in GetType() 279 ArgType GetType() { in GetType() function 301 ch##num.IsInOut(), ch##num.GetType())) \
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfsave.cpp | 96 if (pXFA->GetType() != PDFOBJ_ARRAY) in _SaveXFADocumentData() 108 if (pPDFObj->GetType() != PDFOBJ_STRING) in _SaveXFADocumentData() 139 if (pFormPDFObj->GetType() == PDFOBJ_REFERENCE) { in _SaveXFADocumentData() 142 pFormDircetObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData() 145 } else if (pFormPDFObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData() 153 if (pDataSetsPDFObj->GetType() == PDFOBJ_REFERENCE) { in _SaveXFADocumentData() 157 pDataSetsDircetObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData() 160 } else if (pDataSetsPDFObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeNodeStream.cs | 161 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile; in IsEndOfFile() 165 return TreeAdaptor.GetType(LT(i)); in LA() 209 int type = TreeAdaptor.GetType(o); in ToTokenTypeString() 215 type = TreeAdaptor.GetType(o); in ToTokenTypeString()
|
D | TreeWizard.cs | 226 int ttype = adaptor.GetType(t); in IndexCore() 284 tpattern.GetType() == typeof(WildcardTreePattern)) { in Find() 320 if (adaptor.GetType(t) == ttype) { in VisitCore() 368 tpattern.GetType() == typeof(WildcardTreePattern)) { in Visit() 421 if (tpattern.GetType() != typeof(WildcardTreePattern)) { in ParseCore() 422 if (adaptor.GetType(t1) != tpattern.Type) { in ParseCore() 507 if (adaptor.GetType(t1) != adaptor.GetType(t2)) { in EqualsCore()
|
D | BufferedTreeNodeStream.cs | 385 return adaptor.GetType(LT(i)); in LA() 478 buf.Append(adaptor.GetType(t)); in ToTokenTypeString() 520 if (adaptor.GetType(stop) == TokenTypes.Up) { in ToString() 522 } else if (adaptor.GetType(stop) == TokenTypes.EndOfFile) { in ToString() 542 text = " " + adaptor.GetType(t).ToString(); in ToString() 551 text2 = " " + adaptor.GetType(stop).ToString(); in ToString()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeNodeStream.cs | 186 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile; in IsEndOfFile() 191 return TreeAdaptor.GetType( LT( i ) ); in LA() 242 int type = TreeAdaptor.GetType( o ); in ToTokenTypeString() 249 type = TreeAdaptor.GetType( o ); in ToTokenTypeString()
|
D | TreeWizard.cs | 256 int ttype = adaptor.GetType( t ); in IndexCore() 325 tpattern.GetType() == typeof( WildcardTreePattern ) ) in Find() 368 if ( adaptor.GetType( t ) == ttype ) in VisitCore() 423 tpattern.GetType() == typeof( WildcardTreePattern ) ) in Visit() 481 if ( tpattern.GetType() != typeof( WildcardTreePattern ) ) in ParseCore() 483 if ( adaptor.GetType( t1 ) != tpattern.Type ) in ParseCore() 579 if ( adaptor.GetType( t1 ) != adaptor.GetType( t2 ) ) in EqualsCore()
|
D | BufferedTreeNodeStream.cs | 455 return adaptor.GetType( LT( i ) ); in LA() 569 buf.Append( adaptor.GetType( t ) ); in ToTokenTypeString() 618 if ( adaptor.GetType( stop ) == TokenTypes.Up ) in ToString() 622 else if ( adaptor.GetType( stop ) == TokenTypes.EndOfFile ) in ToString() 647 text = " " + adaptor.GetType( t ).ToString(); in ToString() 657 text2 = " " + adaptor.GetType( stop ).ToString(); in ToString()
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.h | 29 virtual int32_t GetType() const { return FPF_SKIAFONTTYPE_Unknown; } in GetType() function 51 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Path; } in GetType() function 68 int32_t GetType() const override { return FPF_SKIAFONTTYPE_File; } in GetType() function 77 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Buffer; } in GetType() function
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_object.h | 28 virtual int32_t GetType() const { in GetType() function 29 return m_pBrush ? m_pBrush->GetType() : FDE_PENTYPE_SolidColor; in GetType() 38 if (m_pBrush && m_pBrush->GetType() == FDE_BRUSHTYPE_Solid) { in SetBrush() 90 virtual int32_t GetType() const { return FDE_BRUSHTYPE_Solid; } in GetType() function 115 virtual int32_t GetType() const { return FDE_BRUSHTYPE_Hatch; } in GetType() function 155 virtual int32_t GetType() const { return FDE_BRUSHTYPE_Texture; } in GetType() function 187 virtual int32_t GetType() const { return FDE_BRUSHTYPE_LinearGradient; } in GetType() function
|
/external/v8/test/unittests/compiler/ |
D | instruction-selector-unittest.cc | 487 desc_before->GetType(0)); // function is always in TARGET_TEST_F() 489 EXPECT_EQ(MachineType::Int32(), desc_before->GetType(1)); in TARGET_TEST_F() 491 desc_before->GetType(2)); // context is always in TARGET_TEST_F() 493 EXPECT_EQ(MachineType::Float64(), desc_before->GetType(3)); in TARGET_TEST_F() 494 EXPECT_EQ(MachineType::AnyTagged(), desc_before->GetType(4)); in TARGET_TEST_F() 594 EXPECT_EQ(MachineType::AnyTagged(), desc_before->GetType(0)); in TARGET_TEST_F() 596 EXPECT_EQ(MachineType::Int32(), desc_before_outer->GetType(1)); in TARGET_TEST_F() 599 EXPECT_EQ(MachineType::AnyTagged(), desc_before_outer->GetType(2)); in TARGET_TEST_F() 601 EXPECT_EQ(MachineType::Int32(), desc_before_outer->GetType(3)); in TARGET_TEST_F() 603 EXPECT_EQ(MachineType::Int32(), desc_before_outer->GetType(4)); in TARGET_TEST_F() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/ |
D | reduce.hpp | 59 template <typename T> struct GetType; 61 template <typename T> struct GetType<T*> struct 66 template <typename T> struct GetType<volatile T*> struct 71 template <typename T> struct GetType<T&> struct 91 …typename GetType<typename tuple_element<I, PointerTuple>::type>::type reg = get<I>(smem)[tid + del… in merge() 101 …typename GetType<typename tuple_element<I, ValTuple>::type>::type reg = shfl_down(get<I>(val), del… in mergeShfl()
|
/external/libchrome/dbus/ |
D | values_util.cc | 67 switch (value.GetType()) { in GetTypeSignature() 83 DLOG(ERROR) << "Unexpected type " << value.GetType(); in GetTypeSignature() 215 switch (value.GetType()) { in AppendBasicTypeValueData() 245 DLOG(ERROR) << "Unexpected type " << value.GetType(); in AppendBasicTypeValueData() 259 switch (value.GetType()) { in AppendValueData() 296 DLOG(ERROR) << "Unexpected type: " << value.GetType(); in AppendValueData()
|
/external/v8/src/compiler/ |
D | js-builtin-reducer.cc | 48 NodeProperties::GetType(GetJSCallInput(0))->Is(t1); in InputsMatchOne() 54 NodeProperties::GetType(GetJSCallInput(0))->Is(t1) && in InputsMatchTwo() 55 NodeProperties::GetType(GetJSCallInput(1))->Is(t2); in InputsMatchTwo() 61 if (!NodeProperties::GetType(GetJSCallInput(i))->Is(t)) { in InputsMatchAll()
|
/external/llvm/utils/ |
D | lldbDataFormatters.py | 53 the_type = self.valobj.GetType() 89 self.data_type = self.data.GetType().GetPointeeType() 96 underlying_type = valobj.GetType().GetTemplateArgumentType(0)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | TraceDebugEventListener.cs | 77 int type = adaptor.GetType( t ); in ConsumeNode() 85 int type = adaptor.GetType( t ); in LT() 103 int type = adaptor.GetType( t ); in CreateNode()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | TraceDebugEventListener.cs | 68 int type = adaptor.GetType(t); in ConsumeNode() 75 int type = adaptor.GetType(t); in LT() 91 int type = adaptor.GetType(t); in CreateNode()
|