HomeSort by relevance Sort by last modified time
    Searched refs:DebugFlags (Results 1 - 25 of 44) 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/
SuggestionSpanPickedNotificationReceiver.java 25 import com.android.inputmethod.latin.define.DebugFlags;
28 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
InputPointers.java 23 import com.android.inputmethod.latin.define.DebugFlags;
64 if (DebugFlags.DEBUG_ENABLED || DEBUG_TIME) {
149 if (DebugFlags.DEBUG_ENABLED || DEBUG_TIME) {
WordComposer.java 21 import com.android.inputmethod.latin.define.DebugFlags;
35 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
SubtypeSwitcher.java 38 import com.android.inputmethod.latin.define.DebugFlags;
49 private static boolean DBG = DebugFlags.DEBUG_ENABLED;
Suggest.java 23 import com.android.inputmethod.latin.define.DebugFlags;
49 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
SuggestedWords.java 23 import com.android.inputmethod.latin.define.DebugFlags;
146 if (!DebugFlags.DEBUG_ENABLED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Constants.java 23 public static class DebugFlags {
RecentsActivity.java 263 if (Constants.DebugFlags.App.EnableSearchLayout) {
297 if (Constants.DebugFlags.App.EnableSearchLayout) {
409 if (!Constants.DebugFlags.App.EnableDebugMode) return;
  /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;
MoreKeySpec.java 23 import com.android.inputmethod.latin.define.DebugFlags;
113 private static final boolean DEBUG = DebugFlags.DEBUG_ENABLED;
  /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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DebugTrigger.java 52 if (!Constants.DebugFlags.App.EnableDebugMode) return;
SystemServicesProxy.java 136 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
149 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
152 int count = Math.min(numLatestTasks, Constants.DebugFlags.App.SystemServicesProxyMockTaskCount);
155 int packageIndex = i % Constants.DebugFlags.App.SystemServicesProxyMockPackageCount;
258 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
270 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
319 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return;
332 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return;
346 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return new ActivityInfo();
363 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return new ActivityInfo()
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
CmdLine.py 159 import DebugFlags
160 if option in dir(DebugFlags):
161 setattr(DebugFlags, option, True)
Errors.py 7 import DebugFlags
169 if DebugFlags.debug_exception_on_error: raise Exception(err) # debug
Pipeline.py 5 import DebugFlags
323 if DebugFlags.debug_verbose_pipeline:
329 if DebugFlags.debug_verbose_pipeline:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 28 import com.android.inputmethod.latin.define.DebugFlags;
43 if (DebugFlags.DEBUG_ENABLED) {
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestParseTreeTransforms.py 188 self.debug_exception_on_error = DebugFlags.debug_exception_on_error
191 DebugFlags.debug_exception_on_error = self.debug_exception_on_error
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 372 if (Constants.DebugFlags.App.EnableSimulatedTaskGroups) {
388 int groupCountDown = Constants.DebugFlags.App.TaskAffiliationsGroupCount;
403 groupCountDown = Constants.DebugFlags.App.TaskAffiliationsGroupCount;
RecentsTaskLoader.java 294 int iconCacheSize = Constants.DebugFlags.App.DisableBackgroundCache ? 1 :
296 int thumbnailCacheSize = Constants.DebugFlags.App.DisableBackgroundCache ? 1 :
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 272 if (Constants.DebugFlags.App.EnableThumbnailAlphaOnFrontmost) {
669 if (Constants.DebugFlags.App.EnableDevAppInfoOnLongPress) {
689 if (Constants.DebugFlags.App.EnableDevAppInfoOnLongPress) {
712 if (Constants.DebugFlags.App.EnableTaskFiltering && v == mHeaderView.mApplicationIcon) {
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 68 latin/define/DebugFlags.java

Completed in 238 milliseconds

1 2