Searched refs:last_error (Results 1 - 24 of 24) sorted by relevance

/external/elfutils/src/libasm/
H A Dasm_error.c81 int last_error = global_error; local
85 if (error == 0 && last_error == 0)
90 last_error = error;
92 if (last_error == ASM_E_LIBELF)
95 return _(msgs[last_error]);
/external/elfutils/src/libdw/
H A Ddwarf_error.c113 int last_error = global_error; local
116 return last_error != 0 ? _(errmsgs[last_error]) : NULL;
120 return _(errmsgs[error == -1 ? last_error : error]);
/external/elfutils/src/libelf/
H A Delf_error.c297 int last_error = global_error; local
301 assert (msgidx[last_error] < sizeof (msgstr));
302 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL;
307 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr));
308 return _(msgstr + msgidx[error == -1 ? last_error : error]);
/external/elfutils/src/libdwfl/
H A Ddwfl_error.c133 int last_error = global_error; local
135 if (error == 0 && last_error == 0)
138 error = last_error;
/external/libpcap/
H A Dfad-win32.c248 DWORD last_error = GetLastError(); local
250 if (last_error != ERROR_INSUFFICIENT_BUFFER)
/external/valgrind/gdbserver_tests/
H A Dmssnapshot.stderrB.exp7 v.info last_error : show last error found
H A Dmchelp.stdoutB.exp5 v.info last_error : show last error found
50 v.info last_error : show last error found
/external/libvncserver/x11vnc/
H A Dxrecord.c1676 static double last_error = 0.0; local
1702 if (now < last_error + 0.5) {
1768 last_error = now;
1797 last_error = now;
2000 if (1 || now > last_error + 60) {
2004 last_error = now;
2029 last_error = now;
2059 if (1 || now > last_error + 60) {
2068 last_error = now;
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm.i374 enum x86_report_codes last_error;
384 dis->last_error = code;
H A Dlibdisasm_oop.i811 enum x86_report_codes last_error;
858 dis->last_error = code;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java120 conn.db.last_error() == SQLite.Constants.SQLITE_BUSY &&
H A DJDBCConnection.java129 if (dbx.last_error() != SQLite.Constants.SQLITE_BUSY ||
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc274 const int last_error = errno; local
276 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1248 int last_error = INT_MAX; local
1283 if ((target_bits_per_mb - bits_per_mb_at_this_q) <= last_error)
1291 last_error = bits_per_mb_at_this_q - target_bits_per_mb;
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java169 * the last_error() method.
200 * the last_error() method.
516 public int last_error() { method in class:Database
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc325 const int last_error = errno; local
327 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/gtest/src/
H A Dgtest-death-test.cc327 const int last_error = errno; local
329 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc287 const int last_error = errno; local
289 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc287 const int last_error = errno; local
289 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc404 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c520 int last_error = INT_MAX; local
545 if ((target_bits_per_mb - bits_per_mb_at_this_q) <= last_error)
552 last_error = bits_per_mb_at_this_q - target_bits_per_mb;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6821 const int last_error = errno;
6823 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6313 const int last_error = errno;
6315 << GetLastErrnoDescription() << " [" << last_error << "]";
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6931 const uint32_t last_error = ERR_peek_last_error();
6933 if ((ERR_GET_LIB(last_error) == ERR_LIB_EVP &&
6934 ERR_GET_REASON(last_error) == EVP_R_UNKNOWN_PUBLIC_KEY_TYPE) ||

Completed in 969 milliseconds