Searched refs:id (Results 151 - 175 of 1217) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/native/sun/windows/
H A DCmdIDList.cpp64 // Assign an id to the object. Recycle the first free entry from the
73 // many items simultaneously in existence, we have an id
97 // Return the object associated with this id..
98 AwtObject* AwtCmdIDList::Lookup(UINT id) argument
101 DASSERT(id < m_capacity);
102 if (m_array[id].next_free_index <= ARRAY_MAXIMUM_SIZE) {
105 return m_array[id].obj;
108 // Return this id to the head of the free list.
109 void AwtCmdIDList::Remove(UINT id)
112 DASSERT(id < m_capacit
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_atan.c105 int ix,hx,id; local
119 id = -1;
124 id = 0; x = (2.0*x-one)/(2.0+x);
126 id = 1; x = (x-one)/(x+one);
130 id = 2; x = (x-1.5)/(one+1.5*x);
132 id = 3; x = -1.0/x;
141 if (id<0) return x - x*(s1+s2);
143 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null; field in class:SubjectKeyIdentifierExtension
74 if (id == null) {
79 id.encode(os);
90 id = new KeyIdentifier(octetString);
111 this.id = new KeyIdentifier(val);
119 + String.valueOf(id) + "]\n";
148 id = (KeyIdentifier)obj;
161 return (id);
173 id = null;
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCAckHandler.java80 private final UID id; field in class:DGCAckHandler
95 DGCAckHandler(UID id) { argument
96 this.id = id;
97 if (id != null) {
98 assert !idTable.containsKey(id);
99 idTable.put(id, this);
142 public static void received(UID id) { argument
143 DGCAckHandler h = idTable.remove(id);
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationGroupID.java39 * the group within the activation system. This group id is passed
55 * @serial The group's unique id.
63 * Constructs a unique group id.
109 ActivationGroupID id = (ActivationGroupID)obj;
110 return (uid.equals(id.uid) && system.equals(id.system));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIdResolver.java47 * @see <A HREF="http://www.xml.com/lpt/a/2001/11/07/id.html">"Identity Crisis" on xml.com</A>
88 * @param id the ID attribute
90 public static void registerElementById(Element element, Attr id) { argument
91 IdResolver.registerElementById(element, id.getNodeValue());
98 * @param id the value of the ID
99 * @return the element obtained by the id, or null if it is not found.
101 public static Element getElementById(Document doc, String id) { argument
103 Element result = IdResolver.getElementByIdType(doc, id);
113 result = IdResolver.getElementByIdUsingDOM(doc, id);
124 result = IdResolver.getElementBySearching(doc, id);
143 getElementByIdUsingDOM(Document doc, String id) argument
156 getElementByIdType(Document doc, String id) argument
188 getElementBySearching(Node root,String id) argument
199 getEl(Node currentNode,String id,Element []els) argument
237 isElement(Element el, String id,Element[] els) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DContainerEvent.java49 * An unspecified behavior will be caused if the {@code id} parameter
105 * @param id An integer indicating the type of event.
114 public ContainerEvent(Component source, int id, Component child) { argument
115 super(source, id);
147 switch(id) {
H A DPaintEvent.java40 * An unspecified behavior will be caused if the {@code id} parameter
50 * Marks the first integer id for the range of paint event ids.
55 * Marks the last integer id for the range of paint event ids.
94 * @param id The integer that identifies the event type.
103 public PaintEvent(Component source, int id, Rectangle updateRect) { argument
104 super(source, id);
127 switch(id) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXMBeanInterface.java55 @ManagedAttribute( id=AMX.ATTR_NAME )
62 @ManagedAttribute( id=AMX.ATTR_PARENT )
72 @ManagedAttribute( id=AMX.ATTR_CHILDREN )
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A Dcrl.sh55 $KT -alias a -gencrl -id 1:1 -id 2:2 -file crl1 || exit 1
56 $KT -alias a -gencrl -id 3:3 -id 4:4 -file crl2 || exit 2
57 $KT -alias a -gencrl -id 5:1 -id 6:2 -file crl3 || exit 4
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassType.java58 public String typeString(String id, boolean abbrev, boolean ret) { argument
62 return (id.length() > 0) ? s + " " + id : s;
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialInterfaceType.java137 Identifier id = type.getClassName();
139 if (id.equals(idRemote)) return true;
140 if (id == idJavaIoSerializable) return true;
141 if (id == idJavaIoExternalizable) return true;
142 if (id == idCorbaObject) return true;
143 if (id == idIDLEntity) return true;
157 Identifier id = null;
163 id = type.getClassName();
165 if (id.equals(idRemote)) {
169 } else if (id
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaComponentAccessibility.h50 - (id)initWithParent:(NSObject*)parent withEnv:(JNIEnv *)env withAccessible:(jobject)accessible withIndex:(jint)index withView:(NSView *)view withJavaRole:(NSString *)javaRole;
54 - (BOOL)isEqual:(id)anObject;
57 + (void)postFocusChanged:(id)message;
70 - (id)parent;
81 - (id)accessibilityAttributeValue:(NSString *)attribute;
83 - (void)accessibilitySetValue:(id)value forAttribute:(NSString *)attribute;
87 - (NSUInteger)accessibilityIndexOfChild:(id)child;
92 - (void)accessibilitySetFocusedAttribute:(id)value;
95 - (id)accessibilityMaxValueAttribute;
97 - (id)accessibilityMinValueAttribut
[all...]
H A DAWTSurfaceLayers.h44 - (id) initWithWindowLayer: (CALayer *)windowLayer;
/openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/
H A DSymbol.java53 public Symbol(int id, int l, int r, Object o) { argument
54 this(id);
64 public Symbol(int id, Object o) { argument
65 this(id);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericTaggedComponent.java43 public GenericTaggedComponent( int id, InputStream is ) argument
45 super( id, is ) ;
48 public GenericTaggedComponent( int id, byte[] data ) argument
50 super( id, data ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIdentifiableFactoryFinder.java38 /** If there is a registered factory for id, use it to
44 Identifiable create(int id, InputStream is); argument
46 /** Register a factory for the given id.
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DThreadPoolChooser.java42 * by using the id argument passed to it. This method will be used in
43 * situations where the threadpool id is known to the caller e.g. by the
44 * connection object or looking at the high order bits of the request id
46 public ThreadPool getThreadPool(int id); argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcherFactory.java31 public LocalClientRequestDispatcher create( int id, IOR ior ) ; argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DEnumTreeNodeAdapter.java36 public EnumTreeNodeAdapter(String enumName, long val, FieldIdentifier id) { argument
37 this(enumName, val, id, false);
40 public EnumTreeNodeAdapter(String enumName, long val, FieldIdentifier id, boolean treeTableMode) { argument
41 super(id, treeTableMode);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/
H A DRuntime1.java56 public Address entryFor(int id) { argument
57 return blobFor(id).codeBegin();
61 public CodeBlob blobFor(int id) { argument
62 Address blobAddr = blobsField.getStaticFieldAddress().getAddressAt(id * VM.getVM().getAddressSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcThreadFactory.java34 public ThreadProxy createThreadWrapper(long id); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteThreadFactory.java34 public ThreadProxy createThreadWrapper(long id); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgThreadFactory.java34 public ThreadProxy createThreadWrapper(long id); argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthStyleFactory.java39 * public SynthStyle getStyle(JComponent c, Region id) {
40 * if (id == Region.BUTTON) {
43 * else if (id == Region.TREE) {
71 * @param id Region identifier
74 public abstract SynthStyle getStyle(JComponent c, Region id); argument

Completed in 134 milliseconds

1234567891011>>