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

12

/external/kmod/tools/
H A Dlog.h34 #define DBG(...) log_printf(LOG_DEBUG, __VA_ARGS__) macro
/external/tensorflow/tensorflow/core/platform/profile_utils/
H A Dcpu_utils_test.cc25 static constexpr bool DBG = false; member in namespace:tensorflow::profile_utils
47 if (DBG) {
67 if (DBG) {
75 if (DBG) {
88 if (DBG) {
/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/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_debug.h66 #define DBG(fmt, ...) \ macro
/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/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c36 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
58 DBG("Converting %f (0x%x) to 7-bit:\n", f, float_bits);
59 DBG("Raw exponent = %d\n", exponent);
62 DBG("Failed exponent out of range\n\n");
67 DBG("Failed mantisa has too many bits:\n"
78 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.c41 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
211 DBG("No constant limit.\n");
225 DBG("Initial counter value cannot be determined.\n");
228 DBG("Initial counter value is %f\n", counter_value.Value);
276 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
282 DBG("Limit is %f.\n", limit_value);
307 DBG("Loop will have %d iterations.\n", iterations);
H A Dradeon_pair_regalloc.c48 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
168 DBG("(null)");
172 DBG("(%i,%i)", src->Start, src->End);
178 DBG("overlap_live_intervals: ");
180 DBG(" to ");
182 DBG("\n");
186 DBG(" unused interval\n");
192 DBG(" overlap\n");
197 DBG(" overlap\n");
202 DBG(" overla
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c39 #define DBG 0 macro
112 if (DBG)
121 if (DBG)
150 if (DBG)
165 if (DBG)
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_debug.h57 #define DBG(fmt, ...) DBG_FLAG(DBG_CHANNEL, fmt, ## __VA_ARGS__) macro
/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/mesa/drivers/dri/i965/
H A Dintel_debug.h88 #define DBG(...) do { \ macro
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c46 #define DBG if(0) printf macro
77 DBG("%s target %d format %s last_level %d\n", __func__,
257 DBG("%s \n", __func__);
311 DBG("%s\n", __func__);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_rendertmp.h477 #undef DBG macro
H A Dt_vertex.c35 #define DBG 0 macro
325 if (DBG)
356 if (DBG)
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c57 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
100 DBG("Search string: '%s'\n", search_str);
102 DBG("Match %u start = %d end = %d\n", i,
240 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
340 DBG("Dst Reg File=%u Index=%d Writemask=%d\n",
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c44 #define DBG(...) do { \ macro
784 DBG("Begin render texture tex=%u w=%d h=%d refcount=%d\n",
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c44 #define DBG(...) do { \ macro
784 DBG("Begin render texture tex=%u w=%d h=%d refcount=%d\n",
/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/gallium/drivers/freedreno/
H A Dfreedreno_util.h87 #define DBG(fmt, ...) \ macro
188 DBG("ring[%p]: OUT_RING %04x: %08x", ring,
200 DBG("ring[%p]: OUT_RINGP %04x: %08x", ring,
218 DBG("ring[%p]: OUT_RELOC %04x: %p+%u << %d", ring,
237 DBG("ring[%p]: OUT_RELOCW %04x: %p+%u << %d", ring,

Completed in 579 milliseconds

12