Home
last modified time | relevance | path

Searched refs:GetError (Results 1 - 25 of 29) sorted by relevance

12

/third_party/lzma/C/
H A DThreads.c14 static WRes GetError(void) in GetError() function
20 static WRes HandleToWRes(HANDLE h) { return (h != NULL) ? 0 : GetError(); } in HandleToWRes()
21 static WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } in BOOLToWRes()
28 return GetError(); in HandlePtr_Close()
108 // wres = GetError(); in Thread_Create_With_Affinity()
120 wres = GetError(); in Thread_Create_With_Affinity()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp580 static HRESULT GetError(HRESULT res, HRESULT res2) in GetError() function
632 return GetError(res, FinishCoder(coderIndex)); in FinishStream()
645 res = GetError(res, FinishStream(startIndex + i)); in FinishCoder()
796 res = GetError(res, FinishCoder(ci)); in Code()
/third_party/node/deps/v8/tools/
H A Dlldb_commands.py32 error = evaluate_result.GetError()
/third_party/node/src/
H A Dmodule_wrap.h83 static void GetError(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dspawn_sync.cc656 int SyncProcessRunner::GetError() { in GetError() function in node::SyncProcessRunner
682 if (GetError() != 0) { in BuildResultObject()
684 Integer::New(env()->isolate(), GetError())).Check(); in BuildResultObject()
H A Dspawn_sync.h170 int GetError();
H A Dmodule_wrap.cc494 void ModuleWrap::GetError(const FunctionCallbackInfo<Value>& args) { in GetError() function in node::loader::ModuleWrap
773 SetProtoMethodNoSideEffect(isolate, tpl, "getError", GetError); in Initialize()
815 registry->Register(GetError); in RegisterExternalReferences()
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h182 BacktraceUnwindError GetError() { return error_; } in GetError() function in Backtrace
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp347 EGLint EGLAPIENTRY GetError(void);
402 return egl::GetError(); in eglGetError()
673 this->eglGetError = egl::GetError; in LibEGLexports()
H A DlibEGL.cpp133 EGLint EGLAPIENTRY GetError(void) in GetError() function
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp100 GET_PROC(GetError); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp93 GET_PROC(GetError); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp96 GET_PROC(GetError); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp187 TEST_P(GLES1CovglTest, GetError) in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_stubs_autogen.h118 EGLint GetError(Thread *thread);
H A Dentry_points_egl_autogen.cpp275 EGL_EVENT(GetError, ""); in EGL_GetError()
279 ANGLE_EGL_VALIDATE(thread, GetError, nullptr, EGLint); in EGL_GetError()
281 return GetError(thread); in EGL_GetError()
H A Degl_stubs.cpp387 EGLint GetError(Thread *thread) in GetError() function
/third_party/glfw/src/
H A Degl_context.c411 _glfw.egl.GetError = (PFN_eglGetError) in _glfwInitEGL()
443 !_glfw.egl.GetError || in _glfwInitEGL()
H A Dinternal.h223 #define eglGetError _glfw.egl.GetError
831 PFN_eglGetError GetError; member
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3_loader.h470 PFNGLGETERRORPROC GetError; member
529 #define glGetError imgl3wProcs.gl.GetError
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc54 EXPECT_EQ(base::File::FILE_OK, files.GetError()); in GetRelativePaths()
305 EXPECT_EQ(base::File::FILE_OK, files.GetError()); in TestUnzipFile()
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc54 EXPECT_EQ(base::File::FILE_OK, files.GetError()); in GetRelativePaths()
305 EXPECT_EQ(base::File::FILE_OK, files.GetError()); in TestUnzipFile()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp442 return gl::GetError(); in glGetError()
1618 this->glGetError = gl::GetError; in LibGLESv2exports()
H A Dentry_points.h99 GLenum GL_APIENTRY GetError(void);
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp825 { "glGetError", _O(GetError) },

Completed in 41 milliseconds

12