/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_printf_test.cc | 22 TEST(Printf, Basic) { in TEST() argument 38 TEST(Printf, OverflowStr) { in TEST() argument 52 TEST(Printf, OverflowInt) { in TEST() argument 65 TEST(Printf, OverflowUint) { in TEST() argument 84 TEST(Printf, OverflowPtr) { in TEST() argument 118 TEST(Printf, MinMax) { in TEST() argument 130 TEST(Printf, Padding) { in TEST() argument 143 TEST(Printf, Precision) { in TEST() argument
|
H A D | sanitizer_format_interceptor_test.cc | 231 TEST(SanitizerCommonInterceptors, Printf) { in TEST() argument
|
/aosp_15_r20/external/gwp_asan/gwp_asan/optional/ |
H A D | segv_handler_posix.cpp | 38 gwp_asan::Printf_t Printf; member 44 Printf_t Printf) { in printHeader() 110 SegvBacktrace_t SegvBacktrace, Printf_t Printf, in dumpReport() 240 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
|
H A D | options_parser.cpp | 25 #define InvokeIfNonNull(Printf, ...) \ argument 58 gwp_asan::Printf_t Printf = nullptr; member in __anon37c38a630111::OptionParser
|
H A D | backtrace_linux_libc.cpp | 37 gwp_asan::Printf_t Printf) { in PrintBacktrace()
|
H A D | backtrace_sanitizer_common.cpp | 65 gwp_asan::Printf_t Printf) { in PrintBacktrace()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/log/ |
D | log.go | 267 func (l *Logger) Printf(format string, v ...any) { func 396 func Printf(format string, v ...any) { func
|
/aosp_15_r20/build/soong/ui/logger/ |
H A D | logger.go | 50 Printf(format string, v ...interface{}) methodSpec 267 func (s *stdLogger) Printf(format string, v ...interface{}) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | stringprintf.cc | 76 string Printf(const char* format, ...) { in Printf() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | printf-cstr.cpp | 42 struct Printf { struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 254 auto &Printf = HSAMetadata.mPrintf; in emitPrintf() local 669 auto Printf = HSAMetadataDoc->getArrayNode(); in emitPrintf() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_connection_context.h | 32 void Printf(const absl::FormatSpec<Args...>& format, const Args&... args) { in Printf() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 232 auto &Printf = HSAMetadata.mPrintf; in emitPrintf() local 630 auto Printf = HSAMetadataDoc->getArrayNode(); in emitPrintf() local
|
/aosp_15_r20/external/llvm/lib/Fuzzer/ |
H A D | FuzzerIO.cpp | 135 void Printf(const char *Fmt, ...) { in Printf() function
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 2967 __ Printf("sp=%x\n", r0); in TEST() local 3023 __ Printf("%% r0=%x r1=%x str=<%.*s>\n", r0, r1, r3, r2); in TEST() local 3024 __ Printf("r0=%d r1=%d str=<%s>\n", r0, r1, r2); in TEST() local 3025 __ Printf("d0=%g\n", d0); in TEST() local 3026 __ Printf("s4=%g\n", s4); in TEST() local 3027 __ Printf("d0=%g d1=%g s4=%g s5=%g\n", d0, d1, s4, s5); in TEST() local 3028 __ Printf("d0=%g r0=%x s4=%g r1=%x\n", d0, r0, s4, r1); in TEST() local 3029 __ Printf("r0=%x d0=%g r1=%x s4=%g\n", r0, d0, r1, s4); in TEST() local 3031 __ Printf("sp=%x\n", r0); in TEST() local 3095 __ Printf("d0=%g d1=%g r0=%x r1=%x\n", d0, s2, r0, r1); in TEST() local
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | string_utils.cpp | 232 void Printf(const char *Format, ...) { in Printf() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/afl/ |
D | afl_driver.cpp | 168 static void Printf(const char *Fmt, ...) { in Printf() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | bio_test.cc | 130 TEST(BIOTest, Printf) { in TEST() argument
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | bio_test.cc | 130 TEST(BIOTest, Printf) { in TEST() argument
|
/aosp_15_r20/external/vixl/examples/aarch32/ |
H A D | mandelbrot.cc | 183 __ Printf("%s\n", kStringPtr); in GenerateMandelBrot() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIO.cpp | 154 void Printf(const char *Fmt, ...) { in Printf() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | html.go | 953 func (w *HTMLWriter) Printf(msg string, v ...interface{}) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/ |
D | message.go | 39 func (d debugT) Printf(format string, args ...any) { func
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cc | 294 void Printf(const char *format, ...) { in Printf() function
|
/aosp_15_r20/external/perfetto/src/tracing/ |
H A D | console_interceptor.cc | 311 void ConsoleInterceptor::Printf(InterceptorContext& context, in Printf() function in perfetto::ConsoleInterceptor
|