Searched refs:ErrorPos (Results 1 - 14 of 14) sorted by relevance

/external/pcre/dist/
H A Dpcregexp.pas46 13-11-04 - removed the ErrorPos = 0 check -> always print erroroffset
75 ErrorPos : integer;
474 ErrorPos:=0;
488 ErrorMsg, ErrorPos, ALocale);
821 { if P^.ErrorPos = 0 then
825 @P^.ErrorPos,mfConfirmation+mfOkButton);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c83 ctx->Program.ErrorPos = -1;
209 ctx->Program.ErrorPos = pos;
H A Dnvvertparse.c1281 * ctx->Program.ErrorPos will be -1 if successful. Otherwise, ErrorPos
1337 ctx->Program.ErrorPos = 0;
1441 _mesa_set_program_error(ctx, ctx->Program.ErrorPos, NULL);
H A Dprogram_parse.y2735 if (ctx->Program.ErrorPos != -1) {
/external/mesa3d/src/mesa/program/
H A Dprogram.c83 ctx->Program.ErrorPos = -1;
209 ctx->Program.ErrorPos = pos;
H A Dnvvertparse.c1281 * ctx->Program.ErrorPos will be -1 if successful. Otherwise, ErrorPos
1337 ctx->Program.ErrorPos = 0;
1441 _mesa_set_program_error(ctx, ctx->Program.ErrorPos, NULL);
H A Dprogram_parse.y2735 if (ctx->Program.ErrorPos != -1) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Darbprogram.c400 if (ctx->Program.ErrorPos == -1) {
H A Dmtypes.h2038 GLint ErrorPos; /* GL_PROGRAM_ERROR_POSITION_ARB/NV */ member in struct:gl_program_state
H A Dget.c1177 CONTEXT_INT(Program.ErrorPos),
/external/mesa3d/src/mesa/main/
H A Darbprogram.c400 if (ctx->Program.ErrorPos == -1) {
H A Dmtypes.h2038 GLint ErrorPos; /* GL_PROGRAM_ERROR_POSITION_ARB/NV */ member in struct:gl_program_state
H A Dget.c1177 CONTEXT_INT(Program.ErrorPos),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5877 if (ctx->Program.ErrorPos != -1) {

Completed in 1726 milliseconds