Searched defs:id (Results 501 - 525 of 770) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java93 * Returns the target associated with the object id.
229 static void referenced(ObjID id, long sequenceNum, VMID vmid) { argument
232 new ObjectEndpoint(id, Transport.currentTransport());
245 static void unreferenced(ObjID id, long sequenceNum, VMID vmid, argument
250 new ObjectEndpoint(id, Transport.currentTransport());
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedClientHelper.java237 void registerAccelerator(AWTKeyStroke stroke, int id) { argument
241 sendMessage(server, XEMBED_REGISTER_ACCELERATOR, id, sym, mods);
244 void unregisterAccelerator(int id) { argument
246 sendMessage(server, XEMBED_UNREGISTER_ACCELERATOR, id, 0, 0);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java82 public static void setGlyphID(long glyphInfoPtr, int id) { argument
93 StrikeCache.cacheCellOffset, (long)id);
100 public void setGlyphID(int id) { argument
101 setGlyphID(glyphInfoPtr, id);
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountServerImpl.java58 public CountServerImpl(ActivationID id, MarshalledObject data) argument
60 super(id, 0);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java120 * @return The systemID that was set with setSystemId(String id)
130 * @param id Base URI for this stylesheet
132 public void setSystemId(String id) { argument
133 _systemId = id;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DEntityImpl.java251 public void setPublicId(String id) { argument
256 publicId = id;
317 public void setSystemId(String id) { argument
321 systemId = id;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DIdentityConstraint.java147 public boolean equals(IdentityConstraint id) { argument
148 boolean areEqual = fIdentityConstraintName.equals(id.fIdentityConstraintName);
150 areEqual = fSelector.toString().equals(id.fSelector.toString());
152 areEqual = (fFieldCount == id.fFieldCount);
155 if(!fFields[i].toString().equals(id.fFields[i].toString())) return false;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java131 * @param id Integer DTM ID to be bound to this DTM
133 synchronized public void addDTM(DTM dtm, int id) { addDTM(dtm,id,0); } argument
140 * @param id Integer DTM ID to be bound to this DTM.
146 synchronized public void addDTM(DTM dtm, int id, int offset) argument
148 if(id>=IDENT_MAX_DTMS)
160 if(oldlen<=id)
167 int newlen=Math.min((id+256),IDENT_MAX_DTMS);
177 m_dtms[id] = dtm;
178 m_dtm_offsets[id]
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java1077 * @param id The unique identifier to be searched for.
1083 public Element getElementByID(String id, Document doc) argument
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeConstants.java173 * <p>Unique id of the field.</p>
178 private final int id; field in class:DatatypeConstants.Field
183 * @param id <code>int</code> representation of <code>Field</code>
185 private Field(final String str, final int id) { argument
187 this.id = id;
200 * <p>Get id of this Field.</p>
205 return id;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DRepositoryImpl.java129 throw (new ServerAlreadyRegistered(server.id));
133 // generate a new server id
189 Integer id = new Integer(serverId);
194 server = (DBServerDef) db.serverTable.get(id);
205 db.serverTable.remove(id);
217 Integer id = new Integer(serverId);
218 DBServerDef server = (DBServerDef) db.serverTable.get(id);
282 servers[i++] = server.id;
416 // the lower id range is reserved for system servers
452 ", id
472 int id; field in class:RepositoryImpl.DBServerDef
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueUtility.java123 Class c = RepositoryId.cache.getId(member.id).getClassFromType();
147 // Set FVD id _REVISIT_ : Manglings
148 result.id = vhandler.getRMIRepositoryID(className);
149 if (result.id == null)
150 result.id = "";
241 members[i].id = valRepId; // _REVISIT_ : Manglings
289 // members[i].id = RepositoryId.createForAnyType(fields[i].getType());
294 members[i].id = vhandler.createForAnyType(fields[i].getType());
317 if (clzRepositoryId.equals(type.id))
346 String id
402 createTypeCodeInternal(ORB orb, java.lang.Class c, ValueHandler vh, String id, IdentityKeyValueStack createdIDs) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPolicies.java76 private int getPolicyValue( int id )
78 return poaPolicyValues[ id - MIN_POA_POLICY_ID ] ;
81 private void setPolicyValue( int id, int value ) argument
83 poaPolicyValues[ id - MIN_POA_POLICY_ID ] = value ;
181 Policies(Policy[] policies, int id ) throws InvalidPolicy
186 defaultObjectCopierFactoryId = id ;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java229 @param id the new repository ID. */
230 public void repositoryID (RepositoryID id) argument
232 _repID = id;
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLNames.java249 public static String getClassOrInterfaceName (Identifier id, argument
254 String typeName = id.getName().toString();
257 if (id.isQualified()) {
258 packageName = id.getQualifier().toString();
330 Identifier id = theID.getQualifier();
334 env.modulesContext.assertPut(id.toString());
339 Identifier current = id;
347 current = id;
1195 * Get an IDL style repository id for
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java120 public ThreadProxy getThreadForThreadId(long id) { argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DComponentView.java484 public Set<AWTKeyStroke> getFocusTraversalKeys(int id) { argument
486 getDefaultFocusTraversalKeys(id);
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java361 * @param id the Id (may be <code>null</code>)
369 List objects, String id, String signatureValueId);
393 * @param id the reference ID (may be <code>null</code>)
402 List transforms, String type, String id);
420 * @param id the reference ID (may be <code>null</code>)
432 List transforms, String type, String id, byte[] digestValue);
463 * @param id the reference ID (may be <code>null</code>)
475 String id);
502 * @param id the id (ma
368 newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId) argument
401 newReference(String uri, DigestMethod dm, List transforms, String type, String id) argument
431 newReference(String uri, DigestMethod dm, List transforms, String type, String id, byte[] digestValue) argument
473 newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id) argument
510 newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id) argument
527 newXMLObject(List content, String id, String mimeType, String encoding) argument
559 newManifest(List references, String id) argument
577 newSignatureProperty(List content, String target, String id) argument
595 newSignatureProperties(List properties, String id) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMReference.java93 private final String id; field in class:DOMReference
120 * @param id the reference ID (may be <code>null</code>)
127 List transforms, String id, Provider provider) {
128 this(uri, type, dm, null, null, transforms, id, null, provider);
132 List appliedTransforms, Data result, List transforms, String id,
135 result, transforms, id, null, provider);
139 List appliedTransforms, Data result, List transforms, String id,
178 this.id = id;
244 this.id
126 DOMReference(String uri, String type, DigestMethod dm, List transforms, String id, Provider provider) argument
131 DOMReference(String uri, String type, DigestMethod dm, List appliedTransforms, Data result, List transforms, String id, Provider provider) argument
138 DOMReference(String uri, String type, DigestMethod dm, List appliedTransforms, Data result, List transforms, String id, byte[] digestValue, Provider provider) argument
[all...]
H A DDOMXMLSignature.java71 private String id; field in class:DOMXMLSignature
96 * @param id an optional id (specify <code>null</code> to omit)
97 * @param signatureValueId an optional id (specify <code>null</code> to
101 public DOMXMLSignature(SignedInfo si, KeyInfo ki, List objs, String id, argument
108 this.id = id;
137 id = DOMUtils.getAttributeValue(localSigElem, "Id");
169 return id;
231 DOMUtils.setAttributeID(sigElem, "Id", id);
477 private String id; field in class:DOMXMLSignature.DOMSignatureValue
484 DOMSignatureValue(String id) argument
[all...]
H A DDOMXMLSignatureFactory.java60 List objects, String id, String signatureValueId) {
61 return new DOMXMLSignature(si, ki, objects, id, signatureValueId);
69 String type, String id) {
70 return new DOMReference(uri, type, dm, transforms, id, getProvider());
75 String id) {
86 (uri, type, dm, appliedTransforms, result, transforms, id, getProvider());
90 String type, String id, byte[] digestValue) {
95 (uri, type, dm, null, null, transforms, id, digestValue, getProvider());
104 SignatureMethod sm, List references, String id) {
105 return new DOMSignedInfo(cm, sm, references, id);
59 newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId) argument
68 newReference(String uri, DigestMethod dm, List transforms, String type, String id) argument
73 newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id) argument
89 newReference(String uri, DigestMethod dm, List transforms, String type, String id, byte[] digestValue) argument
103 newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id) argument
109 newXMLObject(List content, String id, String mimeType, String encoding) argument
118 newManifest(List references, String id) argument
122 newSignatureProperties(List props, String id) argument
126 newSignatureProperty(List info, String target, String id) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java107 public void dispatchInputMethodEvent(int id, argument
118 id, text, committedCharacterCount, caret, visiblePosition);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DInputStreamImageSource.java56 ImageDecoder id = decoders;
58 while (id != null) {
59 i += countConsumers(id.queue);
60 id = id.next;
79 for (ImageDecoder id = decoders; id != null; id = id.next) {
80 System.out.println(" "+id);
345 latchConsumers(ImageDecoder id) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java403 String id = getID();
404 String[] names = getDisplayNames(id, locale);
406 if (id.startsWith("GMT")) {
407 char sign = id.charAt(3);
409 return id;
429 // Map(key=id, value=SoftReference(Map(key=locale, value=displaynames)))
434 private static final String[] getDisplayNames(String id, Locale locale) { argument
437 SoftReference<Map<Locale, String[]>> ref = displayNames.get(id);
445 names = TimeZoneNameUtility.retrieveDisplayNames(id, locale);
453 String[] names = TimeZoneNameUtility.retrieveDisplayNames(id, local
835 parseCustomTimeZone(String id) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationNotification.java231 * @param id relation id identifying the relation in the Relation
247 * <P>- no relation id
255 String id,
263 if (!isValidBasic(notifType,sourceObj,id,typeName) || !isValidCreate(notifType)) {
267 relationId = id;
286 * @param id relation id identifying the relation in the Relation
302 String id,
313 if (!isValidBasic(notifType,sourceObj,id,typeNam
250 RelationNotification(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, List<ObjectName> unregMBeanList) argument
297 RelationNotification(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, String name, List<ObjectName> newValue, List<ObjectName> oldValue ) argument
460 isValidBasic(String notifType, Object sourceObj, String id, String typeName) argument
[all...]

Completed in 108 milliseconds

<<21222324252627282930>>