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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
TextEntryState.java 31 private static boolean LOGGING = false;
89 if (LOGGING) {
217 if (LOGGING && sKeyLocationFile != null && key.codes[0] >= 32) {
  /external/ipsec-tools/src/racoon/
cfparse.h 51 LOGGING = 267,
216 #define LOGGING 267
cfparse.y 190 /* logging */
191 %token LOGGING LOGLEV
393 /* logging */
395 : LOGGING log_level EOS
    [all...]
cftoken.l 184 /* logging */
185 <S_INI>log { BEGIN S_LOG; YYDB; return(LOGGING); }

Completed in 965 milliseconds