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

<<11121314151617181920>>

  /external/libmojo/base/debug/
stack_trace_android.cc 5 #include "base/debug/stack_trace.h"
14 #include "base/debug/proc_maps_linux.h"
58 namespace debug { namespace in namespace:base
93 // on fatal log messages in debug builds only. If the restriction is enabled
133 } // namespace debug
  /external/libxml2/
check-relaxng-test-suite.py 10 # Memory debug specific
12 debug = 0 variable
270 if debug:
386 # Memory debug specific
check-relaxng-test-suite2.py 10 # Memory debug specific
12 debug = 0 variable
84 if debug:
137 if debug:
284 if debug:
410 # Memory debug specific
check-xsddata-test-suite.py 10 # Memory debug specific
12 debug = 0 variable
83 if debug:
136 if debug:
282 if debug:
412 # Memory debug specific
testXPath.c 44 static int debug = 0; variable
155 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
156 debug++;
200 printf("Usage : %s [--debug] [--copy] stringsorfiles ...\n",
203 printf("\t--debug : dump a debug version of the result\n");
208 printf("\t--expr : debug XPath expressions only\n");
226 printf("%s : XPath/Debug support not compiled in\n", argv[0]);
  /external/ltp/testcases/kernel/fs/openfile/
openfile.c 56 int debug = 0; variable
88 debug = 1;
215 if (debug)
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.h 62 unsigned long debug; /* debug enablement flags */ member in struct:global_context
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_sparse.c 47 static int debug = 0; variable
108 debug++;
  /external/ltp/testcases/kernel/sched/pthreads/
pth_str02.c 49 "\t-d Debug option\n\n"
70 int debug = 0; variable
177 case 'd': /* debug option */
178 debug++;
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc2.c 87 * debug: enable debugging messages
94 int debug = 0; variable
121 if (debug) {
145 if (debug)
148 if (debug) {
156 if (debug)
250 debug++;
sched_tc3.c 88 * debug: enable debugging messages
95 int debug = 0; variable
124 if (debug) {
150 if (debug)
153 if (debug) {
159 if (debug)
218 if (debug)
269 debug++;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.h 42 struct pipe_debug_callback *debug; member in struct:fd5_emit
73 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
88 emit->fp = ir3_shader_variant(so->shader, emit->key, emit->debug);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 132 #ifdef DEBUG
133 boolean debug = TRUE; local
135 boolean debug = FALSE;
144 if (debug) {
145 /* Debug version which enforces various sanity checks on the
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
util.hpp 100 namespace debug { namespace in namespace:clover::llvm
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DebugWebSocketServer.java 53 private final boolean debug; field in class:DebugWebSocketServer
55 public DebugWebSocketServer(int port, boolean debug) {
57 this.debug = debug;
80 if (server.debug) {
98 if (server.debug) {
110 if (server.debug) {
117 if (server.debug) {
  /external/nist-sip/java/gov/nist/core/
ParserCore.java 41 public static final boolean debug = Debug.parserDebug; field in class:ParserCore
49 if (debug) dbg_enter("nameValue");
94 if (debug) dbg_leave("nameValue");
105 if (debug) {
119 if (debug) {
136 if (debug) {
137 Debug.println(rule +" " + lexer.peekLine());
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 89 * asio::socket_base::debug option(true);
98 * asio::socket_base::debug option;
107 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_DEBUG)> debug; typedef in class:asio::socket_base
  /external/proguard/src/proguard/classfile/editor/
MethodInvocationFixer.java 44 private static final boolean DEBUG = false;
107 if (DEBUG)
109 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
128 if (DEBUG)
130 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
154 if (DEBUG)
156 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
179 if (DEBUG)
181 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
225 private void debug(Clazz clazz method in class:MethodInvocationFixer
    [all...]
  /external/python/cpython2/Lib/
pipes.py 104 def debug(self, flag): member in class:Template
105 """t.debug(flag) turns debugging on or off."""
  /external/python/cpython3/Lib/
pipes.py 106 def debug(self, flag): member in class:Template
107 """t.debug(flag) turns debugging on or off."""
  /external/selinux/policycoreutils/setfiles/
restore.h 45 int debug; member in struct:restore_opts
  /external/selinux/restorecond/
restore.h 51 int debug; member in struct:restore_opts
  /external/skia/src/core/
SkAAClip.h 78 void debug(bool compress_y=false) const;
81 void debug(bool compress_y=false) const {} function in class:SkAAClip
  /external/skqp/src/core/
SkAAClip.h 78 void debug(bool compress_y=false) const;
81 void debug(bool compress_y=false) const {} function in class:SkAAClip
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLocationAwareLog.java 100 * Converts the input parameter to String and then delegates to the debug
112 * debug method of the wrapped <code>org.slf4j.Logger</code> instance.
130 public void debug(Object message) { method in class:SLF4JLocationAwareLog
143 public void debug(Object message, Throwable t) { method in class:SLF4JLocationAwareLog

Completed in 1318 milliseconds

<<11121314151617181920>>