Searched defs:printf (Results 1 - 25 of 37) sorted by last modified time

12

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp28 #define printf wpagui_printf macro
164 printf("Failed to open control connection to "
293 printf("Selected interface '%s'\n",
371 printf("Trying to connect to '%s'\n", cfile);
384 printf("Failed to attach to wpa_supplicant\n");
445 printf("'%s' command timed out.\n", cmd);
447 printf("'%s' command failed.\n", cmd);
699 printf("helpIndex\n");
705 printf("helpContents\n");
800 printf("PIN
[all...]
/external/vixl/src/a64/
H A Dsimulator-a64.cc492 printf("Unimplemented instruction at 0x%p: 0x%08" PRIx32 "\n",
499 printf("Unallocated instruction at 0x%p: 0x%08" PRIx32 "\n",
2405 // We need to call the host printf function with a set of arguments defined by
2433 // Chunks after the first are passed as format strings to printf, so we
2447 // Finally, call printf with each chunk, passing the appropriate register
2448 // argument. Normally, printf returns the number of bytes transmitted, so we
2449 // can emulate a single printf call by adding the result from each chunk. If
2452 printf("%s", clr_printf);
2456 int result = printf("%s", format);
2466 case kPrintfArgW: part_result = printf(chunk
2437 VIXL_CHECK(placeholder_count < arg_count); *format_scratch++ = �; chunks[placeholder_count++] = format_scratch; *format_scratch++ = format_base[i]; } } } VIXL_CHECK(placeholder_count == arg_count); printf(�, clr_printf); int result = printf(�, format); int pcs_r = 1; int pcs_f = 0; if (result >= 0) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcprint.c86 printf() and friends
89 /* --------- printf --------- */
146 UInt VG_(printf) ( const HChar *format, ... ) function
377 pretty much the same as VG_(printf)'s scheme, with two differences:
496 with the other printf variants in earlier parts of this file. */
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp145 #define printf(args...) \ macro
172 printf ("Time: %4ldms\n", end-start);
236 printf("FLAGS [phb=%i, fm=%i]\n", Tsan_PureHappensBefore(), Tsan_FastMode());
321 printf("test00: negative\n");
322 printf("\tGLOB=%d\n", GLOB);
347 printf("test01: positive\n");
350 printf("\tGLOB=%d\n", tmp);
397 printf("test02: negative\n");
399 printf("\tGLOB=%d\n", GLOB);
442 printf("test0
[all...]
H A Dunit_bitmap.c55 UInt VG_(printf)(const HChar *format, ...) function
58 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
108 VG_(printf)("Bitmaps are different.\n");
114 printf("0x%x %c %c %c %c\n",
163 VG_(printf)("Deleting bitmap bm\n");
166 VG_(printf)("Deleting bitmap bm2\n");
H A Dunit_vc.c41 UInt VG_(printf)(const HChar *format, ...) function
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c40 printf() and friends
58 /* --------- printf --------- */
119 UInt VG_(printf) ( const HChar *format, ... ) function
626 VG_(printf)(
631 VG_(printf)(
636 VG_(printf)(
/external/srec/portable/include/
H A Dplog.h68 * printf).
73 ESR_ReturnCode(*printf)(struct PLogger_t *self, member in struct:PLogger_t
203 * @param msg The message format specification (ala printf).
214 * @param msg The message format specification (ala printf).
285 * Usage: PLOG_DBG_TRACE((printf-arguments))
287 * The reason we require double brackets is to allow the use of printf-style variable
/external/srtp/crypto/include/
H A Dkernel_compat.h79 #define printf(...) printk(__VA_ARGS__) macro
/external/skia/src/core/
H A DSkString.cpp17 // number of bytes (on the stack) to receive the printf result
558 void SkString::printf(const char format[], ...) { function in class:SkString
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.h43 #define printf(format, p...) bios_printf(BIOS_PRINTF_SCREEN, format, ##p) macro
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c72 static void printf();
588 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n",GET_AH(),GET_AL(),BX,CX,DX);
849 printf("mode search %02x found line %02x\n",mode,line);
1184 printf("Set active page %02x address %04x\n",page,address);
1295 printf("Scroll, address %04x (%04x %04x %02x)\n",address,nbrows,nbcols,page);
1400 printf("Scroll in graphics mode ");
2838 printf("Get font info BH(%02x) was discarded\n",BH);
3771 printf("--> Unimplemented\n");
3776 printf("--> Unknown int10\n");
3782 void printf( function
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp42 JS_STATIC_METHOD_ENTRY(printf, 20)
140 FX_BOOL util::printf(OBJ_METHOD_PARAMS) function in class:util
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h470 /// int printf(const char *format, ...);
471 printf, enumerator in enum:llvm::LibFunc::Func
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp129 printf (const char *format, ...) function in class:fd_interposing::String
359 log (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
362 log (int log_fd, const FDEvent *event, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
365 backtrace_log (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
368 backtrace_error (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
371 log_to_fd (int log_fd, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
674 description_sp->printf("pid=%i: socket (domain = %i, type = %i, protocol = %i) => fd=%i errno = %i", pid, domain, type, protocol, fd, fd_errno.get_errno());
676 description_sp->printf("pid=%i: socket (domain = %i, type = %i, protocol = %i) => fd=%i", pid, domain, type, protocol, fd);
733 description_sp->printf("pid=%i: open (path = '%s', oflag = %i, mode = %i) -> fd=%i", pid, path, oflag, mode, fd);
738 description_sp->printf("pi
[all...]
/external/libxml2/
H A Dtrio.h158 # define printf trio_printf macro
/external/jhead/
H A Dexif.c31 #define printf ALOGE macro
306 printf("found tag %s val %d", TagTable[i].Desc, TagTable[i].Tag);
310 printf("tag %s NOT FOUND", tagName);
395 case FMT_BYTE: printf("%02x",*(uchar *)ValuePtr); s=1; break;
396 case FMT_USHORT: printf("%d",Get16u(ValuePtr)); s=2; break;
398 case FMT_SLONG: printf("%d",Get32s(ValuePtr)); s=4; break;
399 case FMT_SSHORT: printf("%hd",(signed short)Get16u(ValuePtr)); s=2; break;
402 printf("%d/%d",Get32s(ValuePtr), Get32s(4+(char *)ValuePtr));
406 case FMT_SINGLE: printf("%f",(double)*(float *)ValuePtr); s=8; break;
407 case FMT_DOUBLE: printf("
[all...]
H A Dgpsinfo.c63 #define printf ALOGE macro
76 printf("found tag %d", tag);
79 printf("tag %s format not defined", GpsTags[i].Desc);
85 printf("tag %d NOT FOUND", tag);
94 printf("found tag %d", tag);
97 printf("tag %s format not defined", GpsTags[i].Desc);
103 printf("tag %d NOT FOUND", tag);
112 printf("found GPS tag %s val %d", GpsTags[i].Desc, GpsTags[i].Tag);
116 printf("GPS tag %s NOT FOUND", tagName);
134 printf("(di
[all...]
H A Djpgfile.c27 #define printf ALOGE macro
73 printf("COM marker comment: %s\n",Comment);
102 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n",
195 printf("reading marker %d", marker);
264 printf("Image cotains XMP section, %d bytes long\n", itemlen);
279 printf("Image cotains IPTC section, %d bytes long\n", itemlen);
306 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
392 printf("reading marker %d", marker);
538 printf("ReadJpegSections");
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c27 /* Redirect printf to a function in the test application so it's possible to
29 #ifdef printf
30 #undef printf macro
31 #endif // printf
32 #define printf example_test_printf macro
253 printf("%s\n", argv[1]);
256 printf(" %s %s = %d\n", argv[i], argv[i + 1],
259 printf("= %d\n", result);
/external/clang/test/Sema/
H A Dattr-format.c5 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)(cons member in struct:_mystruct
[all...]
H A Dformat-strings.c11 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}}
31 printf(s); // expected-warning {{format string is not a string literal}}
50 printf("abc"
52 printf("abc\
59 printf("%*d", (unsigned) 1, 1); // no-warning
71 printf(s); // expected-warning {{format string is not a string literal}}
85 printf(i == 1 ? "yes" : "no"); // no-warning
86 printf(i == 0 ? (i == 1 ? "yes" : "no") : "dont know"); // no-warning
87 printf(i == 0 ? (i == 1 ? s : "no") : "dont know"); // expected-warning{{format string is not a string literal}}
88 printf("ye
525 printf(kFormat17, (int[]){0}); // expected-warning{{format specifies type 'unsigned short' but the argument}} function
[all...]
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp7 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 *'}}
59 int Foo::printf(cons function in class:Foo
[all...]

Completed in 268 milliseconds

12