Searched defs:debug (Results 251 - 275 of 603) sorted by relevance

<<11121314151617181920>>

/external/python/cpython2/Lib/multiprocessing/
H A Dsynchronize.py47 from multiprocessing.util import Finalize, register_after_fork, debug namespace
76 debug('created semlock with handle %s' % sl.handle)
101 debug('recreated blocker with handle %r' % state[0])
/external/python/cpython2/Lib/unittest/
H A Dsuite.py72 def debug(self): member in class:BaseTestSuite
75 test.debug()
88 def run(self, result, debug=False):
107 if not debug:
110 test.debug()
118 def debug(self): member in class:TestSuite
120 debug = _DebugResult()
121 self.run(debug, True)
300 "Used by the TestSuite to hold previous class when running in debug."
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_filelist.py5 from distutils import debug namespace
111 debug.DEBUG = True
117 debug.DEBUG = False
/external/python/cpython3/Lib/unittest/
H A Dsuite.py86 def debug(self): member in class:BaseTestSuite
89 test.debug()
102 def run(self, result, debug=False):
121 if not debug:
124 test.debug()
135 def debug(self): member in class:TestSuite
137 debug = _DebugResult()
138 self.run(debug, True)
318 "Used by the TestSuite to hold previous class when running in debug."
/external/skia/src/core/
H A DSkAAClip.h78 void debug(bool compress_y=false) const;
81 void debug(bool compress_y=false) const {} function in class:SkAAClip
/external/skqp/src/core/
H A DSkAAClip.h78 void debug(bool compress_y=false) const;
81 void debug(bool compress_y=false) const {} function in class:SkAAClip
/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
H A DAndroidLoggerAdapter.java59 * <code>logger.debug("Some log message. Details: {}", someObject);</code><br/>
60 * <code>logger.debug("Some log message with varargs. Details: {}, {}, {}", someObject1, someObject2, someObject3);</code>
195 public void debug(String msg) { method in class:AndroidLoggerAdapter
212 public void debug(String format, Object arg) { method in class:AndroidLoggerAdapter
232 public void debug(String format, Object arg1, Object arg2) { method in class:AndroidLoggerAdapter
250 public void debug(String format, Object... argArray) { method in class:AndroidLoggerAdapter
262 public void debug(String msg, Throwable t) { method in class:AndroidLoggerAdapter
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DSubstituteLogger.java105 public void debug(String msg) { method in class:SubstituteLogger
106 delegate().debug(msg);
109 public void debug(String format, Object arg) { method in class:SubstituteLogger
110 delegate().debug(format, arg);
113 public void debug(String format, Object arg1, Object arg2) { method in class:SubstituteLogger
114 delegate().debug(format, arg1, arg2);
117 public void debug(String format, Object... arguments) { method in class:SubstituteLogger
118 delegate().debug(format, arguments);
121 public void debug(String msg, Throwable t) { method in class:SubstituteLogger
122 delegate().debug(ms
129 public void debug(Marker marker, String msg) { method in class:SubstituteLogger
133 public void debug(Marker marker, String format, Object arg) { method in class:SubstituteLogger
137 public void debug(Marker marker, String format, Object arg1, Object arg2) { method in class:SubstituteLogger
141 public void debug(Marker marker, String format, Object... arguments) { method in class:SubstituteLogger
145 public void debug(Marker marker, String msg, Throwable t) { method in class:SubstituteLogger
[all...]
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
H A DJDK14LoggerAdapter.java174 public void debug(String msg) { method in class:JDK14LoggerAdapter
193 public void debug(String format, Object arg) { method in class:JDK14LoggerAdapter
216 public void debug(String format, Object arg1, Object arg2) { method in class:JDK14LoggerAdapter
237 public void debug(String format, Object... argArray) { method in class:JDK14LoggerAdapter
252 public void debug(String msg, Throwable t) { method in class:JDK14LoggerAdapter
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
H A DLog4jLoggerAdapter.java204 public void debug(String msg) { method in class:Log4jLoggerAdapter
222 public void debug(String format, Object arg) { method in class:Log4jLoggerAdapter
245 public void debug(String format, Object arg1, Object arg2) { method in class:Log4jLoggerAdapter
265 public void debug(String format, Object... arguments) { method in class:Log4jLoggerAdapter
280 public void debug(String msg, Throwable t) { method in class:Log4jLoggerAdapter
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
H A DClassifierActivity.java181 public void onSetDebug(boolean debug) { argument
182 classifier.enableStatLogging(debug);
/external/v8/src/base/debug/
H A Dstack_trace_win.cc8 #include "src/base/debug/stack_trace.h"
23 namespace debug { namespace in namespace:v8::base
39 debug::StackTrace(info).Print();
246 } // namespace debug
/external/jarjar/lib/
H A Dmaven-plugin-api.jar ... lang.Object { public abstract boolean isDebugEnabled () public abstract void debug (java.lang.CharSequence) public abstract void debug (java ...
/external/slf4j/integration/lib/
H A Dslf4j-api-1.5.11.jar ... .Marker) org.slf4j.Marker marker public void debug (org.slf4j.Marker, java.lang.String ...
H A Dslf4j-api-1.6.6.jar ... .Marker) org.slf4j.Marker marker public void debug (org.slf4j.Marker, java.lang.String ...
H A Dslf4j-api-1.6.99.jar ... .Marker) org.slf4j.Marker marker public void debug (org.slf4j.Marker, java.lang.String ...
H A Dslf4j-api-2.0.99.jar ... .Marker) org.slf4j.Marker marker public void debug (org.slf4j.Marker, java.lang.String ...
H A Dslf4j-simple-1.4.2.jar ... Throwable) String msg Throwable t public boolean isDebugEnabled () public void debug (java.lang.String) String msg public void debug ...
H A Dslf4j-simple-1.5.0.jar ... Throwable) String msg Throwable t public boolean isDebugEnabled () public void debug (java.lang.String) String msg public void debug ...
H A Dslf4j-simple-1.5.11.jar ... Throwable) String msg Throwable t public boolean isDebugEnabled () public void debug (java.lang.String) String msg public void debug ...
H A Dslf4j-simple-1.5.4-SNAPSHOT.jar ... Throwable) String msg Throwable t public boolean isDebugEnabled () public void debug (java.lang.String) String msg public void debug ...
H A Dslf4j-simple-1.6.6.jar ... Throwable) String msg Throwable t public boolean isDebugEnabled () public void debug (java.lang.String) String msg public void debug ...
H A Dslf4j-simple-1.6.99.jar ... Throwable) String msg Throwable t public boolean isDebugEnabled () public void debug (java.lang.String) String msg public void debug ...
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/ImageMagick/MagickCore/
H A Dcache-view.c82 debug;
162 if (image->debug != MagickFalse)
180 cache_view->debug=IsEventLogging();
217 if (cache_view->debug != MagickFalse)
229 clone_view->debug=cache_view->debug;
262 if (cache_view->debug != MagickFalse)
428 if (cache_view->debug != MagickFalse)
469 if (cache_view->debug != MagickFalse)
506 if (cache_view->debug !
80 debug; member in struct:_CacheView
[all...]

Completed in 669 milliseconds

<<11121314151617181920>>