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

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc1.c 81 * debug: enable debugging messages
88 int debug = 0; variable
121 if (debug) {
198 if (debug)
249 debug++;
  /external/ltp/testcases/kernel/security/integrity/ima/src/
ima_boot_aggregate.c 66 int debug = 0; local
85 if (debug) {
105 if (debug) {
  /external/ltp/tools/pounder21/src/randasyscall/
randasys.c 217 int debug = 0, zero_mode = 0; local
225 debug = 1;
239 if (debug) {
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.h 46 struct pipe_debug_callback *debug; member in struct:fd3_emit
66 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
81 emit->fp = ir3_shader_variant(so->shader, emit->key, emit->debug);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.h 46 struct pipe_debug_callback *debug; member in struct:fd4_emit
75 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
90 emit->fp = ir3_shader_variant(so->shader, emit->key, emit->debug);
  /external/python/cpython2/Lib/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /external/python/cpython2/Lib/plat-irix5/
panel.py 17 debug = 0 variable
134 if debug: print 'exec', stmt
191 if debug: print 'exec', stmt
216 if debug: show_panel('', descr)
  /external/python/cpython2/Lib/plat-irix6/
panel.py 17 debug = 0 variable
134 if debug: print 'exec', stmt
191 if debug: print 'exec', stmt
216 if debug: show_panel('', descr)
  /external/python/cpython2/Lib/test/
test_pty.py 20 def debug(msg): function
23 def debug(msg): function
69 debug("Calling master_open()")
71 debug("Got master_fd '%d', slave_name '%s'" %
73 debug("Calling slave_open(%r)" % (slave_name,))
75 debug("Got slave_fd '%d'" % slave_fd)
98 debug("Writing to slave_fd")
104 debug("Writing chunked output")
115 debug("calling pty.fork()")
120 debug("Child's fd 1 is not a tty?!"
    [all...]
  /external/python/cpython3/Lib/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
40 def debug(self, msg, *args): member in class:Log
41 self._log(DEBUG, msg, args)
57 debug = _global_log.debug variable
75 set_threshold(DEBUG)
  /external/python/cpython3/Lib/test/
test_pty.py 19 def debug(msg): function
22 def debug(msg): function
68 debug("Calling master_open()")
70 debug("Got master_fd '%d', slave_name '%s'" %
72 debug("Calling slave_open(%r)" % (slave_name,))
74 debug("Got slave_fd '%d'" % slave_fd)
99 debug("Writing to slave_fd")
105 debug("Writing chunked output")
116 debug("calling pty.fork()")
121 debug("Child's fd 1 is not a tty?!"
    [all...]
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
Log.java 28 * <li>debug</li>
48 * log.debug(theResult);
68 * <p> Is debug logging currently enabled? </p>
72 * when the log level is more than debug. </p>
143 * <p> Log a message with debug log level. </p>
147 public void debug(Object message); method in interface:Log
150 * <p> Log an error with debug log level. </p>
155 public void debug(Object message, Throwable t); method in interface:Log
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
NoOpLog.java 52 public void debug(Object message) { method in class:NoOpLog
56 public void debug(Object message, Throwable t) { method in class:NoOpLog
92 * Debug is never enabled.
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/
LogLog.java 27 <p>All log4j internal debug calls go to <code>System.out</code>
38 Defining this value makes log4j print log4j-internal debug
41 <p> The value of this string is <b>log4j.debug</b>.
44 public static final String DEBUG_KEY = "log4j.debug";
48 debug statements to <code>System.out</code>.
80 This method is used to output log4j internal debug
83 public static void debug(String msg) { method in class:LogLog
90 This method is used to output log4j internal debug
93 public static void debug(String msg, Throwable t) { method in class:LogLog
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
NOPLogger.java 100 final public void debug(String msg) { method in class:NOPLogger
105 final public void debug(String format, Object arg) { method in class:NOPLogger
110 public final void debug(String format, Object arg1, Object arg2) { method in class:NOPLogger
115 public final void debug(String format, Object... argArray) { method in class:NOPLogger
120 final public void debug(String msg, Throwable t) { method in class:NOPLogger
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
BuilderStartLocal.java 32 package org.jf.dexlib2.builder.debug;
36 import org.jf.dexlib2.iface.debug.StartLocal;
  /external/syslinux/com32/modules/
ifcpu.c 48 " debug : display some debugging messages \n"
100 bool debug = false; local
117 if (debug)
122 if (debug)
127 if (debug)
133 if (debug)
139 if (debug)
143 if (debug)
148 } else if (!strcmp(argv[i], "debug")) {
149 debug = true
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 168 print("DEBUG:", self.f, x, args, kw)
228 def debug(mode=True): function
  /external/v8/src/base/debug/
stack_trace_android.cc 8 #include "src/base/debug/stack_trace.h"
55 namespace debug { namespace in namespace:v8::base
89 } // namespace debug
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 30 public void debug(String format, Object... args) { method in class:Log
36 /** Similar to debug() but doesn't do a \n automatically. */
  /libcore/ojluni/src/main/java/java/security/
SecureClassLoader.java 32 import sun.security.util.Debug;
55 private static final Debug debug = Debug.getInstance("scl"); field in class:SecureClassLoader
209 if (debug != null) {
210 debug.println(" getPermissions "+ pd);
211 debug.println("");
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXMasterCertPathValidator.java 28 import sun.security.util.Debug;
50 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXMasterCertPathValidator
76 if (debug != null) {
77 debug.println("--------------------------------------------------"
79 debug.println("Executing PKIX certification path validation "
94 if (debug != null) {
95 debug.println("Checking cert" + (i+1) + " - Subject: " +
104 if (debug != null && !unresCritExts.isEmpty())
    [all...]
  /packages/apps/Camera2/src/com/android/camera/debug/
DebugPropertyHelper.java 17 package com.android.camera.debug;
30 * Enable additional capture debug UI.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 20 def debug(msg): function
23 def debug(msg): function
69 debug("Calling master_open()")
71 debug("Got master_fd '%d', slave_name '%s'" %
73 debug("Calling slave_open(%r)" % (slave_name,))
75 debug("Got slave_fd '%d'" % slave_fd)
98 debug("Writing to slave_fd")
104 debug("Writing chunked output")
115 debug("calling pty.fork()")
120 debug("Child's fd 1 is not a tty?!"
    [all...]

Completed in 291 milliseconds

1 2 3 4 5 6 7 891011>>