Searched defs:printf (Results 26 - 37 of 37) sorted by relevance

12

/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/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/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/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/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...]
/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/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h470 /// int printf(const char *format, ...);
471 printf, enumerator in enum:llvm::LibFunc::Func
/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...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 2199 milliseconds

12