Searched defs:id (Results 76 - 100 of 770) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DExceptionDescription.java38 public String id = null; field in class:ExceptionDescription
50 id = _id;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DRepositoryID.java48 public RepositoryID (String id) argument
50 _id = id;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServiceDetailHelper.java78 _tc = org.omg.CORBA.ORB.init().create_struct_tc(id(), "ServiceDetail", _members);
82 public static String id() { method in class:ServiceDetailHelper
H A DServiceInformationHelper.java87 _tc = org.omg.CORBA.ORB.init().create_struct_tc(id(), "ServiceInformation", _members);
91 public static String id() { method in class:ServiceInformationHelper
/openjdk7/corba/src/share/classes/org/omg/CORBA_2_3/
H A DORB.java43 public org.omg.CORBA.portable.ValueFactory register_value_factory(String id, argument
53 public void unregister_value_factory(String id) argument
62 public org.omg.CORBA.portable.ValueFactory lookup_value_factory(String id) argument
/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 DFieldTreeNodeAdapter.java33 private FieldIdentifier id; field in class:FieldTreeNodeAdapter
37 public FieldTreeNodeAdapter(FieldIdentifier id, boolean treeTableMode) { argument
38 this.id = id;
43 return id;
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/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/amd64/
H A DProcAMD64ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new ProcAMD64Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new ProcSPARCThread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new ProcX86Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteThread.java32 protected long id; field in class:RemoteThread
37 this.id = -1L; // invalid, but don't depend on it. check null for addr
40 public RemoteThread(RemoteDebuggerClient debugger, long id) { argument
43 this.id = id;
69 debugger.areThreadsEqual(addr, other.id);
71 return (isOtherAddress)? debugger.areThreadsEqual(id, other.addr) :
72 debugger.areThreadsEqual(id, other.id);
78 debugger.getThreadHashCode(id);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/
H A DRemoteAMD64Thread.java37 public RemoteAMD64Thread(RemoteDebuggerClient debugger, long id) { argument
38 super(debugger, id);
44 debugger.getThreadIntegerRegisterSet(id);
H A DRemoteAMD64ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new RemoteAMD64Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/
H A DRemoteSPARCThread.java37 public RemoteSPARCThread(RemoteDebuggerClient debugger, long id) { argument
38 super(debugger, id);
44 debugger.getThreadIntegerRegisterSet(id);
H A DRemoteSPARCThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new RemoteSPARCThread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/
H A DRemoteX86Thread.java37 public RemoteX86Thread(RemoteDebuggerClient debugger, long id) { argument
38 super(debugger, id);
44 debugger.getThreadIntegerRegisterSet(id);
H A DRemoteX86ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new RemoteX86Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/
H A DWindbgAMD64ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new WindbgAMD64Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/
H A DWindbgIA64ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new WindbgIA64Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/
H A DWindbgX86ThreadFactory.java41 public ThreadProxy createThreadWrapper(long id) { argument
42 return new WindbgX86Thread(debugger, id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DBooleanField.java31 public BooleanField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);

Completed in 114 milliseconds

1234567891011>>