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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.h 52 BOOLEAN LastError;
  /external/mesa3d/src/egl/main/
eglcurrent.h 53 EGLint 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;
rpcdcep.h 228 RPC_STATUS LastError;
ksmedia.h     [all...]
  /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) {
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 876 DWORD LastError;
1153 LastError = PrivateFile->WinNtThunk->GetLastError ();
1154 if (LastError != ERROR_ALREADY_EXISTS) {
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 53 instrprof_error LastError;
56 InstrProfReader() : LastError(instrprof_error::success), Symtab() {}
84 LastError = Err;
96 bool isEOF() { return LastError == instrprof_error::eof; }
98 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
102 return make_error<InstrProfError>(LastError);
  /external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h 44 virtual ErrorCode LastError() const { return kAdmErrNone; }
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c     [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 116 webrtc::AudioDeviceModule::ErrorCode FakeAudioCaptureModule::LastError() const {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 388 int NetEqImpl::LastError() const {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 504 // LastError
507 AudioDeviceModule::ErrorCode AudioDeviceModuleImpl::LastError() const
    [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc     [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 183 UdpTransport::ErrorCode UdpTransportImpl::LastError() const
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 924 milliseconds