HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 401 - 425 of 742) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/
numfmt.cpp 62 #define debug(x) printf("%s", x); macro
65 #define debug(x) macro
274 debug("Format::!=");
279 debug("Integer digits !=");
284 debug("Fraction digits !=");
288 debug("fGroupingUsed != ");
292 debug("fParseIntegerOnly != ");
296 debug("fCurrency !=");
300 debug("fLenient != ");
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 93 virtual UnicodeString& debug(UnicodeString& result) const { function in class:Integer
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 103 protected boolean debug = false; field in class:KinematicRagdollControl
534 debug = true;
542 debug = false;
553 if (!debug) {
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 115 protected boolean debug = false; field in class:SimpleWaterProcessor
158 if (debug) {
238 if (debug) {
248 //debug only : displays maps
490 * retruns true if the waterprocessor is in debug mode
494 return debug;
498 * set to true to display reflection and refraction textures in the GUI for debug purpose
499 * @param debug
501 public void setDebug(boolean debug) {
502 this.debug = debug
    [all...]
  /external/libusb/libusb/
libusbi.h 144 int debug; member in struct:libusb_context
  /external/mesa3d/src/glsl/
ir_reader.cpp 29 const static bool debug = false; variable
99 if (debug)
  /external/ppp/pppd/
options.c 89 int debug = 0; /* Debug flag */ variable
90 int kdebugflag = 0; /* Tell kernel to print debug messages */
185 { "debug", o_int, &debug,
187 { "-d", o_int, &debug,
192 "Set kernel driver debug level", OPT_PRIO },
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 227 static void debug(const char *fmt, ...);
268 static void debug(const char *fmt, ...) function
270 #if DEBUG > 1
292 debug("ERROR: %s\n", err_str);
298 #if DEBUG > 0
342 debug("Module name: %s", mod_name);
403 debug("Increasing size for long PATH");
449 debug("finding file %s", file);
491 debug("looking for status");
500 debug("inserting status")
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 115 static int debug = 0; variable
187 else if(!strcmp(argv[i],"-debug"))
188 debug++;
764 if(debug) l_fst.Write(lfstFilename.c_str());
829 if(debug) g_fst.Write( grxmlBasename + ".G");
831 if(debug) grev_fst.Write( grxmlBasename + ".Grev");
833 if(debug) grev_fst.Write( grxmlBasename + ".Grevrme");
835 if(debug) grev_det_fst.Write( grxmlBasename + ".Grevrmedet");
837 if(debug) grev_det_fst.Write( grxmlBasename + ".Grevrmedetmin");
840 if(debug) grev_det_fst.Write( grxmlBasename + ".Grevrmedetmin2")
    [all...]
  /external/v8/src/
ic.cc 42 #ifdef DEBUG
107 #endif // DEBUG
130 #ifdef DEBUG
155 ASSERT(Debug::HasDebugInfo(shared));
156 Code* original_code = Debug::GetDebugInfo(shared)->original_code();
343 // Don't clear debug break inline cache as it will remove the break point.
566 Debug* debug = isolate()->debug(); local
567 if (debug->StepInActive())
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 4 /*--- ELF/XCOFF stabs/dwarf1/dwarf2/dwarf3 debug info. ---*/
59 /* Show a non-fatal debug info reading error. Use vg_panic if
71 "reading debug info\n");
76 "When reading debug info from %s:\n",
345 Int entry /* only needed for debug printing */
348 static const Bool debug = False; local
355 if (debug)
363 * (since if using asm-level debug info, one instruction will
364 * correspond to one line, unlike with C-level debug info where
442 static const Bool debug = False local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 84 bool_t debug = FALSE; variable
193 if (debug) {
229 if (debug) {
238 if (debug) {
404 if (debug) {
510 if (debug) {
704 if (debug) printf("tie: LSB = %d\n", LSB);
805 if (debug) {
1041 if (debug) printf("tie: LSB = %d\n", LSB);
1146 if (debug) {
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 84 bool_t debug = FALSE; variable
193 if (debug) {
229 if (debug) {
238 if (debug) {
404 if (debug) {
510 if (debug) {
704 if (debug) printf("tie: LSB = %d\n", LSB);
805 if (debug) {
1041 if (debug) printf("tie: LSB = %d\n", LSB);
1146 if (debug) {
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 37 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 383 /* This section is used for debug. It will write the incoming message to a file on the SD-card,
384 * hence should only be used for test/debug.
624 String debug = line.replaceAll("\\n", "<LF>\n"); local
625 debug = debug.replaceAll("\\r", "<CR>");
626 Log.v(TAG,"The line: \"" + debug + "\"");
627 debug = data.replaceAll("\\n", "<LF>\n");
628 debug = debug.replaceAll("\\r", "<CR>");
629 Log.v(TAG,"The msgString: \"" + debug + "\"")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mtio.h 176 unsigned long int debug; /* Debugging flags. */ member in struct:mtconfiginfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h 176 unsigned long int debug; /* Debugging flags. */ member in struct:mtconfiginfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h 176 unsigned long int debug; /* Debugging flags. */ member in struct:mtconfiginfo
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 6 Docstrings, comments and debug strings in this code refer to the
40 debug = False # set to True to enable debugging via the logging module variable
44 if not debug:
50 return logger.debug(*args)
    [all...]
doctest.py 93 'debug',
2215 def debug(self): member in class:DocTestCase
2657 def debug(module, name, pm=False): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
134 DEBUG = 10
142 DEBUG : 'DEBUG',
149 'DEBUG' : DEBUG,
158 INFO, DEBUG) then you get the corresponding string. If you have
253 # logging.debug("a %(a)d b %(b)s", {'a':1, 'b':2})
363 %(levelno)s Numeric logging level for the message (DEBUG, INFO
1127 def debug(self, msg, *args, **kwargs): member in class:Logger
1416 def debug(self, msg, *args, **kwargs): member in class:LoggerAdapter
1613 def debug(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 3 DEBUG=0
329 if DEBUG: print "Mouse down at global:", where
330 if DEBUG: print "\tUnknown part code:", partcode
331 if DEBUG: print "\tEvent:", self.printevent(event)
336 if DEBUG: print 'Unknown window:', window
379 if DEBUG: print "Character", repr(c)
407 if DEBUG:
420 if DEBUG:
431 if DEBUG:
483 if DEBUG: print 'Newmenu', title, id # XXX
1114 def debug(self, *args): member in class:TestApp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 6 Docstrings, comments and debug strings in this code refer to the
40 debug = False # set to True to enable debugging via the logging module variable
44 if not debug:
50 return logger.debug(*args)
    [all...]
doctest.py 93 'debug',
2215 def debug(self): member in class:DocTestCase
2657 def debug(module, name, pm=False): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
134 DEBUG = 10
142 DEBUG : 'DEBUG',
149 'DEBUG' : DEBUG,
158 INFO, DEBUG) then you get the corresponding string. If you have
253 # logging.debug("a %(a)d b %(b)s", {'a':1, 'b':2})
363 %(levelno)s Numeric logging level for the message (DEBUG, INFO
1127 def debug(self, msg, *args, **kwargs): member in class:Logger
1416 def debug(self, msg, *args, **kwargs): member in class:LoggerAdapter
1613 def debug(msg, *args, **kwargs): function
    [all...]

Completed in 585 milliseconds

<<11121314151617181920>>