Searched defs:lastError (Results 1 - 17 of 17) sorted by relevance

/external/freetype/src/cff/
H A Dcf2font.c437 FT_Error lastError = FT_Err_Ok; local
506 cf2_setError( &font->error, lastError );
H A Dcf2intrp.c411 * even if continuing would be safe. In this case, `lastError' is
431 /* lastError is used for errors that are immediately tested */
432 FT_Error lastError = FT_Err_Ok; local
533 lastError = FT_THROW( Out_Of_Memory );
574 lastError = FT_THROW( Invalid_Glyph_Format );
758 lastError = FT_THROW( Invalid_Glyph_Format );
782 lastError = FT_THROW( Invalid_Glyph_Format );
797 lastError = FT_THROW( Invalid_Glyph_Format );
812 lastError = FT_THROW( Invalid_Glyph_Format );
1107 lastError
[all...]
/external/libxml2/
H A Dtestchar.c15 int lastError; variable
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
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2font.c437 FT_Error lastError = FT_Err_Ok; local
506 cf2_setError( &font->error, lastError );
H A Dcf2intrp.c411 * even if continuing would be safe. In this case, `lastError' is
431 /* lastError is used for errors that are immediately tested */
432 FT_Error lastError = FT_Err_Ok; local
533 lastError = FT_THROW( Out_Of_Memory );
574 lastError = FT_THROW( Invalid_Glyph_Format );
758 lastError = FT_THROW( Invalid_Glyph_Format );
782 lastError = FT_THROW( Invalid_Glyph_Format );
797 lastError = FT_THROW( Invalid_Glyph_Format );
812 lastError = FT_THROW( Invalid_Glyph_Format );
1107 lastError
[all...]
/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp312 DWORD lastError = GetLastError(); local
314 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp190 DWORD lastError = GetLastError(); local
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError(); local
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c53 char* lastError; member in struct:deProcess_s
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; member in struct:deProcess_s
[all...]
/external/lzma/CPP/Windows/
H A DFileFind.cpp395 DWORD lastError = GetLastError(); local
396 if (lastError == ERROR_BAD_NETPATH ||
397 lastError == ERROR_FILE_NOT_FOUND ||
398 lastError == ERROR_INVALID_NAME // for "\\SERVER\shared" paths that are translated to "\\?\UNC\SERVER\shared"
428 ::SetLastError(lastError);
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.h58 int16_t lastError; member in struct:__anon20948
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp97 GLenum lastError; member in class:tcu::null::Context
123 , lastError (GL_NO_ERROR)
270 const GLenum lastErr = ctx->lastError;
272 ctx->lastError = GL_NO_ERROR;
459 ctx->lastError = GL_INVALID_ENUM;
474 ctx->lastError = GL_INVALID_VALUE;
480 ctx->lastError = GL_INVALID_ENUM;
622 if (ctx->lastError == GL_NO_ERROR)
623 ctx->lastError = GL_INVALID_OPERATION;
646 if (ctx->lastError
[all...]
/external/libxml2/include/libxml/
H A Dxpath.h345 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
H A Dparser.h301 xmlError lastError; member in struct:_xmlParserCtxt
/external/icu/icu4c/source/common/
H A Dputil.cpp2173 DWORD lastError = GetLastError(); local
2174 if(lastError == ERROR_PROC_NOT_FOUND) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 665 milliseconds