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

1 2 3

  /external/python/cpython2/PCbuild/
tix.vcxproj 62 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
63 <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags>
71 nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersions) $(TixDirs) all install
tcl.vcxproj 66 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
74 nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) core shell dlls
75 nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) install-binaries install-libraries
tk.vcxproj 66 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
74 nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) all
75 nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) install-binaries install-libraries
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
DebugFlags.java 21 public final class DebugFlags {
24 private DebugFlags() {
  /external/python/cpython3/PCbuild/
tcl.vcxproj 67 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
75 nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) core shell dlls
76 nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) install-binaries install-libraries
tix.vcxproj 60 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g TK_DBGX=g</DebugFlags>
61 <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags>
69 nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersions) $(TixDirs) all install
tk.vcxproj 66 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
74 nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) all
75 nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) install-binaries install-libraries
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
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) {
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...]
  /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/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;
  /external/antlr/antlr-3.4/runtime/C/
configure.ac 78 DEBUGFLAGS="-g"
89 DEBUGFLAGS="-g"
105 DEBUGFLAGS="-g"
120 DEBUGFLAGS='-g'
129 DEBUGFLAGS='-g'
137 CFLAGS="$CCFLAGS64 $CPPCMNTFLAGS $OPTIMFLAGS $DEBUGFLAGS $WARNFLAGS"
  /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);
  /external/lz4/programs/
Makefile 48 DEBUGFLAGS:=-g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow \
77 lz4: CFLAGS += $(DEBUGFLAGS)
81 lz4-release: DEBUGFLAGS=
84 lz4c : CFLAGS += $(DEBUGFLAGS)
88 lz4c32: CFLAGS += -m32 $(DEBUGFLAGS)
  /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.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...]
Socket.c     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
Android.mk 17 #debugFlags = -g -O0
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 39 import com.android.documentsui.base.DebugFlags;
123 DebugFlags.addForcedPagingArgs(queryArgs);
  /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
  /external/lz4/lib/
Makefile 47 DEBUGFLAGS:=-g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
75 lib: CFLAGS += $(DEBUGFLAGS)

Completed in 622 milliseconds

1 2 3