Searched defs:DBG (Results 1 - 25 of 42) sorted by relevance

12

/external/doclava/src/com/google/doclava/
H A DLinkReference.java29 private static final boolean DBG = false; field in class:LinkReference
240 if (DBG) System.out.println("-- chose base as classinfo");
244 if (DBG) System.out.println("-- ref == null");
247 if (DBG) System.out.println("-- assumed to be cl");
251 if (DBG) System.out.println("-- they provided ref = " + ref);
254 if (DBG) System.out.println("-- cl non-null");
257 if (DBG) System.out.println("-- cl.extendedFindClass was null");
261 if (DBG) System.out.println("-- cl.findClass was null");
263 if (DBG) if (result.classInfo == null) System.out.println("-- cl.findInnerClass was null");
267 if (DBG) Syste
[all...]
/external/svox/pico/compat/src/com/android/tts/compat/
H A DCompatTtsService.java30 private static final boolean DBG = false; field in class:CompatTtsService
39 if (DBG) Log.d(TAG, "onCreate()");
78 if (DBG) Log.d(TAG, "onDestroy()");
95 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")");
102 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")");
153 if (DBG) Log.d(TAG, "onStop()");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
33 DBG("Converting %f (0x%x) to 7-bit:\n", f, float_bits);
34 DBG("Raw exponent = %d\n", exponent);
37 DBG("Failed exponent out of range\n\n");
42 DBG("Failed mantisa has too many bits:\n"
53 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out);
H A Dradeon_emulate_branches.c32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
66 DBG("%s\n", __FUNCTION__);
97 DBG("%s\n", __FUNCTION__);
208 DBG("%s\n", __FUNCTION__);
237 DBG("Program after ENDIF handling:\n");
H A Dradeon_emulate_loops.c40 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
210 DBG("No constant limit.\n");
224 DBG("Initial counter value cannot be determined.\n");
227 DBG("Initial counter value is %f\n", counter_value.Value);
275 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
281 DBG("Limit is %f.\n", limit_value);
306 DBG("Loop will have %d iterations.\n", iterations);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c37 #define DBG 0 macro
114 if (DBG)
124 if (DBG)
156 if (DBG)
178 if (DBG)
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
33 DBG("Converting %f (0x%x) to 7-bit:\n", f, float_bits);
34 DBG("Raw exponent = %d\n", exponent);
37 DBG("Failed exponent out of range\n\n");
42 DBG("Failed mantisa has too many bits:\n"
53 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out);
H A Dradeon_emulate_branches.c32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
66 DBG("%s\n", __FUNCTION__);
97 DBG("%s\n", __FUNCTION__);
208 DBG("%s\n", __FUNCTION__);
237 DBG("Program after ENDIF handling:\n");
H A Dradeon_emulate_loops.c40 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
210 DBG("No constant limit.\n");
224 DBG("Initial counter value cannot be determined.\n");
227 DBG("Initial counter value is %f\n", counter_value.Value);
275 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
281 DBG("Limit is %f.\n", limit_value);
306 DBG("Loop will have %d iterations.\n", iterations);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c37 #define DBG 0 macro
114 if (DBG)
124 if (DBG)
156 if (DBG)
178 if (DBG)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
54 DBG("Search string: '%s'\n", search_str);
56 DBG("Match %u start = %d end = %d\n", i,
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
287 DBG("Dst Reg File=%u Index=%d Writemask=%d\n",
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_rendertmp.h476 #undef DBG macro
H A Dt_vertex.c35 #define DBG 0 macro
310 if (DBG)
341 if (DBG)
/external/e2fsprogs/lib/blkid/
H A DblkidP.h145 #define DBG(m,x) if ((m) & blkid_debug_mask) x; macro
147 #define DBG(m,x) macro
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h82 typedef arm_debug_state_t DBG; typedef in class:DNBArchMachARM
140 DBG dbg;
233 static bool IsWatchpointEnabled(const DBG &debug_state, uint32_t hw_index);
234 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
239 DBG m_dbg_save;
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
54 DBG("Search string: '%s'\n", search_str);
56 DBG("Match %u start = %d end = %d\n", i,
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
287 DBG("Dst Reg File=%u Index=%d Writemask=%d\n",
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_rendertmp.h476 #undef DBG macro
H A Dt_vertex.c35 #define DBG 0 macro
310 if (DBG)
341 if (DBG)
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.c45 #define DBG if(0) printf macro
75 DBG("%s target %d format %s last_level %d\n", __FUNCTION__,
223 DBG("%s \n", __FUNCTION__);
250 DBG("%s\n", __FUNCTION__);
312 DBG("%s\n", __FUNCTION__);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h154 struct DBG struct in class:RegisterContextDarwin_arm
163 LogDBGRegisters (lldb_private::Log *log, const DBG& dbg);
180 DBGWordCount = sizeof(DBG)/sizeof(uint32_t)
193 DBG dbg;
300 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) = 0;
312 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h68 typedef __i386_debug_state_t DBG; typedef in class:DNBArchImplI386
100 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int)
118 DBG dbg;
224 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write);
225 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
227 static void ClearWatchpointHits(DBG &debug_state);
228 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index);
229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
234 DBG GetDBGCheckpoin
[all...]
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h67 typedef __x86_64_debug_state_t DBG; typedef in class:DNBArchImplX86_64
99 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int)
117 DBG dbg;
231 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write);
232 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
233 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
234 static void ClearWatchpointHits(DBG &debug_state);
235 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index);
236 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
241 DBG GetDBGCheckpoin
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c45 #define DBG if(0) printf macro
75 DBG("%s target %d format %s last_level %d\n", __FUNCTION__,
223 DBG("%s \n", __FUNCTION__);
250 DBG("%s\n", __FUNCTION__);
312 DBG("%s\n", __FUNCTION__);
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c34 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro
168 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax));
176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
184 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
207 DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList));
652 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel));
692 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel()));
727 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir));
752 DBG((stderr, "pluginfile= %s\n", plugin_file));
825 DBG((stder
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c45 #define DBG(...) do { \ macro
864 DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n",

Completed in 476 milliseconds

12