HomeSort by relevance Sort by last modified time
    Searched refs:last_error (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/flac/libFLAC/
fixed_intrin_ssse3.c 67 __m128i last_error; local
69 last_error = _mm_cvtsi32_si128(data[-1]); // 0 0 0 le0
71 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0));
72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1
74 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0));
75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le
158 __m128i last_error, zero = _mm_setzero_si128(); local
    [all...]
fixed_intrin_sse2.c 67 __m128i last_error; local
69 last_error = _mm_cvtsi32_si128(data[-1]); // 0 0 0 le0
71 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0));
72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1
74 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0));
75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le
164 __m128i last_error, zero = _mm_setzero_si128(); local
    [all...]
  /external/elfutils/libasm/
asm_error.c 80 int last_error = global_error; local
84 if (error == 0 && last_error == 0)
89 last_error = error;
91 if (last_error == ASM_E_LIBELF)
94 return _(msgs[last_error]);
  /external/libtextclassifier/util/memory/
mmap.cc 43 const std::string last_error = GetLastSystemError(); local
44 TC_LOG(ERROR) << "Error closing file descriptor: " << last_error;
60 const std::string last_error = GetLastSystemError(); local
61 TC_LOG(ERROR) << "Error opening " << filename << ": " << last_error; local
77 const std::string last_error = GetLastSystemError(); local
78 TC_LOG(ERROR) << "Unable to stat fd: " << last_error;
113 const std::string last_error = GetLastSystemError(); local
114 TC_LOG(ERROR) << "Error while mmapping: " << last_error;
128 const std::string last_error = GetLastSystemError(); local
129 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
    [all...]
  /external/elfutils/libdw/
dwarf_error.c 114 int last_error = global_error; local
117 return last_error != 0 ? _(errmsgs[last_error]) : NULL;
121 return _(errmsgs[error == -1 ? last_error : error]);
  /external/elfutils/libelf/
elf_error.c 338 int last_error = global_error; local
342 assert (msgidx[last_error] < sizeof (msgstr));
343 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL;
348 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr));
349 return _(msgstr + msgidx[error == -1 ? last_error : error]);
  /test/framework/harnesses/host_controller/
invocation_thread.py 137 last_error = None
148 last_error = e
151 last_error = e
158 last_error = e
164 last_error = e
168 self._SubmitErrorEvent(error_event, str(last_error))
  /external/elfutils/libdwfl/
dwfl_error.c 145 int last_error = global_error; local
147 if (error == 0 && last_error == 0)
150 error = last_error;
  /test/framework/harnesses/host_controller/tradefed/
remote_client_test.py 36 last_error: The exception which caused this thread to terminate.
46 self.last_error = None
96 self.last_error = e
125 if self._remote_mgr_thread.last_error:
126 raise self._remote_mgr_thread.last_error
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.h 113 ValidationError last_error() const { return last_error_; } function in class:mojo::internal::ValidationErrorObserverForTesting
  /external/wayland/src/
wayland-client.c 86 int last_error; member in struct:wl_display
148 if (display->last_error)
154 display->last_error = error;
177 if (display->last_error)
199 display->last_error = err;
    [all...]
  /external/autotest/client/site_tests/video_JEAPerf/
video_JEAPerf.py 114 except Exception as last_error:
116 logging.exception(last_error)
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 293 last_error = None
303 except Exception as last_error:
305 logging.exception(last_error)
309 if last_error:
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 315 last_error = None
332 except Exception as last_error:
334 logging.exception(last_error)
340 if last_error:
341 raise last_error
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 397 pdx::Status<void> last_error; // No error. local
407 last_error = status.error_status();
412 return last_error;
627 Status<void> last_error; local
640 last_error = ErrorStatus(EPIPE);
649 last_error = add_status;
658 return last_error.error_status();
  /external/perfetto/src/ipc/
unix_socket.h 115 // is_listening() == false and last_error() will contain the failure reason.
178 int last_error() const { return last_error_; } function in class:perfetto::ipc::UnixSocket
  /external/valgrind/gdbserver_tests/
mssnapshot.stderrB.exp 7 v.info last_error : show last error found
  /external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
video_VideoDecodeMemoryUsage.py 387 last_error = None
401 except Exception as last_error:
405 if last_error:
406 raise # the last_error
  /external/libchrome/base/files/
file.h 341 static Error OSErrorToFileError(DWORD last_error);
  /external/libcups/cups/
cups-private.h 132 ipp_status_t last_error; /* Last IPP error */ member in struct:_cups_globals_s
request.c 476 return (_cupsGlobals()->last_error);
1081 cg->last_error = status;
1108 DEBUG_printf(("4_cupsSetError: last_error=%s, last_status_message=\"%s\"",
1109 ippErrorString(cg->last_error), cg->last_status_message));
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 71 DWORD last_error = ERROR_SUCCESS; local
78 ((last_error = GetLastError()) != ERROR_IO_PENDING)) {
79 result = (last_error == ERROR_HANDLE_EOF) ? 0 : -1;
82 last_error) { // Otherwise bytes_read already has the result.
  /system/core/libunwindstack/
DwarfCfa.h 77 const DwarfErrorData& last_error() { return last_error_; } function in class:unwindstack::DwarfCfa
DwarfSection.cpp 95 last_error_ = op.last_error();
571 last_error_ = cfa.last_error();
578 last_error_ = cfa.last_error();
592 last_error_ = cfa.last_error();
596 last_error_ = cfa.last_error();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) {
559 if (res == kInvalidFd && last_error)
560 *last_error = GetLastError();

Completed in 908 milliseconds

1 2 3