/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 585 catch (const vk::Error& error) in bindBufferMemory() 587 if (error.getError() == vk::VK_ERROR_OUT_OF_DEVICE_MEMORY in bindBufferMemory() 588 || error.getError() == vk::VK_ERROR_OUT_OF_HOST_MEMORY) in bindBufferMemory() 635 catch (const vk::Error& error) in bindImageMemory() 637 if (error.getError() == vk::VK_ERROR_OUT_OF_DEVICE_MEMORY in bindImageMemory() 638 || error.getError() == vk::VK_ERROR_OUT_OF_HOST_MEMORY) in bindImageMemory()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 26 # error "vulkan.hpp needs at least c++ standard version 11" 10787 # error unsupported platform 10803 # error unsupported platform 10841 # error unsupported platform 10854 # error unsupported platform 10869 # error unsupported platform
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 446 - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. 1574 // We handle UTF-8 decoding error by skipping forward. 3004 bool error = false; in DebugCheckVersionAndDataLayout() local 3005 if (strcmp(version, IMGUI_VERSION)!=0) { error = true; IM_ASSERT(strcmp(version,IMGUI_VERSION)==0 && "Mismatched version string!"); } in DebugCheckVersionAndDataLayout() 3006 if (sz_io != sizeof(ImGuiIO)) { error = true; IM_ASSERT(sz_io == sizeof(ImGuiIO) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 3007 if (sz_style != sizeof(ImGuiStyle)) { error = true; IM_ASSERT(sz_style == sizeof(ImGuiStyle) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 3008 if (sz_vec2 != sizeof(ImVec2)) { error = true; IM_ASSERT(sz_vec2 == sizeof(ImVec2) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 3009 if (sz_vec4 != sizeof(ImVec4)) { error = true; IM_ASSERT(sz_vec4 == sizeof(ImVec4) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 3010 if (sz_vert != sizeof(ImDrawVert)) { error = true; IM_ASSERT(sz_vert == sizeof(ImDrawVert) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 3011 return !error; in DebugCheckVersionAndDataLayout() [all...] |
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 72 NAPI_ASSERT(env, err == Z_OK, "crc32 error");
in Crc32() 84 NAPI_ASSERT(env, err == Z_OK, "crc32_z error");
in Crc32_z() 95 NAPI_ASSERT(env, err == Z_OK, "crc32_combine error");
in Crc32Combine() 113 NAPI_ASSERT(env, err == VALUE_ONE, "adler32 error");
in Adler32() 117 NAPI_ASSERT(env, err == Z_OK, "adler32 error");
in Adler32() 130 NAPI_ASSERT(env, err == Z_OK, "adler32_z error");
in Adler32_z() 142 NAPI_ASSERT(env, err == expect, "adler32_combine error");
in Adler32Combine() 163 NAPI_ASSERT(env, err == Z_OK, "deflateInit error");
in Deflate() 170 NAPI_ASSERT(env, err == Z_OK, "deflate Z_NO_FLUSH error");
in Deflate() 179 NAPI_ASSERT(env, err == Z_OK, "deflate Z_FINISH error");
in Deflate() 1426 const char *error = gzerror(file, &err); GzError() local [all...] |
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 1301 Image_ErrorCode error = OH_ImageSourceNative_CreateFromData(reinterpret_cast<uint8_t *>(data), dataSize, &res); in CreateFromData() local 1302 if (error != IMAGE_SUCCESS) { in CreateFromData()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 1228 * error for multiplication by zero, and it will produce wrong results in lp_build_mul_imm() 3225 #error 3384 #error
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 296 catch (const vk::Error& error) in createImage() 298 if (error.getError() == VK_ERROR_FORMAT_NOT_SUPPORTED) in createImage()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 431 /* Log link error */ in Link() 437 /* Get error log length */ in Link() 443 /* Get error log */ in Link() 533 /* Log compilation error */ in Compile() 546 /* Get error log */ in Compile() 1472 /* Get error from draw */ in iterate() 1473 GLenum error = gl.getError(); in iterate() local 1482 /* Handle error from draw */ in iterate() 1483 GLU_EXPECT_NO_ERROR(error, "DrawArrays"); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultisampledRenderToTextureTest.cpp | 39 void assertErrorIfNotMSRTT2(GLenum error) in assertErrorIfNotMSRTT2() argument 47 ASSERT_GL_ERROR(error); in assertErrorIfNotMSRTT2() 1803 // validation error (if ASSERT is removed). 1883 // between framebuffer and render pass will result in an ASSERT and a validation error (if ASSERT is
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 1315 SkScalar error = startOver90 - startOver90I; in addArc() local 1316 if (SkScalarNearlyEqual(error, 0)) { in addArc()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 95 #error Use IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS 98 #error Use IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS 672 // ImDrawList: Helper function to calculate a circle's segment count given its radius and a "maximum error" value. 673 // Estimation of number of circle segment based on error is derived using method described in https://stackoverflow.com/a/2244088/15194693 675 // N = ceil ( pi / acos(1 - error / r) ) where r > 0, error <= r 688 // Raw equation from IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC rewritten for 'r' and 'error'.
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 490 pa_json_encoder_add_member_string(encoder, "error", _("(invalid)")); in pa_volume_to_json_object() 511 pa_json_encoder_add_member_string(encoder, "error", _("(invalid)")); in pa_cvolume_to_json_object() 2072 goto error; in set_sink_formats() 2093 error: in set_sink_formats()
|
/third_party/python/Lib/test/ |
H A D | test_builtin.py | 703 return 1 # used to be 'a' but that's no longer an error 805 # Used to raise SystemError('error return without exception set') 1685 def iter_error(self, iterable, error): 1686 """Collect `iterable` into a list, catching an expected `error`.""" 1688 with self.assertRaises(error): 2203 # Check the error handlers are accounted for 2247 # Check stdin/stdout error handler is used when invoking PyOS_Readline()
|
H A D | test_io.py | 892 # Check that OSError is raised with error code EBADF if the 958 # ensure that refcounting is correct with some error conditions 1021 # Silence destructor error 1191 # Silence destructor error 1212 # Silence destructor error 1517 # Silence destructor error 1892 # Silence destructor error 2103 # Silence destructor error 2120 # Silence destructor error 2151 # Silence destructor error [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 292 catch (const vk::Error& error) in createImage() 294 if (error.getError() == VK_ERROR_FORMAT_NOT_SUPPORTED) in createImage()
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 2265 __attribute__((diagnose_if(!(expr), #expr, "error"))) \ 2270 __attribute__((diagnose_if(!(expr), msg, "error"))) \ 2273 # define JSON_HEDLEY_REQUIRE(expr) __attribute__((diagnose_if(!(expr), #expr, "error"))) 2274 # define JSON_HEDLEY_REQUIRE_MSG(expr,msg) __attribute__((diagnose_if(!(expr), msg, "error"))) 2374 #error "unsupported Clang version - see https://github.com/nlohmann/json#supported-compilers" 2378 #error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers" 2476 // ranges header shipping in GCC 11.1.0 (released 2021-04-27) has syntax error 4392 /// an exception object as storage for error messages 4396 /// @brief exception indicating a parse error 4402 @brief create a parse error exceptio [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 24 #include "mbedtls/error.h" 1161 * any error codes. in ssl_handshake_init() 1412 /* Set to NULL in case of an error condition */ in mbedtls_ssl_setup() 1422 goto error; in mbedtls_ssl_setup() 1432 goto error; in mbedtls_ssl_setup() 1442 goto error; in mbedtls_ssl_setup() 1447 error: in mbedtls_ssl_setup() 2897 /* unsupported value, stop parsing and set the size to an error value */ in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 4381 * case of error, and has an extra option omit_header. 4444 * Deserialize session: public wrapper for error cleanin [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 171 #error "CAN_USE_ARMV8_INSTRUCTIONS should imply CAN_USE_ARMV7_INSTRUCTIONS" in CpuFeaturesFromCompiler() 174 #error "CAN_USE_ARMV8_INSTRUCTIONS should imply CAN_USE_SUDIV" in CpuFeaturesFromCompiler() 179 #error "CAN_USE_ARMV7_INSTRUCTIONS should match CAN_USE_VFP3_INSTRUCTIONS" in CpuFeaturesFromCompiler() 182 #error "CAN_USE_NEON should imply CAN_USE_ARMV7_INSTRUCTIONS" in CpuFeaturesFromCompiler()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 1696 pa_log("protocol error, kicking client"); in protocol_error() 1700 #define CHECK_VALIDITY(pstream, expression, tag, error) do { \ 1702 pa_pstream_send_error((pstream), (tag), (error)); \ 1707 #define CHECK_VALIDITY_GOTO(pstream, expression, tag, error, label) do { \ 1709 pa_pstream_send_error((pstream), (tag), (error)); \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 242 catch (const vk::Error& error) in createTestInstance() 244 if (error.getError() == vk::VK_ERROR_EXTENSION_NOT_PRESENT) in createTestInstance() 420 catch (const vk::Error& error) in createTestDevice() 422 if (error.getError() == vk::VK_ERROR_EXTENSION_NOT_PRESENT) in createTestDevice() 658 * signaled or an error happens while trying to get a file descriptor. in tuneWorkSizeYAndPrepareCommandBuffer() 4647 log << TestLog::Message << "Failure validating Android Hardware Buffer. See error message and combination: " << TestLog::EndMessage; in ValidateAHardwareBuffer() 4720 log << TestLog::Message << "Failure validating OHOS Native Buffer. See error message and combination: " in ValidateOHOSNativeBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 242 catch (const vk::Error& error) in createTestInstance() 244 if (error.getError() == vk::VK_ERROR_EXTENSION_NOT_PRESENT) in createTestInstance() 409 catch (const vk::Error& error) in createTestDevice() 411 if (error.getError() == vk::VK_ERROR_EXTENSION_NOT_PRESENT) in createTestDevice() 647 * signaled or an error happens while trying to get a file descriptor. in tuneWorkSizeYAndPrepareCommandBuffer() 4413 log << TestLog::Message << "Failure validating Android Hardware Buffer. See error message and combination: " << TestLog::EndMessage; in ValidateAHardwareBuffer()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 97 # error XML_GE (for general entities) must be defined, non-empty, either 1 or 0 (0 to disable, 1 to enable; 1 is a common default) 101 # error Either undefine XML_DTD or define XML_GE to 1. 133 # error You do not have support for any sources of high quality entropy \ 146 If insist on not using any of these, bypass this error by defining \ 1298 XXX possible error cases caused the XML_STATUS_ERROR return. in XML_SetEncoding() 2397 return XML_L("syntax error"); in XML_ErrorString() 2435 return XML_L("error in processing external entity reference"); in XML_ErrorString() 2702 declaration - causing the error XML_ERROR_MISPLACED_XML_PI in doContent. in externalEntityInitProcessor2() 4098 * error in internal entities. in doIgnoreSection() 4392 * to suspend the parser, which fails and raises an error in entityValueInitProcessor() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 339 *ret = err->error; in error_handler() 1876 /* if error or not fitting 802.3 header, return */ in wpa_driver_nl80211_handle_eapol_tx_status() 4951 /* if error occurred and interface exists already */ in nl80211_create_iface() 5968 "requested mode - ignore error"); in wpa_driver_nl80211_set_mode_impl() 9102 goto error; in nl80211_switch_channel() 9107 goto error; in nl80211_switch_channel() 9116 goto error; in nl80211_switch_channel() 9137 error: in nl80211_switch_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 357 *ret = err->error; in error_handler() 447 /* Need to convert libnl error code to an errno value. For now, in send_and_recv() 448 * just hardcode this to EBADF; the real error reason is shown in send_and_recv() 449 * in that error print above. */ in send_and_recv() 484 * will stop and return an error. */ in send_and_recv() 2210 /* if error or not fitting 802.3 header, return */ in wpa_driver_nl80211_handle_eapol_tx_status() 5773 /* if error occurred and interface exists already */ in nl80211_create_iface() 6989 "requested mode - ignore error"); 10420 goto error; 10425 goto error; [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 492 log_error_errno(r, "error resolving user '%s': %m", owner); in add_uid() 539 log_error_errno(r, "error resolving group '%s': %m", group); in add_gid() 1069 * so save the work for the error case instead of always trying in add_rule() 1074 /* If we aren't at the end of the line, this is a parsing error. in add_rule() 1146 log_error("error parsing ATTR attribute"); in add_rule() 1163 log_error("error parsing SYSCTL attribute"); in add_rule() 1180 log_error("error parsing SECLABEL attribute"); in add_rule() 1226 log_error("error parsing ATTRS attribute"); in add_rule() 1251 log_error("error parsing ENV attribute"); in add_rule() 2314 log_error_errno(r, "error resolvin in udev_rules_apply_to_event() [all...] |