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

1 2

  /frameworks/av/drm/libmediadrm/
SharedLibrary.cpp 52 const char *SharedLibrary::lastError() const {
  /frameworks/base/libs/hwui/debug/
GlesErrorCheckWrapper.cpp 27 GLenum lastError = GL_NO_ERROR;
30 lastError = status;
53 LOG_ALWAYS_FATAL_IF(lastError != GL_NO_ERROR, "%s error! %s (0x%x)", apicall, lastErrorName,
54 lastError);
  /art/test/901-hello-ti-agent/src/art/
Test901.java 51 String lastError = null;
61 if (lastError != null &&
62 (errorName != null || (error != null && !lastError.equals(error)))) {
63 System.out.println(consecutiveErrors + " times " + lastError);
64 lastError = null;
71 lastError = error;
76 System.out.println(consecutiveErrors + " times " + lastError);
  /hardware/interfaces/cas/1.0/default/
SharedLibrary.cpp 56 const char *SharedLibrary::lastError() const {
  /hardware/interfaces/drm/1.0/default/
SharedLibrary.cpp 54 const char* SharedLibrary::lastError() const {
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 120 DWORD lastError = ::GetLastError();
121 if (lastError == 0)
123 return HRESULT_FROM_WIN32(lastError);
  /external/libxml2/
testchar.c 15 int lastError;
18 if ((unused == NULL) && (err != NULL) && (lastError == 0)) {
19 lastError = err->code;
32 lastError = 0;
40 if ((lastError == 0) || (res != NULL))
47 if ((lastError == 0) || (res != NULL))
53 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL))
73 lastError = 0;
83 if ((lastError == 0) || (res != NULL))
94 if ((lastError == 0) || (res != NULL)
    [all...]
  /hardware/google/av/codec2/vndk/v4l2/
C2VdaBqBlockPool.cpp 290 int32_t lastError = android::NO_ERROR;
307 lastError = status;
311 return asC2Error(lastError);
  /external/freetype/src/psaux/
psfont.c 492 FT_Error lastError = FT_Err_Ok;
561 cf2_setError( &font->error, lastError );
psintrp.c 460 * even if continuing would be safe. In this case, `lastError' is
480 /* lastError is used for errors that are immediately tested */
481 FT_Error lastError = FT_Err_Ok;
604 lastError = FT_THROW( Out_Of_Memory );
696 lastError = FT_THROW( Invalid_Glyph_Format );
718 lastError = FT_THROW( Invalid_Glyph_Format );
744 lastError = FT_THROW( Invalid_Glyph_Format );
754 lastError = font->cffload->blend_build_vector( &font->blend,
758 if ( lastError )
766 lastError = FT_THROW( Invalid_Glyph_Format )
    [all...]
  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 411 DWORD lastError = GetLastError();
413 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
  /external/icu/icu4c/source/test/intltest/
winnmtst.cpp 195 DWORD lastError = GetLastError();
197 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
209 DWORD lastError = GetLastError();
211 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_LinuxX11.cpp 58 EGLint lastError = eglGetError();
59 if (lastError != EGL_SUCCESS)
61 printf("%s failed (%x).\n", functionLastCalled, lastError);
102 GLenum lastError = glGetError();
103 if (lastError != GL_NO_ERROR)
105 printf("%s failed (%x).\n", functionLastCalled, lastError);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java     [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_platform.c 288 char *lastError;
294 lastError = (char *)SDL_GetError();
296 SDLTest_AssertCheck(lastError != NULL,
298 if (lastError != NULL)
300 len = SDL_strlen(lastError);
308 lastError = (char *)SDL_GetError();
309 SDLTest_AssertCheck(lastError != NULL,
311 if (lastError != NULL)
313 len = SDL_strlen(lastError);
318 SDLTest_AssertCheck(SDL_strcmp(lastError, testError) == 0
    [all...]
testautomation_sdltest.c 157 char *lastError;
226 lastError = (char *)SDL_GetError();
228 SDLTest_AssertCheck(lastError == NULL || lastError[0] == '\0', "Validate no error message was set");
236 lastError = (char *)SDL_GetError();
238 SDLTest_AssertCheck(lastError == NULL || lastError[0] == '\0', "Validate no error message was set");
246 lastError = (char *)SDL_GetError();
248 SDLTest_AssertCheck(lastError != NULL && SDL_strcmp(lastError, expectedError) == 0
    [all...]
testautomation_video.c 543 char *lastError;
551 lastError = (char *)SDL_GetError();
553 SDLTest_AssertCheck(lastError != NULL, "Verify error message is not NULL");
554 if (lastError != NULL) {
555 SDLTest_AssertCheck(SDL_strcmp(lastError, invalidWindowError) == 0,
558 lastError);
603 char *lastError;
605 lastError = (char *)SDL_GetError();
607 SDLTest_AssertCheck(lastError != NULL, "Verify error message is not NULL");
608 if (lastError != NULL)
    [all...]
  /external/deqp/framework/delibs/deutil/
deProcess.c 53 char* lastError;
174 deFree(process->lastError);
180 return process->lastError ? process->lastError : "No error";
190 if (process->lastError)
192 deFree(process->lastError);
193 process->lastError = DE_NULL;
196 process->lastError = deStrdup(error);
197 return process->lastError != DE_NULL;
522 char* lastError;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 58 int16_t lastError;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 97 GLenum lastError;
123 , lastError (GL_NO_ERROR)
285 const GLenum lastErr = ctx->lastError;
287 ctx->lastError = GL_NO_ERROR;
474 ctx->lastError = GL_INVALID_ENUM;
489 ctx->lastError = GL_INVALID_VALUE;
495 ctx->lastError = GL_INVALID_ENUM;
637 if (ctx->lastError == GL_NO_ERROR)
638 ctx->lastError = GL_INVALID_OPERATION;
661 if (ctx->lastError == GL_NO_ERROR
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 62 DWORD lastError;
  /external/libxml2/include/libxml/
xpath.h 345 xmlError lastError; /* the last error */
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 1002 HRESULT lastError = 0;
1019 lastError = HRESULT_FROM_WIN32(lastError);;
1085 lastError = result;
1284 if (numErrors == 1 && lastError != 0)
1285 return lastError;
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 175 public int lastError() { return mLastError; }
  /external/icu/icu4c/source/common/
putil.cpp     [all...]

Completed in 2413 milliseconds

1 2