/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 67 int32_t iType = stroke.GetStrokeType(); in Style3D() local 68 if (iType == XFA_ATTRIBUTEENUM_Lowered || iType == XFA_ATTRIBUTEENUM_Raised || in Style3D() 69 iType == XFA_ATTRIBUTEENUM_Etched || in Style3D() 70 iType == XFA_ATTRIBUTEENUM_Embossed) { in Style3D() 71 return iType; in Style3D() 158 int32_t iType = Style3D(strokes, stroke); in Get3DStyle() local 159 if (iType) { in Get3DStyle() 163 return iType; in Get3DStyle()
|
D | cxfa_validate.cpp | 17 bool CXFA_Validate::SetTestValue(int32_t iType, in SetTestValue() argument 25 m_pNode->SetEnum((XFA_ATTRIBUTE)iType, eName, false); in SetTestValue()
|
D | cxfa_validate.h | 39 bool SetTestValue(int32_t iType,
|
D | xfa_document_datamerger_imp.cpp | 55 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument 58 if (iType == XFA_Element::Unknown) in FormValueNode_CreateChild() 60 pChildNode = pValueNode->GetProperty(0, iType); in FormValueNode_CreateChild() 73 XFA_Element iType = XFA_Element::Unknown) { in FormValueNode_SetChildContent() argument 78 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 37 TerminatorInst(Type *Ty, Instruction::TermOps iType, 40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument 42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst() argument 44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {} in TerminatorInst() 94 UnaryInstruction(Type *Ty, unsigned iType, Value *V, 96 : Instruction(Ty, iType, &Op<0>(), 1, IB) { 99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() argument 100 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction() 143 void init(BinaryOps iType); 144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, [all …]
|
D | Instruction.h | 375 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, 377 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 40 TerminatorInst(Type *Ty, Instruction::TermOps iType, 43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument 45 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst() argument 47 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {} in TerminatorInst() 282 UnaryInstruction(Type *Ty, unsigned iType, Value *V, 284 : Instruction(Ty, iType, &Op<0>(), 1, IB) { 287 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() argument 288 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction() 332 void init(BinaryOps iType); 333 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, [all …]
|
D | Instruction.h | 546 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, 548 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.cpp | 819 int iType, in ValidateFieldName() argument 855 if (pField->GetFieldType() != iType) in ValidateFieldName() 1168 int32_t iType = pField->GetType(); in CheckRequiredFields() local 1169 if (iType == CPDF_FormField::PushButton || in CheckRequiredFields() 1170 iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields() 1293 int iType = pField->GetFieldType(); in FDF_ImportField() local 1295 if (iType == FIELDTYPE_LISTBOX) { in FDF_ImportField() 1298 } else if (iType == FIELDTYPE_COMBOBOX || iType == FIELDTYPE_TEXTFIELD) { in FDF_ImportField() 1312 if (iType == FIELDTYPE_CHECKBOX || iType == FIELDTYPE_RADIOBUTTON) in FDF_ImportField() 1314 else if (iType == FIELDTYPE_LISTBOX) in FDF_ImportField() [all …]
|
D | cpdf_interform.h | 105 int iType,
|
/external/pdfium/core/fpdfapi/page/ |
D | fpdf_page_func.cpp | 740 int iType = -1; in Load() local 742 iType = pStream->GetDict()->GetIntegerFor("FunctionType"); in Load() 744 iType = pDict->GetIntegerFor("FunctionType"); in Load() 746 Type type = IntegerToFunctionType(iType); in Load() 763 CPDF_Function::Type CPDF_Function::IntegerToFunctionType(int iType) { in IntegerToFunctionType() argument 764 switch (iType) { in IntegerToFunctionType() 769 return static_cast<Type>(iType); in IntegerToFunctionType()
|
D | pageint.h | 33 static Type IntegerToFunctionType(int iType);
|
/external/opencv/cvaux/src/ |
D | cvfacedetection.cpp | 260 cr.iType = 6; in AddContours2Rect() 272 cr.iType = 12; in AddContours2Rect()
|
D | _cvfacedetection.h | 207 int iType; member
|
/external/pdfium/fpdfsdk/javascript/ |
D | app.cpp | 399 int iType = 0; in alert() local 401 iType = newParams[2].ToInt(pRuntime); in alert() 413 swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
|
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.h | 134 void ExpandBuffer(int32_t iSize, int32_t iType);
|
D | fde_textout.cpp | 376 void CFDE_TextOut::ExpandBuffer(int32_t iSize, int32_t iType) { in ExpandBuffer() argument 379 switch (iType) { in ExpandBuffer()
|
/external/pdfium/xfa/fxfa/ |
D | xfa_ffwidget.h | 181 bool XFA_IsCreateWidget(XFA_Element iType);
|
/external/libmojo/base/android/jni_generator/ |
D | testCalledByNatives.golden | 180 JniIntWrapper iType, 203 method_id, activated, as_jint(iPid), as_jint(iType),
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidget.cpp | 1545 int32_t iType = fill.GetRadial(crEnd); in XFA_BOX_Fill_Radial() local 1546 if (iType != XFA_ATTRIBUTEENUM_ToEdge) { in XFA_BOX_Fill_Radial() 1568 int32_t iType = fill.GetPattern(crEnd); in XFA_BOX_Fill_Pattern() local 1570 switch (iType) { in XFA_BOX_Fill_Pattern() 1603 int32_t iType = fill.GetLinear(crEnd); in XFA_BOX_Fill_Linear() local 1606 switch (iType) { in XFA_BOX_Fill_Linear()
|
/external/caliper/lib/ |
D | joda-time-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/joda/
org/ ... |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1690 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument 1693 : Instruction(Ty, iType, in BinaryOperator() 1699 init(iType); in BinaryOperator() 1703 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument 1706 : Instruction(Ty, iType, in BinaryOperator() 1712 init(iType); in BinaryOperator() 1717 void BinaryOperator::init(BinaryOps iType) { in init() argument 1723 switch (iType) { in init()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2039 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument 2042 : Instruction(Ty, iType, in BinaryOperator() 2048 init(iType); in BinaryOperator() 2052 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument 2055 : Instruction(Ty, iType, in BinaryOperator() 2061 init(iType); in BinaryOperator() 2066 void BinaryOperator::init(BinaryOps iType) { in init() argument 2072 switch (iType) { in init()
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |