/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 | 463 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, 465 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/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 | 32 switch (record->iType) { 50 switch (record->iType) { 341 switch (record()->iType) {
|
emf_win_unittest.cc | 120 // If you get this assert, you need to lookup iType in wingdi.h. It starts 124 " index: " << index << " type: " << itr->record()->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/chromium_org/ui/gfx/ |
font_fallback_win.cc | 161 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
|
render_text_win.cc | 235 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) { [all...] |
/external/llvm/lib/IR/ |
Instructions.cpp | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |