Searched refs:ID8 (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs733 CommonTree ID8=null;
759 ID8=(CommonTree)Match(input,ID,Follow._ID_in_call432);
770 CommonTree funcRoot = findFunction((ID8!=null?ID8.Text:null), p);
772 Console.Error.WriteLine("No match found for " + (ID8!=null?ID8.Text:null) + "(" + p + ")");
H A DProfileTreeGrammar.cs738 CommonTree ID8=null;
764 ID8=(CommonTree)Match(input,ID,Follow._ID_in_call432);
775 CommonTree funcRoot = findFunction((ID8!=null?ID8.Text:null), p);
777 Console.Error.WriteLine("No match found for " + (ID8!=null?ID8.Text:null) + "(" + p + ")");
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsmd5.c249 memmove(ProfileID ->ID8, ctx->buf, 16);
H A Dcmsio1.c947 cmsGetHeaderProfileID(h, ps ->ProfileID.ID8);
H A Dcmsio0.c884 memmove(ProfileID, Icc ->ProfileID.ID8, 16);
H A Dcmstypes.c3372 if (io -> Read(io, seq ->ProfileID.ID8, 16, 1) != 1) return FALSE;
3424 if (!io ->Write(io, 16, Seq ->seq[n].ProfileID.ID8)) return FALSE;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h588 cmsUInt8Number ID8[16]; member in union:__anon28622

Completed in 508 milliseconds