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

/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c114 #define HAS_TIMER 1 macro
186 #define HAS_TIMER hasTimer() macro
191 #define HAS_TIMER 0 macro
1650 if( HAS_TIMER ){
2299 if( HAS_TIMER && c=='t' && n>=5 && strncmp(azArg[0], "timer", n)==0
/external/sqlite/dist/orig/
H A Dshell.c130 #define HAS_TIMER 1 macro
202 #define HAS_TIMER hasTimer() macro
207 #define HAS_TIMER 0 macro
1721 if( HAS_TIMER ){
2379 if( HAS_TIMER && c=='t' && n>=5 && strncmp(azArg[0], "timer", n)==0
/external/sqlite/dist/
H A Dshell.c135 #define HAS_TIMER 1 macro
207 #define HAS_TIMER hasTimer() macro
212 #define HAS_TIMER 0 macro
1740 if( HAS_TIMER ){
2398 if( HAS_TIMER && c=='t' && n>=5 && strncmp(azArg[0], "timer", n)==0

Completed in 113 milliseconds