/external/chromium_org/third_party/libxml/src/ |
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
|
testRegexp.c | 17 static int debug = 0; variable 261 fprintf(stderr, " --debug: switch on debugging\n"); 296 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) { 297 debug++; 345 if (debug) { 373 if (debug)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen.h | 44 unsigned debug; member in struct:r300_screen 58 /* Debug functionality. */ 61 * Debug flags to disable/enable certain groups of debugging outputs. 100 return (screen->debug & flags) ? TRUE : FALSE;
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_array_splitting.cpp | 42 static bool debug = false; variable 226 if (debug) { 398 if (debug)
|
opt_dead_code_local.cpp | 41 static bool debug = false; variable 78 if (debug) 85 if (debug) 178 if (debug) 189 if (debug) { 198 if (debug) { 230 if (debug) { 242 if (debug) 248 if (debug) 262 if (debug) { [all...] |
opt_structure_splitting.cpp | 43 static bool debug = false; member in namespace:__anon13109 325 if (debug) {
|
opt_tree_grafting.cpp | 59 static bool debug = false; member in namespace:__anon13111 129 if (debug) { 166 if (debug) { 309 if (debug) { 319 if (debug) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 50 static bool debug = false; variable 347 if (debug) {
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
__init__.py | 17 # Default debug modes for GYP 18 debug = {} variable 20 # List of "official" debug modes, but you can use anything you like. 27 if 'all' in gyp.debug or mode in gyp.debug: 292 parser.add_option('-d', '--debug', dest='debug', metavar='DEBUGMODE', 393 for mode in options.debug: 394 gyp.debug[mode] = 1 397 if DEBUG_GENERAL in gyp.debug [all...] |
/external/compiler-rt/lib/asan/ |
asan_flags.h | 41 bool debug; member in struct:__asan::Flags 65 // terminating application. Useful for debug purposes (when one needs
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedCreateFeedTask.java | 27 //TODO: bug - can't run CreateFeed and AddEntry back when debug=2 31 * debug - more output to console - eg., 0|1|2 41 private int debug = 0; field in class:RSSFeedCreateFeedTask 54 public void setDebug(int debug) { this.debug = debug; } 78 if (debug>0) { 82 if (debug>1) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
RSSFeedUtil.java | 39 private int debug = 0; field in class:RSSFeedUtil 71 if (debug>0) { 93 if (debug>1) { 106 if (debug>1 && out.equals(Messages.getString("RSSFeedPublisherTask.CVSWarning"))) { //$NON-NLS-1$ 143 public void setDebug(int debug) 145 this.debug = debug;
|
/external/elfutils/tests/ |
dwflmodtest.c | 174 const char *debug; local 176 NULL, NULL, &file, &debug) != name 180 name, start, end, file, debug);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
SkeletonWire.java | 33 package com.jme3.scene.debug;
|
WireSphere.java | 32 package com.jme3.scene.debug;
|
/external/kernel-headers/original/asm-arm/ |
processor.h | 47 struct debug_info debug; member in struct:thread_struct
|
/external/libffi/src/pa/ |
ffi.c | 50 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0) macro 149 debug(1, "%s: stack = %p, ecif = %p, bytes = %u\n", __FUNCTION__, stack, 180 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv), 194 debug(3, "Storing UINT32(float) in slot %u\n", slot); 209 debug(3, "Storing UINT64(double) at slot %u\n", slot); 262 debug(5, "Stack setup:\n"); 265 if ((n%4) == 0) { debug(5, "\n%08x: ", (unsigned int)(stack - n)); } 266 debug(5, "%08x ", *(stack - n)); 268 debug(5, "\n"); 313 debug(3, "Calculated stack size is %u bytes\n", cif->bytes) [all...] |
/external/libvpx/libvpx/ |
webmenc.h | 34 int debug; member in struct:EbmlGlobal
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen.h | 44 unsigned debug; member in struct:r300_screen 58 /* Debug functionality. */ 61 * Debug flags to disable/enable certain groups of debugging outputs. 100 return (screen->debug & flags) ? TRUE : FALSE;
|
/external/mesa3d/src/glsl/ |
opt_array_splitting.cpp | 42 static bool debug = false; variable 226 if (debug) { 398 if (debug)
|
opt_dead_code_local.cpp | 41 static bool debug = false; variable 78 if (debug) 85 if (debug) 178 if (debug) 189 if (debug) { 198 if (debug) { 230 if (debug) { 242 if (debug) 248 if (debug) 262 if (debug) { [all...] |
opt_structure_splitting.cpp | 43 static bool debug = false; member in namespace:__anon23576 325 if (debug) {
|
opt_tree_grafting.cpp | 59 static bool debug = false; member in namespace:__anon23578 129 if (debug) { 166 if (debug) { 309 if (debug) { 319 if (debug) {
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 50 static bool debug = false; variable 347 if (debug) {
|
/external/mockito/src/org/mockito/ |
Mockito.java | 2168 static MockitoDebugger debug() { method in class:Mockito [all...] |