/external/chromium_org/third_party/sqlite/src/src/ |
mutex_unix.c | 129 static sqlite3_mutex *pthreadMutexAlloc(int iType){ 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;
|
mutex_os2.c | 93 static sqlite3_mutex *os2MutexAlloc(int iType){ 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;
|
mutex_w32.c | 186 static sqlite3_mutex *winMutexAlloc(int iType){ 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;
|
recover.c | [all...] |
vdbeapi.c | 815 int iType = sqlite3_value_type( columnMem(pStmt,i) ); 817 return iType; [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 37 TerminatorInst(Type *Ty, Instruction::TermOps iType, 40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} 42 TerminatorInst(Type *Ty, Instruction::TermOps iType, 44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {} 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) 99 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { 141 void init(BinaryOps iType); 142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty [all...] |
Instruction.h | 445 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, 447 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 132 DocListType iType; 138 static void docListInit(DocList *d, DocListType iType, 147 d->iType = iType; 153 static DocList *docListNew(DocListType iType){ 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; [all...] |
fts1.c | 237 DocListType iType; 250 static void docListInit(DocList *d, DocListType iType, 259 d->iType = iType; 265 static DocList *docListNew(DocListType iType){ 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==DL_POSITIONS_OFFSETS ) [all...] |
/external/chromium_org/third_party/npapi/npspy/windows/ |
dirpick.cpp | 59 UINT DriveType(UINT iType); 85 int iType = DriveType(iDrive); 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); 305 switch (iType) 588 int iType = GetDriveType(path); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
streamplayer.h | 69 TUint32 iType;
|
streamplayer.cpp | 77 iType = aType; 205 iStream->SetDataTypeL(iType);
|
SDL_epocaudio.cpp | 196 TUint32 iType; 298 iPlayer->OpenStream(iRate, iChannels, iType); 436 iType = aType;
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | 643 DocListType iType; 704 if( pReader->iType>=DL_POSITIONS ){ 716 }else if( pReader->iType==DL_POSITIONS_OFFSETS ){ 736 static int dlrInit(DLReader *pReader, DocListType iType, 740 pReader->iType = iType; 757 static void docListValidate(DocListType iType, const char *pData, int nData, 767 if( iType>DL_DOCIDS ){ 774 }else if( iType>DL_POSITIONS ){ 804 DocListType iType; [all...] |
/external/opencv/cvaux/src/ |
cvfacedetection.cpp | 260 cr.iType = 6; 272 cr.iType = 12;
|
_cvfacedetection.h | 207 int iType;
|
/external/chromium_org/printing/ |
emf_win.cc | 47 switch (record->iType) { 65 switch (record->iType) { 381 switch (record()->iType) {
|
emf_win_unittest.cc | 116 // If you get this assert, you need to lookup iType in wingdi.h. It starts 120 " index: " << index << " type: " << itr->record()->iType;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 380 var iType = oFile.getShortAt(iEntryOffset+2, bBigEnd); 384 switch (iType) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 380 var iType = oFile.getShortAt(iEntryOffset+2, bBigEnd); 384 switch (iType) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocevents.cpp | 270 //SDL_TRACE1("SDL: EPOC_HandleWsEvent, pointerEvent->iType=%d", pointerEvent->iType); //!! 282 switch (pointerEvent->iType)
|
dsa.cpp | 578 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));
|
dsa_new.cpp | 296 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));
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 84 //SDL_TRACE1("SDL: EPOC_HandleWsEvent, pointerEvent->iType=%d", pointerEvent->iType); //!! 96 switch (pointerEvent->iType)
|
/external/llvm/lib/IR/ |
Instructions.cpp | [all...] |