HomeSort by relevance Sort by last modified time
    Searched refs:aStatic (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mutex_noop.c 110 static sqlite3_debug_mutex aStatic[6];
124 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
125 pNew = &aStatic[id-2];
notify.c 232 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */
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
test_mutex.c 39 sqlite3_mutex aStatic[6]; /* The six static mutexes */
89 pRet = &g.aStatic[eType-2];
where.c 140 WhereTerm aStatic[1]; /* Initial static space for a[] */
142 WhereTerm aStatic[8]; /* Initial static space for a[] */
268 pWC->nSlot = ArraySize(pWC->aStatic);
269 pWC->a = pWC->aStatic;
310 if( pWC->a!=pWC->aStatic ){
350 if( pOld!=pWC->aStatic ){
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 357 private String generateMethodBody(CtClass ctClass, CtMethod ctMethod, boolean wasNative, boolean wasAbstract, CtClass returnCtClass, Type returnType, boolean aStatic, boolean shouldGenerateCallToSuper) throws NotFoundException {
362 methodBody = generateMethodBody(ctClass, ctMethod, returnCtClass, returnType, aStatic, shouldGenerateCallToSuper);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 372 milliseconds