Searched refs:id (Results 101 - 125 of 1217) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java43 long id; field in class:SharedMemoryTransportService.SharedMemoryListenKey
46 SharedMemoryListenKey(long id, String name) { argument
47 this.id = id;
51 long id() { method in class:SharedMemoryTransportService.SharedMemoryListenKey
52 return id;
55 void setId(long id) { argument
56 this.id = id;
100 private native void stopListening0(long id) throw argument
101 accept0(long id, long acceptTimeout) argument
102 name(long id) argument
172 private long id; field in class:SharedMemoryConnection
178 receiveByte0(long id) argument
179 sendByte0(long id, byte b) argument
180 close0(long id) argument
181 receivePacket0(long id) argument
182 sendPacket0(long id, byte b[]) argument
200 SharedMemoryConnection(long id) argument
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationMonitor.java62 * <code>id</code>, is no longer valid. The monitor considers the
63 * reference associated with <code>id</code> as a stale reference.
68 * @param id the object's activation identifier
73 public void inactiveObject(ActivationID id) argument
82 * @param id the active object's id
88 public void activeObject(ActivationID id, argument
98 * @param id the group's id
104 public void inactiveGroup(ActivationGroupID id, argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpSubSystem.java45 * @param id The model ID.
48 public void addModel(int id, SnmpModel model); argument
52 * @param id The model ID to remove.
55 public SnmpModel removeModel(int id) throws SnmpUnknownModelException; argument
59 * @param id The model ID to get.
62 public SnmpModel getModel(int id) throws SnmpUnknownModelException; argument
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DExtension.java37 private String value, id; field in class:Extension
50 this.id = key + LanguageTag.SEP + value;
62 return id;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DUnknownServiceContext.java35 public UnknownServiceContext( int id, byte[] data ) argument
37 this.id = id ;
41 public UnknownServiceContext( int id, InputStream is ) argument
43 this.id = id ;
50 public int getId() { return id ; }
59 os.write_long( id ) ;
69 private int id = -1 ; field in class:UnknownServiceContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DAddressTreeNodeAdapter.java36 public AddressTreeNodeAdapter(Address val, FieldIdentifier id) { argument
37 this(val, id, false);
40 public AddressTreeNodeAdapter(Address val, FieldIdentifier id, boolean treeTableMode) { argument
41 super(id, treeTableMode);
H A DDoubleTreeNodeAdapter.java35 public DoubleTreeNodeAdapter(double val, FieldIdentifier id) { argument
36 this(val, id, false);
39 public DoubleTreeNodeAdapter(double val, FieldIdentifier id, boolean treeTableMode) { argument
40 super(id, treeTableMode);
H A DFloatTreeNodeAdapter.java35 public FloatTreeNodeAdapter(float val, FieldIdentifier id) { argument
36 this(val, id, false);
39 public FloatTreeNodeAdapter(float val, FieldIdentifier id, boolean treeTableMode) { argument
40 super(id, treeTableMode);
H A DLongTreeNodeAdapter.java35 public LongTreeNodeAdapter(long val, FieldIdentifier id) { argument
36 this(val, id, false);
39 public LongTreeNodeAdapter(long val, FieldIdentifier id, boolean treeTableMode) { argument
40 super(id, treeTableMode);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadAccess.java66 id or handle that is platform dependent */
67 public ThreadProxy getThreadForThreadId(long id); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DBadOopTreeNodeAdapter.java36 public BadOopTreeNodeAdapter(OopHandle oop, FieldIdentifier id) { argument
37 this(oop, id, false);
42 public BadOopTreeNodeAdapter(OopHandle oop, FieldIdentifier id, boolean treeTableMode) { argument
43 super(id, treeTableMode);
H A DCStringTreeNodeAdapter.java34 public CStringTreeNodeAdapter(String val, FieldIdentifier id) { argument
35 this(val, id, false);
38 public CStringTreeNodeAdapter(String val, FieldIdentifier id, boolean treeTableMode) { argument
39 super(id, treeTableMode);
H A DLongTreeNodeAdapter.java35 public LongTreeNodeAdapter(long val, FieldIdentifier id) { argument
36 this(val, id, false);
39 public LongTreeNodeAdapter(long val, FieldIdentifier id, boolean treeTableMode) { argument
40 super(id, treeTableMode);
H A DRootTreeNodeAdapter.java34 public RootTreeNodeAdapter(String val, FieldIdentifier id) { argument
35 this(val, id, false);
39 public RootTreeNodeAdapter(String val, FieldIdentifier id, boolean treeTableMode) { argument
40 super(id, treeTableMode);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DTimedWindowEvent.java39 public TimedWindowEvent(Window source, int id, Window opposite, long time) { argument
40 super(source, id, opposite);
44 public TimedWindowEvent(Window source, int id, Window opposite, argument
47 super(source, id, opposite, oldState, newState);
/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/lang/management/
H A DThreadMXBean.java171 * <tt>id</tt> with no stack trace.
174 * {@link #getThreadInfo(long, int) getThreadInfo(id, 0);}
194 * @param id the thread ID of the thread. Must be positive.
201 * @throws IllegalArgumentException if <tt>id &lt= 0</tt>.
206 public ThreadInfo getThreadInfo(long id); argument
247 * Returns a thread info for a thread of the specified <tt>id</tt>,
275 * @param id the thread ID of the thread. Must be positive.
285 * @throws IllegalArgumentException if <tt>id &lt= 0</tt>.
292 public ThreadInfo getThreadInfo(long id, int maxDepth); argument
463 * @param id th
479 getThreadCpuTime(long id) argument
514 getThreadUserTime(long id) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DTargetedNotification.java58 // this.id = listenerID;
83 this.id = listenerID;
102 return id;
111 return "{" + notif + ", " + id + "}";
124 private final Integer id; field in class:TargetedNotification
125 //private final int id;
128 // private static int intValue(Integer id) {
129 // if (id == null) throw new
131 // return id.intValue();
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDropTarget.h45 - (id)init:(jobject)dropTarget component:(jobject)jcomponent peer:(jobject)jpeer control:(id)control;
54 - (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
55 - (NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
56 - (void)draggingExited:(id <NSDraggingInfo>)sender;
57 - (BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
58 - (BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
59 - (void)concludeDragOperation:(id <NSDraggingInfo>)sender;
60 - (void)draggingEnded:(id <NSDraggingInfo>)sender;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Event.h38 jfieldID id; member in struct:EventIDs
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java65 int id = 0;
70 elemToIndexMap[i] = (ins.getAttr(pcAttrName) != null ? id : -1);
74 labels.put(lab, String.valueOf(id));
83 isWide[id] = true; // force wide format
87 buffer[branchCount++] = id;
90 isWide[id] = false;
92 insElems[id] = ins;
93 ops[id] = (byte) op;
94 id++;
96 insCount = id; // mayb
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DIdentifier.java118 Identifier id = (Identifier)hash.get(s);
119 if (id == null) {
120 hash.put(s, id = new Identifier(s));
122 return id;
134 Identifier id = lookup(q + "." + n);
136 id.value = q;
137 return id;
145 Identifier id;
148 id = lookup(c.name+n);
150 id
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeFactory.java29 void setTypeCode(String id, TypeCodeImpl code); argument
31 TypeCodeImpl getTypeCode(String id); argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java59 * This method sets the slot data at the given slot id (index).
61 public void set_slot( int id, Any data ) throws InvalidSlot argument
65 if( id >= theSlotData.length ) {
69 theSlotData[id] = data;
73 * This method get the slot data for the given slot id (index).
75 public Any get_slot( int id ) throws InvalidSlot
79 if( id >= theSlotData.length ) {
82 if( theSlotData[id] == null ) {
83 theSlotData [id] = new AnyImpl(orb);
85 return theSlotData[ id ];
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericIdentifiable.java41 private int id; field in class:GenericIdentifiable
44 public GenericIdentifiable(int id, InputStream is) argument
46 this.id = id ;
52 return id ;
63 return "GenericIdentifiable[id=" + getId() + "]" ;
88 public GenericIdentifiable(int id, byte[] data) argument
90 this.id = id ;

Completed in 581 milliseconds

1234567891011>>