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 D | DebugTreeGrammar.cs | 733 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 D | ProfileTreeGrammar.cs | 738 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/third_party/lcms2-2.6/src/ |
H A D | cmsmd5.c | 249 memmove(ProfileID ->ID8, ctx->buf, 16);
|
H A D | cmsio1.c | 947 cmsGetHeaderProfileID(h, ps ->ProfileID.ID8);
|
H A D | cmsio0.c | 884 memmove(ProfileID, Icc ->ProfileID.ID8, 16);
|
H A D | cmstypes.c | 3372 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/third_party/lcms2-2.6/include/ |
H A D | lcms2.h | 588 cmsUInt8Number ID8[16]; member in union:__anon15186
|
Completed in 182 milliseconds