/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_printer_test.cc | 65 int frame_no = 42; in TEST() local 81 frame_no, info, false, "/path/to/", "function_"); in TEST() 91 RenderFrame(&str, "%M", frame_no, info, false); in TEST() 95 RenderFrame(&str, "%L", frame_no, info, false); in TEST() 101 RenderFrame(&str, "%M", frame_no, info, false); in TEST() 106 RenderFrame(&str, "%L", frame_no, info, false); in TEST() 111 RenderFrame(&str, "%F", frame_no, info, false); in TEST() 116 RenderFrame(&str, "%F %S", frame_no, info, false); in TEST() 121 RenderFrame(&str, "%F %S", frame_no, info, false); in TEST() 126 RenderFrame(&str, "%F %S", frame_no, info, false); in TEST() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_flush.c | 60 static unsigned frame_no = 1; in llvmpipe_flush() local 65 util_snprintf(filename, sizeof(filename), "cbuf%u_%u", i, frame_no); in llvmpipe_flush() 70 util_snprintf(filename, sizeof(filename), "zsbuf_%u", frame_no); in llvmpipe_flush() 74 ++frame_no; in llvmpipe_flush()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_flush.c | 58 static unsigned frame_no = 1; in svga_flush() local 63 util_snprintf(filename, sizeof(filename), "cbuf%u_%04u.bmp", i, frame_no); in svga_flush() 68 util_snprintf(filename, sizeof(filename), "zsbuf_%04u.bmp", frame_no); in svga_flush() 72 ++frame_no; in svga_flush()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_flush.c | 83 static unsigned frame_no = 1; in softpipe_flush() 85 util_snprintf(filename, sizeof(filename), "cbuf_%u.bmp", frame_no); in softpipe_flush() 87 util_snprintf(filename, sizeof(filename), "zsbuf_%u.bmp", frame_no); in softpipe_flush() 89 ++frame_no; in softpipe_flush()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Signals.cpp | 148 int frame_no = 0; in printSymbolizedStackTrace() local 151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace() 162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
|
/external/llvm/lib/Support/ |
D | Signals.cpp | 148 int frame_no = 0; in printSymbolizedStackTrace() local 151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace() 162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Signals.cpp | 181 int frame_no = 0; in printSymbolizedStackTrace() local 184 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace() 195 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_symbolize.py | 369 self.frame_no = 0 420 result.append(' #%s %s' % (str(self.frame_no), symbolized_frame.rstrip())) 421 self.frame_no += 1 425 self.frame_no = 0 446 self.frame_no = 0
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.cc | 29 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() argument 46 buffer->append("%zu", frame_no); in RenderFrame()
|
D | sanitizer_stacktrace_printer.h | 50 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
|
/external/drm_hwcomposer/ |
D | drmdisplaycomposition.h | 115 uint64_t frame_no); 138 uint64_t frame_no() const { in frame_no() function
|
D | drmdisplaycomposition.cpp | 42 uint64_t frame_no) { in Init() argument 47 frame_no_ = frame_no; in Init()
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_api_struct_def.h | 108 UWORD32 frame_no; member
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.h | 131 __u16 frame_no; /* current frame number */ member
|
D | au1x00_usb_ohci.c | 361 dbg ("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump() 457 return m16_swap (ohci->hcca->frame_no); in sohci_get_current_frame_number() 1402 unsigned int frame = m16_swap (ohci->hcca->frame_no) & 1; in hc_interrupt()
|
/external/u-boot/drivers/usb/host/ |
D | ohci.h | 142 __u16 frame_no; /* current frame number */ member
|
D | ohci-hcd.c | 497 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump() 601 return m16_swap(ohci->hcca->frame_no); in sohci_get_current_frame_number() 1969 unsigned int frame = m16_swap(ohci->hcca->frame_no) & 1; in hc_interrupt()
|