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

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 28 package org.antlr.runtime.debug;
36 /** Broadcast debug events to multiple listeners. Lets you debug and still
DebugEventRepeater.java 28 package org.antlr.runtime.debug;
35 * debug events w/o interrupting the debugger. Just subclass the repeater
DebugTreeAdaptor.java 28 package org.antlr.runtime.debug;
43 * The debug listener has to deal with tree node IDs for which it did
79 // to simulate what dupTree has done. dupTree does not call this debug
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAutoAST.java 34 protected boolean debug = false; field in class:TestAutoAST
45 "a", "abc 34", debug);
58 "a", "abc 34", debug);
71 "a", "abc 34", debug);
84 "a", "34 abc", debug);
97 "a", "abc 34 dag 4532", debug);
110 "a", "a 1 b", debug);
123 "a", "void foo;", debug);
136 "a", "void foo;", debug);
149 "a", "void foo;", debug);
    [all...]
TestCompositeGrammars.java 37 protected boolean debug = false; field in class:TestCompositeGrammars
62 "s", "b", debug);
82 "s", "b", debug);
102 "s", "b", debug);
121 "s", "b", debug);
143 "s", "b", debug);
180 "s", "aa", debug);
510 "a", "c", debug);
535 "prog", "float x = 3;", debug);
559 "a", "c", debug);
    [all...]
TestTreeGrammarRewriteAST.java 45 protected boolean debug = false; field in class:TestTreeGrammarRewriteAST
    [all...]
TestTrees.java 40 protected boolean debug = false; field in class:TestTrees
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
115 /** "Debug" level logging. */
230 } else if("debug".equalsIgnoreCase(lvl)) {
295 case SimpleLog.LOG_LEVEL_DEBUG: buf.append("[DEBUG] "); break;
372 * @see org.apache.commons.logging.Log#debug(Object)
374 public final void debug(Object message) { method in class:SimpleLog
388 * @see org.apache.commons.logging.Log#debug(Object, Throwable)
390 public final void debug(Object message, Throwable t) { method in class:SimpleLog
554 * <p> Are debug messages currently enabled? </p
    [all...]
  /external/deqp/scripts/khr_util/
registry.py 30 debug = log.debug variable
  /external/eigen/Eigen/src/Core/
Redux.h 65 static void debug() function in struct:Eigen::internal::redux_traits
  /external/harfbuzz_ng/util/
options.cc 68 hb_bool_t debug = false; variable
110 {"debug", 0, 0, G_OPTION_ARG_NONE, &debug, "Free all resources before exit", nullptr},
674 if (debug)
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
Main.java 57 private final boolean debug; field in class:Main
59 public Main(boolean debug) {
60 this.debug = debug;
79 compilationUnitHandler.setDebug(debug);
139 private boolean debug; field in class:Main.CompilationUnitHandler
158 public void setDebug(boolean debug) {
159 this.debug = debug;
175 if (debug) {
    [all...]
  /external/iputils/Modules/
pg3.c 129 int debug; variable
575 if (debug)
634 if(debug)
  /external/iputils/
rarpd.c 35 int debug; variable
582 ++debug;
666 if (!debug) {
  /external/libchrome/base/debug/
stack_trace_posix.cc 5 #include "base/debug/stack_trace.h"
38 #include "base/debug/proc_maps_linux.h"
41 #include "base/debug/debugger.h"
56 namespace debug { namespace in namespace:base
76 // "out/Debug/base_unittests(_ZN10StackTraceC1Ev+0x20) [0x817778c]"
78 // "out/Debug/base_unittests(StackTrace::StackTrace()+0x20) [0x817778c]"
301 debug::StackTrace().Print();
441 // #20 0x0000000000752a54 in base::debug::StackTrace::StackTrace
442 // at base/debug/stack_trace_posix.cc:175
818 } // namespace debug
    [all...]
  /external/libxml2/
testSAX.c 53 static int debug = 0; variable
243 * Debug Handlers *
999 * Debug *
1042 * Debug callback
1088 * Debug callback
1136 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
1137 debug++;
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 85 #include "llvm/Support/Debug.h"
94 void llvm::X86Disassembler::Debug(const char *file, unsigned line,
105 #define debug(s) DEBUG(Debug(__FILE__, __LINE__, s)); macro
672 debug("A R/M register operand may not have a SIB byte");
678 debug("Unexpected EA base register");
681 debug("EA_BASE_NONE for ModR/M base");
686 debug("A R/M register operand may not have a base; "
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress01.c 86 * -d - enable debug output
122 int debug = 0; variable
172 debug = 1;
235 if (debug) {
518 if (debug) {
mmapstress10.c 96 * -d - enable debug outputd
137 int debug = 0; variable
200 debug = 1;
277 if (debug) {
609 if (debug) {
741 if (debug)
745 if (debug)
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_driver.c 117 * debug: (option flag) enables debugging messages
134 int debug = 0; variable
188 if (debug) {
216 if (debug)
218 if (debug)
228 if (debug)
310 if (debug)
332 if (debug)
339 if (debug)
345 if (debug)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 52 #ifdef DEBUG
555 /* debug */
633 /* Debug/Perf flags:
788 boolean debug = false; local
803 if (debug)
825 if (debug)
841 if (debug)
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_schedule.c 41 static bool debug; variable
627 if (debug) {
644 if (debug) {
732 if (debug) {
740 if (debug) {
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 419 #ifdef DEBUG
422 static boolean debug = FALSE; local
425 debug = debug_get_bool_option("SVGA_DUMP_CMD", FALSE);
428 if (debug) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_schedule_instructions.cpp 58 static bool debug = false; variable
    [all...]
  /external/nos/host/android/manual_tests/
test_citadel.c 156 static void debug(int lvl, const char *format, ...) function
272 debug(1, "Command 0x%08x, buflen 0x%x\n", command, buflen);
302 debug(1, "AppID 0x%02x, App param 0x%04x, buflen 0x%x\n",
313 /* Available for bringup/debug only. See b/65067435 */
319 debug(2, "read from 0x%08x\n", address);
328 debug(2, "value is 0x%08x\n", *valptr);
340 debug(2, "write to 0x%08x with value 0x%08x\n", address, value);
416 debug(1, "can't open %s for writing: %s", filename, strerror(errno));
422 debug(2, "%s(%s, %s) wrote %d / %d\n", __func__, filename, string, num, len);
425 debug(1, "can't write %d bytes to %s: %s", len, filename
    [all...]

Completed in 1654 milliseconds

<<21222324252627282930>>