Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/sqlite/src/src/
Dmutex_unix.c129 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc() argument
139 switch( iType ){ in pthreadMutexAlloc()
156 p->id = iType; in pthreadMutexAlloc()
165 p->id = iType; in pthreadMutexAlloc()
172 assert( iType-2 >= 0 ); in pthreadMutexAlloc()
173 assert( iType-2 < ArraySize(staticMutexes) ); in pthreadMutexAlloc()
174 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()
176 p->id = iType; in pthreadMutexAlloc()
Dmutex_w32.c186 static sqlite3_mutex *winMutexAlloc(int iType){ in winMutexAlloc() argument
189 switch( iType ){ in winMutexAlloc()
195 p->id = iType; in winMutexAlloc()
203 assert( iType-2 >= 0 ); in winMutexAlloc()
204 assert( iType-2 < ArraySize(winMutex_staticMutexes) ); in winMutexAlloc()
205 p = &winMutex_staticMutexes[iType-2]; in winMutexAlloc()
207 p->id = iType; in winMutexAlloc()
Dmutex_os2.c93 static sqlite3_mutex *os2MutexAlloc(int iType){ in os2MutexAlloc() argument
95 switch( iType ){ in os2MutexAlloc()
100 p->id = iType; in os2MutexAlloc()
146 assert( iType-2 >= 0 ); in os2MutexAlloc()
147 assert( iType-2 < sizeof(staticMutexes)/sizeof(staticMutexes[0]) ); in os2MutexAlloc()
148 p = &staticMutexes[iType-2]; in os2MutexAlloc()
149 p->id = iType; in os2MutexAlloc()
/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp111 int iType = pFields->GetType(); in GetFieldsCount() local
112 if (iType == PDFOBJ_DICTIONARY) { in GetFieldsCount()
114 } else if (iType == PDFOBJ_STRING) { in GetFieldsCount()
116 } else if (iType == PDFOBJ_ARRAY) { in GetFieldsCount()
141 int iType = pFields->GetType(); in GetAllFields() local
142 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) { in GetAllFields()
144 } else if (iType == PDFOBJ_ARRAY) { in GetAllFields()
175 int iType = pFields->GetType(); in GetField() local
176 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) { in GetField()
180 } else if (iType == PDFOBJ_ARRAY) { in GetField()
Ddoc_form.cpp633 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_For… in ValidateFieldName() argument
676 if (pField->GetFieldType() != iType) { in ValidateFieldName()
699 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType) in ValidateFieldName() argument
701 return ValidateFieldName(csNewFieldName, iType, NULL, NULL); in ValidateFieldName()
1390 FX_INT32 iType = pField->GetType(); in CheckRequiredFields() local
1391 …if (iType == CPDF_FormField::PushButton || iType == CPDF_FormField::CheckBox || iType == CPDF_Form… in CheckRequiredFields()
1552 int iType = pField->GetFieldType(); in FDF_ImportField() local
1555 if (iType == FIELDTYPE_LISTBOX) { in FDF_ImportField()
1557 } else if (iType == FIELDTYPE_COMBOBOX || iType == FIELDTYPE_TEXTFIELD) { in FDF_ImportField()
1565 if (iType == FIELDTYPE_CHECKBOX || iType == FIELDTYPE_RADIOBUTTON) { in FDF_ImportField()
[all …]
Ddoc_basic.cpp403 FX_INT32 iType = m_pObj->GetType(); in GetFileStream() local
404 if (iType == PDFOBJ_STREAM) { in GetFileStream()
406 } else if (iType == PDFOBJ_DICTIONARY) { in GetFileStream()
424 FX_INT32 iType = pObj->GetType(); in FPDFDOC_FILESPEC_SetFileName() local
425 if (iType == PDFOBJ_STRING) { in FPDFDOC_FILESPEC_SetFileName()
427 } else if (iType == PDFOBJ_DICTIONARY) { in FPDFDOC_FILESPEC_SetFileName()
Ddoc_ocg.cpp13 FX_INT32 iType = pObject->GetType(); in FPDFDOC_OCG_FindGroup() local
14 if (iType == PDFOBJ_ARRAY) { in FPDFDOC_OCG_FindGroup()
/external/llvm/include/llvm/IR/
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()
93 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
95 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
98 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() argument
99 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction()
141 void init(BinaryOps iType);
142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
[all …]
DInstruction.h463 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
465 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/chromium_org/third_party/npapi/npspy/windows/
Ddirpick.cpp59 UINT DriveType(UINT iType);
85 int iType = DriveType(iDrive); in fillComboBox() local
87 if(iType < 2) in fillComboBox()
93 if((iType == DRIVE_FIXED) || (iType == DRIVE_RAMDISK)) in fillComboBox()
112 if(DRIVE_REMOTE == iType) in fillComboBox()
126 ComboBox_SetItemData(hWndCB, index, MAKELONG(iDrive, iType)); in fillComboBox()
304 int iType=(int)HIWORD(dwItemData); in onDrawItem() local
305 switch (iType) in onDrawItem()
588 int iType = GetDriveType(path); in DriveType() local
596 return iType; in DriveType()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfulltext.c132 DocListType iType; member
138 static void docListInit(DocList *d, DocListType iType, in docListInit() argument
147 d->iType = iType; in docListInit()
153 static DocList *docListNew(DocListType iType){ in docListNew() argument
155 docListInit(d, iType, 0, 0); in docListNew()
191 assert( d->iType>=DL_POSITIONS ); in docListAddPos()
198 assert( d->iType==DL_POSITIONS_OFFSETS ); in docListAddPosOffset()
249 int iType = pReader->pDoclist->iType; in readPosition() local
250 assert( iType>=DL_POSITIONS ); in readPosition()
259 if( iType>=DL_POSITIONS_OFFSETS ){ in readPosition()
[all …]
Dfts1.c237 DocListType iType; member
250 static void docListInit(DocList *d, DocListType iType, in docListInit() argument
259 d->iType = iType; in docListInit()
265 static DocList *docListNew(DocListType iType){ in docListNew() argument
267 docListInit(d, iType, 0, 0); in docListNew()
298 if( d->iType>=DL_POSITIONS ){ in docListAddDocid()
323 assert( d->iType==DL_POSITIONS ); in docListAddPos()
341 assert( d->iType>=DL_POSITIONS ); in docListAddPosOffset()
343 if( d->iType==DL_POSITIONS_OFFSETS ){ in docListAddPosOffset()
411 if( pReader->pDoclist->iType>=DL_POSITIONS ){ in readDocid()
[all …]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c643 DocListType iType; member
704 if( pReader->iType>=DL_POSITIONS ){ in dlrStep()
716 }else if( pReader->iType==DL_POSITIONS_OFFSETS ){ in dlrStep()
736 static int dlrInit(DLReader *pReader, DocListType iType, in dlrInit() argument
740 pReader->iType = iType; in dlrInit()
757 static void docListValidate(DocListType iType, const char *pData, int nData, in docListValidate() argument
767 if( iType>DL_DOCIDS ){ in docListValidate()
774 }else if( iType>DL_POSITIONS ){ in docListValidate()
804 DocListType iType; member
812 static void dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b){ in dlwInit() argument
[all …]
/external/chromium_org/third_party/sqlite/
Dfts2.patch146 if( pReader->iType>=DL_POSITIONS ){
163 }else if( pReader->iType==DL_POSITIONS_OFFSETS ){
184 -static void dlrInit(DLReader *pReader, DocListType iType,
189 +static int dlrInit(DLReader *pReader, DocListType iType,
193 pReader->iType = iType;
229 assert( nFirstOld<nData || (nFirstOld==nData && pWriter->iType==DL_DOCIDS) );
294 if( pReader->iType==DL_POSITIONS_OFFSETS ){
324 pReader->iType = pDLReader->iType;
343 -static void docListTrim(DocListType iType, const char *pData, int nData,
345 +static int docListTrim(DocListType iType, const char *pData, int nData,
[all …]
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
Dstreamplayer.cpp77 iType = aType; in OpenStream()
205 iStream->SetDataTypeL(iType); in SetCapsL()
DSDL_epocaudio.cpp196 TUint32 iType;
298 iPlayer->OpenStream(iRate, iChannels, iType);
436 iType = aType;
Dstreamplayer.h69 TUint32 iType; in NONSHARABLE_CLASS() local
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
Dexif.js380 var iType = oFile.getShortAt(iEntryOffset+2, bBigEnd);
384 switch (iType) {
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusMetaHeader.h20 DWORD iType; // Record type EMR_HEADER member
/external/chromium_org/printing/
Demf_win.cc32 switch (record->iType) { in IsAlphaBlendUsedEnumProc()
50 switch (record->iType) { in RasterizeAlphaBlendProc()
341 switch (record()->iType) { in SafePlayback()
/external/opencv/cvaux/src/
Dcvfacedetection.cpp260 cr.iType = 6; in AddContours2Rect()
272 cr.iType = 12; in AddContours2Rect()
/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp338 int iType = 0; in alert() local
358 iType = (int)CJS_Value(isolate,pValue,VT_unknown); in alert()
435 iType = int(params[i]); in alert()
447 vRet = MsgBox(pRuntime->GetReaderApp(), JSGetPageView(cc),swMsg,swTitle,iType,iIcon); in alert()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
Ddsa_new.cpp296 TInt iType;
299 CDsaB::CDsaB(RWsSession& aSession, TInt aFlags) : CDsa(aSession), iType(aFlags)
359 if(iSurface2 == NULL && iType & CDirectScreenBitmap::EDoubleBuffer)
373 iDsb->Create(HwRect(), CDirectScreenBitmap::TSettingsFlags(iType));
Ddsa.cpp578 TInt iType;
581 CDsaB::CDsaB(RWsSession& aSession, TInt aFlags) : CDsaBase(aSession), iType(aFlags)
641 if(iSurface2 == NULL && iType & CDirectScreenBitmap::EDoubleBuffer)
655 iDsb->Create(HwRect(), CDirectScreenBitmap::TSettingsFlags(iType));
/external/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp229 int iType = pContentsObj->GetType(); in SetPageContents() local
232 switch(iType) in SetPageContents()

12