HomeSort by relevance Sort by last modified time
    Searched full:nout (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 495 db->lookaside.nOut--;
626 db->lookaside.nOut++;
628 if( db->lookaside.nOut>db->lookaside.mxOut ){
629 db->lookaside.mxOut = db->lookaside.nOut;
wal.h 63 int sqlite3WalRead(Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut);
test_onefile.c 166 static int fsFullPathname(sqlite3_vfs*, const char *zName, int nOut,char *zOut);
748 int nOut, /* Size of output buffer in bytes */
752 return pParent->xFullPathname(pParent, zPath, nOut, zOut);
test_vfstrace.c 578 int nOut,
586 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut);
588 vfstrace_printf(pInfo, ", out=\"%.*s\"\n", nOut, zOut);
test_journal.c 760 int nOut,
763 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut);
test_osinst.c 542 int nOut,
545 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut);
    [all...]
test_vfs.c 663 int nOut,
666 return sqlite3OsFullPathname(PARENTVFS(pVfs), zPath, nOut, zOut);
    [all...]
main.c 451 if( db->lookaside.nOut ){
795 assert( db->lookaside.nOut==0 ); /* Fails on a lookaside memory leak */
    [all...]
os_unix.c     [all...]
sqliteInt.h 753 int nOut; /* Number of buffers currently checked out */
754 int mxOut; /* Highwater mark for nOut */
    [all...]
wal.c     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslgathr.c 216 int nout; local
245 rv = (*ss->sec.dec)(ss->sec.readcx, pBuf, &nout, gs->offset,
  /external/chromium_org/tools/gn/
scope.cc 155 "\" here and it was unused before it went\nout of scope.";
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 883 ALOGW("Zip inflate failed, zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n",
954 ALOGW("zlib inflate: zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n",
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 1161 fprintf(stderr, "\n\nout of heap yo\n\n");
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 732 ALOGW("Zip: inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
port_testcase.py 298 self.assertEqual(port._get_crash_log('foo', 1234, 'out bar\nout baz', 'err bar\nerr baz\n', newer_than=None),
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c     [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 571 milliseconds

12 3