Home
last modified time | relevance | path

Searched refs:error (Results 5526 - 5550 of 8099) sorted by relevance

1...<<221222223224225226227228229230>>...324

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp880 catch (const Error& error) in iterate()
882 if (error.getError() == VK_ERROR_OUT_OF_DATE_KHR) in iterate()
901 return tcu::TestStatus::fail(error.what()); in iterate()
H A DvktWsiDisplayTimingTests.cpp1089 catch (const vk::Error& error) in iterate()
1091 if (error.getError() == vk::VK_ERROR_OUT_OF_DATE_KHR) in iterate()
1110 m_resultCollector.fail(error.what()); in iterate()
H A DvktWsiIncrementalPresentTests.cpp1048 catch (const vk::Error& error) in iterate()
1050 if (error.getError() == vk::VK_ERROR_OUT_OF_DATE_KHR) in iterate()
1071 m_resultCollector.fail(error.what()); in iterate()
H A DvktWsiSharedPresentableImageTests.cpp982 catch (const vk::Error& error) in iterate()
984 if (error.getError() == vk::VK_ERROR_OUT_OF_DATE_KHR) in iterate()
1005 m_resultCollector.fail(error.what()); in iterate()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c759 * \param error the GL error to record if target is illegal.
765 GLenum error) in get_buffer()
775 _mesa_error(ctx, error, "%s(no buffer bound)", func); in get_buffer()
853 * Tests the subdata range parameters and sets the GL error code for
864 * \return false if error, true otherwise
918 * Test the format and type parameters and set the GL error code for
1486 * of generating an error if the buffer ID is not zero or the name
1502 bool *error) in _mesa_multi_bind_lookup_bufferobj()
1506 *error in _mesa_multi_bind_lookup_bufferobj()
764 get_buffer(struct gl_context *ctx, const char *func, GLenum target, GLenum error) get_buffer() argument
1499 _mesa_multi_bind_lookup_bufferobj(struct gl_context *ctx, const GLuint *buffers, GLuint index, const char *caller, bool *error) _mesa_multi_bind_lookup_bufferobj() argument
1657 bool error; set_buffer_multi_binding() local
4771 bool error; bind_xfb_buffers() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp2315 GLenum error = gl.getError();
2320 error = gl.getError();
2325 // expect error and continue
2326 if (error != GL_NO_ERROR)
2340 // expect no error and continue
2341 if (error != GL_NO_ERROR)
3475 GLenum error = readOutputData(outputFormat, outputType, OUTPUT_GETTEXIMAGE); in getTexImageInner() local
3480 if (error) in getTexImageInner()
3486 m_testCtx.getLog() << tcu::TestLog::Message << "Expected error but got no GL error" << tc in getTexImageInner()
3547 GLenum error = 0; testAllFormatsAndTypes() local
[all...]
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js77 e instanceof Error ? console.error(e.message) : console.error(e), process.exit(-1)
425 if (e) return u.emit("error", e), void (u.readable = !1);
466 e = "GFS4: " + e.split(/\n/).join("\nGFS4: "), console.error(e)
559 t ? (e.autoClose && e.destroy(), e.emit("error", t)) : (e.fd = n, e.emit("open", n), e.read())
566 t ? (e.destroy(), e.emit("error", t)) : (e.fd = n, e.emit("open", n))
2664 o.on("error", (e => u(e))).once("open", (() => {
2666 t.on("error", (e => u(e))).on("open", (() => o.pipe(t))).once("close", (() => vi(e, n, r, u)))
3149 })).on("error", (t => {
3150 vc(`moveAndMaybeCompressFile: error readin
[all...]
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM4BasicPromiseJsunit.test.js735 * @tc.name generate sm4 with error key size 256
765 console.error(srcKeyAlias + `: generateKeyItem success, expect fail`);
768 console.log(srcKeyAlias + `: catch error ${JSON.stringify(err)}`);
/third_party/ffmpeg/libavcodec/
H A Ddnxhddec.c397 goto error; in dnxhd_decode_dct_block()
452 error: in dnxhd_decode_dct_block()
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c507 found_bias = false; /* Trigger error check */ in dwfl_segment_report_module()
785 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in dwfl_segment_report_module() local
786 if (error == DWFL_E_NOERROR) in dwfl_segment_report_module()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_lut3d.asm208 %error operand 1 must not equal operand 2
211 %error operand 1 must not equal operand 3
/third_party/curl/packages/OS400/
H A Dos400sys.c352 If error, release the buffer and return -1. Else return 0. */ in Curl_gss_convert_in_place()
692 Curl_ldap_err2string_a(int error) in Curl_ldap_err2string_a() argument
694 return set_thread_string(LK_LDAP_ERROR, ldap_err2string(error)); in Curl_ldap_err2string_a()
/third_party/glfw/src/
H A Dwin32_init.c493 // Reports the specified error, appending information about the last Win32 error
495 void _glfwInputErrorWin32(int error, const char* description) in _glfwInputErrorWin32() argument
511 _glfwInputError(error, "%s: %s", description, message); in _glfwInputErrorWin32()
H A Degl_context.c36 // Return a description of the specified EGL error
38 static const char* getEGLErrorString(EGLint error) in getEGLErrorString() argument
40 switch (error) in getEGLErrorString()
/third_party/ffmpeg/tests/fate/
H A Dseek.mak105 fate-seek-vsynth_lena-mpeg4-error: SRC = fate/vsynth_lena-mpeg4-error.avi
/third_party/backends/sanei/
H A Dsanei_pp.c225 static const char *pp_libieee1284_errorstr( int error ) in pp_libieee1284_errorstr()
227 switch (error) { in pp_libieee1284_errorstr()
263 return "Unknown error"; in pp_libieee1284_errorstr()
/third_party/backends/japi/
H A DJscanimage.java190 * Output: Handle, or 0 if error.
665 public void imageDone(boolean error) in imageDone() argument
667 if (error) in imageDone()
668 System.out.println("Scanning error."); in imageDone()
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c312 /* If finished or unrecoverable error, return NULL. */ in fts_read()
376 * so the application will eventually get an error condition. in fts_read()
455 * can distinguish between error and EOF. in fts_read()
498 * semantics to fts using fts_set. An error return is allowed for similar
530 * an error. in fts_children()
586 #error "fts_get_clientptr not defined"
597 #error "fts_get_stream not defined"
698 * post-order visit to return the error. There is a special case in fts_build()
699 * here, if there was nothing to stat then it's not an error to in fts_build()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUTS46Test.java70 // because the C++ specifics (error codes etc.) do not apply here. in TestAPI()
735 // An error in toUnicode or toASCII is indicated by a value in square brackets, in checkIdnaTestResult()
853 private boolean hasError(IDNA.Info info, IDNA.Error error) { in hasError() argument
854 return info.getErrors().contains(error); in hasError()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java70 // because the C++ specifics (error codes etc.) do not apply here. in TestAPI()
172 // Different error: The Punycode decoding procedure does not consume the last delimiter in TestACELabelEdgeCases()
829 // An error in toUnicode or toASCII is indicated by a value in square brackets, in checkIdnaTestResult()
947 private boolean hasError(IDNA.Info info, IDNA.Error error) { in hasError() argument
948 return info.getErrors().contains(error); in hasError()
/third_party/libsnd/src/
H A Dcommon.h50 #error "This code is not designed to be compiled with a C++ compiler."
387 int error ; member
/third_party/libbpf/src/
H A Dnetlink.c68 pr_warn("Netlink error reporting not supported\n"); in libbpf_netlink_open()
189 if (!err->error) in libbpf_netlink_recv()
191 ret = err->error; in libbpf_netlink_recv()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py289 error = ('NOT_SUPPORTED' if reason == self.Reason.NOT_SUPPORTED else
291 arguments.append('PSA_ERROR_' + error)
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-typedarray-object.c1320 ecma_value_t error = ecma_get_number (property_desc_p->value, &num_var); in ecma_op_typedarray_define_index_prop() local
1322 if (ECMA_IS_VALUE_ERROR (error)) in ecma_op_typedarray_define_index_prop()
/third_party/node/lib/
H A Ddgram.js251 this.removeListener('error', removeListeners);
260 this.on('error', removeListeners);
289 // Callback to handle error.
292 this.emit('error', ex);
333 this.emit('error', err);
353 // Callback to handle error.
356 this.emit('error', ex);
366 this.emit('error', ex);
444 self.emit('error', ex);
687 process.nextTick(() => self.emit('error', e
[all...]

Completed in 43 milliseconds

1...<<221222223224225226227228229230>>...324