Home
last modified time | relevance | path

Searched refs:last_error (Results 1 – 25 of 42) sorted by relevance

12

/external/libtextclassifier/common/
Dmmap.cc48 const std::string last_error = GetLastSystemError(); in ~FileCloser() local
49 TC_LOG(ERROR) << "Error closing file descriptor: " << last_error; in ~FileCloser()
63 const std::string last_error = GetLastSystemError(); in MmapFile() local
64 TC_LOG(ERROR) << "Error opening " << filename << ": " << last_error; in MmapFile()
80 const std::string last_error = GetLastSystemError(); in MmapFile() local
81 TC_LOG(ERROR) << "Unable to stat fd: " << last_error; in MmapFile()
111 const std::string last_error = GetLastSystemError(); in MmapFile() local
112 TC_LOG(ERROR) << "Error while mmaping: " << last_error; in MmapFile()
125 const std::string last_error = GetLastSystemError(); in Unmap() local
126 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error; in Unmap()
/external/elfutils/libasm/
Dasm_error.c80 int last_error = global_error; in asm_errmsg() local
84 if (error == 0 && last_error == 0) in asm_errmsg()
89 last_error = error; in asm_errmsg()
91 if (last_error == ASM_E_LIBELF) in asm_errmsg()
94 return _(msgs[last_error]); in asm_errmsg()
/external/elfutils/libelf/
Delf_error.c338 int last_error = global_error; in elf_errmsg() local
342 assert (msgidx[last_error] < sizeof (msgstr)); in elf_errmsg()
343 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL; in elf_errmsg()
348 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr)); in elf_errmsg()
349 return _(msgstr + msgidx[error == -1 ? last_error : error]); in elf_errmsg()
/external/elfutils/libdw/
Ddwarf_error.c114 int last_error = global_error; in dwarf_errmsg() local
117 return last_error != 0 ? _(errmsgs[last_error]) : NULL; in dwarf_errmsg()
121 return _(errmsgs[error == -1 ? last_error : error]); in dwarf_errmsg()
/external/elfutils/libdwfl/
Ddwfl_error.c145 int last_error = global_error; in dwfl_errmsg() local
147 if (error == 0 && last_error == 0) in dwfl_errmsg()
150 error = last_error; in dwfl_errmsg()
/external/autotest/client/site_tests/video_VEAPerf/
Dvideo_VEAPerf.py232 last_error = None
249 except Exception as last_error:
251 logging.exception(last_error)
257 if last_error:
258 raise last_error
/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py294 last_error = None
304 except Exception as last_error:
306 logging.exception(last_error)
310 if last_error:
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py365 last_error = None
379 except Exception as last_error:
383 if last_error:
/external/libmojo/mojo/public/cpp/bindings/lib/
Dvalidation_errors.h85 ValidationError last_error() const { return last_error_; } in last_error() function
/external/libcups/cups/
Dutil.c673 if (n == 0 && cg->last_error >= IPP_STATUS_ERROR_BAD_REQUEST) in cupsGetJobs2()
879 cancel_status = cg->last_error; in cupsPrintFiles2()
885 cg->last_error = cancel_status; in cupsPrintFiles2()
Drequest.c476 return (_cupsGlobals()->last_error); in cupsLastError()
1093 cg->last_error = status; in _cupsSetError()
1121 ippErrorString(cg->last_error), cg->last_status_message)); in _cupsSetError()
Dcups-private.h132 ipp_status_t last_error; /* Last IPP error */ member
/external/valgrind/gdbserver_tests/
Dmssnapshot.stderrB.exp7 v.info last_error : show last error found
Dmchelp.stdoutB.exp5 v.info last_error : show last error found
62 v.info last_error : show last error found
/external/libchrome/base/files/
Dfile.h298 static Error OSErrorToFileError(DWORD last_error);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() argument
559 if (res == kInvalidFd && last_error) in OpenFile()
560 *last_error = GetLastError(); in OpenFile()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i374 enum x86_report_codes last_error; member
384 dis->last_error = code; in x86_default_reporter()
DREADME118 % puts "[dis cget -last_error]"
/external/libmojo/mojo/public/cpp/bindings/tests/
Dvalidation_unittest.cc182 if (observer.last_error() == mojo::internal::VALIDATION_ERROR_NONE) in RunValidationTests()
185 result = mojo::internal::ValidationErrorToString(observer.last_error()); in RunValidationTests()
/external/libpcap/
Dpcap-win32.c1448 DWORD last_error = GetLastError(); in pcap_platform_finddevs() local
1450 if (last_error != ERROR_INSUFFICIENT_BUFFER) in pcap_platform_finddevs()
1452 pcap_win32_err_to_str(last_error, our_errbuf); in pcap_platform_finddevs()
/external/ImageMagick/MagickCore/
Dnt-base.c929 last_error[MagickPathExtent]; in NTGetLibraryError() local
934 *last_error='\0'; in NTGetLibraryError()
937 (void) CopyMagickString(last_error,error,MagickPathExtent); in NTGetLibraryError()
939 return(last_error); in NTGetLibraryError()
/external/libchrome/base/
Dlogging.cc871 DWORD last_error = err_; in ~Win32ErrorLogMessage() local
872 base::debug::Alias(&last_error); in ~Win32ErrorLogMessage()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java120 conn.db.last_error() == SQLite.Constants.SQLITE_BUSY && in executeQuery()
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1157 int last_error = INT_MAX; in vp8_regulate_q() local
1195 if ((target_bits_per_mb - bits_per_mb_at_this_q) <= last_error) { in vp8_regulate_q()
1203 last_error = bits_per_mb_at_this_q - target_bits_per_mb; in vp8_regulate_q()
/external/protobuf/gtest/src/
Dgtest-death-test.cc274 const int last_error = errno; in FailFromInternalError() local
276 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()

12