Home
last modified time | relevance | path

Searched refs:error (Results 8201 - 8225 of 15992) sorted by relevance

1...<<321322323324325326327328329330>>...640

/third_party/elfutils/libdwfl/
H A Dlink_map.c200 // XXX throw error? in integrated_memory_callback()
420 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in report_r_debug()
422 if (error == DWFL_E_NOERROR in report_r_debug()
819 Dwfl_Error error = DWFL_E_ERRNO; in dwfl_link_map_report()
821 error = __libdw_open_file (&fd, &elf, true, false); in dwfl_link_map_report()
822 if (error != DWFL_E_NOERROR) in dwfl_link_map_report()
824 __libdwfl_seterrno (error); in dwfl_link_map_report()
418 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); report_r_debug() local
815 Dwfl_Error error = DWFL_E_ERRNO; dwfl_link_map_report() local
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c692 return result; /* Either success 0, or -1 to indicate error. */ in dwarf_getlocation()
847 default: /* error */ in getlocations_addr()
915 int error = INTUSE(dwarf_errno) (); in dwarf_getlocation_addr() local
916 if (unlikely (error != DWARF_E_NO_BLOCK)) in dwarf_getlocation_addr()
918 __libdw_seterrno (error); in dwarf_getlocation_addr()
997 int error = INTUSE(dwarf_errno) (); in dwarf_getlocations() local
998 if (unlikely (error != DWARF_E_NO_BLOCK)) in dwarf_getlocations()
1000 __libdw_seterrno (error); in dwarf_getlocations()
/third_party/ffmpeg/fftools/
H A Dcmdutils.c105 const char *error; in parse_number_or_die() local
108 error = "Expected number for %s but found: %s\n"; in parse_number_or_die()
110 error = "The value for %s was %s which is not within %f - %f\n"; in parse_number_or_die()
112 error = "Expected int64 for %s but found %s\n"; in parse_number_or_die()
114 error = "Expected int for %s but found %s\n"; in parse_number_or_die()
117 av_log(NULL, AV_LOG_FATAL, error, context, numstr, min, max); in parse_number_or_die()
/third_party/ffmpeg/libavresample/
H A Daudio_mix.c356 goto error; in ff_audio_mix_alloc()
370 goto error; in ff_audio_mix_alloc()
376 goto error; in ff_audio_mix_alloc()
389 goto error; in ff_audio_mix_alloc()
394 av_log(avr, AV_LOG_ERROR, "error setting mix matrix\n"); in ff_audio_mix_alloc()
396 goto error; in ff_audio_mix_alloc()
404 error: in ff_audio_mix_alloc()
/third_party/curl/projects/
H A Dgenerate.bat384 goto error
389 goto error
394 goto error
399 goto error
404 goto error
418 :error label
/third_party/curl/lib/
H A Dkrb5.c436 function returns the ftp_code. If an error occurs, -1 is returned. */
464 saying whether an error occurred or CURLE_OK if |len| was read. */
489 CURLcode saying whether an error occurred or CURLE_OK if |len| was
608 CURLcode error; in do_sec_send() local
623 return; /* error */ in do_sec_send()
626 error = Curl_base64_encode(buffer, curlx_sitouz(bytes), in do_sec_send()
628 if(error) { in do_sec_send()
630 return; /* error */ in do_sec_send()
693 CURLcode error; in Curl_sec_read_msg() local
698 /* not initialized, return error */ in Curl_sec_read_msg()
[all...]
/third_party/cups-filters/filter/
H A Dpdftops.c806 /* Ignore error exits of cupsRasterInterpretPPD(), if it found a resolution
956 * the interpreter crash, error out, or otherwise misbehave on too
1049 goto error;
1059 goto error;
1136 goto error;
1466 goto error;
1501 goto error;
1625 error:
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py210 Exception to indicate error in the input files to this script.
434 except GeneratorInputError as error:
436 str(error) + " - %s:%d" % (funcs_f.name, funcs_f.line_no))
607 # width of the comment and line breaks, this way positions in error
612 # Strip whitespace at the end of lines (it's irrelevant to error messages).
708 except GeneratorInputError as error:
711 str(error)))
795 except GeneratorInputError as error:
797 str(error) + " - %s:%d" %
981 :param line_no: line number for error message
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc341 void HandleError(Status error) override {
342 assert(!error.ok());
343 *status_ = error;
971 void HandleError(Error error, const Char* pos) { in HandleError() argument
972 assert(error != Error::OK); in HandleError()
975 Status{error, static_cast<size_t>(pos - start_pos_)}); in HandleError()
H A Dcbor.cc470 void HandleError(Status error) override {
473 *status_ = error;
522 // That's where all the error checking is done. By design,
524 // an error.
576 // All error checking happens in ::ReadNextToken, so that the accessors
577 // can avoid having to carry an error return value.
610 status_.error = Error::OK; in ReadNextToken()
773 void CBORTokenizer::SetError(Error error) { in SetError() argument
775 status_.error = error; in SetError()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp421 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); in writeAssemblyCode()
426 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); in writeAssemblyCode()
583 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); in writeCCode()
588 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); in writeCCode()
782 fprintf(stderr, "genccode: error building filename or entrypoint\n"); in getOutFilename()
822 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
857 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
860 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
925 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
1200 # error "Unknow in writeObjectCode()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp376 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); in writeAssemblyCode()
381 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); in writeAssemblyCode()
528 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); in writeCCode()
533 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); in writeCCode()
727 fprintf(stderr, "genccode: error building filename or entrypoint\n"); in getOutFilename()
767 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
802 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
805 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
870 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
1145 # error "Unknow in writeObjectCode()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.h12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc236 #error \ in ArmUsingHardFloat()
654 #error Unsupported host architecture. in DebugBreak()
1227 int error = pthread_getattr_np(pthread_self(), &attr); in GetStackStart() local
1228 if (!error) { in GetStackStart()
1231 error = pthread_attr_getstack(&attr, &base, &size); in GetStackStart()
1232 CHECK(!error); in GetStackStart()
/third_party/rust/crates/either/src/
H A Dlib.rs36 use std::error::Error;
47 /// (For representing success or error, use the regular `Result` enum instead.)
1422 fn error() { in error() functions
1424 let res = if let Err(error) = ::std::str::from_utf8(invalid_utf8) { in error()
1425 Err(Left(error)) in error()
1426 } else if let Err(error) = "x".parse::<i32>() { in error()
1427 Err(Right(error)) in error()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp230 egl::Error error = initializeContext(mContextConfig, eglAttributes, &mContext); in initialize() local
231 if (error.isError()) in initialize()
233 return error; in initialize()
544 // "error" variable is EGL_SUCCESS when returned contrary to the common idiom in initializeContext()
545 // of returning "error" when there is an actual error. in initializeContext()
558 egl::Error error = createContextAttribs(config, info.version, profileFlag, context); in initializeContext() local
559 if (!error.isError()) in initializeContext()
561 return error; in initializeContext()
780 // need to set a temporary X11 error handle in isValidNativeWindow()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs.cpp244 Error error = eglSurface->postSubBuffer(thread->getContext(), x, y, width, height); in PostSubBufferNV() local
245 if (error.isError()) in PostSubBufferNV()
247 thread->setError(error, "eglPostSubBufferNV", GetSurfaceIfValid(display, eglSurface)); in PostSubBufferNV()
462 Error error = eglSurface->querySurfacePointerANGLE(attribute, value); in QuerySurfacePointerANGLE() local
463 if (error.isError()) in QuerySurfacePointerANGLE()
465 thread->setError(error, "eglQuerySurfacePointerANGLE", in QuerySurfacePointerANGLE()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp48 // If the framebuffer is in an error state for multiple reasons, in checkFramebufferForAllowedStatuses()
553 GLenum error = glGetError(); in testRenderingAndReading() local
554 EXPECT_TRUE(error == GL_INVALID_FRAMEBUFFER_OPERATION || error == GL_INVALID_OPERATION); in testRenderingAndReading()
558 error = glGetError(); in testRenderingAndReading()
559 EXPECT_TRUE(error == GL_INVALID_FRAMEBUFFER_OPERATION || error == GL_INVALID_OPERATION); in testRenderingAndReading()
813 // and DrawElements should not generate an error. in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp82 current->error = EGL_SUCCESS; in attachThread()
216 void setCurrentError(EGLint error) in setCurrentError() argument
220 current->error = error; in setCurrentError()
227 return current->error; in getCurrentError()
316 void error(EGLint errorCode) in error() function
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp376 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); in writeAssemblyCode()
381 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); in writeAssemblyCode()
528 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename); in writeCCode()
533 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename); in writeCCode()
727 fprintf(stderr, "genccode: error building filename or entrypoint\n"); in getOutFilename()
767 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
802 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
805 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
870 # error "Unknown platform for CAN_GENERATE_OBJECTS." in getArchitecture()
1145 # error "Unknow in writeObjectCode()
[all...]
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc326 StreamInterface* stream, Error* error) { in GetData()
332 while (*error == kOk && processed_data < length) { in GetData()
339 *error = stream->GetData(offset + processed_data, chunk_length, in GetData()
496 const size_t type_size = SizeOfType(type, nullptr /* no error */); in ParseDirectory()
516 Error error = kOk; in ParseDirectory() local
518 GetData(value_offset, byte_count, stream, &error); in ParseDirectory()
519 if (error != kOk) { in ParseDirectory()
325 GetData(const size_t offset, const size_t length, StreamInterface* stream, Error* error) GetData() argument
/third_party/toybox/lib/
H A Dxwrap.c4 * program with an error message, but never return failure. They usually have
34 // and change the exit code to indicate error, lets our toys.exit function
142 // if !flush just check for error on stdout without flushing
480 // Die if there's an error other than EOF.
551 goto error; in xabspath()
565 if (-1 == (x = openat(dirfd, "..", O_PATH))) goto error; in xabspath()
574 if (len>4095) goto error; in xabspath()
576 // Not a symlink: add to linked list, move dirfd, fail if error in xabspath()
587 if (errno != EINVAL && (exact || todo)) goto error; in xabspath()
590 if (fd == -1 && (exact || todo || errno != ENOENT)) goto error; in xabspath()
[all...]
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de_error.rs196 let error = <&str>::deserialize(deserializer).unwrap_err(); in test_i128()
198 error.to_string(), in test_i128()
346 let error = <&str>::deserialize(deserializer).unwrap_err(); in test_u64()
348 error.to_string(), in test_u64()
376 let error = <&str>::deserialize(deserializer).unwrap_err(); in test_u128()
378 error.to_string(), in test_u128()
/third_party/rust/crates/syn/src/
H A Dpat.rs255 /// error: top-level or-patterns are not allowed in function parameters
302 Err(lookahead.error()) in parse_single()
575 return Err(input.error("expected range upper bound")); in pat_range()
605 RangeLimits::Closed(_) => Err(input.error("expected range upper bound")), in pat_range_half_open()
655 return Err(input.error("expected range upper bound")); in pat_lit_or_range()
720 return Err(lookahead.error()); in pat_range_bound()
742 return Err(error::new2(start, end, msg)); in pat_slice()
/third_party/vk-gl-cts/modules/egl/
H A DteglQuerySurfaceTests.cpp275 const EGLint error = egl.getError(); in checkNonPbufferAttributes() local
277 if (error != EGL_SUCCESS) in checkNonPbufferAttributes()
279 log << TestLog::Message << " Fail, querying " << name << " from a non-pbuffer surface should not result in an error, received " in checkNonPbufferAttributes()
280 << eglu::getErrorStr(error) << TestLog::EndMessage; in checkNonPbufferAttributes()
281 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition"); in checkNonPbufferAttributes()
506 const EGLint error = egl.getError(); in testAttributes() local
508 if (error != EGL_SUCCESS) in testAttributes()
510 log << TestLog::Message << " Fail, setting EGL_MIPMAP_LEVEL should not result in an error, received " << eglu::getErrorStr(error) << TestLog::EndMessage; in testAttributes()
512 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error conditio in testAttributes()
[all...]

Completed in 39 milliseconds

1...<<321322323324325326327328329330>>...640