OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRepeat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl
179
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/
test_malloc.c
28
int
nRepeat
; /* Number of times to repeat the failure */
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
){
129
memfault.
nRepeat
=
nRepeat
;
625
int
nRepeat
= 1;
645
if( Tcl_GetIntFromObj(interp, objv[ii+1], &
nRepeat
) ){
667
faultsimConfig(iFail,
nRepeat
);
[
all
...]
Completed in 28 milliseconds