HomeSort by relevance Sort by last modified time
    Searched defs:iType (Results 1 - 13 of 13) sorted by null

  /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/opencv/cvaux/src/
_cvfacedetection.h 207 int iType;
  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 815 int iType = sqlite3_value_type( columnMem(pStmt,i) );
817 return iType;
    [all...]
recover.c     [all...]
  /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/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/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.jdt.core_3.6.2.v_A76_R36x.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 

Completed in 2346 milliseconds