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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/
H A DIORImpl.java83 private String typeId; field in class:IORImpl
114 return super.equals( obj ) && typeId.equals( other.getTypeId() ) ;
120 cachedHashValue = (super.hashCode() ^ typeId.hashCode());
138 this.typeId = typeid ;
144 public IORImpl( ORB orb, String typeId, IORTemplate iortemp, ObjectId id) argument
146 this( orb, typeId ) ;
174 public IORImpl( ORB orb, String typeId, IORTemplateList iortemps, ObjectId id) argument
176 this( orb, typeId ) ;
203 return typeId ;
208 os.write_string( typeId ) ;
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DSeeTagImpl.java426 StringBuilder typeId; field in class:SeeTagImpl.ParameterParseMachine
433 typeId = new StringBuilder();
449 typeId.append(Character.toChars(cp));
456 typeId.append(Character.toChars(cp));
458 typeId.append('[');
480 typeId.append('[');
490 typeId.append(']');
515 if (typeId.length() > 0) {
516 paramList.append(typeId.toString());
522 if (typeId
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DHijrahChronology.java200 private final transient String typeId; field in class:HijrahChronology
286 * @param calType the typeId of the calendar
287 * @throws IllegalArgumentException if the id or typeId is empty
294 throw new IllegalArgumentException("calendar typeId is empty");
296 this.typeId = id;
332 return typeId;
911 logger.severe("Unable to initialize Hijrah calendar proxy: " + typeId, ex);
912 throw new DateTimeException("Unable to initialize HijrahCalendar: " + typeId, ex);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DPresentationManagerImpl.java264 String typeId = node.getTypeId() ;
265 resultList.add( typeId ) ;
/openjdk10/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java864 private byte signatureFromTypeId(byte typeId) throws IOException { argument
865 switch (typeId) {
894 throw new IOException("Invalid type id of " + typeId);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DGraphDecoder.java535 int typeId = methodScope.reader.getUVInt();
536 assert node.getNodeClass() == methodScope.encodedGraph.getNodeClasses()[typeId];

Completed in 58 milliseconds