Home
last modified time | relevance | path

Searched refs:iType (Results 1 – 25 of 32) sorted by relevance

12

/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp24 int iType = -1; in Load() local
26 iType = pStream->GetDict()->GetIntegerFor("FunctionType"); in Load()
28 iType = pDict->GetIntegerFor("FunctionType"); in Load()
30 Type type = IntegerToFunctionType(iType); in Load()
47 CPDF_Function::Type CPDF_Function::IntegerToFunctionType(int iType) { in IntegerToFunctionType() argument
48 switch (iType) { in IntegerToFunctionType()
53 return static_cast<Type>(iType); in IntegerToFunctionType()
Dcpdf_function.h28 static Type IntegerToFunctionType(int iType);
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h37 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 …]
DInstruction.h375 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
377 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp44 XFA_AttributeEnum iType = stroke->GetStrokeType(); in Style3D() local
45 if (iType == XFA_AttributeEnum::Lowered || in Style3D()
46 iType == XFA_AttributeEnum::Raised || in Style3D()
47 iType == XFA_AttributeEnum::Etched || in Style3D()
48 iType == XFA_AttributeEnum::Embossed) { in Style3D()
49 return {iType, stroke}; in Style3D()
128 XFA_AttributeEnum iType; in Get3DStyle() local
130 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle()
131 if (iType == XFA_AttributeEnum::Unknown) in Get3DStyle()
134 return {iType, stroke->IsVisible(), stroke->GetThickness()}; in Get3DStyle()
Dxfa_document_datamerger_imp.cpp60 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument
63 if (iType == XFA_Element::Unknown) in FormValueNode_CreateChild()
67 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType); in FormValueNode_CreateChild()
80 XFA_Element iType = XFA_Element::Unknown) { in FormValueNode_SetChildContent() argument
85 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
/external/llvm/include/llvm/IR/
DInstrTypes.h40 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 …]
DInstruction.h546 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
548 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h592 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
594 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/opencv/cvaux/src/
Dcvfacedetection.cpp260 cr.iType = 6; in AddContours2Rect()
272 cr.iType = 12; in AddContours2Rect()
D_cvfacedetection.h207 int iType; member
/external/pdfium/fxjs/
Dcjs_app.cpp250 int iType = 0; in alert() local
252 iType = pRuntime->ToInt32(newParams[2]); in alert()
264 pFormFillEnv->JS_appAlert(swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp1079 int32_t iType = pField->GetType(); in CheckRequiredFields() local
1080 if (iType == CPDF_FormField::PushButton || in CheckRequiredFields()
1081 iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields()
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/libmojo/base/android/jni_generator/
DtestCalledByNatives.golden174 JniIntWrapper iType,
195 method_id, activated, as_jint(iPid), as_jint(iType),
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1690 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/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c703 TXNFileType iType; in TXNObj_TXNSave() local
713 PyMac_GetOSType, &iType, in TXNObj_TXNSave()
721 iType, in TXNObj_TXNSave()
/external/llvm/lib/IR/
DInstructions.cpp2039 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/mesa3d/include/D3D9/
Dd3d9types.h141 DWORD iType; member
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1529 XFA_AttributeEnum iType = XFA_AttributeEnum::Unknown; in GetUIMargin() local
1530 std::tie(iType, bVisible, fThickness) = border->Get3DStyle(); in GetUIMargin()
/external/pdfium/samples/
Dpdfium_test.cc580 if (record->iType != EMR_GDICOMMENT) in WritePS()
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/sqlite/dist/orig/
Dsqlite3.c23532 int iType; member
23568 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc() argument
23577 if( iType<2 ){ in checkMutexAlloc()
23580 p->iType = iType; in checkMutexAlloc()
23583 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()
23588 p = &staticMutexes[iType-2]; in checkMutexAlloc()
23592 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()
23594 if( iType<2 ){ in checkMutexAlloc()
23613 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
23632 if( pCheck->iType==SQLITE_MUTEX_WARNONCONTENTION ){ in checkMutexEnter()
[all …]
/external/sqlite/dist/
Dsqlite3.c23532 int iType; member
23568 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc() argument
23577 if( iType<2 ){ in checkMutexAlloc()
23580 p->iType = iType; in checkMutexAlloc()
23583 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()
23588 p = &staticMutexes[iType-2]; in checkMutexAlloc()
23592 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()
23594 if( iType<2 ){ in checkMutexAlloc()
23613 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
23632 if( pCheck->iType==SQLITE_MUTEX_WARNONCONTENTION ){ in checkMutexEnter()
[all …]
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...

12