Searched refs:aStatic (Results 1 – 3 of 3) sorted by relevance
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | AndroidTranslator.java | 357 …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/ |
D | sqlite3.c | 19371 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_APP3 - 1]; in debugMutexAlloc() local 19385 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc() 19390 pNew = &aStatic[id-2]; in debugMutexAlloc() 116059 WhereTerm aStatic[1]; /* Initial static space for a[] */ 116061 WhereTerm aStatic[8]; /* Initial static space for a[] */ 116332 pWC->nSlot = ArraySize(pWC->aStatic); 116333 pWC->a = pWC->aStatic; 116373 if( pWC->a!=pWC->aStatic ){ 116413 if( pOld!=pWC->aStatic ){ 132022 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 19371 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_APP3 - 1]; in debugMutexAlloc() local 19385 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc() 19390 pNew = &aStatic[id-2]; in debugMutexAlloc() 116041 WhereTerm aStatic[1]; /* Initial static space for a[] */ 116043 WhereTerm aStatic[8]; /* Initial static space for a[] */ 116314 pWC->nSlot = ArraySize(pWC->aStatic); 116315 pWC->a = pWC->aStatic; 116355 if( pWC->a!=pWC->aStatic ){ 116395 if( pOld!=pWC->aStatic ){ 132004 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ [all …]
|