HomeSort by relevance Sort by last modified time
    Searched defs:LastError (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.h 53 BOOLEAN LastError;
  /external/mesa3d/src/egl/main/
eglcurrent.h 54 EGLint LastError;
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.h 54 virtual ErrorCode &getErrorCode() { return LastError; }
55 void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); }
66 ErrorCode LastError;
  /external/webrtc/webrtc/voice_engine/
statistics.cc 89 int32_t Statistics::LastError() const
93 "LastError() => %d", _lastError);
voe_base_impl.cc 597 int VoEBaseImpl::LastError() { return (shared_->statistics().LastError()); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 29 DWORD LastError;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiFileLib.h 70 EFI_STATUS LastError;
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 75 DWORD LastError = GetLastError();
79 NULL, LastError, 0, (LPSTR)&buffer, 1, NULL);
84 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 426 DWORD LastError = ::GetLastError();
427 ec = windows_error(LastError);
429 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 76 DWORD LastError = GetLastError();
80 NULL, LastError, 0, (LPSTR)&buffer, 1, NULL);
85 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
97 LastError = Err;
110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
118 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
97 LastError = Err;
110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
118 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
97 LastError = Err;
110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
118 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
97 LastError = Err;
110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
118 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
97 LastError = Err;
110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
118 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
97 LastError = Err;
110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
118 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 63 instrprof_error LastError = instrprof_error::success;
98 LastError = Err;
111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
119 return make_error<InstrProfError>(LastError);
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 876 DWORD LastError;
1153 LastError = PrivateFile->WinNtThunk->GetLastError ();
1154 if (LastError != ERROR_ALREADY_EXISTS) {
    [all...]

Completed in 1459 milliseconds

1 2