| /external/syzkaller/prog/ |
| encoding.go | 47 func (ctx *serializer) printf(text string, args ...interface{}) { func 60 ctx.printf("r%v = ", ctx.allocVarID(c.Ret)) 62 ctx.printf("%v(", c.Meta.Name) 68 ctx.printf(", ") 72 ctx.printf(")\n") 77 ctx.printf("nil") 84 ctx.printf("0x%x", a.Val) 89 ctx.printf("0x0") 93 ctx.printf("&%v", target.serializeAddr(a)) 97 ctx.printf("=" [all...] |
| /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
| CrtWrapper.c | 457 int printf (char const *fmt, ...)
function
|
| /external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| disasm-a3xx.c | 37 #define printf debug_printf macro 80 printf("(absneg)"); 82 printf("(neg)"); 84 printf("(abs)"); 87 printf("(r)"); 90 printf("%d", reg.iim_val); 96 printf("%s%c<a0.x - %d>", full ? "" : "h", type, -reg.iim_val); 98 printf("%s%c<a0.x + %d>", full ? "" : "h", type, reg.iim_val); 100 printf("%s%c<a0.x>", full ? "" : "h", type); 102 printf("a0.%c", component[reg.comp]) [all...] |
| /external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
| TraceConfigzZPageHandler.java | 52 // TODO(bdrutu): Refactor this to not use a big "printf". 129 out.printf( 144 out.printf(RESTORE_DEFAULT_FORM_BODY, CHANGE, RESTORE_DEFAULT_CHANGE); 201 out.printf( 204 out.printf( 207 out.printf( 210 out.printf( 213 out.printf(
|
| /external/pdfium/fxjs/ |
| cjs_util.cpp | 62 {"printf", printf_static}, 81 CJS_Return util::printf(CJS_Runtime* pRuntime, function in class:util 391 // Ensure that sFormat contains at most one well-understood printf formatting 394 // to use sFormat with printf() and it must be copied byte-by-byte.
|
| /external/syzkaller/vendor/golang.org/x/net/trace/ |
| events.go | 100 log.Printf("net/trace: Failed executing template: %v", err) 118 // Printf formats its arguments with fmt.Sprintf and adds the 120 Printf(format string, a ...interface{}) 122 // Errorf is like Printf, but it marks this event as an error. 305 func (el *eventLog) Printf(format string, a ...interface{}) { 306 el.printf(false, format, a...) 310 el.printf(true, format, a...) 313 func (el *eventLog) printf(isErr bool, format string, a ...interface{}) { func
|
| /external/u-boot/lib/ |
| tiny-printf.c | 3 * Tiny printf version for SPL 318 #if CONFIG_IS_ENABLED(PRINTF) 332 int printf(const char *fmt, ...) function
|
| vsprintf.c | 776 #if CONFIG_IS_ENABLED(PRINTF) 777 int printf(const char *fmt, ...) function 845 printf("%.*s", grab, s);
|
| /external/skia/src/core/ |
| SkString.cpp | 20 // number of bytes (on the stack) to receive the printf result 506 void SkString::printf(const char format[], ...) { function in class:SkString
|
| /external/skqp/src/core/ |
| SkString.cpp | 20 // number of bytes (on the stack) to receive the printf result 506 void SkString::printf(const char format[], ...) { function in class:SkString
|
| /external/syzkaller/vendor/google.golang.org/grpc/ |
| server.go | 365 // printf records an event in s's event log, unless s has been stopped. 367 func (s *Server) printf(format string, a ...interface{}) { func 369 s.events.Printf(format, a...) 396 s.printf("RegisterService(%q)", sd.ServiceName) 505 s.printf("serving") 559 s.printf("Accept error: %v; retrying in %v", err, tempDelay) 571 s.printf("done serving; Accept = %v", err) [all...] |
| clientconn.go | 1167 func (ac *addrConn) printf(format string, a ...interface{}) { func [all...] |
| /external/u-boot/arch/arm/mach-omap2/ |
| clocks-common.c | 30 #define printf(fmt, args...) macro 116 printf("Bypassing DPLL failed %x\n", base); 135 printf("DPLL locking failed for %x\n", base); 456 printf("%s: gpio %d request failed %d\n", __func__, 474 printf("Scaling voltage failed for 0x%x\n", vcore_reg); 504 printf("Error: efuse 0x%08x bits=%d unknown\n", 510 printf("Error: efuse 0x%08x bits=%d val=0, using %d\n", 688 printf("Clock enable failed for 0x%x idlest 0x%x\n", 715 printf("Clock disable failed for 0x%x idlest 0x%x\n",
|
| /external/clang/test/Sema/ |
| format-strings.c | 11 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}} 31 printf(s); // expected-warning {{format string is not a string literal}} 57 printf(fmt, 1, 2); // expected-warning{{data argument not used}} 60 printf("abc" 62 printf("abc\ 69 printf("%*d", (unsigned) 1, 1); // no-warning 81 printf(s); // expected-warning {{format string is not a string literal}} 100 printf(i == 1 ? "yes" : "no"); // no-warning 101 printf(i == 0 ? (i == 1 ? "yes" : "no") : "dont know"); // no-warning 102 printf(i == 0 ? (i == 1 ? s : "no") : "dont know"); // expected-warning{{format string is not a string li (…) 559 printf(kFormat17, (int[]){0}); \/\/ expected-warning{{format specifies type 'unsigned short' but the argument}} function [all...] |
| /external/bcc/src/cc/vendor/ |
| tinyformat.hpp | 29 // Tinyformat: A minimal type safe printf replacement 31 // tinyformat.h is a type safe printf replacement library in a single C++ 35 // * C99 printf() compatibility, to the extent possible using std::ostream 53 // tfm::printf("%s, %s %d, %.2d:%.2d\n", weekday, month, day, hour, min); 72 // of printf() for super simple logging. 89 // example, see the implementation of printf() at the end of the source file. 282 // char too, but these are technically unneeded for printf compatibility. 964 void printf(const char* fmt, const Args&... args) function in namespace:tinyformat 991 inline void printf(const char* fmt) function in namespace:tinyformat [all...] |
| /external/lzma/CPP/7zip/UI/Common/ |
| ArchiveExtractCallback.cpp | 6 #undef printf
macro [all...] |
| ArchiveCommandLine.cpp | 4 #undef printf
macro [all...] |
| /bionic/libc/stdio/ |
| stdio.cpp | 897 int printf(const char* fmt, ...) { function
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| ResTable.java | 429 // printf("Found value: pkg=0x%x, type=%d, str=%s, int=%d\n", 477 //printf("Getting reference 0x%08x: newIndex=%d\n", value.data, newIndex); 2541 private void printf(String message, Object... arguments) { method in class:ResTable.PackageGroup [all...] |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| findbugs.jar | |