HomeSort by relevance Sort by last modified time
    Searched defs:printf (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
jalx-2-printf.s 1 .file 1 "jalx-2-printf.c"
8 .globl printf
11 .ent printf
12 .type printf, @function
13 printf: label
33 .end printf
34 .size printf, .-printf
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
printf.c 2 Implementation of printf as declared in <stdio.h>.
43 NetBSD: printf.c,v 1.11 2003/08/07 16:43:29 agc Exp
44 printf.c 8.1 (Berkeley) 6/4/93
54 printf(char const *fmt, ...) function
  /external/syslinux/com32/lib/
printf.c 2 * printf.c
8 int printf(const char *format, ...) function
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
printf.c 12 int printf(const char *fmt, ...) function
  /cts/suite/audio_quality/lib/src/
Log.cpp 41 void Log::printf(LogLevel level, const char* fmt, ...) function in class:Log
Report.cpp 66 void Report::printf(const char* fmt, ...) function in class:Report
96 printf(" <test title=\"%s\" result=\"pass\" >", it->first.string());
98 printf(" <test title=\"%s\" result=\"fail\" >", it->first.string());
100 printf(" <details>\n%s", it->second.string());
101 printf(" </details>");
102 printf(" </test>");
108 printf("<?xml version='1.0' encoding='utf-8' standalone='yes' ?>");
109 printf("<audio-test-results-report report-version=\"1\" creation-time=\"%s\">",
111 printf(" <verifier-info version-name=\"1\" version-code=\"1\" />");
112 printf(" <device-info>")
    [all...]
  /external/capstone/contrib/cs_driver/cs_driver/
cs_driver.c 35 printf("Entering DriverEntry()\n");
39 printf("Leaving DriverEntry()\n");
75 printf("cs_driver!cs_driver_hello:\n");
77 printf("0x%p\t%s\t\t%s\n", (void *)(uintptr_t)insn[j].address,
90 // printf()
91 _Use_decl_annotations_ int __cdecl printf(const char *_Format, ...) { function
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 53 printf( "\n" ); \
54 printf( "\n" ); \
55 printf( "/* =====================================================" \
57 printf( " * Offsets for " x "\n" ); \
58 printf( " */\n" ); \
59 printf( "\n" ); \
64 printf( "\n" ); \
65 printf( "/*\n" ); \
66 printf( " * Flags for " x "\n" ); \
67 printf( " */\n" );
84 #define printf macro
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper.go 34 p.printf("nil\n")
38 p.printf("\n")
91 // printf is a convenience wrapper that takes care of print errors.
92 func (p *dumper) printf(format string, args ...interface{}) { func
109 p.printf("nil")
116 p.printf("nil")
122 p.printf("%s @ %v", x.Value, x.Pos())
126 p.printf("*")
132 p.printf("(Node @ %d)", line)
142 p.printf("nil"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
dumper.go 34 p.printf("nil\n")
38 p.printf("\n")
91 // printf is a convenience wrapper that takes care of print errors.
92 func (p *dumper) printf(format string, args ...interface{}) { func
109 p.printf("nil")
116 p.printf("nil")
122 p.printf("%s @ %v", x.Value, x.Pos())
126 p.printf("*")
132 p.printf("(Node @ %d)", line)
142 p.printf("nil"
    [all...]
  /external/clang/test/Sema/
attr-format.c 5 void a(const char *a, ...) __attribute__((format(printf, 1,2))); // no-error
6 void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
7 void c(const char *a, ...) __attribute__((format(printf, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
8 void d(const char *a, int c) __attribute__((format(printf, 1,2))); // expected-error {{format attribute requires variadic function}}
9 void e(char *str, int c, ...) __attribute__((format(printf, 2,3))); // expected-error {{format argument not a string type}}
12 void f(xpto c, va_list list) __attribute__((format(printf, 1, 0))); // no-error
13 void g(xpto c) __attribute__((format(printf, 1, 0))); // no-error
18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error
19 int (*f2_ptr)(double,...) __attribute__((format(printf, 1, 2))); // expected-error {{format argument not a string type}}
22 int (*printf)(const char *format, ...) __attribute__((__format__(printf, 1, 2))); // no-erro member in struct:_mystruct
    [all...]
  /external/compiler-rt/test/asan/TestCases/
coverage-reset.cc 16 // In MSVC 2015, printf is an inline function, which causes this test to fail as
17 // it introduces an extra coverage point. Define away printf on that platform to
20 # define printf(arg, ...) macro
27 printf("line %d: bitset %zd total: %zd\n", __LINE__, bitset, \
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/io/
NullPrintStream.java 58 public PrintStream printf(String format, Object... args) { method in class:NullPrintStream
63 public PrintStream printf(Locale l, String format, Object... args) { method in class:NullPrintStream
  /external/curl/lib/
curl_printf.h 32 # undef printf macro
40 # define printf curl_mprintf macro
curlx.h 78 /* If this define is set, we define all "standard" printf() functions to use
81 # undef printf macro
92 # define printf curlx_mprintf macro
  /external/google-breakpad/src/third_party/curl/
mprintf.h 49 # undef printf macro
59 # define printf curl_mprintf macro
  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
SystemOutListener.java 29 System.out.printf(PATTERN, c.getSimpleName() + " (" + getTypology(c) + ")", "Working!");
33 System.out.printf(PATTERN, c.getSimpleName() + "(" + getTypology(c) + ")", "KO - " + t);
  /frameworks/base/tools/incident_report/
printer.cpp 59 Out::printf(const char* format, ...) function in class:Out
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 38 public PrintStream printf(String format, Object... args) { return this; } method in class:NullPrintStream
39 public PrintStream printf(Locale l, String format, Object... args) { return this; } method in class:NullPrintStream
  /prebuilts/go/darwin-x86/src/go/ast/
print.go 62 p.printf("nil\n")
66 p.printf("\n")
127 // printf is a convenience wrapper that takes care of print errors.
128 func (p *printer) printf(format string, args ...interface{}) { func
145 p.printf("nil")
154 p.printf("%s (len = %d) {", x.Type(), x.Len())
157 p.printf("\n")
160 p.printf(": ")
162 p.printf("\n")
166 p.printf("}")
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 211 h.printf("CGI error: %v", err)
250 h.printf("cgi: long header line from subprocess.")
258 h.printf("cgi: error reading headers: %v", err)
268 h.printf("cgi: bogus header line: %s", string(line))
277 h.printf("cgi: bogus status (short): %q", val)
282 h.printf("cgi: bogus status: %q", val)
283 h.printf("cgi: line was %q", line)
293 h.printf("cgi: no headers")
309 h.printf("cgi: missing required Content-Type in headers")
330 h.printf("cgi: copy error: %v", err
341 func (h *Handler) printf(format string, v ...interface{}) { func
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
print.go 62 p.printf("nil\n")
66 p.printf("\n")
127 // printf is a convenience wrapper that takes care of print errors.
128 func (p *printer) printf(format string, args ...interface{}) { func
145 p.printf("nil")
154 p.printf("%s (len = %d) {", x.Type(), x.Len())
157 p.printf("\n")
160 p.printf(": ")
162 p.printf("\n")
166 p.printf("}")
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 211 h.printf("CGI error: %v", err)
250 h.printf("cgi: long header line from subprocess.")
258 h.printf("cgi: error reading headers: %v", err)
268 h.printf("cgi: bogus header line: %s", string(line))
277 h.printf("cgi: bogus status (short): %q", val)
282 h.printf("cgi: bogus status: %q", val)
283 h.printf("cgi: line was %q", line)
293 h.printf("cgi: no headers")
309 h.printf("cgi: missing required Content-Type in headers")
330 h.printf("cgi: copy error: %v", err
341 func (h *Handler) printf(format string, v ...interface{}) { func
    [all...]
  /external/capstone/tests/
test_winkernel.cpp 101 printf("ERROR: Failed to save floating point state!\n");
134 printf("ERROR: cs_winkernel_vsnprintf_test() did not produce expected results!\n");
148 // This functions mimics printf() but does not return the same value as printf()
149 // would do. printf() is required to exercise regression tests.
151 int __cdecl printf(const char * format, ...) function
  /external/clang/test/SemaCXX/
format-strings.cpp 7 extern int printf(const char *restrict, ...);
15 printf("%a", 1.0);
20 printf("%ls", "foo"); // expected-warning{{format specifies type 'wchar_t *' but the argument has type 'const char *'}}
29 int printf(const char *, ...) __attribute__((format(printf, 2, 3)));
33 static int printf_static(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
39 foo.printf("%d", i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
42 printf(foo.gettext("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
43 printf(Foo::gettext_static("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
60 int Foo::printf(const char *fmt, ...) function in class:Foo
    [all...]

Completed in 853 milliseconds

1 2 3 4 5