/external/libtextclassifier/native/lang_id/common/file/ |
D | mmap.cc | 66 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 …]
|
/external/libtextclassifier/native/utils/memory/ |
D | mmap.cc | 43 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
|
/external/flac/src/libFLAC/ |
D | fixed_intrin_ssse3.c | 67 __m128i last_error; in FLAC__fixed_compute_best_predictor_intrin_ssse3() local 158 __m128i last_error, zero = _mm_setzero_si128(); in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3() local
|
D | fixed_intrin_sse2.c | 67 __m128i last_error; in FLAC__fixed_compute_best_predictor_intrin_sse2() local 164 __m128i last_error, zero = _mm_setzero_si128(); in FLAC__fixed_compute_best_predictor_wide_intrin_sse2() local
|
/external/elfutils/libasm/ |
D | asm_error.c | 80 int last_error = global_error; in asm_errmsg() local
|
/external/elfutils/libdw/ |
D | dwarf_error.c | 121 int last_error = global_error; in dwarf_errmsg() local
|
/external/openscreen/osp/public/ |
D | protocol_connection_server.h | 83 const Error& last_error() const { return last_error_; } in last_error() function
|
D | protocol_connection_client.h | 100 const Error& last_error() const { return last_error_; } in last_error() function
|
D | service_publisher.h | 131 Error last_error() const { return last_error_; } in last_error() function
|
D | service_listener.h | 144 const ServiceListenerError& last_error() const { return last_error_; } in last_error() function
|
/external/elfutils/libdwfl/ |
D | dwfl_error.c | 160 int last_error = global_error; in dwfl_errmsg() local
|
/external/cpuinfo/src/x86/windows/ |
D | init.c | 164 const DWORD last_error = GetLastError(); in cpuinfo_x86_windows_init() local 174 const DWORD last_error = GetLastError(); in cpuinfo_x86_windows_init() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | thread_win.c | 210 DWORD last_error = GetLastError(); in get_thread_locals() local
|
/external/boringssl/src/crypto/ |
D | thread_win.c | 210 DWORD last_error = GetLastError(); in get_thread_locals() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_client_windows.cc | 191 int last_error = WSAGetLastError(); in tcp_connect() local
|
D | tcp_server_windows.cc | 281 int last_error = WSAGetLastError(); in start_accept_locked() local
|
/external/elfutils/libelf/ |
D | elf_error.c | 343 int last_error = global_error; in elf_errmsg() local
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_client_windows.cc | 191 int last_error = WSAGetLastError(); in tcp_connect() local
|
/external/libchrome/base/ |
D | logging.cc | 982 DWORD last_error = err_; in ~Win32ErrorLogMessage() local 998 int last_error = err_; in ~ErrnoLogMessage() local
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.h | 52 grpc_error* last_error; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.h | 51 grpc_error_handle last_error; member
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 51 auto last_error = ::GetLastError(); in IOErrorFromWindowsError() local 76 DWORD last_error = ERROR_SUCCESS; in pread() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 1169 int last_error = INT_MAX; in vp8_regulate_q() local
|
/external/rust/crates/shared_library/src/ |
D | dynamic_library.rs | 269 let last_error = dlerror() as *const _; in check_for_errors_in() localVariable
|
/external/openscreen/cast/common/certificate/ |
D | cast_cert_validator_internal.cc | 480 Error::Code last_error = Error::Code::kNone; in FindCertificatePath() local
|