Searched defs:debug (Results 226 - 250 of 603) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/
H A Dvpxenc.h52 int debug; member in struct:VpxEncoderConfig
/external/libxml2/
H A Dcheck-relaxng-test-suite.py10 # Memory debug specific
12 debug = 0 variable
270 if debug:
386 # Memory debug specific
H A Dcheck-relaxng-test-suite2.py10 # Memory debug specific
12 debug = 0 variable
84 if debug:
137 if debug:
284 if debug:
410 # Memory debug specific
H A Dcheck-xsddata-test-suite.py10 # Memory debug specific
12 debug = 0 variable
83 if debug:
136 if debug:
282 if debug:
412 # Memory debug specific
H A DtestRegexp.c17 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/ltp/testcases/kernel/fs/openfile/
H A Dopenfile.c56 int debug = 0; variable
88 debug = 1;
215 if (debug)
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.h62 unsigned long debug; /* debug enablement flags */ member in struct:global_context
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiodio_sparse.c51 int debug; variable
111 if (debug)
123 if (debug)
135 if (debug)
153 if (debug)
167 if (debug)
225 debug++;
H A Ddio_sparse.c47 static int debug = 0; variable
108 debug++;
/external/ltp/testcases/kernel/io/stress_cd/
H A Dstress_cd.c54 static int debug; variable
66 if (debug)
80 if (debug)
93 if (debug)
105 if (debug)
125 if (debug)
134 if (debug)
149 if (debug)
170 if (debug)
176 if (debug)
[all...]
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc4.c93 * debug: enable debugging messages
98 int debug = 0; variable
124 if (debug) {
160 if (debug)
278 debug++;
H A Dsched_tc5.c89 * debug: enable debugging messages
94 int debug = 0; variable
121 if (debug) {
158 if (debug)
281 debug++;
288 debug = 1;
/external/mesa3d/src/compiler/glsl/
H A Dopt_dead_code_local.cpp41 static bool debug = false; variable
79 if (debug)
86 if (debug)
128 if (debug)
198 if (debug)
212 if (debug) {
221 if (debug) {
253 if (debug) {
265 if (debug)
269 if (debug)
[all...]
H A Dopt_tree_grafting.cpp59 static bool debug = false; member in namespace:__anon15904
129 if (debug) {
166 if (debug) {
320 if (debug) {
330 if (debug) {
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h42 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/nouveau/
H A Dnouveau_context.h18 struct pipe_debug_callback debug; member in struct:nouveau_context
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c322 struct pipe_debug_callback *debug)
429 pipe_debug_message(debug, SHADER_INFO,
321 nv50_program_translate(struct nv50_program *prog, uint16_t chipset, struct pipe_debug_callback *debug) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.h45 unsigned debug; member in struct:r300_screen
109 return (screen->debug & flags) ? TRUE : FALSE;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.h66 } debug; member in struct:svga_screen
H A Dsvga_state.c133 boolean debug = TRUE; local
135 boolean debug = FALSE;
144 if (debug) {
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dutil.hpp100 namespace debug { namespace in namespace:clover::llvm
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_combine_constants.cpp42 static const bool debug = false; variable
307 if (debug) {
H A Dbrw_fs_vector_splitting.cpp46 static bool debug = false; variable
337 if (debug) {
/external/mesa3d/src/mesa/main/
H A Derrors.c47 static int debug = -1; local
49 /* Init the local 'debug' var once.
53 if (debug == -1) {
63 /* in debug builds, print messages unless MESA_DEBUG="silent" */
65 debug = 0;
67 debug = 1;
70 debug = getenv("MESA_DEBUG") != NULL;
75 if (debug) {
98 * Return the file handle to use for debug/logging. Defaults to stderr
185 static GLint debug local
[all...]
/external/python/cpython2/Lib/multiprocessing/
H A Dreduction.py46 from multiprocessing.util import register_after_fork, debug, sub_debug namespace
109 debug('starting listener and thread for sending handles')

Completed in 970 milliseconds

1234567891011>>