Searched refs:nError (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/tests/ |
D | pcm_test.tpl | 452 …{ printf ("\n\nError (%s:%d) Mono : Returned format incorrect (0x%08X => 0x%08X).\n", __FILE__, __… 457 …{ printf ("\n\nError (%s:%d) Mono : Incorrect number of frames in file. (%d => %" PRId64 ")\n", __… 462 { printf ("\n\nError (%s:%d) Mono : Incorrect number of channels in file.\n", __FILE__, __LINE__) ; 473 …{ printf ("\n\nError (%s:%d) Mono : Incorrect sample (#%d : %f => %f).\n", __FILE__, __LINE__, k, … 488 …{ printf ("\n\nError (%s:%d) Mono : Incorrect sample (#%d : %f => %f).\n", __FILE__, __LINE__, k, … 500 …{ printf ("\n\nError (%s:%d) Mono : Incorrect sample (#%d : %f => %f).\n", __FILE__, __LINE__, k, … 512 …{ printf ("\n\nError (%s:%d) Mono : Incorrect sample (#%d : %f => %f).\n", __FILE__, __LINE__, k, … 524 …{ printf ("\n\nError (%s:%d) Mono : Incorrect sample (#%d : %f => %f).\n", __FILE__, __LINE__, k, … 579 …{ printf ("\n\nError (%s:%d) Stereo : Returned format incorrect (0x%08X => 0x%08X).\n", __FILE__, … 584 …{ printf ("\n\nError (%s:%d) Stereo : Incorrect number of frames in file. (%d => %" PRId64 ")\n", … [all …]
|
D | header_test.tpl | 402 …{ printf ("\n\nError : sf_command (SFC_SET_UPDATE_HEADER_AUTO) return error : %s\n\n", sf_strerror… 521 { printf ("\n\nError : should not be able to open this file in SFM_RDWR.\n\n") ; 541 …{ printf ("\n\nError : sf_command (SFC_SET_UPDATE_HEADER_AUTO) return error : %s\n\n", sf_strerror…
|
D | utils.tpl | 465 { printf ("\n\nError : length (%" PRId64 ") too long.\n\n", offset) ; 470 { printf ("\n\nError : hexdump_file (%s) could not open file for read.\n\n", filename) ; 475 …{ printf ("\n\nError : fseek(file, %" PRId64 ", SEEK_SET) failed : %s\n\n", offset, strerror (errn…
|
D | write_read_test.tpl | 1040 { printf ("\n\nError : frame count (%" PRId64 ") should be zero.\n", info.frames) ; 1050 { printf ("\n\nError : frame count (%" PRId64 ") should be zero.\n", info.frames) ; 1060 { printf ("\n\nError : frame count (%" PRId64 ") should be zero.\n", info.frames) ;
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 160 ULONG nError; in getStringRegKey() local 164 nError = RegOpenKeyExA(HKEY_LOCAL_MACHINE, regKey.c_str(), 0, KEY_READ, &hKey); in getStringRegKey() 166 if (ERROR_SUCCESS == nError) in getStringRegKey() 167 …nError = RegQueryValueExA(hKey, strValueName.c_str(), 0, DE_NULL, (LPBYTE)szBuffer, &dwBufferSize); in getStringRegKey() 169 if (ERROR_SUCCESS == nError) in getStringRegKey() 172 return nError; in getStringRegKey()
|