Searched defs:iType (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_unix.c129 static sqlite3_mutex *pthreadMutexAlloc(int iType){ argument
139 switch( iType ){
156 p->id = iType;
165 p->id = iType;
172 assert( iType-2 >= 0 );
173 assert( iType-2 < ArraySize(staticMutexes) );
174 p = &staticMutexes[iType-2];
176 p->id = iType;
H A Dmutex_w32.c186 static sqlite3_mutex *winMutexAlloc(int iType){ argument
189 switch( iType ){
195 p->id = iType;
203 assert( iType-2 >= 0 );
204 assert( iType-2 < ArraySize(winMutex_staticMutexes) );
205 p = &winMutex_staticMutexes[iType-2];
207 p->id = iType;
H A Dmutex_os2.c93 static sqlite3_mutex *os2MutexAlloc(int iType){ argument
95 switch( iType ){
100 p->id = iType;
146 assert( iType-2 >= 0 );
147 assert( iType-2 < sizeof(staticMutexes)/sizeof(staticMutexes[0]) );
148 p = &staticMutexes[iType-2];
149 p->id = iType;
H A Dvdbeapi.c815 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
817 return iType;
H A Drecover.c1692 u64 iType; /* Storage type of column i. */ local
1700 rc = leafCursorCellColInfo(pCursor->pLeafCursor, i, &iType, NULL, NULL);
1702 if( rc!=SQLITE_OK || !SerialTypeIsCompatible(iType, pRecover->pTypes[i]) ){
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.h69 TUint32 iType; local
H A DSDL_epocaudio.cpp196 TUint32 iType; local
298 iPlayer->OpenStream(iRate, iChannels, iType);
436 iType = aType;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp111 int iType = pFields->GetType(); local
112 if (iType == PDFOBJ_DICTIONARY) {
114 } else if (iType == PDFOBJ_STRING) {
116 } else if (iType == PDFOBJ_ARRAY) {
141 int iType = pFields->GetType(); local
142 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
144 } else if (iType == PDFOBJ_ARRAY) {
175 int iType = pFields->GetType(); local
176 if (iType
[all...]
H A Ddoc_ocg.cpp13 FX_INT32 iType = pObject->GetType(); local
14 if (iType == PDFOBJ_ARRAY) {
H A Ddoc_basic.cpp403 FX_INT32 iType = m_pObj->GetType(); local
404 if (iType == PDFOBJ_STREAM) {
406 } else if (iType == PDFOBJ_DICTIONARY) {
424 FX_INT32 iType = pObj->GetType(); local
425 if (iType == PDFOBJ_STRING) {
427 } else if (iType == PDFOBJ_DICTIONARY) {
H A Ddoc_form.cpp633 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl) argument
676 if (pField->GetFieldType() != iType) {
699 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType) argument
701 return ValidateFieldName(csNewFieldName, iType, NULL, NULL);
1390 FX_INT32 iType = pField->GetType(); local
1391 if (iType == CPDF_FormField::PushButton || iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) {
1552 int iType = pField->GetFieldType(); local
1555 if (iType
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h20 DWORD iType; // Record type EMR_HEADER member in struct:__anon28777
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp59 UINT DriveType(UINT iType);
85 int iType = DriveType(iDrive); local
87 if(iType < 2)
93 if((iType == DRIVE_FIXED) || (iType == DRIVE_RAMDISK))
112 if(DRIVE_REMOTE == iType)
126 ComboBox_SetItemData(hWndCB, index, MAKELONG(iDrive, iType));
304 int iType=(int)HIWORD(dwItemData); local
305 switch (iType)
588 int iType local
[all...]
/external/llvm/include/llvm/IR/
H A DInstrTypes.h37 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {}
93 UnaryInstruction(Type *Ty, unsigned iType, Value *V, argument
95 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
98 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) argument
99 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
141 void init(BinaryOps iType);
142 BinaryOperator(BinaryOps iType, Valu
391 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
397 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/external/opencv/cvaux/src/
H A D_cvfacedetection.h207 int iType; member in struct:CvContourRect
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp229 int iType = pContentsObj->GetType(); local
232 switch(iType)
H A Dfsdk_baseform.cpp2316 int iType = pJS->GetType(); local
2317 if (iType == PDFOBJ_STRING)
2319 else if (iType == PDFOBJ_STREAM)
2581 int iType = pObject->GetType(); local
2582 if (iType == PDFOBJ_STRING)
2589 else if (iType == PDFOBJ_DICTIONARY)
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp338 int iType = 0; local
358 iType = (int)CJS_Value(isolate,pValue,VT_unknown);
435 iType = int(params[i]);
447 vRet = MsgBox(pRuntime->GetReaderApp(), JSGetPageView(cc),swMsg,swTitle,iType,iIcon);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c132 DocListType iType; member in struct:DocList
138 static void docListInit(DocList *d, DocListType iType, argument
147 d->iType = iType;
153 static DocList *docListNew(DocListType iType){ argument
155 docListInit(d, iType, 0, 0);
191 assert( d->iType>=DL_POSITIONS );
198 assert( d->iType==DL_POSITIONS_OFFSETS );
249 int iType = pReader->pDoclist->iType; local
[all...]
H A Dfts1.c237 DocListType iType; member in struct:DocList
250 static void docListInit(DocList *d, DocListType iType, argument
259 d->iType = iType;
265 static DocList *docListNew(DocListType iType){ argument
267 docListInit(d, iType, 0, 0);
298 if( d->iType>=DL_POSITIONS ){
323 assert( d->iType==DL_POSITIONS );
341 assert( d->iType>=DL_POSITIONS );
343 if( d->iType
422 int iType = pReader->pDoclist->iType; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp578 TInt iType; local
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));
H A Ddsa_new.cpp296 TInt iType; local
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));
/external/llvm/lib/IR/
H A DInstructions.cpp1744 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1747 : Instruction(Ty, iType,
1753 init(iType);
1757 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1760 : Instruction(Ty, iType,
1766 init(iType);
1771 void BinaryOperator::init(BinaryOps iType) { argument
1777 switch (iType) {
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp333 static FX_BOOL CheckDirectType(CPDF_Dictionary* pDict, FX_BSTR key, FX_INT32 iType) argument
339 return pObj->GetType() == iType;
776 int iType = pObject->GetType(); local
777 if (iType == PDFOBJ_STREAM) {
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c643 DocListType iType; member in struct:DLReader
704 if( pReader->iType>=DL_POSITIONS ){
716 }else if( pReader->iType==DL_POSITIONS_OFFSETS ){
736 static int dlrInit(DLReader *pReader, DocListType iType, argument
740 pReader->iType = iType;
757 static void docListValidate(DocListType iType, const char *pData, int nData, argument
767 if( iType>DL_DOCIDS ){
774 }else if( iType>DL_POSITIONS ){
804 DocListType iType; member in struct:DLWriter
812 dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b) argument
908 DocListType iType; member in struct:PLReader
1160 dlcNew(sqlite_int64 iDocid, DocListType iType) argument
1186 docListTrim(DocListType iType, const char *pData, int nData, int iColumn, DocListType iOutType, DataBuffer *out) argument
1589 docListPhraseMerge( const char *pLeft, int nLeft, const char *pRight, int nRight, DocListType iType, DataBuffer *pOut ) argument
6079 termSelect(fulltext_vtab *v, int iColumn, const char *pTerm, int nTerm, int isPrefix, DocListType iType, DataBuffer *out) argument
[all...]

Completed in 8098 milliseconds

12