HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 726 - 750 of 1831) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 169 struct pipe_debug_callback *debug; member in struct:si_llvm_diagnostics
197 pipe_debug_message(diag->debug, SHADER_INFO,
215 struct pipe_debug_callback *debug)
225 diag.debug = debug;
240 pipe_debug_message(debug, SHADER_INFO,
258 pipe_debug_message(debug, SHADER_INFO, "LLVM compile failed");
855 #ifdef DEBUG
886 #ifdef DEBUG
940 #ifdef DEBUG
    [all...]
  /external/mesa3d/src/mesa/main/
debug_output.c 70 * An error, warning, or other piece of debug information for an application
87 * Debug message log. It works like a ring buffer.
186 * building a giant enum list of all debug output messages that Mesa might
404 * Allocate and initialize context debug state.
409 struct gl_debug_state *debug; local
412 debug = CALLOC_STRUCT(gl_debug_state);
413 if (!debug)
416 debug->Groups[0] = malloc(sizeof(*debug->Groups[0]));
417 if (!debug->Groups[0])
740 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); local
771 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); local
811 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); local
845 struct gl_debug_state *debug = ctx->Debug; local
883 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); local
1040 struct gl_debug_state *debug; local
1115 struct gl_debug_state *debug; local
1163 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); local
1178 struct gl_debug_state *debug; local
1236 struct gl_debug_state *debug; local
1283 struct gl_debug_state *debug = _mesa_lock_debug_state(ctx); local
    [all...]
  /external/ply/ply/ply/
yacc.py 91 resultlimit = 40 # Size limit of results when running in debug mode.
113 def debug(self, msg, *args, **kwargs): member in class:PlyLogger
116 info = debug
124 critical = debug
138 # Format the result message that the parser produces when running in debug mode.
148 # Format stack entries when the parser is running in debug mode
323 def parse(self, input=None, lexer=None, debug=False, tracking=False, tokenfunc=None):
324 if debug or yaccdevel:
325 if isinstance(debug, int):
326 debug = PlyLogger(sys.stderr
    [all...]
  /external/ppp/pppd/
options.c 93 int debug = 0; /* Debug flag */ variable
94 int kdebugflag = 0; /* Tell kernel to print debug messages */
197 { "debug", o_int, &debug,
199 { "-d", o_int, &debug,
204 "Set kernel driver debug level", OPT_PRIO },
    [all...]
  /external/python/cpython2/Lib/
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',
2240 def debug(self): member in class:DocTestCase
2682 def debug(module, name, pm=False): function
    [all...]
  /external/python/cpython2/Lib/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...]
  /external/python/cpython2/Modules/
gcmodule.c 167 static int debug; variable
342 * delete the object again. In a debug build, that caused
759 if ((debug & DEBUG_INSTANCES) && PyInstance_Check(op)) {
762 else if (debug & DEBUG_OBJECTS) {
790 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
814 if (debug & DEBUG_SAVEALL) {
890 if (debug & DEBUG_STATS) {
    [all...]
  /external/python/cpython3/Lib/
doctest.py 92 'debug',
2213 def debug(self): member in class:DocTestCase
2634 def debug(module, name, pm=False): function
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 6 Docstrings, comments and debug strings in this code refer to the
43 debug = False # set to True to enable debugging via the logging module variable
47 if not debug:
53 return logger.debug(*args)
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 30 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
34 'captureWarnings', 'critical', 'debug', 'disable', 'error',
98 DEBUG = 10
106 DEBUG: 'DEBUG',
116 'DEBUG': DEBUG,
125 INFO, DEBUG) then you get the corresponding string. If you have
262 # logging.debug("a %(a)d b %(b)s", {'a':1, 'b':2})
443 %(levelno)s Numeric logging level for the message (DEBUG, INFO
1284 def debug(self, msg, *args, **kwargs): member in class:Logger
1624 def debug(self, msg, *args, **kwargs): member in class:LoggerAdapter
1877 def debug(msg, *args, **kwargs): function
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 170 static int debug; variable
356 * delete the object again. In a debug build, that caused
770 if ((debug & DEBUG_SAVEALL) || has_legacy_finalizer(op)) {
861 if (debug & DEBUG_SAVEALL) {
    [all...]
  /external/valgrind/none/tests/ppc32/
round.c 97 bool_t debug = FALSE; variable
206 if (debug) {
242 if (debug) {
251 if (debug) {
417 if (debug) {
523 if (debug) {
717 if (debug) printf("tie: LSB = %d\n", LSB);
832 if (debug) {
1068 if (debug) printf("tie: LSB = %d\n", LSB);
1173 if (debug) {
    [all...]
  /external/valgrind/none/tests/ppc64/
round.c 97 bool_t debug = FALSE; variable
206 if (debug) {
242 if (debug) {
251 if (debug) {
417 if (debug) {
523 if (debug) {
717 if (debug) printf("tie: LSB = %d\n", LSB);
832 if (debug) {
1068 if (debug) printf("tie: LSB = %d\n", LSB);
1173 if (debug) {
    [all...]
  /external/wayland/src/
wayland-client.c 921 const char *debug; local
923 debug = getenv("WAYLAND_DEBUG");
924 if (debug && (strstr(debug, "client") || strstr(debug, "1")))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 28 #define debug(M, ...) qDebug("DEBUG %d: " M, __LINE__, ##__VA_ARGS__) macro
30 #define debug(M, ...) do {} while (0) macro
171 debug("Failed to open control connection to "
307 debug("Selected interface '%s'",
385 debug("Trying to connect to '%s'", cfile);
398 debug("Failed to attach to wpa_supplicant");
459 debug("'%s' command timed out.", cmd);
461 debug("'%s' command failed.", cmd);
742 debug("helpIndex")
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 184 final String debug = System.getenv("DEBUG_LAYOUT"); local
185 if (debug != null && !debug.equals("0") && !debug.equals("false")) {
193 if (debug.equalsIgnoreCase("throw")) {
  /libcore/ojluni/src/main/java/java/util/jar/
JarVerifier.java 40 import sun.security.util.Debug;
49 static final Debug debug = Debug.getInstance("jar"); field in class:JarVerifier
118 if (debug != null) {
119 debug.println("beginEntry "+je.getName());
250 if (debug != null) {
251 debug.println("processEntry: processing block");
268 if (debug != null) {
269 debug.println
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 1571 public String debug(String output) { method in class:MatchParentShrinkingLinearLayout.LayoutParams
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mtio.h 176 unsigned long int debug; /* Debugging flags. */ member in struct:mtconfiginfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mtio.h 176 unsigned long int debug; /* Debugging flags. */ member in struct:mtconfiginfo
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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...]

Completed in 1735 milliseconds

<<21222324252627282930>>