Searched refs:aParam (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dsqlite3rtree.h45 int nParam; /* Size of array aParam[] */
46 double *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
H A Drtree.c293 double aParam[1]; member in struct:RtreeMatchArg
1223 pGeom->aParam = p->aParam;
3197 pBlob->aParam[i] = sqlite3_value_double(aArg[i]);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c70 if( p->nParam!=3 || p->aParam[2]<0.0 ) return SQLITE_ERROR;
82 pCircle->centerx = p->aParam[0];
83 pCircle->centery = p->aParam[1];
84 pCircle->radius = p->aParam[2];
200 || p->aParam[3]<=0.0 || p->aParam[4]<=0.0 || p->aParam[5]<=0.0
208 pCube->x = p->aParam[0];
209 pCube->y = p->aParam[1];
210 pCube->z = p->aParam[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp26 LOCAL_C void MakeCCmdLineL(const TDesC8& aParam, CDesC8Array& aArray) argument
31 TLex8 lex(aParam);
185 void SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL);
201 void TSdlClass::SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL) argument
204 iObs->SDLMainEvent(aEvent, aParam, aSDL);
318 TInt SdlEvent(TInt aEvent, TInt aParam);
319 TInt SdlThreadEvent(TInt aEvent, TInt aParam);
696 TInt CSDLAppUi::SdlThreadEvent(TInt aEvent, TInt /*aParam*/)
716 TInt CSDLAppUi::SdlEvent(TInt aEvent, TInt /*aParam*/)
H A DSDL_main.cpp210 TInt ObserverEvent(TInt aEvent, TInt aParam);
211 void SetParam(TInt aParam);
244 TInt CSdlAppServ::ObserverEvent(TInt aEvent, TInt aParam) argument
250 return iObserver->SdlThreadEvent(aEvent, aParam);
254 return iObserver->SdlEvent(aEvent, aParam);
313 void CSdlAppServ::SetParam(TInt aParam) argument
315 iReturnValue = aParam;
610 void EpocSdlEnv::ObserverEvent(TInt aService, TInt aParam) argument
613 const TInt valuea = gEpocEnv->iAppSrv->ObserverEvent(aService, aParam);
617 gEpocEnv->iAppSrv->SetParam(aParam);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h7433 int nParam; /* Size of array aParam[] */
7434 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
7466 sqlite3_rtree_dbl *aParam; /* value of function parameters */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c7548 int nParam; /* Size of array aParam[] */
7549 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
7581 sqlite3_rtree_dbl *aParam; /* value of function parameters */ member in struct:sqlite3_rtree_query_info
144999 RtreeDValue aParam[1]; /* Values for parameters to the SQL function */ member in struct:RtreeMatchArg
[all...]
/external/sqlite/dist/
H A Dsqlite3.h7433 int nParam; /* Size of array aParam[] */
7434 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
7466 sqlite3_rtree_dbl *aParam; /* value of function parameters */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c7548 int nParam; /* Size of array aParam[] */
7549 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
7581 sqlite3_rtree_dbl *aParam; /* value of function parameters */ member in struct:sqlite3_rtree_query_info
145031 RtreeDValue aParam[1]; /* Values for parameters to the SQL function */ member in struct:RtreeMatchArg
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h6463 int nParam; /* Size of array aParam[] */
6464 double *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
H A Dsqlite3.c7006 int nParam; /* Size of array aParam[] */
7007 double *aParam; /* Parameters passed to SQL geom function */ member in struct:sqlite3_rtree_geometry
124561 double aParam[1]; member in struct:RtreeMatchArg
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 620 milliseconds