Home
last modified time | relevance | path

Searched defs:__LINE__ (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D120-undef-builtin.c2 #undef __LINE__ macro
H A D147-undef-builtin-allowed.c2 #undef __LINE__ macro
/third_party/libsnd/tests/
H A Dformat_check_test.c67 "\n\nLine %d : Error string should reference bad 'minor format'.\n\n", __LINE__ in format_error_test() local
75 "\n\nLine %d : Error string should reference bad 'major format'.\n\n", __LINE__ in format_error_test() local
H A Dlocale_test.c80 "\n\nLine %d : GetFileAttributes failed.\n\n", __LINE__ in wchar_test() local
H A Derror_test.c162 exit_if_true (fwrite (data, sizeof (data), 1, file) != 1, "\n\nLine %d : fwrite failed.\n", __LINE__) ; in bad_wav_test() local
196 exit_if_true (fwrite (data, sizeof (data) - 1, 1, file) != 1, "\\n\\nLine %d : fwrite failed.\\n", __LINE__) ; wav_list_recover_test() local
[all...]
H A Dchunk_test.c178 "\n\nLine %d : Data compare failed.\n %s\n %s\n\n", __LINE__, testdata, (char*) chunk_info.data in chunk_test_helper() local
288 "\\n\\nLine %d : Data compare failed at %d.\\n %s\\n %s\\n\\n", __LINE__, (int) i, testdata [i], (char*) chunk_info.data multichunk_test_helper() local
399 exit_if_true (sizeof (chunk_data) <= chunk_size, "\\n\\nLine %d : sizeof (data) < chunk_size\\n\\n", __LINE__) ; large_free_test() local
[all...]
H A Dmisc_test.c446 exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_FALSE) != SF_FALSE, "\\n\\nLine %d: sf_command failed.\\n", __LINE__) ; rf64_downgrade_test() local
447 exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_TRUE) != SF_TRUE, "\\n\\nLine %d: sf_command failed.\\n", __LINE__) ; rf64_downgrade_test() local
451 exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_FALSE) != SF_TRUE, "\\n\\nLine %d: sf_command failed.\\n", __LINE__) ; rf64_downgrade_test() local
452 exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_TRUE) != SF_TRUE, "\\n\\nLine %d: sf_command failed.\\n", __LINE__) ; rf64_downgrade_test() local
504 exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_TRUE) != SF_TRUE, "\\n\\nLine %d: sf_command failed.\\n", __LINE__) ; rf64_long_file_downgrade_test() local
[all...]
H A Dstring_test.c640 exit_if_true (strcmp (str, title) != 0, "\\n\\nLine %d : SF_STR_TITLE doesn't match what was written.\\n", __LINE__) ; string_rdwr_test() local
658 exit_if_true (strcmp (str, artist) != 0, "\\n\\nLine %d : SF_STR_ARTIST doesn't match what was written.\\n", __LINE__) ; string_rdwr_test() local
662 exit_if_true (strcmp (str, title) != 0, "\\n\\nLine %d : SF_STR_TITLE doesn't match what was written.\\n", __LINE__) ; string_rdwr_test() local
702 exit_if_true (strcmp (str, long_title) != 0, "\\n\\nLine %d : SF_STR_TITLE doesn't match what was written.\\n", __LINE__) ; string_short_rdwr_test() local
705 exit_if_true (strcmp (str, long_artist) != 0, "\\n\\nLine %d : SF_STR_ARTIST doesn't match what was written.\\n", __LINE__) ; string_short_rdwr_test() local
719 exit_if_true (strcmp (str, title) != 0, "\\n\\nLine %d : SF_STR_TITLE doesn't match what was written.\\n", __LINE__) ; string_short_rdwr_test() local
723 exit_if_true (strcmp (str, artist) != 0, "\\n\\nLine %d : SF_STR_ARTIST doesn't match what was written.\\n", __LINE__) ; string_short_rdwr_test() local
764 "\\n\\nLine %d : sf_set_string (f, SF_STR_SOFTWARE, '%s') failed : %s\\n", __LINE__, sfname, sf_strerror (file)) ; software_string_test() local
774 "\\n\\nLine %d : Can't fine string '%s' in '%s'\\n\\n", __LINE__, sfname, result) ; software_string_test() local
829 exit_if_true (strcmp (str, title) != 0, "\\n\\nLine %d : SF_STR_TITLE doesn't match what was written.\\n", __LINE__) ; string_rdwr_grow_test() local
833 exit_if_true (strcmp (str, comment) != 0, "\\n\\nLine %d : SF_STR_COMMENT doesn't match what was written.\\n", __LINE__) ; string_rdwr_grow_test() local
901 exit_if_true (strcmp (str, long_title) != 0, "\\n\\nLine %d : SF_STR_TITLE doesn't match what was written.\\n", __LINE__) ; string_header_update() local
[all...]
H A Dcommand_test.c904 "\\nLine %d: SFC_GET_CUE_COUNT command failed.\\n\\n", __LINE__ cue_rw_test() local
1455 "\\n\\nLine %d : coding history incomplete (should contain 'libsndfile').\\n\\n", __LINE__) ; broadcast_coding_history_size() local
1705 "\\n\\nLine %d : sf_command (SFC_GET_CHANNEL_MAP_INFO) should not have failed.\\n\\n", __LINE__ channel_map_test() local
1719 "\\n\\nLine %d : sf_command (SFC_SET_CHANNEL_MAP_INFO) failed.\\n\\n", __LINE__ channel_map_test() local
1728 "\\n\\nLine %d : sf_command (SFC_GET_CHANNEL_MAP_INFO) failed.\\n\\n", __LINE__ channel_map_test() local
1735 "\\n\\nLine %d : Channel map read does not match channel map written.\\n\\n", __LINE__ channel_map_test() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGetProcAddressTests.cpp199 eglu::checkError(eglGetError(), "eglGetProcAddress()", __FILE__, __LINE__); in executeTest() local
326 eglu::checkError(eglGetError(), "eglGetProcAddress()", __FILE__, __LINE__); in executeTest() local
H A DteglQueryConfigTests.cpp131 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in checkGetConfigsBounds() local
266 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in iterate() local
288 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in getValue() local
433 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in executeTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h186 LOG(ERROR) << "FFmpeg error: " << __FILE__ << " " << __LINE__ << " " << "Could not find stream in input file"; in FFmpegDemuxer() local
265 LOG(ERROR) << "FFmpeg error: " << __FILE__ << " " << __LINE__; in CreateFormatContext() local
273 LOG(ERROR) << "FFmpeg error: " << __FILE__ << " " << __LINE__; in CreateFormatContext() local
279 LOG(ERROR) << "FFmpeg error: " << __FILE__ << " " << __LINE__; in CreateFormatContext() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp1381 throw FboIncompleteException(getConfig(), status, __FILE__, __LINE__); in render() local
2048 throw FboIncompleteException(getConfig(), status, __FILE__, __LINE__); in render() local
/third_party/python/Modules/
H A D_ssl.c755 _setSSLError(get_state_sock(self), NULL, 0, __FILE__, __LINE__); in _ssl_configure_hostname() local
764 _setSSLError(get_state_sock(self), NULL, 0, __FILE__, __LINE__); in _ssl_configure_hostname() local
770 _setSSLError(get_state_sock(self), NULL, 0, __FILE__, __LINE__); in _ssl_configure_hostname() local
798 "PROTOCOL_TLS_CLIENT context", 0, __FILE__, __LINE__); in newPySSLSocket() local
805 "PROTOCOL_TLS_SERVER context", 0, __FILE__, __LINE__); in newPySSLSocket() local
834 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); in newPySSLSocket() local
943 PY_SSL_ERROR_NO_SOCKET, __FILE__, __LINE__); in _ssl__SSLSocket_do_handshake_impl() local
2351 PY_SSL_ERROR_NO_SOCKET, __FILE__, __LINE__); _ssl__SSLSocket_write_impl() local
2494 PY_SSL_ERROR_NO_SOCKET, __FILE__, __LINE__); _ssl__SSLSocket_read_impl() local
2622 PY_SSL_ERROR_NO_SOCKET, __FILE__, __LINE__); _ssl__SSLSocket_shutdown_impl() local
2899 _setSSLError(get_state_sock(self), NULL, 0, __FILE__, __LINE__); PySSL_set_session() local
3093 _setSSLError(get_ssl_state(module), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_impl() local
3290 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_get_ciphers_impl() local
3444 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); set_verify_flags() local
3450 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); set_verify_flags() local
3900 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_load_cert_chain_impl() local
3921 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_load_cert_chain_impl() local
3929 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_load_cert_chain_impl() local
3970 _setSSLError(get_state_ctx(self), "Can't allocate buffer", 0, __FILE__, __LINE__); _add_ca_certs() local
4015 _setSSLError(get_state_ctx(self), msg, 0, __FILE__, __LINE__); _add_ca_certs() local
4030 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _add_ca_certs() local
4149 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_load_verify_locations_impl() local
4197 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_load_dh_params() local
4339 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_set_default_verify_paths_impl() local
4371 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_set_ecdh_curve() local
4378 _setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__); _ssl__SSLContext_set_ecdh_curve() local
[all...]

Completed in 15 milliseconds