/external/pdfium/core/fpdfdoc/ |
D | cpdf_formcontrol.cpp | 38 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetOnStateName() 39 GetType() == CPDF_FormField::RadioButton); in GetOnStateName() 57 ASSERT(GetType() == CPDF_FormField::CheckBox || in SetOnStateName() 58 GetType() == CPDF_FormField::RadioButton); in SetOnStateName() 99 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetCheckedAPState() 100 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState() 102 if (GetType() == CPDF_FormField::RadioButton || in GetCheckedAPState() 103 GetType() == CPDF_FormField::CheckBox) { in GetCheckedAPState() 113 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetExportValue() 114 GetType() == CPDF_FormField::RadioButton); in GetExportValue() [all …]
|
D | cpdf_formfield.cpp | 41 if (pField->GetType() == CPDF_FormField::CheckBox) in IsUnison() 303 if (GetType() == CheckBox || GetType() == RadioButton) in GetValue() 318 switch (pValue->GetType()) { in GetValue() 489 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected() 532 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection() 541 if (GetType() == ListBox) { in SetItemSelection() 562 if (GetType() == ListBox) { in SetItemSelection() 590 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemDefaultSelected() 598 ASSERT(GetType() == ComboBox || GetType() == ListBox); in GetDefaultSelectedItem() 710 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in CheckControl() [all …]
|
/external/pdfium/xfa/fwl/ |
D | cfx_barcode.cpp | 67 BC_TYPE CFX_Barcode::GetType() { in GetType() function in CFX_Barcode 68 return m_pBCEngine ? m_pBCEngine->GetType() : BC_UNKNOWN; in GetType() 92 switch (GetType()) { in SetPrintChecksum() 111 switch (GetType()) { in SetDataLength() 130 switch (GetType()) { in SetCalChecksum() 149 switch (GetType()) { in SetFont() 167 switch (GetType()) { in SetFontSize() 186 switch (GetType()) { in SetFontColor() 207 switch (GetType()) { in SetTextLocation() 228 switch (GetType()) { in SetWideNarrowRatio() [all …]
|
/external/v8/src/compiler/ |
D | typed-optimization.cc | 45 Type* upper = NodeProperties::GetType(node); in Reduce() 119 Type* const input_type = NodeProperties::GetType(input); in ReduceCheckHeapObject() 134 Type* const object_type = NodeProperties::GetType(object); in ReduceCheckMaps() 140 Type* const map_type = NodeProperties::GetType(map); in ReduceCheckMaps() 155 Type* const input_type = NodeProperties::GetType(input); in ReduceCheckString() 165 Type* const object_type = NodeProperties::GetType(object); in ReduceLoadField() 193 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberFloor() 200 Type* const lhs_type = NodeProperties::GetType(lhs); in ReduceNumberFloor() 202 Type* const rhs_type = NodeProperties::GetType(rhs); in ReduceNumberFloor() 227 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberRoundop() [all …]
|
D | linkage.h | 98 caller_location.GetType()); in ConvertToTailCallerLocation() 122 MachineType GetType() const { return machine_type_; } in GetType() function 125 return 1 << ElementSizeLog2Of(GetType().representation()); in GetSize() 271 return location_sig_->GetReturn(index).GetType(); in NON_EXPORTED_BASE() 276 return location_sig_->GetParam(index - 1).GetType(); in NON_EXPORTED_BASE() 280 return location_sig_->GetParam(index).GetType(); in NON_EXPORTED_BASE()
|
/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/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_conversion.h | 40 …if ((FormatTraits<SrcFormat>::GetType(0) == SWR_TYPE_FLOAT) && (FormatTraits<SrcFormat>::GetBPC(0)… in LoadSOA() 86 if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_UNORM) in Clamp() 91 if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_SNORM) in Clamp() 99 if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_UINT) in Clamp() 108 else if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_SINT) in Clamp() 147 …if ((FormatTraits<DstFormat>::GetType(0) == SWR_TYPE_FLOAT) && (FormatTraits<DstFormat>::GetBPC(0)… in StoreSOA() 208 …if ((FormatTraits<SrcFormat>::GetType(0) == SWR_TYPE_FLOAT) && (FormatTraits<SrcFormat>::GetBPC(0)… in LoadSOA() 254 if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_UNORM) in Clamp() 259 if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_SNORM) in Clamp() 267 if (FormatTraits<Format>::GetType(Component) == SWR_TYPE_UINT) in Clamp() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cjx_packet.cpp | 34 if (pXMLNode && pXMLNode->GetType() == FX_XMLNODE_Element) { in getAttribute() 49 if (pXMLNode && pXMLNode->GetType() == FX_XMLNODE_Element) { in setAttribute() 63 if (pXMLNode && pXMLNode->GetType() == FX_XMLNODE_Element) { in removeAttribute() 77 if (pXMLNode && pXMLNode->GetType() == FX_XMLNODE_Element) { in content() 85 if (pXMLNode && pXMLNode->GetType() == FX_XMLNODE_Element) { in content()
|
/external/gptfdisk/ |
D | mbr.cc | 81 if ((partitions[i].GetType() != 0xEE) && (partitions[i].GetType() != 0x00)) in OptimizeEESize() 83 if (partitions[i].GetType() == 0xEE) { in OptimizeEESize() 119 if ((partitions[i].GetType() != 0xEE) && (partitions[i].GetStartLBA() == start32) in DeleteByLocation() 147 origType = origPart->GetType(); in AsGPT()
|
/external/boringssl/src/crypto/evp/ |
D | evp_test.cc | 235 if (t->GetType() == "PrivateKey") { in TestEVP() 240 if (t->GetType() == "PublicKey") { in TestEVP() 250 if (t->GetType() == "Decrypt") { in TestEVP() 253 } else if (t->GetType() == "Sign") { in TestEVP() 256 } else if (t->GetType() == "Verify") { in TestEVP() 259 } else if (t->GetType() == "SignMessage") { in TestEVP() 261 } else if (t->GetType() == "VerifyMessage") { in TestEVP() 264 } else if (t->GetType() == "Encrypt") { in TestEVP() 268 ADD_FAILURE() << "Unknown test " << t->GetType(); in TestEVP()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlelement.cpp | 23 FX_XMLNODETYPE CFX_XMLElement::GetType() const { in GetType() function in CFX_XMLElement 34 switch (pChild->GetType()) { in Clone() 69 if (pNode->GetType() != FX_XMLNODE_Element) in GetNamespaceURI() 86 switch (pChild->GetType()) { in GetTextData()
|
D | cfx_xmlparser.cpp | 46 if (m_pChild->GetType() != FX_XMLNODE_Instruction) { in DoParser() 60 if (m_pChild->GetType() != FX_XMLNODE_Element) { in DoParser() 125 if (m_pChild->GetType() == FX_XMLNODE_Element) in DoParser() 144 if (m_pChild->GetType() != FX_XMLNODE_Instruction) { in DoParser()
|
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/ |
D | agent.cc | 204 boxingInfo.scalarType = b.GetType(tmp.str().c_str()); in getBoxingInfo() 209 boxingInfo.boxedType = b.GetType("Ljava/lang/Byte;"); in getBoxingInfo() 213 boxingInfo.boxedType = b.GetType("Ljava/lang/Short;"); in getBoxingInfo() 217 boxingInfo.boxedType = b.GetType("Ljava/lang/Integer;"); in getBoxingInfo() 221 boxingInfo.boxedType = b.GetType("Ljava/lang/Character;"); in getBoxingInfo() 225 boxingInfo.boxedType = b.GetType("Ljava/lang/Float;"); in getBoxingInfo() 229 boxingInfo.boxedType = b.GetType("Ljava/lang/Boolean;"); in getBoxingInfo() 233 boxingInfo.boxedType = b.GetType("Ljava/lang/Long;"); in getBoxingInfo() 237 boxingInfo.boxedType = b.GetType("Ljava/lang/Double;"); in getBoxingInfo() 303 ir::Type* booleanScalarT = b.GetType("Z"); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() [all …]
|
/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/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/vixl/src/aarch64/ |
D | operands-aarch64.h | 74 RegisterType GetType() const { in GetType() function 78 VIXL_DEPRECATED("GetType", RegisterType type() const) { return GetType(); } 241 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()) { in Register() 285 VIXL_ASSERT(other.GetType() == kRegister); in FixedSizeRegister() 305 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()), in VRegister() 526 type_(reg1.GetType()) { 551 CPURegister::RegisterType GetType() const { in GetType() function 556 return GetType(); 564 VIXL_ASSERT(other.GetType() == type_); in Combine() 574 VIXL_ASSERT(other.GetType() == type_); in Remove() [all …]
|
/external/libmojo/ipc/ |
D | ipc_message_attachment_set.cc | 25 if (attachment->GetType() == type) in count_attachments_of_type() 66 if (attachment->GetType() == MessageAttachment::Type::PLATFORM_FILE && in AddAttachment() 73 switch (attachment->GetType()) { in AddAttachment()
|
/external/libchrome/dbus/ |
D | values_util.cc | 69 switch (value.GetType()) { in GetTypeSignature() 85 DLOG(ERROR) << "Unexpected type " << value.GetType(); in GetTypeSignature() 218 switch (value.GetType()) { in AppendBasicTypeValueData() 248 DLOG(ERROR) << "Unexpected type " << value.GetType(); in AppendBasicTypeValueData() 262 switch (value.GetType()) { in AppendValueData() 297 DLOG(ERROR) << "Unexpected type: " << value.GetType(); in AppendValueData()
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 111 RegisterType GetType() const { in GetType() function 114 bool IsRegister() const { return GetType() == kRRegister; } in IsRegister() 115 bool IsS() const { return GetType() == kSRegister; } in IsS() 116 bool IsD() const { return GetType() == kDRegister; } in IsD() 117 bool IsQ() const { return GetType() == kQRegister; } in IsQ() 124 return (GetType() == kNoRegister) ? 0 : (GetSizeInBits() / 8); in GetRegSizeInBytes() 132 bool IsValid() const { return GetType() != kNoRegister; } in IsValid() 297 DataTypeType GetType() const { in GetType() function 307 bool Is(DataTypeType type) const { return GetType() == type; } in Is() 528 if (reg.GetType() == CPURegister::kNoRegister) { [all …]
|
/external/pdfium/fpdfsdk/ |
D | fsdk_actionhandler.cpp | 34 if (JsAction.GetType() == CPDF_Action::JavaScript) { in DoAction_JavaScript() 53 JsAction.GetType() == CPDF_Action::JavaScript) { in DoAction_FieldJavaScript() 126 if (action.GetType() == CPDF_Action::JavaScript) { in ExecuteDocumentOpenAction() 157 if (action.GetType() == CPDF_Action::JavaScript) { in ExecuteLinkAction() 198 if (action.GetType() == CPDF_Action::JavaScript) { in ExecuteDocumentPageAction() 245 if (action.GetType() == CPDF_Action::JavaScript) { in ExecuteFieldAction() 281 if (action.GetType() == CPDF_Action::JavaScript) { in ExecuteScreenAction() 320 if (action.GetType() == CPDF_Action::JavaScript) { in ExecuteBookMark() 354 switch (action.GetType()) { in DoAction_NoJs()
|