Home
last modified time | relevance | path

Searched refs:aStatic (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java357 …ve, boolean wasAbstract, CtClass returnCtClass, Type returnType, boolean aStatic, boolean shouldGe… in generateMethodBody() argument
362 …methodBody = generateMethodBody(ctClass, ctMethod, returnCtClass, returnType, aStatic, shouldGener… in generateMethodBody()
/external/sqlite/dist/
Dsqlite3.c20154 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local
20168 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()
20173 pNew = &aStatic[id-2]; in debugMutexAlloc()
118341 WhereTerm aStatic[1]; /* Initial static space for a[] */
118343 WhereTerm aStatic[8]; /* Initial static space for a[] */
120129 if( pOld!=pWC->aStatic ){
121272 pWC->nSlot = ArraySize(pWC->aStatic);
121273 pWC->a = pWC->aStatic;
121294 if( pWC->a!=pWC->aStatic ){
134872 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c20154 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local
20168 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()
20173 pNew = &aStatic[id-2]; in debugMutexAlloc()
118323 WhereTerm aStatic[1]; /* Initial static space for a[] */
118325 WhereTerm aStatic[8]; /* Initial static space for a[] */
120111 if( pOld!=pWC->aStatic ){
121254 pWC->nSlot = ArraySize(pWC->aStatic);
121255 pWC->a = pWC->aStatic;
121276 if( pWC->a!=pWC->aStatic ){
134854 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */
[all …]