| /nv-g11n/g11n/src/cmd/fsexam/src/ |
| fsexam-debug.c | 34 static int debug = 0; local 44 debug = atoi (ev); 45 if (debug <= 0) 46 debug = 0; 48 (void) printf ("FSEXAM_DEBUG=%s, debug = %d\n", ev, debug); 53 return debug;
|
| /nv-g11n/g11n/src/lib/iconv/common/ |
| debug.h | 28 #ifndef DEBUG 29 #define debug(x) macro 32 #define debug(x) x macro
|
| cnv_ucs4utf8_2.c | 30 #include "debug.h" 34 debug(static char *FN = "__cnv_ucs4utf8";) 46 debug(dumpbuf(FN, buf, 2)); 52 debug(dumpbuf(FN, buf, 3)); 58 debug(dumpbuf(FN, buf, 4)); 64 debug(dumpbuf(FN, buf, 5)); 70 debug(dumpbuf(FN, buf, 6));
|
| Assert.h | 34 #include <sys/debug.h>
|
| /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/packaging/SunPinyin/DownloadDataFiles/ |
| Makefile | 1 all: debug 6 debug: 7 xcodebuild -project DownloadDataFiles.xcodeproj -configuration Debug build
|
| /nv-g11n/g11n/src/cmd/mp/ |
| general.h | 55 #ifndef DEBUG 56 #define debug(x) macro 59 #define debug(x) x macro
|
| /nv-g11n/g11n/tools/ |
| generatelocaledef | 44 log.debug("Tail of '%s' : '%r'" % (include, result[-3:])) 45 log.debug("Length of result: '%d'" % len(result)) 307 log.debug("Stripping '\\c\\n' from '%s'" % include) 331 log.setLevel(logging.DEBUG) #set verbosity to show all messages of severity >= DEBUG 345 #log.debug("Processing line '%s'" % line)
|
| /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/ |
| Makefile | 1 all: debug 21 debug: 22 xcodebuild -project SunPinyin.xcodeproj -configuration Debug build 24 cd build ; ln -s Debug/SunPinyin.app SunPinyin.app
|
| /nv-g11n/inputmethod/sunpinyin/ |
| build-sunpinyin.sh | 81 ./autogen.sh -disable-debug --prefix=/usr 86 #./autogen.sh -disable-debug --prefix=/usr
|
| /nv-g11n/inputmethod/sunpinyin/ime/ |
| configure.ac | 80 dnl --enable-debug 82 AC_ARG_ENABLE([debug], 83 AC_HELP_STRING([--enable-debug], [compile in debug mode (default no) ]), 88 AC_DEFINE(DEBUG, 1, [Define if you want to make for debugging.]) 115 AC_HELP_STRING([--enable-gtkstandalone], [compile standalone gtk program for demo/debug(default=no) ]), 161 AC_HELP_STRING([--enable-bestandalone], [compile standalone program by BeAPI for demo/debug(default=no) ]),
|
| /nv-g11n/inputmethod/sunpinyin2/ |
| configure.ac | 30 AM_CONDITIONAL(DEBUG, test "$enable-debug" = yes) 79 dnl --enable-debug 81 AC_ARG_ENABLE([debug], 82 AC_HELP_STRING([--enable-debug], [compile in debug mode (default no) ]), 87 AC_DEFINE(DEBUG, 1, [Define if you want to make for debugging.]) 131 AC_HELP_STRING([--enable-gtkstandalone], [compile standalone gtk program for demo/debug(default=no) ]), 204 AC_HELP_STRING([--enable-bestandalone], [compile standalone program by BeAPI for demo/debug(default=no) ]),
|
| /nv-g11n/inputmethod/sunpinyin/ime/debian/ |
| rules | 16 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) 17 DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug
|
| /nv-g11n/inputmethod/sunpinyin2/debian/ |
| rules | 16 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) 17 DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug
|
| /nv-g11n/inputmethod/specs/ |
| scim-bridge.spec | 43 --disable-debug \ 64 --disable-debug \
|
| libdatrie.spec | 36 --disable-debug 46 --disable-debug
|
| libthai.spec | 44 --disable-debug 56 --disable-debug
|
| iiim-hangul.spec | 34 --disable-debug
|
| iiim-thai.spec | 32 --disable-debug
|
| scim-anthy.spec | 43 --disable-debug
|
| scim-canna.spec | 39 --disable-debug
|
| scim-hangul.spec | 39 --disable-debug
|
| scim-input-pad.spec | 33 --disable-debug
|
| scim-m17n.spec | 35 --disable-debug
|
| scim-pinyin.spec | 37 --disable-debug
|
| scim-sunpinyin.spec | 33 --disable-debug \
|