HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 551 - 575 of 915) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 359 if (std::error_code EC = BufferOrErr.getError()) {
367 if (std::error_code EC = ObjOrErr.getError()) {
  /external/valgrind/coregrind/m_sigframe/
sigframe-arm-linux.c 118 sc->error_code = err;
141 err = siguc->uc_mcontext.error_code;
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 378 void XmppEngineImpl::SignalError(Error error_code, int sub_code) {
380 error_code_ = error_code;
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 265 if (std::error_code EC = llvm::sys::fs::create_directories(
353 if (std::error_code EC = llvm::sys::fs::create_directories(
slang.cpp 130 std::error_code &EC,
313 std::error_code EC;
347 std::error_code EC;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 192 std::error_code &EC) {
204 static std::error_code parseSegmentLoadCommand(
224 return std::error_code();
228 bool Is64bits, std::error_code &EC)
357 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb,
368 return std::error_code();
475 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec,
479 return std::error_code();
517 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec,
533 return std::error_code();
    [all...]
  /external/curl/lib/
http2.c 151 http->error_code = NGHTTP2_NO_ERROR;
699 uint32_t error_code, void *userp)
717 Curl_http2_strerror(error_code), error_code, stream_id));
722 stream->error_code = error_code;
    [all...]
  /external/autotest/client/tests/kvm/deps/
rss.cpp 132 int error_code; local
135 error_code = WSAGetLastError();
137 error_code = GetLastError();
143 error_code,
152 message, error_code, (char *)system_message);
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver.cc 56 const rtc::SocketAddress& remote_addr, int error_code,
73 err_code->SetClass(error_code / 100);
74 err_code->SetNumber(error_code % 100);
633 const StunMessage& request, int error_code, const char* error_desc) {
638 request, socket_, addr_pair_.source(), error_code, error_desc,
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 54 * |error_code| and exit.
58 int error_code)
60 fprintf(stderr, "FATAL: %s: error_code=%d, msg=%s\n", func, error_code,
61 spdylay_strerror(error_code));
  /external/libmicrohttpd/src/testspdy/
test_notls.c 159 * |error_code| and exit.
161 static void diec(const char *func, int error_code)
163 fprintf(stderr, "FATAL: %s: error_code=%d, msg=%s\n", func, error_code,
164 spdylay_strerror(error_code));
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 175 std::error_code EC;
208 std::error_code EC =
246 if (std::error_code EC = BufferOrErr.getError()) {
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 194 if (std::error_code EC = ProfileReader.getFunctionCounts(
233 if (std::error_code EC = CounterMappingBuff.getError())
237 if (std::error_code EC = CoverageReaderOrErr.getError())
  /external/llvm/tools/lli/
lli.cpp 268 std::error_code EC;
424 if (std::error_code EC = Mod->materializeAll()) {
525 if (std::error_code EC = ArOrErr.getError()) {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 57 static void failIfError(std::error_code EC, Twine Context = "") {
602 std::pair<StringRef, std::error_code> Result = writeArchive(
655 std::error_code EC = Buf.getError();
  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c 295 int32_t error_code = WebRtcAec_GetBufferFarendError(aecInst, farend, local
298 if (error_code != 0)
299 return error_code;
  /system/bt/stack/sdp/
sdp_utils.c 312 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
320 error_code, p_ccb->connection_id);
333 UINT16_TO_BE_STREAM (p_rsp, error_code);
  /external/llvm/unittests/Support/
Path.cpp 32 if (std::error_code ASSERT_NO_ERROR_ec = x) { \
520 std::error_code EC = fs::status(TempPath2.c_str(), B);
650 std::error_code ec;
781 std::error_code EC;
795 std::error_code EC;
843 std::error_code EC;
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
memcpy.S 398 ldr r1, error_code
402 error_code: label
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 286 error_code, = struct.unpack_from('>H', response)
287 return error_code
  /external/clang/lib/Frontend/
CompilerInstance.cpp 145 std::error_code EC;
557 if (std::error_code ec =
594 std::error_code EC;
614 StringRef OutputPath, std::error_code &Error, bool Binary,
664 std::error_code EC =
769 if (std::error_code EC = SBOrErr.getError()) {
    [all...]
  /external/libcxx/src/
ios.cpp 80 ios_base::failure::failure(const string& msg, const error_code& ec)
85 ios_base::failure::failure(const char* msg, const error_code& ec)
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 498 inline std::error_code make_error_code(coveragemap_error E) {
499 return std::error_code(static_cast<int>(E), coveragemap_category());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 42 inline std::error_code Check(std::error_code Err) {
RuntimeDyldMachO.cpp 103 if (std::error_code EC = TargetNameOrErr.getError())
195 if (std::error_code EC = IndirectSymbolNameOrErr.getError())

Completed in 985 milliseconds

<<21222324252627282930>>