Searched refs:aStatic (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_noop.c110 static sqlite3_debug_mutex aStatic[6]; local
124 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
125 pNew = &aStatic[id-2];
H A Dnotify.c232 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
234 aArg = aStatic;
255 assert( aArg==aDyn || (aDyn==0 && aArg==aStatic) );
256 assert( nArg<=(int)ArraySize(aStatic) || aArg==aDyn );
257 if( (!aDyn && nArg==(int)ArraySize(aStatic))
269 ** aStatic[] array allocated on the stack and the attempt to
H A Dtest_mutex.c39 sqlite3_mutex aStatic[6]; /* The six static mutexes */ member in struct:test_mutex_globals
89 pRet = &g.aStatic[eType-2];
H A Dwhere.c140 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
142 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
268 pWC->nSlot = ArraySize(pWC->aStatic);
269 pWC->a = pWC->aStatic;
310 if( pWC->a!=pWC->aStatic ){
350 if( pOld!=pWC->aStatic ){
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslator.java357 private String generateMethodBody(CtClass ctClass, CtMethod ctMethod, boolean wasNative, boolean wasAbstract, CtClass returnCtClass, Type returnType, boolean aStatic, boolean shouldGenerateCallToSuper) throws NotFoundException { argument
362 methodBody = generateMethodBody(ctClass, ctMethod, returnCtClass, returnType, aStatic, shouldGenerateCallToSuper);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c16645 static sqlite3_debug_mutex aStatic[6]; local
16659 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
16660 pNew = &aStatic[id-2];
97794 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
97796 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
110148 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c18634 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_APP3 - 1]; local
18648 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
18649 pNew = &aStatic[id-2];
110762 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
110764 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
125855 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18634 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_APP3 - 1]; local
18648 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
18649 pNew = &aStatic[id-2];
110782 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
110784 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
125875 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
[all...]

Completed in 524 milliseconds