Searched refs:id (Results 276 - 300 of 1217) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java103 * Gets a pooled connection for id. The pooled connection might be
109 * @param id identity of the connection to get
117 public PooledConnection getPooledConnection(Object id, long timeout, argument
120 d("get(): ", id);
127 conns = getConnections(id);
129 d("get(): creating new connections list for ", id);
131 // No connections for this id so create a new list
132 conns = new Connections(id, initSize, prefSize, maxSize,
135 map.put(id, connsRef);
150 private Connections getConnections(Object id) { argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKGraphicsUtils.java96 Region id = context.getRegion();
97 if ((id == Region.RADIO_BUTTON ||
98 id == Region.CHECK_BOX ||
99 id == Region.TABBED_PANE_TAB) &&
127 GTKPainter.INSTANCE.paintFocus(context, g, id,
136 private static boolean shouldShadowText(Region id, int state) { argument
137 int gtkState = GTKLookAndFeel.synthStateToGTKState(id, state);
139 (id == Region.MENU ||
140 id == Region.MENU_ITEM ||
141 id
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java73 private int id; field in class:Test6921644.Owner
76 @ConstructorProperties("id")
77 public Owner(int id) { argument
78 this.id = id;
82 return this.id;
95 private int id; field in class:Test6921644.Author
103 this.id = owner.getId();
111 return this.id;
114 public void setId(Integer id) { argument
[all...]
/openjdk7/jdk/test/java/net/URLConnection/
H A DZeroContentLength.java75 int id; field in class:ZeroContentLength.Worker
77 Worker(Socket s, int id) { argument
79 this.id = id;
121 debug("worker " + id +
126 debug("worker: " + id + ": Shutdown");
147 debug("worked " + id +
206 int id;
208 id = connectionCount++;
211 Worker w = new Worker(s, id);
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DGroup.java124 String id = strtok.nextToken();
125 if (id.length() == 0) {
129 if (id.endsWith("*")) {
130 id = id.substring(0, id.length() - 1);
131 if (foundGroupFormat(regExpGroupMap, id)) {
134 regExpGroupMap.put(id, groupname);
135 sortedRegExpList.add(id);
137 if (foundGroupFormat(pkgNameGroupMap, id)) {
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DImports.java300 Identifier id = Identifier.lookup(currentPackage, nm);
301 if (importable(id, env)) {
302 className = id;
309 id = Identifier.lookup(t.getName(), nm);
311 if (importable(id, env)) {
316 className = id;
322 throw new AmbiguousClass(className, id);
341 * Check to see if 'id' names an importable class in `env'.
344 static public boolean importable(Identifier id, Environment env) { argument
345 if (!id
437 addPackage(Identifier id) argument
452 setCurrentPackage(Identifier id) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLayer.java789 private boolean isEventEnabled(long eventMask, int id) { argument
791 id >= ComponentEvent.COMPONENT_FIRST &&
792 id <= ComponentEvent.COMPONENT_LAST)
794 id >= ContainerEvent.CONTAINER_FIRST &&
795 id <= ContainerEvent.CONTAINER_LAST)
797 id >= FocusEvent.FOCUS_FIRST &&
798 id <= FocusEvent.FOCUS_LAST)
800 id >= KeyEvent.KEY_FIRST &&
801 id <= KeyEvent.KEY_LAST)
803 id
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java215 long id = readID();
218 names.put(new Long(id), new String(chars));
295 long id = readID();
306 stackFrames.put(new Long(id),
397 long id = readID();
399 snapshot.addRoot(new Root(id, 0, Root.UNKNOWN, ""));
403 long id = readID();
408 new ThreadObject(id, stackSeq));
412 long id = readID();
415 snapshot.addRoot(new Root(id,
621 getNameFromID(long id) argument
625 getNameFromID(Long id) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNotationImpl.java147 public void setPublicId(String id) { argument
157 publicId = id;
165 public void setSystemId(String id) { argument
175 systemId = id;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediator.java67 * given id and operation.
68 * @param id the object ID for which we are requesting a servant
73 java.lang.Object getInvocationServant( byte[] id, argument
109 void activateObject( byte[] id, Servant servant ) argument
112 /** Deactivate the object that is associated with the given id.
113 * Returns the servant for id.
115 Servant deactivateObject( byte[] id ) throws ObjectNotActive, WrongPolicy ;
124 Servant idToServant( byte[] id ) throws ObjectNotActive, WrongPolicy ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/org/omg/CORBA/
H A DORB.java39 * If this operation is called with an id, <code>"Y"</code>, and an
44 * @param id The ID by which the initial reference will be known.
46 * @throws InvalidName if this operation is called with an empty string id
47 * or this operation is called with an id that is already registered,
51 public void register_initial_reference( String id, argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIORTemplate.java36 * with the given id.
38 Iterator iteratorById( int id ) ;
H A DTaggedProfileTemplate.java50 * identifier id. It is not possible to modify the list through this
53 public Iterator iteratorById( int id ) ;
57 TaggedProfile create( ObjectKeyTemplate oktemp, ObjectId id ) ;
59 /** Write the profile create( oktemp, id ) to the OutputStream os.
61 void write( ObjectKeyTemplate oktemp, ObjectId id, OutputStream os) ; argument
77 ORB orb, int id );
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar3.idl63 (3) <module> "module" <id> "{" <module'> "}"
75 (6) <forward_dcl> "abstract" "interface" <id>
76 "local" "interface" <id> // CORBA3
77 "interface" <id>
79 (7) <interface_header> "abstract" "interface" <id> <interface_header'>
80 "local" "interface" <id> <interface_header'> // CORBA3
81 "interface" <id> <interface_header'>
104 (12) <scoped_name> <id> <scoped_name'>
105 "::" <id> <scoped_name'>
108 "::" <id> <scoped_nam
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DMenuDragMouseEvent.java61 * @param id an int specifying the type of event, as defined
78 public MenuDragMouseEvent(Component source, int id, long when, argument
82 super(source, id, when, modifiers, x, y, clickCount, popupTrigger);
94 * @param id an int specifying the type of event, as defined
116 public MenuDragMouseEvent(Component source, int id, long when, argument
121 super(source, id, when, modifiers, x, y, xAbs, yAbs, clickCount,
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationInstantiator.java47 * activation identifier, <code>id</code>, and descriptor,
65 * @param id the object's activation identifier
73 public MarshalledObject<? extends Remote> newInstance(ActivationID id, argument
H A DActivator.java39 * identifier, <code>id</code>, determines the group in which the
67 * <code>id</code>. If the activator knows the object to be active
77 * it the object's id and descriptor. <p>
100 * @param id the activation identifier for the object being activated
110 public MarshalledObject<? extends Remote> activate(ActivationID id, argument
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DExtendedRequest.java54 * public ExtendedResponse createExtendedResponse(String id,
57 * return new GetTimeResponse(id, berValue, offset, length);
63 * public GetTimeResponse(String id, byte[] berValue, int offset,
130 * @param id The possibly null object identifier of the response
144 public ExtendedResponse createExtendedResponse(String id, argument
/openjdk7/jdk/src/share/classes/com/sun/management/
H A DThreadMXBean.java128 * @param id the thread ID of a thread
135 * @throws IllegalArgumentException if {@code id} {@code <=} {@code 0}.
144 public long getThreadAllocatedBytes(long id); argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptionProperties.java50 * Returns the <code>EncryptionProperties</code>' id.
52 * @return the id.
57 * Sets the id.
59 * @param id the id.
61 void setId(String id); argument
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceBackend.hpp39 static bool is_event_enabled(TraceEventId id) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DEventLocation.java101 public void setPublicId(String id) { argument
102 _publicId = id;
104 public void setSystemId(String id) { argument
105 _systemId = id;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_AWTEvent.h40 jfieldID id; member in struct:AWTEventIDs
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DMulticastSendReceiveTests.java64 int id = rand.nextInt();
65 byte[] msg = Integer.toString(id).getBytes("UTF-8");
67 System.out.format("Send message from %s -> group %s (id=0x%x)\n",
68 local.getHostAddress(), group.getHostAddress(), id);
71 return id;
79 * @param id - expected id of datagram
83 int id)
114 System.out.format("Received message from %s (id=0x%x)\n",
118 if (receivedId == id)
81 receiveDatagram(DatagramChannel dc, InetAddress expectedSender, int id) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DJarImageSource.java82 ImageDecoder id = decoderForType(is, mimeType);
83 if (id == null) {
84 id = getDecoder(is);
86 return id;

Completed in 166 milliseconds

<<11121314151617181920>>