Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.cpp125 Printf(" [failed to restore the stack]\n\n"); in PrintStack()
135 Printf("%s\n", res.data()); in PrintStack()
137 Printf("\n"); in PrintStack()
143 Printf(" (mutexes:"); in PrintMutexSet()
145 Printf(" %s M%llu", m.write ? "write" : "read", m.id); in PrintMutexSet()
146 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet()
165 Printf("%s", d.Access()); in PrintMop()
167 Printf(" %s of size %d at %p by %s", in PrintMop()
174 Printf(" %s access of %s at %p by %s", in PrintMop()
179 Printf(":\n"); in PrintMop()
[all …]
Dtsan_platform_posix.cpp35 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in DontDumpShadow()
37 Printf(kShadowMemoryMappingHint, "MADV_DONTDUMP", "use_madv_dontdump"); in DontDumpShadow()
47 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory()
48 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory()
64 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory()
65 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory()
80 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end); in ProtectRange()
81 Printf("FATAL: Make sure you are not using unlimited stack\n"); in ProtectRange()
97 Printf("FATAL: ThreadSanitizer: unexpected memory mapping %p-%p\n", in CheckAndProtect()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc124 Printf(" [failed to restore the stack]\n\n"); in PrintStack()
133 Printf("%s\n", res.data()); in PrintStack()
135 Printf("\n"); in PrintStack()
141 Printf(" (mutexes:"); in PrintMutexSet()
143 Printf(" %s M%llu", m.write ? "write" : "read", m.id); in PrintMutexSet()
144 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet()
158 Printf("%s", d.Access()); in PrintMop()
159 Printf(" %s of size %d at %p by %s", in PrintMop()
164 Printf(":\n"); in PrintMop()
165 Printf("%s", d.EndAccess()); in PrintMop()
[all …]
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_report.cpp43 Printf("%s", d.Origin()); in DescribeStackOrigin()
44 Printf( in DescribeStackOrigin()
66 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(), in DescribeOrigin()
78 Printf(" %sUninitialized value was created by a heap allocation%s\n", in DescribeOrigin()
82 Printf(" %sUninitialized value was created by a heap deallocation%s\n", in DescribeOrigin()
86 Printf(" %sMemory was marked as uninitialized%s\n", d.Origin(), in DescribeOrigin()
90 Printf(" %sUninitialized value was created%s\n", d.Origin(), in DescribeOrigin()
104 Printf("%s", d.Warning()); in ReportUMR()
106 Printf("%s", d.Default()); in ReportUMR()
117 Printf("WARNING: Expected use of uninitialized value not found\n"); in ReportExpectedUMRNotFound()
[all …]
/external/compiler-rt/lib/msan/
Dmsan_report.cc45 Printf("%s", d.Origin()); in DescribeStackOrigin()
46 Printf( in DescribeStackOrigin()
68 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(), in DescribeOrigin()
80 Printf(" %sUninitialized value was created by a heap allocation%s\n", in DescribeOrigin()
84 Printf(" %sUninitialized value was created by a heap deallocation%s\n", in DescribeOrigin()
88 Printf(" %sMemory was marked as uninitialized%s\n", d.Origin(), in DescribeOrigin()
92 Printf(" %sUninitialized value was created%s\n", d.Origin(), d.End()); in DescribeOrigin()
105 Printf("%s", d.Warning()); in ReportUMR()
107 Printf("%s", d.End()); in ReportUMR()
118 Printf("WARNING: Expected use of uninitialized value not found\n"); in ReportExpectedUMRNotFound()
[all …]
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler_posix.cpp67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator()
68 : Printf(Printf) {} in ScopedEndOfReportDecorator()
69 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator()
70 gwp_asan::crash_handler::Printf_t Printf; member
76 Printf_t Printf) { in printHeader() argument
116 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()
121 gwp_asan::crash_handler::Printf_t Printf) { in defaultPrintStackTrace() argument
123 Printf(" <unknown (does your allocator support backtracing?)>\n"); in defaultPrintStackTrace()
126 Printf(" #%zu 0x%zx in <unknown>\n", i, Trace[i]); in defaultPrintStackTrace()
128 Printf("\n"); in defaultPrintStackTrace()
[all …]
/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.cpp48 Printf("%s", d.Error()); in Print()
53 Printf("%s", d.Default()); in Print()
64 Printf("%s", d.Error()); in Print()
69 Printf("%s object passed to delete has wrong type:\n", d.Default()); in Print()
71 Printf( in Print()
86 Printf( in Print()
105 Printf("%s", d.Error()); in Print()
110 Printf("%s", d.Default()); in Print()
126 Printf("%s", d.Error()); in Print()
130 Printf("%s", d.Default()); in Print()
[all …]
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator()
37 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator()
38 gwp_asan::Printf_t Printf; member
44 Printf_t Printf) { in printHeader() argument
84 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()
90 SegvBacktrace_t SegvBacktrace, Printf_t Printf, in dumpReport() argument
94 assert(Printf && "dumpReport missing Printf."); in dumpReport()
99 Printf("*** GWP-ASan detected a memory error ***\n"); in dumpReport()
100 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport()
109 Printf("GWP-ASan cannot provide any more information about this error. " in dumpReport()
[all …]
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp212 Printf("Potentially referenced stack objects:\n"); in PrintStackAllocations()
215 Printf(" %s in %s %s:%d\n", local.name, local.function_name, in PrintStackAllocations()
228 Printf("Previously allocated frames:\n"); in PrintStackAllocations()
244 Printf("%s", frame_desc.data()); in PrintStackAllocations()
310 Printf("%s[%p,%p) is a %s %s heap chunk; " in PrintAddressDescription()
344 Printf("%s", d.Location()); in PrintAddressDescription()
345 Printf("%p is located %zd bytes to the %s of %zd-byte region [%p,%p)\n", in PrintAddressDescription()
351 Printf("%s", d.Allocation()); in PrintAddressDescription()
352 Printf("allocated here:\n"); in PrintAddressDescription()
353 Printf("%s", d.Default()); in PrintAddressDescription()
[all …]
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go235 fmt.Printf("# DIGEST: %s\n", hex.EncodeToString(t.digest))
236 fmt.Printf("KEY: %s\n", hex.EncodeToString(t.key))
237 fmt.Printf("NONCE: %s\n", hex.EncodeToString(t.nonce))
238 fmt.Printf("IN: %s\n", hex.EncodeToString(t.input))
239 fmt.Printf("AD: %s\n", hex.EncodeToString(t.ad))
240 fmt.Printf("CT: %s\n", hex.EncodeToString(t.ciphertext))
241 fmt.Printf("TAG: %s\n", hex.EncodeToString(t.tag))
242 fmt.Printf("TAG_LEN: %d\n", t.tag_len)
244 fmt.Printf("NO_SEAL: 01\n")
247 fmt.Printf("FAILS: 01\n")
[all …]
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerLoop.cpp54 Printf("MallocFreeTracer: START\n"); in Start()
61 Printf("MallocFreeTracer: STOP %zd %zd (%s)\n", Mallocs.load(), in Stop()
105 Printf("MALLOC[%zd] %p %zd\n", N, ptr, size); in MallocHook()
118 Printf("FREE[%zd] %p\n", N, ptr); in FreeHook()
128 Printf("==%d== ERROR: libFuzzer: out-of-memory (malloc(%zd))\n", GetPid(), in HandleMalloc()
130 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n"); in HandleMalloc()
133 Printf("SUMMARY: libFuzzer: out-of-memory\n"); in HandleMalloc()
181 Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str()); in DumpCurrentUnit()
220 Printf("INFO: signal received, trying to exit gracefully\n"); in StaticGracefulExitCallback()
224 Printf("==%lu== ERROR: libFuzzer: file size exceeded\n", GetPid()); in StaticFileSizeExceedCallback()
[all …]
DFuzzerDriver.cpp93 Printf("Usage:\n"); in PrintHelp()
95 Printf("\nTo run fuzzing pass 0 or more directories.\n"); in PrintHelp()
96 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp()
98 Printf("\nTo run individual tests without fuzzing pass 1 or more files:\n"); in PrintHelp()
99 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp()
101 Printf("\nFlags: (strictly in form -flag=value)\n"); in PrintHelp()
109 Printf(" %s", D.Name); in PrintHelp()
111 Printf(" "); in PrintHelp()
112 Printf("\t"); in PrintHelp()
113 Printf("%d\t%s\n", D.Default, D.Description); in PrintHelp()
[all …]
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerLoop.cpp54 Printf("MallocFreeTracer: START\n"); in Start()
61 Printf("MallocFreeTracer: STOP %zd %zd (%s)\n", Mallocs.load(), in Stop()
105 Printf("MALLOC[%zd] %p %zd\n", N, ptr, size); in MallocHook()
118 Printf("FREE[%zd] %p\n", N, ptr); in FreeHook()
128 Printf("==%d== ERROR: libFuzzer: out-of-memory (malloc(%zd))\n", GetPid(), in HandleMalloc()
130 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n"); in HandleMalloc()
133 Printf("SUMMARY: libFuzzer: out-of-memory\n"); in HandleMalloc()
181 Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str()); in DumpCurrentUnit()
220 Printf("INFO: signal received, trying to exit gracefully\n"); in StaticGracefulExitCallback()
224 Printf("==%lu== ERROR: libFuzzer: file size exceeded\n", GetPid()); in StaticFileSizeExceedCallback()
[all …]
DFuzzerDriver.cpp93 Printf("Usage:\n"); in PrintHelp()
95 Printf("\nTo run fuzzing pass 0 or more directories.\n"); in PrintHelp()
96 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp()
98 Printf("\nTo run individual tests without fuzzing pass 1 or more files:\n"); in PrintHelp()
99 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp()
101 Printf("\nFlags: (strictly in form -flag=value)\n"); in PrintHelp()
109 Printf(" %s", D.Name); in PrintHelp()
111 Printf(" "); in PrintHelp()
112 Printf("\t"); in PrintHelp()
113 Printf("%d\t%s\n", D.Default, D.Description); in PrintHelp()
[all …]
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp173 s->Printf("invalid target"); in DumpInstructions()
186 s.Printf("\\e"); in TryDumpSpecialEscapedChar()
189 s.Printf("\\a"); in TryDumpSpecialEscapedChar()
192 s.Printf("\\b"); in TryDumpSpecialEscapedChar()
195 s.Printf("\\f"); in TryDumpSpecialEscapedChar()
198 s.Printf("\\n"); in TryDumpSpecialEscapedChar()
201 s.Printf("\\r"); in TryDumpSpecialEscapedChar()
204 s.Printf("\\t"); in TryDumpSpecialEscapedChar()
207 s.Printf("\\v"); in TryDumpSpecialEscapedChar()
210 s.Printf("\\0"); in TryDumpSpecialEscapedChar()
[all …]
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp40 Printf("ERROR: %s is not defined. Exiting.\n" in MissingExternalApiFunction()
206 Printf("==%d== ERROR: libFuzzer: deadly signal\n", GetPid()); in CrashCallback()
209 Printf("NOTE: libFuzzer has rudimentary signal handlers.\n" in CrashCallback()
212 Printf("SUMMARY: libFuzzer: deadly signal\n"); in CrashCallback()
219 Printf("==%d== libFuzzer: run interrupted; exiting\n", GetPid()); in InterruptCallback()
235 Printf("AlarmCallback %zd\n", Seconds); in AlarmCallback()
237 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds); in AlarmCallback()
238 Printf(" and the timeout value is %d (use -timeout=N to change)\n", in AlarmCallback()
241 Printf("==%d== ERROR: libFuzzer: timeout after %d seconds\n", GetPid(), in AlarmCallback()
245 Printf("SUMMARY: libFuzzer: timeout\n"); in AlarmCallback()
[all …]
DFuzzerDriver.cpp76 Printf("Usage:\n"); in PrintHelp()
78 Printf("\nTo run fuzzing pass 0 or more directories.\n"); in PrintHelp()
79 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp()
81 Printf("\nTo run individual tests without fuzzing pass 1 or more files:\n"); in PrintHelp()
82 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp()
84 Printf("\nFlags: (strictly in form -flag=value)\n"); in PrintHelp()
91 Printf(" %s", D.Name); in PrintHelp()
93 Printf(" "); in PrintHelp()
94 Printf("\t"); in PrintHelp()
95 Printf("%d\t%s\n", D.Default, D.Description); in PrintHelp()
[all …]
/external/boringssl/src/util/
Drun_android_tests.go225 fmt.Printf("Detected NDK path %q from CMakeCache.txt.\n", *ndkPath)
232 fmt.Printf("Detected ABI %q from CMakeCache.txt.\n", *abi)
243 fmt.Printf("Detected API level %d from CMakeCache.txt.\n", *apiLevel)
279 fmt.Printf("To use -json-output flag, select only one test suite with -suite.\n")
285 fmt.Printf("Error reading options from CMake: %s.\n", err)
291 fmt.Printf("Failed to clear target directory: %s\n", err)
298 fmt.Printf("Error making temporary directory: %s\n", err)
313 fmt.Printf("Failed to parse input: %s\n", err)
330 fmt.Printf("Building all_tests...\n")
332 fmt.Printf("Error building all_tests.go: %s\n", err)
[all …]
/external/perfetto/src/tracing/
Dconsole_interceptor.cc205 Printf(context_, "[%7.3lf] %.*s", in OnTrackEvent()
210 Printf(context_, "%-5.*s ", in OnTrackEvent()
216 Printf(context_, "- "); in OnTrackEvent()
224 Printf(context_, "} "); in OnTrackEvent()
227 Printf(context_, "%.*s", static_cast<int>(event.name.size), event.name.data); in OnTrackEvent()
232 Printf(context_, " {"); in OnTrackEvent()
247 Printf(context_, " +%" PRIu64 "ms", event.duration_ns / kNsPerMillisecond); in OnTrackEvent()
250 Printf(context_, "\n"); in OnTrackEvent()
308 void ConsoleInterceptor::Printf(InterceptorContext& context, in Printf() function in perfetto::ConsoleInterceptor
358 Printf(context, FMT_RGB_SET, color.r, color.g, color.b); in SetColor()
[all …]
/external/compiler-rt/lib/asan/
Dasan_report.cc219 Printf("%s", str.data()); in PrintShadowMemoryForAddress()
226 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n", in PrintZoneForPointer()
229 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n", in PrintZoneForPointer()
233 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr); in PrintZoneForPointer()
315 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal()
332 Printf(" registered at:\n"); in DescribeAddressIfGlobal()
348 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()
419 Printf("%s", str.data()); in PrintAccessAndVarIntersection()
455 Printf("%s", d.Location()); in DescribeAddressIfStack()
456 Printf("Address %p is located in stack of thread T%d%s", addr, t->tid(), in DescribeAddressIfStack()
[all …]
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_rtl.cpp104 Printf("MemProfiler exit stats:\n"); in memprof_atexit()
117 Printf("|| `[%p, %p]` || HighMem ||\n", (void *)kHighMemBeg, in PrintAddressSpaceLayout()
119 Printf("|| `[%p, %p]` || HighShadow ||\n", (void *)kHighShadowBeg, in PrintAddressSpaceLayout()
122 Printf("|| `[%p, %p]` || ShadowGap ||\n", (void *)kShadowGapBeg, in PrintAddressSpaceLayout()
125 Printf("|| `[%p, %p]` || LowShadow ||\n", (void *)kLowShadowBeg, in PrintAddressSpaceLayout()
127 Printf("|| `[%p, %p]` || LowMem ||\n", (void *)kLowMemBeg, in PrintAddressSpaceLayout()
130 Printf("MemToShadow(shadow): %p %p", (void *)MEM_TO_SHADOW(kLowShadowBeg), in PrintAddressSpaceLayout()
133 Printf(" %p %p", (void *)MEM_TO_SHADOW(kHighShadowBeg), in PrintAddressSpaceLayout()
136 Printf("\n"); in PrintAddressSpaceLayout()
137 Printf("malloc_context_size=%zu\n", in PrintAddressSpaceLayout()
[all …]
/external/llvm-project/lldb/source/Symbol/
DDeclaration.cpp22 s->Printf(":%u", m_line); in Dump()
25 s->Printf(":%u", m_column); in Dump()
29 s->Printf(", line = %u", m_line); in Dump()
32 s->Printf(":%u", m_column); in Dump()
37 s->Printf(", column = %u", m_column); in Dump()
50 s->Printf(":%u", m_line); in DumpStopContext()
53 s->Printf(":%u", m_column); in DumpStopContext()
57 s->Printf(" line %u", m_line); in DumpStopContext()
60 s->Printf(":%u", m_column); in DumpStopContext()
/external/llvm-project/lldb/source/Target/
DThreadPlanRunToAddress.cpp91 s->Printf("run to address with no addresses given."); in GetDescription()
94 s->Printf("run to address: "); in GetDescription()
96 s->Printf("run to addresses: "); in GetDescription()
100 s->Printf(" "); in GetDescription()
104 s->Printf("run to address with no addresses given."); in GetDescription()
107 s->Printf("Run to address: "); in GetDescription()
109 s->Printf("Run to addresses: "); in GetDescription()
114 s->Printf("\n"); in GetDescription()
119 s->Printf(" using breakpoint: %d - ", m_break_ids[i]); in GetDescription()
125 s->Printf("but the breakpoint has been deleted."); in GetDescription()
[all …]
/external/clang/test/SemaCXX/
Dprintf-cstr.cpp42 struct Printf { struct
43 Printf();
44 Printf(const Printf&);
45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
51Printf p("%s %d %s", str, 10, 10); // expected-warning {{format specifies type 'char *' but the ar… in constructor_test()
52Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to … in constructor_test()
/external/llvm-project/clang/test/SemaCXX/
Dprintf-cstr.cpp71 struct Printf { struct
72 Printf();
73 Printf(const Printf&);
74 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
80Printf p("%s %d %s", str, 10, 10); // expected-warning {{format specifies type 'char *' but the ar… in constructor_test()
81 Printf q("%s %d", hcs, 10); in constructor_test()

12345678910>>...32