HomeSort by relevance Sort by last modified time
    Searched refs:DebugFlags (Results 1 - 25 of 33) sorted by null

1 2

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
DebugFlags.java 21 public final class DebugFlags {
24 private DebugFlags() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java 31 import com.android.inputmethod.latin.define.DebugFlags;
153 if (DebugFlags.DEBUG_ENABLED) {
161 if (DebugFlags.DEBUG_ENABLED) {
170 if (DebugFlags.DEBUG_ENABLED) {
272 if (DebugFlags.DEBUG_ENABLED) {
289 if (DebugFlags.DEBUG_ENABLED) {
398 if (DebugFlags.DEBUG_ENABLED) {
404 if (DebugFlags.DEBUG_ENABLED) {
417 if (DebugFlags.DEBUG_ENABLED) {
422 if (DebugFlags.DEBUG_ENABLED)
    [all...]
ContactsContentObserver.java 28 import com.android.inputmethod.latin.define.DebugFlags;
61 if (DebugFlags.DEBUG_ENABLED) {
86 if (DebugFlags.DEBUG_ENABLED) {
92 if (DebugFlags.DEBUG_ENABLED) {
116 if (DebugFlags.DEBUG_ENABLED) {
126 if (DebugFlags.DEBUG_ENABLED) {
SuggestedWords.java 24 import com.android.inputmethod.latin.define.DebugFlags;
161 if (!DebugFlags.DEBUG_ENABLED) {
WordComposer.java 28 import com.android.inputmethod.latin.define.DebugFlags;
41 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
Suggest.java 28 import com.android.inputmethod.latin.define.DebugFlags;
56 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
LatinIME.java 79 import com.android.inputmethod.latin.define.DebugFlags;
593 DebugFlags.init(PreferenceManager.getDefaultSharedPreferences(this));
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
DebugFlags.java 28 public final class DebugFlags {
30 private DebugFlags() {}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 22 import com.android.inputmethod.latin.define.DebugFlags;
25 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
DebugLogUtils.java 21 import com.android.inputmethod.latin.define.DebugFlags;
28 private final static boolean sDBG = DebugFlags.DEBUG_ENABLED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 20 import com.android.inputmethod.latin.define.DebugFlags;
33 if (DebugFlags.DEBUG_ENABLED) {
59 if (DebugFlags.DEBUG_ENABLED) {
BogusMoveEventDetector.java 25 import com.android.inputmethod.latin.define.DebugFlags;
30 private static final boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED;
  /packages/apps/DocumentsUI/src/com/android/documentsui/queries/
CommandInterceptor.java 27 import com.android.documentsui.base.DebugFlags;
87 DebugFlags.setQuickViewer(tokens[1]);
95 DebugFlags.setQuickViewer(null);
157 DebugFlags.setDocumentDetailsEnabled(enabled);
172 DebugFlags.setForcedPaging(offset, limit);
185 DebugFlags.setQuickViewer(null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 30 import com.android.inputmethod.latin.define.DebugFlags;
48 if (DebugFlags.DEBUG_ENABLED) {
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c     [all...]
Socket.h 433 UINTN DebugFlags; ///< Debug flags used to close the port
711 @param [in] DebugFlags Flags for debug messages
720 IN UINTN DebugFlags
1007 UINT32 DebugFlags; ///< Debug flags
    [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 38 import com.android.inputmethod.latin.define.DebugFlags;
266 if (DebugFlags.DEBUG_ENABLED) {
271 if (DebugFlags.DEBUG_ENABLED) {
293 if (DebugFlags.DEBUG_ENABLED) {
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 50 latin/define/DebugFlags.java
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 39 import com.android.documentsui.base.DebugFlags;
123 DebugFlags.addForcedPagingArgs(queryArgs);
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
QuickViewIntentBuilder.java 40 import com.android.documentsui.base.DebugFlags;
158 String quickViewer = DebugFlags.getQuickViewer();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 51 import com.android.inputmethod.latin.define.DebugFlags;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 50 import com.android.inputmethod.latin.define.DebugFlags;
66 static final boolean DBG = DebugFlags.DEBUG_ENABLED;
  /external/mdnsresponder/mDNSShared/
DebugServices.h 223 /*! @typedef DebugFlags
228 typedef uint32_t DebugFlags;
    [all...]

Completed in 462 milliseconds

1 2