HomeSort by relevance Sort by last modified time
    Searched full:debugflags (Results 26 - 50 of 74) sorted by null

12 3

  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
QuickViewIntentBuilder.java 40 import com.android.documentsui.base.DebugFlags;
158 String quickViewer = DebugFlags.getQuickViewer();
ActionHandler.java 47 import com.android.documentsui.base.DebugFlags;
698 (Build.IS_DEBUGGABLE || DebugFlags.getDocumentDetailsEnabled()));
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c     [all...]
Tcp6.c     [all...]
Udp4.c 226 @param [in] DebugFlags Flags for debug messages
234 IN UINTN DebugFlags
    [all...]
Ip4.c 304 @param [in] DebugFlags Flags for debug messages
312 IN UINTN DebugFlags
    [all...]
Udp6.c 204 @param [in] DebugFlags Flags for debug messages
212 IN UINTN DebugFlags
    [all...]
  /art/build/
art.go 113 func debugFlags(ctx android.BaseContext) []string {
212 p.Cflags = debugFlags(ctx)
  /frameworks/base/core/java/android/os/
Trace.java 213 public static void setTracingEnabled(boolean enabled, int debugFlags) {
215 sZygoteDebugFlags = debugFlags;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 28 import com.android.inputmethod.latin.define.DebugFlags;
56 private static final boolean DBG = 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;
LatinIME.java 79 import com.android.inputmethod.latin.define.DebugFlags;
593 DebugFlags.init(PreferenceManager.getDefaultSharedPreferences(this));
    [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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 51 import com.android.inputmethod.latin.define.DebugFlags;
    [all...]
  /external/gptfdisk/
fixparts.8 222 by typing \fBsysctl kern.geom.debugflags=16\fR at a shell prompt.
cgdisk.8 300 by typing \fBsysctl kern.geom.debugflags=16\fR at a shell prompt.
  /external/oj-libjdwp/src/share/back/
util.h 97 int debugflags; member in struct:__anon30785
debugInit.c     [all...]
  /external/fio/
Makefile 23 DEBUGFLAGS = -DFIO_INC_DEBUG
24 CPPFLAGS= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFIO_INTERNAL $(DEBUGFLAGS)
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 238 * @param debugFlags the new debug flags
242 public void setDebugFlags(int debugFlags) {
243 mDebugFlags = debugFlags;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 42 import com.android.inputmethod.latin.define.DebugFlags;
PointerTracker.java 40 import com.android.inputmethod.latin.define.DebugFlags;
55 private static boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED || DEBUG_EVENT;
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 279 * @param debugFlags the new debug flags
283 public void setDebugFlags(int debugFlags) {
284 mDebugFlags = debugFlags;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 274 * @param debugFlags the new debug flags
278 public void setDebugFlags(int debugFlags) {
279 mDebugFlags = debugFlags;
    [all...]

Completed in 1640 milliseconds

12 3