Home
last modified time | relevance | path

Searched refs:nInit (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQP.java17 protected native void nInit(AssetManager assetManager, String dataDir); in nInit() method in SkQP
H A DSkQPActivity.java42 // Note: nInit will initialize the mGMs, mBackends and mUnitTests fields. in run()
44 impl.nInit(assetManager, outputDirPath); in run()
H A DSkQPRunner.java54 mImpl.nInit(assetManager, mOutputDirectory); in SkQPRunner()
/third_party/sqlite/src/
H A Dshell.c3903 int nInit; /* Number of bytes in zInit */ member
3986 if( pRe->nInit ){ in re_match()
3988 while( in.i+pRe->nInit<=in.mx in re_match()
3990 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
3994 if( in.i+pRe->nInit>in.mx ) return 0; in re_match()
4480 pRe->nInit = j; in re_compile()
4566 if( pRe->nInit>0 ){ in re_bytecode_func()
4568 for(i=0; i<pRe->nInit; i++){ in re_bytecode_func()
H A Dsqlite3.c23291 u32 nInit = countLookasideSlots(db->lookaside.pInit); sqlite3LookasideUsed() local
164025 int nInit = pList ? pList->nExpr : 0; global() local
[all...]

Completed in 162 milliseconds