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

12

/external/kmod/tools/
H A Dlog.h34 #define DBG(...) log_printf(LOG_DEBUG, __VA_ARGS__) macro
/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);
255 if (DBG) System.out.println("-- cl non-null");
258 if (DBG) System.out.println("-- cl.extendedFindClass was null");
262 if (DBG) System.out.println("-- cl.findClass was null");
264 if (DBG) if (result.classInfo == null) System.out.println("-- cl.findInnerClass was null");
271 if (DBG) Syste
[all...]
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
H A DRcsPresence.java46 private boolean DBG = true; field in class:RcsPresence
163 if (DBG) Log.d(TAG, "IRcsPresence creates");
199 if (DBG) Log.d(TAG, "call requestCapability, contactsNumber=" + contactsNumber);
209 if (DBG) Log.d(TAG, "requestCapability ret =" + ret);
245 if (DBG) Log.d(TAG, "call requestAvailability, contactNumber=" + contactNumber);
255 if (DBG) Log.d(TAG, "requestAvailability ret =" + ret);
273 if (DBG) Log.d(TAG, "call requestAvailabilityNoThrottle, contactNumber=" + contactNumber);
283 if (DBG) Log.d(TAG, "requestAvailabilityNoThrottle ret =" + ret);
301 if (DBG) Log.d(TAG, "getPublishState ret =" + ret);
H A DRcsManager.java233 private static final boolean DBG = true; field in class:RcsManager
277 if (DBG) Rlog.d(TAG, "call isRcsServiceAvailable ...");
293 if (DBG) Rlog.d(TAG, "isRcsServiceAvailable ret =" + ret);
320 if (DBG) Rlog.d(TAG, "getRcsPresenceInterface(), mRcsPresence= " + mRcsPresence);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
H A DTelephonyTestProvider.java41 private final boolean DBG = false; field in class:TelephonyTestProvider
45 if(DBG) Log.d("TelephonTestProvider Successfully created!");
96 if(DBG) {
/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/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);
H A Dradeon_pair_regalloc.c46 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
117 DBG("(null)");
121 DBG("(%i,%i)", src->Start, src->End);
127 DBG("overlap_live_intervals: ");
129 DBG(" to ");
131 DBG("\n");
135 DBG(" unused interval\n");
141 DBG(" overlap\n");
146 DBG(" overlap\n");
151 DBG(" overla
[all...]
/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/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/kmod/libkmod/
H A Dlibkmod-internal.h24 # define DBG(ctx, arg...) kmod_log_cond(ctx, LOG_DEBUG, ## arg) macro
26 # define DBG(ctx, arg...) kmod_log_null(ctx, ## arg) macro
31 # define DBG(ctx, arg...) kmod_log_null(ctx, ## arg) macro
/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/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__);
H A Dst_cb_texture.c68 #define DBG if (0) printf macro
103 DBG("%s\n", __FUNCTION__);
124 DBG("%s\n", __FUNCTION__);
153 DBG("%s\n", __FUNCTION__);
332 DBG("%s\n", __FUNCTION__);
398 DBG("%s returning %d\n", __FUNCTION__, (stObj->pt != NULL));
421 DBG("%s\n", __FUNCTION__);
/external/icu/icu4c/source/common/
H A Dicuplug.cpp44 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro
178 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax));
186 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
194 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
217 DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList));
662 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel));
702 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel()));
743 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir.data()));
768 DBG((stderr, "status=%s\n", u_errorName(*status)));
777 DBG((stder
[all...]
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp303 MachineInstr *DBG = LRIDbgValues[li]; local
304 const MDNode *Var = DBG->getDebugVariable();
305 const MDNode *Expr = DBG->getDebugExpression();
306 bool IsIndirect = DBG->isIndirectDebugValue();
307 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0;
308 DebugLoc DL = DBG->getDebugLoc();
/external/mesa3d/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",
/external/mesa3d/src/mesa/drivers/dri/radeon/
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",
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocFast.cpp277 MachineInstr *DBG = LRIDbgValues[li]; local
279 DBG->getOperand(DBG->getNumOperands()-1).getMetadata();
281 if (DBG->getOperand(1).isImm())
282 Offset = DBG->getOperand(1).getImm();
293 MachineBasicBlock *MBB = DBG->getParent();
/external/syslinux/gpxe/src/include/
H A Dcompiler.h18 * It defines global macros such as DBG().
223 /** @def DBG
238 * This will enable the debugging statements (DBG()) in pci.c. If
239 * debugging is not enabled, DBG() statements will be ignored.
265 * If debug_OBJECT is set to a true value, the macro DBG(...) will
274 * This function exists so that the DBG() macros can expand to
414 #define DBG( ... ) DBG_IF ( LOG, __VA_ARGS__ ) macro
/external/libdrm/intel/
H A Dintel_bufmgr_fake.c56 #define DBG(...) do { \ macro
281 DBG("emit 0x%08x\n", seq);
301 DBG("wait 0x%08x\n", iw.irq_seq);
464 DBG("free block %p %08x %d %d\n", block, block->mem->ofs,
486 DBG(" - free immediately\n");
505 DBG("alloc_backing - buf %d %p %lu\n", bo_fake->id,
535 DBG("set_dirty - buf %d\n", bo_fake->id);
544 DBG("%s\n", __func__);
571 DBG("%s\n", __func__);
607 DBG("delaye
[all...]

Completed in 780 milliseconds

12