Home
last modified time | relevance | path

Searched defs:last_error (Results 1 – 25 of 140) sorted by relevance

123456

/aosp_15_r20/external/libtextclassifier/native/lang_id/common/file/
H A Dmmap.cc66 const DWORD last_error = GetLastError(); in ~Win32HandleCloser() local
89 const std::string last_error = GetLastSystemError(); in MmapFile() local
105 const std::string last_error = GetLastSystemError(); in MmapFile() local
116 const std::string last_error = GetLastSystemError(); in MmapFile() local
128 const std::string last_error = GetLastSystemError(); in MmapFile() local
143 const std::string last_error = GetLastSystemError(); in Unmap() local
161 const std::string last_error = GetLastSystemError(); in ~FileCloser() local
177 const std::string last_error = GetLastSystemError(); in MmapFile() local
194 const std::string last_error = GetLastSystemError(); in MmapFile() local
233 const std::string last_error = GetLastSystemError(); in MmapFile() local
[all …]
/aosp_15_r20/external/libtextclassifier/native/utils/memory/
H A Dmmap.cc43 const std::string last_error = GetLastSystemError(); in ~FileCloser() local
60 const std::string last_error = GetLastSystemError(); in MmapFile() local
77 const std::string last_error = GetLastSystemError(); in MmapFile() local
113 const std::string last_error = GetLastSystemError(); in MmapFile() local
128 const std::string last_error = GetLastSystemError(); in Unmap() local
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/windows/
H A Diocp_test.cc91 int last_error = WSAGetLastError(); in TEST_F() local
170 int last_error = WSAGetLastError(); in TEST_F() local
317 int last_error = WSAGetLastError(); in TEST_F() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
H A Dplatform_thread_win_for_testing.cc128 DWORD last_error = ::GetLastError(); in CreateThreadInternal() local
167 DWORD last_error = 0; in Join() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dlog_message.cc209 DWORD last_error = err_; in ~Win32ErrorLogMessage() local
224 int last_error = err_; in ~ErrnoLogMessage() local
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_win.cc206 DWORD last_error = ::GetLastError(); in CreateThreadInternal() local
349 DWORD last_error = 0; in Join() local
/aosp_15_r20/external/cpuinfo/src/x86/windows/
H A Dinit.c164 const DWORD last_error = GetLastError(); in cpuinfo_x86_windows_init() local
174 const DWORD last_error = GetLastError(); in cpuinfo_x86_windows_init() local
/aosp_15_r20/external/libchrome/base/
H A Dlogging.cc982 DWORD last_error = err_; in ~Win32ErrorLogMessage() local
998 int last_error = err_; in ~ErrnoLogMessage() local
/aosp_15_r20/external/elfutils/libasm/
H A Dasm_error.c79 int last_error = global_error; in asm_errmsg() local
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_error.c122 int last_error = global_error; in dwarf_errmsg() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/strings/
H A Dstringprintf.cc17 base::ScopedClearLastError last_error; in TruncatingStringPrintf() local
/aosp_15_r20/external/cronet/base/
H A Dlogging.cc1098 DWORD last_error = err_; in AppendError() local
1123 int last_error = err_; in AppendError() local
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dwindows_file_system.cc53 auto last_error = ::GetLastError(); in IOErrorFromWindowsError() local
78 DWORD last_error = ERROR_SUCCESS; in pread() local
/aosp_15_r20/external/openscreen/osp/public/
H A Dprotocol_connection_server.h83 const Error& last_error() const { return last_error_; } in last_error() function
H A Dprotocol_connection_client.h100 const Error& last_error() const { return last_error_; } in last_error() function
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_process_information.cc25 DWORD last_error = ::GetLastError(); in CheckAndDuplicateHandle() local
/aosp_15_r20/external/cronet/base/strings/
H A Dstringprintf.cc50 base::ScopedClearLastError last_error; in StringAppendV() local
/aosp_15_r20/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.cpp47 int last_error = 0; in Start() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwinapp_thread.hpp50 DWORD last_error = ::GetLastError(); in winapp_thread() local
Dwince_thread.hpp50 DWORD last_error = ::GetLastError(); in wince_thread() local
/aosp_15_r20/external/cronet/base/synchronization/
H A Dwaitable_event_win.cc29 const auto last_error = ::GetLastError(); in ReportInvalidWaitableEventResult() local
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc480 DWORD last_error = ::GetLastError(); in GetChildren() local
495 DWORD last_error = ::GetLastError(); in GetChildren() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dfake_phase_listener.h97 const std::optional<Error>& last_error() const { return last_error_; } in last_error() function
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfOp.h60 const DwarfErrorData& last_error() { return last_error_; } in last_error() function
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/data/
H A Dlpcnet_dataset.py70 input_signals=['last_signal', 'prediction', 'last_error'],

123456