/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedUpdateEntryTask.java | 47 * debug - more output to console - eg., 0|1|2 58 private int debug = 0; field in class:RSSFeedUpdateEntryTask 81 public void setDebug(int debug) { this.debug = debug; } 102 if (debug>0) { 141 if (debug > 1 && newNode != null) { 214 if (debug==0) { System.out.print(xpath + (isNullString(replacement)?" = ":" :: ")); } //$NON-NLS-1$ //$NON-NLS-2$ 224 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundAttribute")); } //$NON-NLS-1$ 229 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundElement")); } //$NON-NL (…) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
RSSFeedPublisherTask.java | 30 * debug - more output to console - eg., 0|1|2 50 private int debug = 0; field in class:RSSFeedPublisherTask 80 public void setDebug(int debug) { this.debug = debug; } 130 if (debug>0) { System.out.println(Messages.getString("RSSFeedPublisherTask.Publish") + SP + file); } //$NON-NLS-1$ 146 if (debug>1) { 167 if (debug>1) { 211 if (debug>1) {
|
RSSFeedWatcherTask.java | 31 * debug - more output to console - eg., 0|1|2 50 private int debug = 0; field in class:RSSFeedWatcherTask 75 public void setDebug(int debug) { this.debug = debug; } 108 if (debug>0) { util.setDebug(debug); } 111 downloadFeed(file,debug>=0); 127 downloadFeed(tmpFile,debug>0); 131 if (debug>0) { System.out.println(Messages.getString("RSSFeedWatcherTask.Compare") + SP + file + Messages.ge (…) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
RawDataTable.java | 34 private boolean debug = false; field in class:RawDataTable 99 if (this.debug) System.out.print("\t"+displayValue); 102 if (this.debug) System.out.println(); 105 if (this.debug) System.out.println("\n");
|
/external/eigen/Eigen/src/Core/ |
Assign.h | 103 static void debug() function in struct:Eigen::internal::assign_traits 496 internal::assign_traits<Derived, OtherDerived>::debug();
|
/external/harfbuzz_ng/util/ |
options.cc | 51 hb_bool_t debug = false; variable 93 {"debug", 0, 0, G_OPTION_ARG_NONE, &debug, "Free all resources before exit", NULL},
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestTangentGen.java | 95 Geometry debug = new Geometry( local 96 "Debug " + name, 100 debug.setMaterial(debugMat); 101 debug.setCullHint(Spatial.CullHint.Never); 102 debug.getLocalTranslation().set(translation); 103 rootNode.attachChild(debug);
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 25 #include "llvm/Support/Debug.h" 49 #define debug(s) DEBUG(x86DisassemblerDebug(__FILE__, __LINE__, s)); macro 334 debug("A R/M register operand may not have a SIB byte"); 340 debug("Unexpected EA base register"); 343 debug("EA_BASE_NONE for ModR/M base"); 348 debug("A R/M register operand may not have a base; " 394 debug("Unexpected sibBase"); 440 debug("Unexpected sibIndex"); 461 debug("EA_BASE_NONE and EA_DISP_NONE for ModR/M base") [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_debug.c | 58 is->debug.tiling = !debug_get_option_i915_no_tiling(); 59 is->debug.lie = debug_get_option_i915_lie(); 60 is->debug.use_blitter = debug_get_option_i915_use_blitter(); 83 static boolean debug( struct debug_stream *stream, const char *name, unsigned len ) function 246 #ifdef DEBUG 700 FLAG(stream, ptr[j], 24, "debug dither"); 756 return debug(stream, "MI_NOOP", 1); 758 return debug(stream, "MI_WAIT_FOR_EVENT", 1); 760 return debug(stream, "MI_FLUSH", 1); 762 debug(stream, "MI_BATCH_BUFFER_END", 1) [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_ioctl.c | 194 #ifdef DEBUG 197 static boolean debug = FALSE; local 200 debug = debug_get_bool_option("SVGA_DUMP_CMD", FALSE); 203 if (debug) {
|
/external/mesa3d/src/glsl/ |
opt_copy_propagation_elements.cpp | 50 static bool debug = false; variable 271 if (debug) { 284 if (debug) {
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 35 debug(struct debug_stream *stream, const char *name, GLuint len) function 622 FLAG(ptr[j], 24, "debug dither"); 678 return debug(stream, "MI_NOOP", 1); 680 return debug(stream, "MI_WAIT_FOR_EVENT", 1); 682 return debug(stream, "MI_FLUSH", 1); 684 debug(stream, "MI_BATCH_BUFFER_END", 1); 687 return debug(stream, "MI_LOAD_REGISTER_IMM", 3); 703 return debug(stream, "blit command", (cmd & 0xff) + 2); 709 return debug(stream, "3DSTATE_ANTI_ALIASING", 1); 711 return debug(stream, "3DSTATE_RASTERIZATION_RULES", 1) [all...] |
/external/openssl/apps/ |
dgst.c | 116 int debug=0; local 218 debug=1; 273 BIO_printf(bio_err,"-d to output debug info\n"); 296 if (debug)
|
enc.c | 121 int debug=0,olb64=0,nosalt=0; local 204 else if (strcmp(*argv,"-debug") == 0) 205 debug=1; 389 if (debug) 495 if (debug) 619 if (debug)
|
/external/srec/srec/include/ |
astar.h | 60 char* label, debug[64]; member in struct:arc_token_t
|
/external/srtp/crypto/include/ |
cipher.h | 149 debug_module_t *debug; member in struct:cipher_type_t
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readstabs.c | 3 /*--- Read stabs debug info. readstabs.c ---*/ 69 /*--- Read STABS format debug info. ---*/ 73 * The "stabs" debug format 96 /* Read stabs-format debug info. This is all rather horrible because 103 const Bool debug = False; local 127 /* Ok. It all looks plausible. Go on and read debug data. 287 if (debug)
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-mips32-linux.c | 242 const Bool debug = False; local 289 if (debug) 302 if (debug) 321 if (debug) [all...] |
syswrap-s390x-linux.c | 213 static const Bool debug = False; local 277 if (debug) 295 if (debug) [all...] |
/external/wpa_supplicant_8/hostapd/ |
main.c | 291 const char *config_fname, int debug) 302 for (k = 0; k < debug; k++) { 500 " -d show more debug messages (-dd for even more)\n" 506 " -K include key data in debug messages\n" 508 " -f log output to debug file instead of stdout\n" 510 " -t include timestamps in some debug messages\n" 571 int c, debug = 0, daemonize = 0; local 599 debug++; 667 debug);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
StatusBarIconView.java | 235 protected void debug(int depth) { method in class:StatusBarIconView 236 super.debug(depth);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 26 DEBUG STRUCTURES 61 we ignore and do not print the frames unless debug & 4 is set. 108 int debug; /* bit: 1 & any - print temporal stats member in struct:PERF_RT_Private
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
FactoryFinder.java | 47 /** <p>Debug flag to trace loading process.</p> */ 48 private static boolean debug = false; field in class:FactoryFinder 66 String val = System.getProperty("jaxp.debug"); 67 // Allow simply setting the prop to turn on debug 68 debug = val != null && (! "false".equals(val)); 79 if (debug) { 102 if (debug) debugPrintln( 110 if (debug) debugPrintln( 141 if (debug) { 174 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId) [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 48 /** debug support code. */ 49 private static boolean debug = false; field in class:SchemaFactoryFinder 67 String val = System.getProperty("jaxp.debug"); 68 // Allow simply setting the prop to turn on debug 69 debug = val != null && (! "false".equals(val)); 73 * <p>Conditional debug printing.</p> 78 if (debug) { 101 if( debug ) { 138 if (debug) { 161 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" ) [all...] |
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathFactoryFinder.java | 44 /** debug support code. */ 45 private static boolean debug = false; field in class:XPathFactoryFinder 53 String val = System.getProperty("jaxp.debug"); 54 // Allow simply setting the prop to turn on debug 55 debug = val != null && (! "false".equals(val)); 69 * <p>Conditional debug printing.</p> 74 if (debug) { 97 if (debug) { 133 if (debug) { 154 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" ) [all...] |