HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_TRACE (Results 1 - 11 of 11) sorted by null

  /external/dropbear/
debug.h 42 /*#define DEBUG_TRACE*/
64 #ifdef DEBUG_TRACE
66 #else /*DEBUG_TRACE*/
68 #endif /*DEBUG_TRACE*/
dbutil.h 43 #ifdef DEBUG_TRACE
46 extern int debug_trace;
dropbearconvert.c 65 #ifdef DEBUG_TRACE
67 debug_trace = 1;
svr-session.c 176 /* if we are using DEBUG_TRACE, we want to print to stderr even if
178 #ifdef DEBUG_TRACE
179 havetrace = debug_trace;
cli-runopts.c 66 #ifdef DEBUG_TRACE
201 #ifdef DEBUG_TRACE
203 debug_trace = 1;
dropbearkey.c 79 #ifdef DEBUG_TRACE
133 #ifdef DEBUG_TRACE
135 debug_trace = 1;
svr-runopts.c 83 #ifdef DEBUG_TRACE
219 #ifdef DEBUG_TRACE
221 debug_trace = 1;
dbutil.c 69 #ifdef DEBUG_TRACE
70 int debug_trace = 0; variable
139 #ifdef DEBUG_TRACE
144 if (!debug_trace) {
154 #endif /* DEBUG_TRACE */
480 #ifdef DEBUG_TRACE
svr-main.c 136 #ifndef DEBUG_TRACE
rsa.c 359 #if defined(DEBUG_RSA) && defined(DEBUG_TRACE)
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 208 #define DEBUG_TRACE DEBUG_DICT_FULL
234 #define DEBUG_TRACE false

Completed in 151 milliseconds