HomeSort by relevance Sort by last modified time
    Searched refs:wprintf (Results 1 - 23 of 23) sorted by null

  /external/skia/tools/
win_lcid.cpp 17 wprintf(L"Locale %s had error %d\n", pStr, GetLastError());
23 wprintf(L"Error %d getting LCID\n", GetLastError());
28 wprintf(L"//");
30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
  /external/skqp/tools/
win_lcid.cpp 17 wprintf(L"Locale %s had error %d\n", pStr, GetLastError());
23 wprintf(L"Error %d getting LCID\n", GetLastError());
28 wprintf(L"//");
30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
wprintf.c 1 /* $NetBSD: wprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/wprintf.c,v 1.1 2002/09/21 13:00:30 tjr Exp $");
34 __RCSID("$NetBSD: wprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $");
43 wprintf(const wchar_t * __restrict fmt, ...) function
Stdio.inf 98 wprintf.c #
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 158 wprintf(L"Usage:\n\n"
162 wprintf(L" - Timeout is in milliseconds, or can be 0 to be unlimited.\n");
163 wprintf(L" - product_name is an HTTP-friendly product name. It must only\n"
166 wprintf(L"Example:\n\n"
250 wprintf(L"Uploaded symbols for windows-%s/%s/%s (%s %s)\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 27 __LDBL_REDIR_DECL (wprintf); variable
wchar2.h 340 wprintf (__const wchar_t *__restrict __fmt, ...) function
352 # define wprintf(...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 27 __LDBL_REDIR_DECL (wprintf); variable
wchar2.h 340 wprintf (__const wchar_t *__restrict __fmt, ...) function
352 # define wprintf(...) \ macro
  /external/e2fsprogs/intl/
libgnuintl.h.in 347 #undef wprintf
348 #define wprintf libintl_wprintf
349 extern int wprintf (const wchar_t *, ...);
  /bionic/tests/headers/posix/
wchar_h.c 120 FUNCTION(wprintf, int (*f)(const wchar_t*, ...));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 50 int wprintf (const wchar_t * __restrict format, ...);
    [all...]
  /bionic/libc/include/
wchar.h 121 int wprintf(const wchar_t* __fmt, ...);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 128 static_assert((std::is_same<decltype(wprintf(L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 128 static_assert((std::is_same<decltype(wprintf(L"")), int>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 127 static_assert((std::is_same<decltype(std::wprintf(L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 127 static_assert((std::is_same<decltype(std::wprintf(L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 676 #define wprintf macro
    [all...]
stdio.h 696 int wprintf (const wchar_t *__format, ...) function
772 int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
    [all...]
wchar.h 545 int wprintf (const wchar_t *__format, ...) function
620 int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
    [all...]
tchar.h 136 #define _tprintf wprintf
  /bionic/libc/stdio/
stdio.cpp 1007 int wprintf(const wchar_t* fmt, ...) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 598 extern int wprintf (__const wchar_t *__restrict __format, ...)

Completed in 553 milliseconds