Searched refs:lastType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DAllRootsQuery.java68 int lastType = Root.INVALID_TYPE;
73 if (root.getType() != lastType) {
74 lastType = root.getType();
H A DRootsQuery.java92 int lastType = Root.INVALID_TYPE;
96 if (root.getType() != lastType) {
97 lastType = root.getType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DAbstractExtendedComplexTypeBuilder.java171 XSComplexType lastType = getLastRestrictedType(baseType);
173 if (lastType == null) {
187 while (lastType != lastType.getBaseType()) {
188 if (checkCollision(anc, enc, lastType)) {
192 if (lastType.getBaseType().isSimpleType()) // if the base type is a simple type, there won't be
198 lastType = lastType.getBaseType().asComplexType();
/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java72 private LongCounter lastType; field in class:HotspotCompilation
154 lastType = (LongCounter) lookup("lastType");
217 (int) lastType.longValue(),
/openjdk7/jdk/src/share/classes/sun/tools/jstat/resources/
H A Djstat_options953 data sun.ci.lastType
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap152 alias sun.ci.lastType // 1.5.0 b39

Completed in 60 milliseconds