OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setlasterror
(Results
76 - 100
of
129
) sorted by null
1
2
3
4
5
6
/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
File.h
203
void
setLastError
(std::error_code err) { _lastError = err; }
/art/dt_fd_forward/
dt_fd_forward.cc
57
SetLastError
(::android::base::StringPrintf("%s:%d - %s: %s", \
140
void FdForwardTransport::
SetLastError
(const std::string& desc) {
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c
[
all
...]
/external/python/cpython2/Modules/_ctypes/
callproc.c
103
accessed by the GetLastError() and
SetLastError
() api functions.
834
SetLastError
(temp);
853
SetLastError
(temp);
[
all
...]
/external/python/cpython3/Modules/_ctypes/
callproc.c
98
accessed by the GetLastError() and
SetLastError
() api functions.
802
SetLastError
(temp);
821
SetLastError
(temp);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c
68
SetLastError
(lasterr);
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c
439
SetLastError
(ERROR_INVALID_PIXEL_FORMAT);
/external/python/cpython2/Modules/_multiprocessing/
semaphore.c
33
#define SEM_CLEAR_ERROR()
SetLastError
(0)
/external/python/cpython2/Modules/zlib/
gzlib.c
68
SetLastError
(lasterr);
/external/python/cpython3/Modules/_multiprocessing/
semaphore.c
35
#define SEM_CLEAR_ERROR()
SetLastError
(0)
/external/python/cpython3/Modules/zlib/
gzlib.c
68
SetLastError
(lasterr);
/external/webrtc/webrtc/voice_engine/
voice_engine_defines.h
132
stat.
SetLastError
(VE_FUNC_NOT_SUPPORTED); \
/external/zlib/src/
gzlib.c
68
SetLastError
(lasterr);
/toolchain/binutils/binutils-2.27/zlib/
gzlib.c
68
SetLastError
(lasterr);
minigzip.c
111
SetLastError
(lasterr);
/external/libpcap/
pcap-tc.c
286
SetLastError
(ERROR_INSUFFICIENT_BUFFER);
300
SetLastError
(ERROR_INSUFFICIENT_BUFFER);
[
all
...]
/external/pdfium/fpdfsdk/
fpdfview.cpp
506
void
SetLastError
(int err) {
535
SetLastError
(err_code);
[
all
...]
/external/python/cpython3/Modules/
_winapi.c
135
SetLastError
(err);
141
SetLastError
(err);
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go
588
SetLastError
(333);
880
SetLastError
(123);
Completed in 1583 milliseconds
1
2
3
4
5
6