Searched defs:HAS_TIMER (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c228 #define HAS_TIMER 1 macro
307 #define HAS_TIMER hasTimer() macro
312 #define HAS_TIMER 0 macro
3972 if( enableTimer && !HAS_TIMER ){
/external/sqlite/dist/
H A Dshell.c234 #define HAS_TIMER 1 macro
313 #define HAS_TIMER hasTimer() macro
318 #define HAS_TIMER 0 macro
3994 if( enableTimer && !HAS_TIMER ){

Completed in 84 milliseconds