Searched refs:Desc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java45 * second part of the test. Each example comes with one or two annotations, @Desc, @Sig,
108 if (d == null && s == null) // not a test field or method if no @Desc or @Sig given
150 return getAnnotValues(Desc.class.getName(), attrs, cp);
301 @interface Desc { interface
318 @Desc(d="Z", t="S{boolean}")
321 @Desc(d="B", t="S{byte}")
324 @Desc(d="C", t="S{char}")
327 @Desc(d="D", t="S{double}")
330 @Desc(d="F", t="S{float}")
333 @Desc(
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c3539 n ->Desc = cmsMLUalloc(self ->ContextID, 1);
3540 if (n ->Desc == NULL) return NULL;
3545 cmsMLUsetASCII(n ->Desc, cmsNoLanguage, cmsNoCountry, ASCIIString);
3568 TextSize = cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, NULL, 0);
3570 if (cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, Text, TextSize) != TextSize) return FALSE;
3590 NewUcrBg ->Desc = cmsMLUdup(Src ->Desc);
3604 if (Src ->Desc) cmsMLUfree(Src ->Desc);
H A Dlcms2.h1282 cmsMLU* Desc; member in struct:__anon878

Completed in 83 milliseconds