Searched refs:nRepeat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dmalloc_common.tcl179 proc oom_injectstart {nRepeat iFail} {
180 sqlite3_memdebug_fail [expr $iFail-1] -repeat $nRepeat
551 set nRepeat 1
557 set nRepeat 1
563 set nRepeat 100000
582 sqlite3_memdebug_fail [expr $iFail-$iTest] -repeat $nRepeat
641 foreach {nRepeat zName} $modes {
643 if {$::DO_MALLOC_TEST} {sqlite3_memdebug_fail $iFail -repeat $nRepeat}
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c28 int nRepeat; /* Number of times to repeat the failure */ member in struct:MemFault
63 memfault.nRepeat--;
64 if( memfault.nRepeat<=0 ){
124 ** by a block of nRepeat failures, after which malloc() calls will begin
127 static void faultsimConfig(int nDelay, int nRepeat){ argument
129 memfault.nRepeat = nRepeat;
625 int nRepeat = 1; local
645 if( Tcl_GetIntFromObj(interp, objv[ii+1], &nRepeat) ){
667 faultsimConfig(iFail, nRepeat);
[all...]

Completed in 111 milliseconds