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

  /external/mesa3d/src/egl/main/
eglcurrent.h 53 EGLint LastError;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 26 DWORD LastError;
rpcdcep.h 228 RPC_STATUS LastError;
ksmedia.h     [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 428 DWORD LastError = ::GetLastError();
429 ec = windows_error(LastError);
431 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) {
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 63 std::error_code LastError;
66 InstrProfReader() : LastError(instrprof_error::success) {}
80 LastError = EC;
89 bool isEOF() { return LastError == instrprof_error::eof; }
91 bool hasError() { return LastError && !isEOF(); }
93 std::error_code getError() { return LastError; }
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmslut.c     [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 1562 milliseconds