/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 85 DBG->semanticPredicate(DBG, result, predicate); 134 DBG->commence(DBG); 136 DBG->enterRule(DBG, getGrammarFileName(), (const char *)"<ruleName>"); 138 DBG->location(DBG, <ruleDescriptor.tree.line>, <ruleDescriptor.tree.column>);<\n> 142 DBG->location(DBG, <ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.column>);<\n> 143 DBG->exitRule(DBG, getGrammarFileName(), (const char *)"<ruleName>"); 147 DBG->terminate(DBG); 153 DBG->exitRule(DBG, getGrammarFileName(), (const char *)"<ruleName>"); 157 @synpred.start() ::= "DBG->beginBacktrack(DBG, BACKTRACKING);" 159 @synpred.stop() ::= "DBG->endBacktrack(DBG, BACKTRACKING, success);" [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 65 DBG("fallback due to fragment program\n"); in intel_check_blit_fragment_ops() 76 DBG("fallback due to blend\n"); in intel_check_blit_fragment_ops() 81 DBG("fallback due to texturing\n"); in intel_check_blit_fragment_ops() 89 DBG("fallback due to color masking\n"); in intel_check_blit_fragment_ops() 94 DBG("fallback due to alpha\n"); in intel_check_blit_fragment_ops() 99 DBG("fallback due to depth test\n"); in intel_check_blit_fragment_ops() 104 DBG("fallback due to fog\n"); in intel_check_blit_fragment_ops() 109 DBG("fallback due to image transfer\n"); in intel_check_blit_fragment_ops() 114 DBG("fallback due to image stencil\n"); in intel_check_blit_fragment_ops() 119 DBG("fallback due to render mode\n"); in intel_check_blit_fragment_ops() [all …]
|
D | intel_pixel_read.c | 86 DBG("%s\n", __FUNCTION__); in do_blit_readpixels() 94 DBG("%s - not PBO\n", __FUNCTION__); in do_blit_readpixels() 101 DBG("%s - bad format for blit\n", __FUNCTION__); in do_blit_readpixels() 106 DBG("%s: bad packing params\n", __FUNCTION__); in do_blit_readpixels() 116 DBG("%s: MESA_PACK_INVERT not done yet\n", __FUNCTION__); in do_blit_readpixels() 163 DBG("%s - DONE\n", __FUNCTION__); in do_blit_readpixels() 179 DBG("%s\n", __FUNCTION__); in intelReadPixels()
|
D | intel_tex_image.c | 46 DBG("%s\n", __FUNCTION__); in intel_miptree_create_for_teximage() 148 DBG("trying pbo upload\n"); in try_pbo_upload() 152 DBG("%s: image transfer\n", __FUNCTION__); in try_pbo_upload() 157 DBG("%s: format mismatch (upload to %s with format 0x%x, type 0x%x)\n", in try_pbo_upload() 166 DBG("%s: no miptree\n", __FUNCTION__); in try_pbo_upload() 194 DBG("%s: blit failed\n", __FUNCTION__); in try_pbo_upload() 198 DBG("%s: success\n", __FUNCTION__); in try_pbo_upload() 209 DBG("%s target %s level %d %dx%dx%d\n", __FUNCTION__, in intelTexImage() 220 DBG("%s: upload image %dx%dx%d pixels %p\n", in intelTexImage()
|
D | intel_fbo.c | 150 DBG("%s: rb %d (%s) mt mapped: (%d, %d) (%dx%d) -> %p/%d\n", in intel_map_renderbuffer() 169 DBG("%s: rb %d (%s)\n", __FUNCTION__, in intel_unmap_renderbuffer() 265 DBG("%s: %s: %s (%dx%d)\n", __FUNCTION__, in intel_alloc_renderbuffer_storage() 492 DBG("Intel FramebufferRenderbuffer %u %u\n", fb->Name, rb ? rb->Name : 0); in intel_framebuffer_renderbuffer() 651 DBG("Begin render %s texture tex=%u w=%d h=%d refcount=%d\n", in intel_render_texture() 674 DBG("Finish render %s texture tex=%u\n", in intel_finish_render_texture() 702 DBG("%s() on fb %p (%s)\n", __FUNCTION__, in intel_validate_framebuffer() 722 DBG("depth image level/layer %d/%d != stencil image %d/%d\n", in intel_validate_framebuffer() 731 DBG("separate stencil unsupported\n"); in intel_validate_framebuffer() 735 DBG("separate stencil is %s instead of S8\n", in intel_validate_framebuffer() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 65 DBG("fallback due to fragment program\n"); in intel_check_blit_fragment_ops() 76 DBG("fallback due to blend\n"); in intel_check_blit_fragment_ops() 81 DBG("fallback due to texturing\n"); in intel_check_blit_fragment_ops() 89 DBG("fallback due to color masking\n"); in intel_check_blit_fragment_ops() 94 DBG("fallback due to alpha\n"); in intel_check_blit_fragment_ops() 99 DBG("fallback due to depth test\n"); in intel_check_blit_fragment_ops() 104 DBG("fallback due to fog\n"); in intel_check_blit_fragment_ops() 109 DBG("fallback due to image transfer\n"); in intel_check_blit_fragment_ops() 114 DBG("fallback due to image stencil\n"); in intel_check_blit_fragment_ops() 119 DBG("fallback due to render mode\n"); in intel_check_blit_fragment_ops() [all …]
|
D | intel_pixel_read.c | 86 DBG("%s\n", __FUNCTION__); in do_blit_readpixels() 94 DBG("%s - not PBO\n", __FUNCTION__); in do_blit_readpixels() 101 DBG("%s - bad format for blit\n", __FUNCTION__); in do_blit_readpixels() 106 DBG("%s: bad packing params\n", __FUNCTION__); in do_blit_readpixels() 116 DBG("%s: MESA_PACK_INVERT not done yet\n", __FUNCTION__); in do_blit_readpixels() 163 DBG("%s - DONE\n", __FUNCTION__); in do_blit_readpixels() 179 DBG("%s\n", __FUNCTION__); in intelReadPixels()
|
D | intel_tex_image.c | 46 DBG("%s\n", __FUNCTION__); in intel_miptree_create_for_teximage() 148 DBG("trying pbo upload\n"); in try_pbo_upload() 152 DBG("%s: image transfer\n", __FUNCTION__); in try_pbo_upload() 157 DBG("%s: format mismatch (upload to %s with format 0x%x, type 0x%x)\n", in try_pbo_upload() 166 DBG("%s: no miptree\n", __FUNCTION__); in try_pbo_upload() 194 DBG("%s: blit failed\n", __FUNCTION__); in try_pbo_upload() 198 DBG("%s: success\n", __FUNCTION__); in try_pbo_upload() 209 DBG("%s target %s level %d %dx%dx%d\n", __FUNCTION__, in intelTexImage() 220 DBG("%s: upload image %dx%dx%d pixels %p\n", in intelTexImage()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 65 DBG("fallback due to fragment program\n"); in intel_check_blit_fragment_ops() 76 DBG("fallback due to blend\n"); in intel_check_blit_fragment_ops() 81 DBG("fallback due to texturing\n"); in intel_check_blit_fragment_ops() 89 DBG("fallback due to color masking\n"); in intel_check_blit_fragment_ops() 94 DBG("fallback due to alpha\n"); in intel_check_blit_fragment_ops() 99 DBG("fallback due to depth test\n"); in intel_check_blit_fragment_ops() 104 DBG("fallback due to fog\n"); in intel_check_blit_fragment_ops() 109 DBG("fallback due to image transfer\n"); in intel_check_blit_fragment_ops() 114 DBG("fallback due to image stencil\n"); in intel_check_blit_fragment_ops() 119 DBG("fallback due to render mode\n"); in intel_check_blit_fragment_ops() [all …]
|
D | intel_pixel_read.c | 86 DBG("%s\n", __FUNCTION__); in do_blit_readpixels() 94 DBG("%s - not PBO\n", __FUNCTION__); in do_blit_readpixels() 101 DBG("%s - bad format for blit\n", __FUNCTION__); in do_blit_readpixels() 106 DBG("%s: bad packing params\n", __FUNCTION__); in do_blit_readpixels() 116 DBG("%s: MESA_PACK_INVERT not done yet\n", __FUNCTION__); in do_blit_readpixels() 163 DBG("%s - DONE\n", __FUNCTION__); in do_blit_readpixels() 179 DBG("%s\n", __FUNCTION__); in intelReadPixels()
|
D | intel_tex_image.c | 46 DBG("%s\n", __FUNCTION__); in intel_miptree_create_for_teximage() 148 DBG("trying pbo upload\n"); in try_pbo_upload() 152 DBG("%s: image transfer\n", __FUNCTION__); in try_pbo_upload() 157 DBG("%s: format mismatch (upload to %s with format 0x%x, type 0x%x)\n", in try_pbo_upload() 166 DBG("%s: no miptree\n", __FUNCTION__); in try_pbo_upload() 194 DBG("%s: blit failed\n", __FUNCTION__); in try_pbo_upload() 198 DBG("%s: success\n", __FUNCTION__); in try_pbo_upload() 209 DBG("%s target %s level %d %dx%dx%d\n", __FUNCTION__, in intelTexImage() 220 DBG("%s: upload image %dx%dx%d pixels %p\n", in intelTexImage()
|
/external/e2fsprogs/lib/blkid/ |
D | read.c | 151 DBG(DEBUG_READ, printf("found device header: %8s\n", p)); in parse_start() 170 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp)); in parse_end() 194 DBG(DEBUG_READ, in parse_dev() 201 DBG(DEBUG_READ, printf("device should be %*s\n", in parse_dev() 212 DBG(DEBUG_READ, in parse_dev() 218 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp)); in parse_dev() 226 DBG(DEBUG_READ, printf("found dev %s\n", name)); in parse_dev() 257 DBG(DEBUG_READ, in parse_token() 327 DBG(DEBUG_READ, printf(" tag: %s=\"%s\"\n", name, value)); in parse_tag() 353 DBG(DEBUG_READ, printf("line: %s\n", cp)); in blkid_parse_line() [all …]
|
D | devname.c | 61 DBG(DEBUG_DEVNAME, in blkid_get_dev() 282 DBG(DEBUG_DEVNAME, printf("opening %s\n", lvm_device)); in lvm_get_devno() 284 DBG(DEBUG_DEVNAME, printf("%s: (%d) %s\n", lvm_device, errno, in lvm_get_devno() 310 DBG(DEBUG_DEVNAME, printf("probing LVM devices under %s\n", VG_DIR)); in lvm_probe_all() 348 DBG(DEBUG_DEVNAME, printf("LVM dev %s: devno 0x%04X\n", in lvm_probe_all() 380 DBG(DEBUG_DEVNAME, printf("Checking partition %s (%d, %d)\n", in evms_probe_all() 437 DBG(DEBUG_DEVNAME, printf("read partition name %s\n", ptname)); in probe_all() 455 DBG(DEBUG_DEVNAME, in probe_all() 478 DBG(DEBUG_DEVNAME, in probe_all() 494 DBG(DEBUG_DEVNAME, in probe_all() [all …]
|
D | save.c | 36 DBG(DEBUG_SAVE, in save_dev() 72 DBG(DEBUG_SAVE, printf("skipping cache file write\n")); in blkid_flush_cache() 81 DBG(DEBUG_SAVE, in blkid_flush_cache() 111 DBG(DEBUG_SAVE, in blkid_flush_cache() 137 DBG(DEBUG_SAVE, in blkid_flush_cache() 150 DBG(DEBUG_SAVE, in blkid_flush_cache()
|
D | cache.c | 97 DBG(DEBUG_CACHE, printf("creating blkid cache (using %s)\n", in blkid_get_cache() 127 DBG(DEBUG_CACHE, printf("freeing cache struct\n")); in blkid_put_cache() 148 DBG(DEBUG_CACHE, printf("warning: unfreed tag %s=%s\n", in blkid_put_cache() 172 DBG(DEBUG_CACHE, in blkid_gc_cache() 177 DBG(DEBUG_CACHE, in blkid_gc_cache()
|
/external/doclava/src/com/google/doclava/ |
D | LinkReference.java | 29 private static final boolean DBG = false; field in LinkReference 240 if (DBG) System.out.println("-- chose base as classinfo"); in parse() 244 if (DBG) System.out.println("-- ref == null"); in parse() 247 if (DBG) System.out.println("-- assumed to be cl"); in parse() 251 if (DBG) System.out.println("-- they provided ref = " + ref); in parse() 254 if (DBG) System.out.println("-- cl non-null"); in parse() 257 if (DBG) System.out.println("-- cl.extendedFindClass was null"); in parse() 261 if (DBG) System.out.println("-- cl.findClass was null"); in parse() 263 … if (DBG) if (result.classInfo == null) System.out.println("-- cl.findInnerClass was null"); in parse() 267 if (DBG) System.out.println("-- hitting up the Converter.obtainclass"); in parse() [all …]
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.h | 67 typedef __x86_64_debug_state_t DBG; typedef 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, b… 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 GetDBGCheckpoint(); [all …]
|
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.h | 68 typedef __i386_debug_state_t DBG; typedef 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, b… 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 GetDBGCheckpoint(); [all …]
|
/external/f2fs-tools/fsck/ |
D | dump.c | 47 DBG(4, "SIT[0x%3x] : 0x%x\n", segno, se->valid_blocks); in sit_dump() 63 DBG(1, "Blocks [0x%" PRIx64 "] Free Segs [0x%x]\n", valid_blocks, free_segs); in sit_dump() 199 DBG(3, "ino[0x%x] has inline data!\n", nid); in dump_inode_blk() 280 DBG(1, "Node ID [0x%x]\n", nid); in dump_node() 281 DBG(1, "nat_entry.block_addr [0x%x]\n", ni.blk_addr); in dump_node() 282 DBG(1, "nat_entry.version [0x%x]\n", ni.version); in dump_node() 283 DBG(1, "nat_entry.ino [0x%x]\n", ni.ino); in dump_node() 288 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_blk->footer.ino)); in dump_node() 289 DBG(1, "node_blk.footer.nid [0x%x]\n", le32_to_cpu(node_blk->footer.nid)); in dump_node() 416 DBG(1, "Note: blkaddr = main_blkaddr + segno * 512 + offset\n"); in dump_info_from_blkaddr() [all …]
|
D | fsck.c | 26 DBG(1, "Wrong segment type [0x%x] %x -> %x", in f2fs_set_main_bitmap() 32 DBG(1, "Wrong segment type [0x%x] %x -> %x", in f2fs_set_main_bitmap() 91 DBG(2, "ino[0x%x] has hard links [0x%x]\n", nid, link_cnt); in add_into_hard_link_list() 141 DBG(0, "nid [0x%x]\n", nid); in is_valid_ssa_node_blk() 142 DBG(0, "target blk_addr [0x%x]\n", blk_addr); in is_valid_ssa_node_blk() 143 DBG(0, "summary blk_addr [0x%x]\n", in is_valid_ssa_node_blk() 146 DBG(0, "seg no / offset [0x%x / 0x%x]\n", in is_valid_ssa_node_blk() 149 DBG(0, "summary_entry.nid [0x%x]\n", in is_valid_ssa_node_blk() 151 DBG(0, "--> node block's nid [0x%x]\n", nid); in is_valid_ssa_node_blk() 175 DBG(0, "summary_entry.nid [0x%x]\n", in is_valid_ssa_data_blk() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_inline_literals.c | 11 #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); in ieee_754_to_r300_float() 34 DBG("Raw exponent = %d\n", exponent); in ieee_754_to_r300_float() 37 DBG("Failed exponent out of range\n\n"); in ieee_754_to_r300_float() 42 DBG("Failed mantisa has too many bits:\n" in ieee_754_to_r300_float() 53 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out); in ieee_754_to_r300_float()
|
/external/libdrm/intel/ |
D | intel_bufmgr_fake.c | 60 #define DBG(...) do { \ macro 285 DBG("emit 0x%08x\n", seq); in _fence_emit_internal() 305 DBG("wait 0x%08x\n", iw.irq_seq); in _fence_wait_internal() 468 DBG("free block %p %08x %d %d\n", block, block->mem->ofs, in free_block() 490 DBG(" - free immediately\n"); in free_block() 509 DBG("alloc_backing - buf %d %p %lu\n", bo_fake->id, in alloc_backing_store() 539 DBG("set_dirty - buf %d\n", bo_fake->id); in set_dirty() 548 DBG("%s\n", __FUNCTION__); in evict_lru() 575 DBG("%s\n", __FUNCTION__); in evict_mru() 611 DBG("delayed free: offset %x sz %x\n", in clear_fenced() [all …]
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
D | CompatTtsService.java | 30 private static final boolean DBG = false; field in CompatTtsService 39 if (DBG) Log.d(TAG, "onCreate()"); in onCreate() 78 if (DBG) Log.d(TAG, "onDestroy()"); in onDestroy() 95 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")"); in onIsLanguageAvailable() 102 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")"); in onLoadLanguage() 153 if (DBG) Log.d(TAG, "onStop()"); in onStop()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextDarwin_arm.h | 154 struct DBG struct 163 LogDBGRegisters (lldb_private::Log *log, const DBG& dbg); argument 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/icu/icu4c/source/common/ |
D | icuplug.cpp | 37 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro 171 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax)); in uplug_openLibrary() 179 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 187 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 210 …DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList)… in uplug_closeLibrary() 654 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel)); in uplug_loadWaitingPlugs() 694 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel())); in uplug_loadWaitingPlugs() 735 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir.data())); in uplug_init() 760 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() 769 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() [all …]
|