Searched defs:id (Results 526 - 550 of 770) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java74 * Holds the attribute's id. It is initialized by the public constructor and
115 * id and its values except when a value is an array. For an array,
171 * the attribute's id and that of all of its values except for
207 * The string consists of the attribute's id and its values.
231 * @param id The attribute's id. It cannot be null.
233 public BasicAttribute(String id) { argument
234 this(id, false);
240 * @param id The attribute's id
244 BasicAttribute(String id, Object value) argument
255 BasicAttribute(String id, boolean ordered) argument
271 BasicAttribute(String id, Object value, boolean ordered) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.hpp43 #define VM_INTRINSIC_IGNORE(id, class, name, sig, flags) /*ignored*/
44 #define VM_SYMBOL_IGNORE(id, name) /*ignored*/
45 #define VM_ALIAS_IGNORE(id, id2) /*ignored*/
556 // template(<id>, <klass>, <name>, <sig>, <FCODE>)
1057 static Symbol* symbol_at(SID id) { argument
1058 assert(id >= FIRST_SID && id < SID_LIMIT, "oob");
1059 assert(_symbols[id] != NULL, "init");
1060 return _symbols[id];
1083 #define VM_INTRINSIC_ENUM(id, klas
1134 ID id = find_id_impl(holder, name, sig, flags); local
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp91 ObjectValue(int id, ScopeValue* klass) argument
92 : _id(id)
100 ObjectValue(int id) argument
101 : _id(id)
109 int id() const { return _id; } function in class:ObjectValue
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp104 int id = obj->ident(); local
105 if (id < 0) return id;
106 // If it has already been identified, just return the id.
107 if (id < _identities_limit && _identities[id] != 0) return id;
109 if (id >= _identities_capacity) {
111 if (new_cap <= id) new_cap = id
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTrace.hpp67 void set_id(GCId id) { _id = id; } argument
68 GCId id() const { return _id; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp188 vmIntrinsics::ID id = m->intrinsic_id(); local
189 assert(MethodHandles::is_signature_polymorphic(id), "must match an intrinsic");
191 ((int)id - vmIntrinsics::FIRST_MH_SIG_POLY) );
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java114 final Integer id = getListenerID();
131 IdAndFilter idaf = new IdAndFilter(id, filter);
145 return id;
300 Integer id = tn.getListenerID();
302 if (idaf.id == id) {
444 private Integer id; field in class:ServerNotifForwarder.IdAndFilter
447 IdAndFilter(Integer id, NotificationFilter filter) { argument
448 this.id = id;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibNode.java67 * @param id Id we start from looking for the next.
73 * @return The next id in this group.
75 * @exception SnmpStatusException If no id is found after the given id.
77 public long getNextVarId(long id, Object userData) argument
79 return getNextIdentifier(varList,id);
90 * @param id Id we start from looking for the next.
97 * @return The next id in this group which can be returned using
100 * @exception SnmpStatusException If no id is found after the given id
102 getNextVarId(long id, Object userData, int pduVersion) argument
132 skipVariable(long id, Object userData, int pduVersion) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DQueryHandler.java107 protected void printThingAnchorTag(long id) { argument
110 printHex(id);
125 long id = ho.getId();
126 if (id != -1L) {
129 printThingAnchorTag(id);
132 if (id != -1) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTEvent.java85 * The event's id.
90 protected int id; field in class:AWTEvent
327 this(event.target, event.id);
334 * @param id the event type
336 public AWTEvent(Object source, int id) { argument
338 this.id = id;
339 switch(id) {
393 return id;
428 switch(id) {
[all...]
H A DMediaTracker.java83 * // Get the images for the background (id == 0)
84 * // and the animation frames (id == 1)
149 * // frame if all of the frames (id == 1) are done loading,
208 * @param id an identifier used to track this image
210 public void addImage(Image image, int id) { argument
211 addImage(image, id, -1, -1);
220 * @param id an identifier that can be used to track this image
224 public synchronized void addImage(Image image, int id, int w, int h) { argument
226 new ImageMediaEntry(this, image, id, w, h));
487 * @param id th
496 checkID(int id) argument
523 checkID(int id, boolean load) argument
527 checkID(int id, boolean load, boolean verify) argument
552 isErrorID(int id) argument
577 getErrorsID(int id) argument
621 waitForID(int id) argument
647 waitForID(int id, long ms) argument
696 statusID(int id, boolean load) argument
700 statusID(int id, boolean load, boolean verify) argument
752 removeImage(Image image, int id) argument
784 removeImage(Image image, int id, int width, int height) argument
820 MediaEntry(MediaTracker mt, int id) argument
[all...]
H A DTrayIcon.java92 private int id; field in class:TrayIcon
711 void setID(int id) { argument
712 this.id = id;
716 return id;
748 int id = e.getID();
749 switch(id) {
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInputEvent.java316 * @param id the integer that identifies the event type.
338 InputEvent(Component source, int id, long when, int modifiers) { argument
339 super(source, id);
H A DMouseEvent.java115 * <b >id </b > <b >modifiers </b > <b >button </b >
127 * <b >id </b > <b >modifiers </b > <b >button </b >
173 * An unspecified behavior will be caused if the {@code id} parameter
472 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger, button)</tt>
475 * int, int, int, boolean, int) MouseEvent}(source, id, when, modifiers,
485 * @param id An integer indicating the type of event.
550 public MouseEvent(Component source, int id, long when, int modifiers, argument
554 this(source, id, when, modifiers, x, y, 0, 0, clickCount, popupTrigger, button);
571 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger)</tt>
574 * int, int, int, boolean, int) MouseEvent}(source, id, whe
616 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger) argument
729 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int button) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp51 // Return unique id for this frame. The id must have a value where we can distinguish
54 inline intptr_t* frame::id(void) const { return unextended_sp(); } function in class:frame
57 // Return true if the frame is younger (more recent activation) than the frame represented by id
58 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id");
59 return this->id() < id ; }
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp118 // Return unique id for this frame. The id must have a value where we can distinguish
121 inline intptr_t* frame::id(void) const { return unextended_sp(); } function in class:frame
124 // Return true if the frame is younger (more recent activation) than the frame represented by id
125 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id");
126 return this->id() < id ; }
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputGraph.java176 public InputNode getNode(int id) { argument
177 return nodes.get(id);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DFigure.java59 private int id; field in class:Figure
95 protected Figure(Diagram diagram, int id) { argument
102 this.id = id;
103 idString = Integer.toString(id);
110 return id;
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java32 private int id; field in class:Compilation
48 Compilation(int id) { argument
49 this.id = id;
136 return id;
139 public void setId(int id) { argument
140 this.id = id;
H A DLogParser.java228 String type(String id) { argument
229 String result = types.get(id);
231 throw new InternalError(id);
240 void type(String id, String name) { argument
241 assert type(id) == null;
242 types.put(id, name);
245 Method method(String id) { argument
246 Method result = methods.get(id);
248 throw new InternalError(id);
254 String id
[all...]
/openjdk7/jdk/src/share/back/
H A DcommonRef.c38 * External to this module, objects are identified by a jlong id which is
44 * as the object id prevents ambiguity in the object id when the weak ref
217 deleteNodeByID(JNIEnv *env, jlong id, jint refCount) argument
223 slot = hashBucket(id);
228 if (id == node->seqNum) {
238 /* Detach from id hash table */
255 * id. The id should be a value previously returned by
264 findNodeByID(JNIEnv *env, jlong id) argument
408 jlong id; local
439 commonRef_idToRef(JNIEnv *env, jlong id) argument
481 commonRef_pin(jlong id) argument
515 commonRef_unpin(jlong id) argument
540 commonRef_release(JNIEnv *env, jlong id) argument
548 commonRef_releaseMultiple(JNIEnv *env, jlong id, jint refCount) argument
[all...]
H A DinStream.c56 return stream->packet.type.cmd.id;
177 jlong id = inStream_readLong(stream); local
181 if (id == NULL_OBJECT_ID) {
185 ref = commonRef_idToRef(env, id);
202 * Read a raw object id from the stream. This should be used rarely.
H A Dinvoker.c216 jbyte invokeType, jbyte options, jint id,
238 request->id = id;
289 invoker_requestInvoke(jbyte invokeType, jbyte options, jint id, argument
301 error = fillInvokeRequest(env, request, invokeType, options, id,
677 jint id; local
686 id = 0;
720 id = request->id;
733 outStream_initReply(&out, id);
215 fillInvokeRequest(JNIEnv *env, InvokeRequest *request, jbyte invokeType, jbyte options, jint id, jthread thread, jclass clazz, jmethodID method, jobject instance, jvalue *arguments, jint argumentCount) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DDocumentHandler.java199 * @param id the identifier
203 public boolean hasVariable(String id) { argument
204 return this.environment.containsKey(id);
210 * @param id the identifier
213 public Object getVariable(String id) { argument
214 if (!this.environment.containsKey(id)) {
215 throw new IllegalArgumentException("Unbound variable: " + id);
217 return this.environment.get(id);
223 * @param id the identifier
226 public void setVariable(String id, Objec argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DosThread.hpp118 void set_thread_id(thread_id_t id) { _thread_id = id; } argument
121 // _thread_id is kernel thread id (similar to LWP id on Solaris). Each

Completed in 84 milliseconds

<<21222324252627282930>>