Searched refs:prof (Results 1 - 12 of 12) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DTaggedProfile.java46 /** Return true is prof is equivalent to this TaggedProfile.
47 * This means that this and prof are indistinguishable for
51 * isEquivalent( prof ) should imply that getObjectId().equals(
52 * prof.getObjectId() ) is true, and so is
53 * getObjectKeyTemplate().equals( prof.getObjectKeyTemplate() ).
55 boolean isEquivalent( TaggedProfile prof ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DLocalClientRequestDispatcherBase.java65 TaggedProfile prof = ior.getProfile() ;
67 prof.isLocal();
69 ObjectKeyTemplate oktemp = prof.getObjectKeyTemplate() ;
74 ObjectId oid = prof.getObjectId() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericTaggedProfile.java81 public boolean isEquivalent( TaggedProfile prof )
83 return equals( prof ) ;
H A DIORImpl.java281 TaggedProfile prof = (TaggedProfile)(iter.next()) ;
282 TaggedProfileTemplate ptemp = prof.getTaggedProfileTemplate() ;
283 ObjectKeyTemplate oktemp = prof.getObjectKeyTemplate() ;
288 oid = prof.getObjectId() ;
289 else if (!oid.equals( prof.getObjectId() ))
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DGIOPVersion.java169 IIOPProfile prof = ior.getProfile() ;
170 GIOPVersion profVersion = prof.getGIOPVersion();
174 ORBVersion targetOrbVersion = prof.getORBVersion();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileImpl.java230 public boolean isEquivalent( TaggedProfile prof )
232 if (!(prof instanceof IIOPProfile))
235 IIOPProfile other = (IIOPProfile)prof ;
/openjdk7/jdk/test/sun/net/idn/
H A DTestData.java447 String prof, int flg, Exception ex)
456 profile = prof;
446 ConformanceTestCase(String comt, String in, String out, String prof, int flg, Exception ex) argument
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java152 prof, enum constant in enum:Demo.Action
348 case prof:
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java1441 ICC_Profile prof = (ICC_Profile) ourNode.getUserObject();
1442 if (prof != null) { // May be null
1443 profile = prof.getData();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java511 TaggedProfile prof = (TaggedProfile)(iter.next()) ;
512 ObjectId oid = prof.getObjectId() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java323 IIOPProfile prof = ior.getProfile();
325 (IIOPProfileTemplate) prof.getTaggedProfileTemplate();
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp1040 bool prof = profitable(pk); local
1041 if (!prof) {

Completed in 57 milliseconds