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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/glsl/
opt_copy_propagation_elements.cpp 50 static bool debug = false; variable
271 if (debug) {
284 if (debug) {
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/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/chromium_org/third_party/ply/
lex.py 91 debug = critical variable in class:PlyLogger
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 87 def debug(self, msg): self.vlog(1, msg) member in class:Logging
250 logging.debug('Flags start (python): %s' % line)
254 logging.debug('Flags start (swig): %s' % line)
258 logging.debug('Flags start (c): %s' % line)
262 logging.debug('Flags start (java): %s' % line)
266 logging.debug('Desc: %s' % line)
287 logging.debug('Module: %s' % line)
300 logging.debug('Flag: %s' % line)
309 logging.debug('Fdef: %s' % line)
314 logging.debug('Ftip: %s' % line
    [all...]
  /external/e2fsprogs/misc/
uuidd.c 229 int debug, int timeout, int quiet)
286 while (!debug && s <= 2) {
321 if (!debug)
359 if (debug)
362 } else if (debug)
377 if (debug) {
387 if (debug) {
396 if (debug) {
415 if (debug) {
427 if (debug)
449 int debug = 0, do_type = 0, do_kill = 0, num = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /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

Completed in 652 milliseconds

<<11121314151617181920>>