Searched defs:id (Results 276 - 300 of 770) sorted by relevance

<<11121314151617181920>>

/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A DPOAHelper.java69 __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.PortableServer.POAHelper.id (), "POA");
74 public static String id () method in class:POAHelper
97 else if (!obj._is_a (id ()))
/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/debugger/bsd/
H A DBsdThread.java45 BsdThread(BsdDebugger debugger, long id) { argument
47 this.thread_id = (int) id;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxThread.java43 LinuxThread(LinuxDebugger debugger, long id) { argument
45 this.lwp_id = (int) id;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/
H A DProcAMD64Thread.java34 private int id; field in class:ProcAMD64Thread
42 this.id = (int) addr.getCIntegerAt(0, 4, true);
45 public ProcAMD64Thread(ProcDebugger debugger, long id) { argument
47 this.id = (int) id;
52 long[] regs = debugger.getThreadIntegerRegisterSet(id);
72 return "t@" + id;
80 return (((ProcAMD64Thread) obj).id == id);
84 return id;
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThread.java34 private int id; field in class:ProcSPARCThread
42 this.id = (int) addr.getCIntegerAt(0, 4, true);
45 public ProcSPARCThread(ProcDebugger debugger, long id) { argument
47 this.id = (int) id;
52 long[] regs = debugger.getThreadIntegerRegisterSet(id);
72 return "t@" + id;
80 return (((ProcSPARCThread) obj).id == id);
84 return id;
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86Thread.java34 private int id; field in class:ProcX86Thread
42 this.id = (int) addr.getCIntegerAt(0, 4, true);
45 public ProcX86Thread(ProcDebugger debugger, long id) { argument
47 this.id = (int) id;
52 long[] regs = debugger.getThreadIntegerRegisterSet(id);
77 return "t@" + id;
85 return (((ProcX86Thread) obj).id == id);
89 return id;
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DBadAddressTreeNodeAdapter.java38 public BadAddressTreeNodeAdapter(Address addr, FieldIdentifier id) { argument
39 this(addr, id, false);
45 public BadAddressTreeNodeAdapter(Address addr, FieldIdentifier id, boolean treeTableMode) { argument
46 super(id, treeTableMode);
51 public BadAddressTreeNodeAdapter(long addr, FieldIdentifier id) { argument
52 this(addr, id, false);
56 public BadAddressTreeNodeAdapter(long addrValue, FieldIdentifier id, boolean treeTableMode) { argument
57 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/jdk/src/share/classes/javax/security/sasl/
H A DAuthorizeCallback.java32 * one entity (identified by an authenticated authentication id)
34 * behalf of another entity (identified by an authorization id).
43 * The (authenticated) authentication id to check.
49 * The authorization id to check.
55 * The id of the authorized entity. If null, the id of
62 * A flag indicating whether the authentication id is allowed to
63 * act on behalf of the authorization id.
71 * @param authnID The (authenticated) authentication id.
72 * @param authzID The authorization id
140 setAuthorizedID(String id) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DInternalFrameEvent.java137 * @param id an integer indicating the type of event
139 public InternalFrameEvent(JInternalFrame source, int id) { argument
140 super(source, id);
151 switch(id) {
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/org/jcp/xml/dsig/internal/dom/
H A DDOMManifest.java48 private final String id; field in class:DOMManifest
52 * list of {@link Reference}s and optional id.
56 * @param id the id (may be <code>null</code>
63 public DOMManifest(List references, String id) { argument
79 this.id = id;
91 this.id = attr.getValue();
94 this.id = null;
118 return id;
[all...]
H A DDOMSignatureProperties.java48 private final String id; field in class:DOMSignatureProperties
57 * @param id the Id (may be <code>null</code>)
64 public DOMSignatureProperties(List properties, String id) { argument
79 this.id = id;
92 id = attr.getValue();
95 id = null;
119 return id;
130 DOMUtils.setAttributeID(propsElem, "Id", id);
152 boolean idsEqual = (id
[all...]
/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethodContext.java56 public void dispatchInputMethodEvent(int id, argument
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationSystem.java67 * @return the activation id that can be used to activate the object
79 * Remove the activation id and associated descriptor previously
81 * can no longer be activated via the object's activation id.
83 * @param id the object's activation id (from previous registration)
90 public void unregisterObject(ActivationID id) argument
114 * @param id the activation group's identifier
120 * <code>id</code> is already active and that group is not equal
126 public ActivationMonitor activeGroup(ActivationGroupID id, argument
138 * @param id th
145 unregisterGroup(ActivationGroupID id) argument
175 setActivationDesc(ActivationID id, ActivationDesc desc) argument
196 setActivationGroupDesc(ActivationGroupID id, ActivationGroupDesc desc) argument
212 getActivationDesc(ActivationID id) argument
227 getActivationGroupDesc(ActivationGroupID id) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DStartTlsRequest.java152 * @param id The object identifier of the extended response.
171 public ExtendedResponse createExtendedResponse(String id, byte[] berValue, argument
175 if ((id != null) && (!id.equals(OID))) {
178 OID + ": " + id);
/openjdk7/hotspot/src/share/vm/ci/
H A DciSymbol.hpp68 void set_ident(uint id) { _ident = id; } argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyleFactory.java56 * <code>Region</code> id
59 * @param id of the region to get the style.
61 public synchronized SynthStyle getStyle(JComponent c, Region id) { argument
62 WidgetType wt = GTKEngine.getWidgetType(c, id);
65 if (id == Region.SCROLL_BAR) {
78 else if (id == Region.CHECK_BOX || id == Region.RADIO_BUTTON) {
86 else if (id == Region.BUTTON) {
95 } else if (id == Region.MENU) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DHost.java49 public Host(int id) { argument
50 super(id);
53 public Host(Parser p, int id) { argument
54 super(p, id);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibEntry.java80 public long getNextVarId(long id, Object userData) argument
82 long nextvar = super.getNextVarId(id,userData);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEntryChangeResponseControl.java111 * @param id The control's object identifier string.
118 public EntryChangeResponseControl(String id, boolean criticality, argument
121 super(id, criticality, value);
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DItemEvent.java45 * An unspecified behavior will be caused if the {@code id} parameter
78 * This event id indicates that an item's state changed.
122 * @param id The integer that identifies the event type.
135 public ItemEvent(ItemSelectable source, int id, Object item, int stateChange) { argument
136 super(source, id);
180 switch(id) {
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DBasicLogEvent.java35 protected final String id; field in class:BasicLogEvent
40 BasicLogEvent(double start, String id) { argument
43 this.id = id;
63 return id;
/openjdk7/jdk/src/share/back/
H A Dinvoker.h40 jint id; member in struct:InvokeRequest
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,

Completed in 324 milliseconds

<<11121314151617181920>>