Home
last modified time | relevance | path

Searched refs:wprintf (Results 1 - 16 of 16) sorted by relevance

/third_party/lame/test/
H A Dlame_test.cpp247 wprintf(L"rc=%d %d %d\n",rc,mp3_stream_buffer.used(),mp3_stream_buffer.unused()); in generateFile()
254 wprintf(L"flush rc=%d\n",rc); in generateFile()
260 wprintf(L"lametag_size=%d\n",lametag_size); in generateFile()
263 wprintf(L"rc=%d\n",rc); in generateFile()
274 wprintf(L"usage: %ws <filename> <number pcm samples>\n", argv[0]);
277 wprintf(L"open file %ws\n", argv[1]);
279 wprintf(L"synthesize %d samples long mp3 file\n",n);
/third_party/skia/tools/
H A Dwin_lcid.cpp17 wprintf(L"Locale %s had error %d\n", pStr, GetLastError()); in MyFuncLocaleEx()
23 wprintf(L"Error %d getting LCID\n", GetLastError()); in MyFuncLocaleEx()
28 wprintf(L"//"); in MyFuncLocaleEx()
30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer); in MyFuncLocaleEx()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Diswalhpa.c40 wprintf(L"'%lc' is not\n", str[i]); in iswalhpa_0100()
61 wprintf(L"'%lc' is not\n", str[i]); in iswalhpa_0200()
82 wprintf(L"'%lc' is alphabetic\n", str[i]); in iswalhpa_0300()
103 wprintf(L"'%lc' is alphabetic\n", str[i]); in iswalhpa_0400()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dwprintf.c28 int result = wprintf(L"%lc\n", L'a'); in wprintf_0100()
41 int result = wprintf(L"%d, %ld\n", 123, 650000L); in wprintf_0200()
54 int result = wprintf(L"%ls\n", L"wprintf test"); in wprintf_0300()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp124 wprintf(L"Test virtual blocks\n"); in TestVirtualBlocks()
292 wprintf(L"Test committed resources and JSON\n"); in TestCommittedResourcesAndJson()
366 wprintf(L"Test custom heap flags\n"); in TestCustomHeapFlags()
425 wprintf(L"Test placed resources\n"); in TestPlacedResources()
529 wprintf(L"Test other COM interface\n"); in TestOtherComInterface()
564 wprintf(L"Test custom pools\n"); in TestCustomPools()
741 wprintf(L"Test aliasing memory\n"); in TestAliasingMemory()
815 wprintf(L"Test mapping\n"); in TestMapping()
889 wprintf(L"Test stats\n"); in TestStats()
957 wprintf( in TestTransfer()
[all...]
H A DCommon.cpp94 wprintf(L"%s\n", msg); in PrintMessage()
H A DD3D12Sample.cpp135 wprintf(L"Allocate Size=%llu Alignment=%llu -> %p\n", Size, Alignment, memory); in CustomAllocate()
149 wprintf(L"Free %p\n", pMemory); in CustomFree()
439 wprintf(L"ResourceHeapTier = D3D12_RESOURCE_HEAP_TIER_1\n"); in InitD3D()
442 wprintf(L"ResourceHeapTier = D3D12_RESOURCE_HEAP_TIER_2\n"); in InitD3D()
1384 wprintf(L"ERROR: %hs\n", ex.what()); in ExecuteTests()
1400 wprintf(L"%s\n", statsString); in OnKeyDown()
/third_party/musl/src/stdio/
H A Dwprintf.c5 int wprintf(const wchar_t *restrict fmt, ...) in wprintf() function
/third_party/skia/third_party/externals/libwebp/examples/
H A Dunicode.h58 #define WPRINTF(STR, ...) wprintf(TO_W_CHAR(STR), __VA_ARGS__)
/third_party/libuv/test/
H A Dtest-spawn.c1186 wprintf(L"input : %s\n", test_str[i]); in TEST_IMPL()
1187 wprintf(L"output: %s\n", test_output[i]); in TEST_IMPL()
1198 wprintf(L"command_line: %s\n", command_line); in TEST_IMPL()
1202 wprintf(L"%d: %s\t%s\n", i, test_str[i], cracked[i]); in TEST_IMPL()
1217 wprintf(L" verbatim_output: %s\n", verbatim_output); in TEST_IMPL()
1218 wprintf(L"non_verbatim_output: %s\n", non_verbatim_output); in TEST_IMPL()
/third_party/musl/libc-test/src/api/
H A Dstdio.c111 {int(*p)(const wchar_t*restrict,...) = wprintf;} in g()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h111 int wprintf (const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h111 int wprintf (const wchar_t *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h111 int wprintf (const wchar_t *__restrict, ...);
/third_party/musl/include/
H A Dwchar.h111 int wprintf (const wchar_t *__restrict, ...);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp631 extern int wprintf (const wchar_t *__restrict __format, ...)
14071 using ::wprintf;
[all...]

Completed in 34 milliseconds