Searched refs:id (Results 76 - 100 of 1217) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
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;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DFieldTreeNodeAdapter.java32 private FieldIdentifier id; field in class:FieldTreeNodeAdapter
36 public FieldTreeNodeAdapter(FieldIdentifier id, boolean treeTableMode) { argument
37 this.id = id;
42 return id;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericMetaServer.java61 * @param id The OID arc identifying the variable for which the
70 Object buildAttributeValue(long id, SnmpValue value) argument
77 * @param id The OID arc identifying the variable for which the
85 SnmpValue buildSnmpValue(long id, Object value) argument
90 * SNMP variable identified by the given <code>id</code>.
92 * @param id The OID arc identifying the variable.
95 * <code>id</code>.
97 * @exception SnmpStatusException if the given <code>id</code> does not
100 String getAttributeName(long id) argument
107 * @param id Th
115 checkSetAccess(SnmpValue x, long id, Object data) argument
129 checkGetAccess(long id, Object data) argument
[all...]
/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/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.h34 id returnValue;
40 @property (nonatomic, retain) id returnValue;
42 - (id) initWithSource:(NSString *)source context:(NSDictionary *)context;
43 - (id) initWithFile:(NSString *)filename context:(NSDictionary *)context;
44 - (id) invokeWithEnv:(JNIEnv *)env;
/openjdk7/jdk/src/share/back/
H A DcommonRef.h33 jobject commonRef_idToRef(JNIEnv *env, jlong id);
35 jvmtiError commonRef_pin(jlong id);
36 jvmtiError commonRef_unpin(jlong id);
37 void commonRef_releaseMultiple(JNIEnv *env, jlong id, jint refCount);
38 void commonRef_release(JNIEnv *env, jlong id);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSession.java39 * this class, the id() method to obtain the session id.
52 // session id
53 private final long id; field in class:Session
65 Session(Token token, long id) { argument
67 this.id = id;
69 id();
70 sessionRef = new SessionRef(this, id, token);
86 return id;
89 long id() { method in class:Session
155 private long id; field in class:SessionRef
158 SessionRef(Session session, long id, Token token) argument
[all...]
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/
H A DEqualsObject.java40 ModelIdentifier id = new ModelIdentifier("test","a",1);
45 if(!id.equals(id2))
47 if(id.equals(id3))
49 if(id.equals(id4))
51 if(id.equals(id5))
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaObjectRef.java45 private long id; field in class:JavaObjectRef
47 public JavaObjectRef(long id) { argument
48 this.id = id;
52 return id;
67 return new JavaLong(id);
69 if (id == 0) {
72 JavaThing result = snapshot.findThing(id);
75 String msg = "WARNING: Failed to resolve object id "
76 + Misc.toHex(id);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DDefaultResponseControlFactory.java76 String id = ctl.getID();
77 //System.out.println(id);
80 if (id.equals(SortResponseControl.OID)) {
81 return new SortResponseControl(id, ctl.isCritical(),
84 } else if (id.equals(PagedResultsResponseControl.OID)) {
85 return new PagedResultsResponseControl(id, ctl.isCritical(),
88 } else if (id.equals(EntryChangeResponseControl.OID)) {
89 return new EntryChangeResponseControl(id, ctl.isCritical(),
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DFocusEvent.java54 * An unspecified behavior will be caused if the {@code id} parameter
133 * @param id An integer indicating the type of event.
147 public FocusEvent(Component source, int id, boolean temporary, argument
149 super(source, id);
162 * @param id An integer indicating the type of event.
172 public FocusEvent(Component source, int id, boolean temporary) { argument
173 this(source, id, temporary, null);
184 * @param id An integer indicating the type of event.
191 public FocusEvent(Component source, int id) { argument
192 this(source, id, fals
[all...]
/openjdk7/hotspot/test/compiler/6912517/
H A DTest.java45 public Test(int id) argument
48 myThread.setName("Runner: " + id);
70 for (int id = 0; id < 20; id++) {
71 System.out.println("Starting thread: " + id);
72 Test bug = new Test(id);
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableServerRef.java45 private ActivationID id; field in class:ActivatableServerRef
51 public ActivatableServerRef(ActivationID id, int port) argument
53 this(id, port, null, null);
60 public ActivatableServerRef(ActivationID id, int port, argument
65 this.id = id;
83 return new ActivatableRef(id, new UnicastRef2(ref));
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpLcd.java44 public void addModelLcd(int id, argument
46 models.put(new Integer(id), usmlcd);
49 public SnmpModelLcd getModelLcd(int id) { argument
50 return models.get(new Integer(id));
53 public SnmpModelLcd removeModelLcd(int id) { argument
54 return models.remove(new Integer(id));
81 * @param id The engine Id.
83 public abstract void storeEngineId(SnmpEngineId id); argument
87 * @param id The model Id.
91 int id,
90 addModelLcd(SnmpSubSystem sys, int id, SnmpModelLcd lcd) argument
107 removeModelLcd(SnmpSubSystem sys, int id) argument
128 getModelLcd(SnmpSubSystem sys, int id) argument
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java57 private ActivationID id; field in class:Activatable
105 id = exportObject(this, location, data, restart, port);
157 id = exportObject(this, location, data, restart, port, csf, ssf);
174 * @param id activation identifier for the object
180 protected Activatable(ActivationID id, int port) argument
184 this.id = id;
185 exportObject(this, id, port);
202 * @param id activation identifier for the object
211 protected Activatable(ActivationID id, in argument
278 inactive(ActivationID id) argument
295 unregister(ActivationID id) argument
478 exportObject(Remote obj, ActivationID id, int port) argument
508 exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dfirst.set56 <interface_body> typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
58 <interface_body'> <FOLLOW>, typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
60 <export> typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
64 <state_def'> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum, <FOLLOW>
66 <state_member> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
74 <scoped_name> id, ::
80 <const_type> long, short, unsigned, char, boolean, float, double, string, id, ::
82 <const_exp> -, +, ~, id, ::, literal, (
84 <or_expr> -, +, ~, id, ::, literal, (
88 <xor_expr> -, +, ~, id,
[all...]
/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/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/jdk/src/share/classes/com/sun/media/sound/
H A DModelSource.java67 public ModelSource(ModelIdentifier id) { argument
68 source = id;
72 public ModelSource(ModelIdentifier id, boolean direction) { argument
73 source = id;
77 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity) { argument
78 source = id;
82 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity, argument
84 source = id;
89 public ModelSource(ModelIdentifier id, ModelTransform transform) { argument
90 source = id;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DElementHandler.java40 private String id; field in class:ElementHandler
90 * @param id the identifier
93 protected final Object getVariable(String id) { argument
94 if (id.equals(this.id)) {
102 ? this.parent.getVariable(id)
103 : this.owner.getVariable(id);
131 * <dt>id
139 if (name.equals("id")) { // NON-NLS: the attribute name
140 this.id
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateIssuerUniqueIdentity.java44 private UniqueIdentity id; field in class:CertificateIssuerUniqueIdentity
55 public static final String ID = "id";
62 public CertificateIssuerUniqueIdentity(UniqueIdentity id) { argument
63 this.id = id;
74 id = new UniqueIdentity(in);
86 id = new UniqueIdentity(val);
97 id = new UniqueIdentity(val);
104 if (id == null) return "";
105 return (id
[all...]
H A DCertificateSubjectUniqueIdentity.java52 public static final String ID = "id";
54 private UniqueIdentity id; field in class:CertificateSubjectUniqueIdentity
61 public CertificateSubjectUniqueIdentity(UniqueIdentity id) { argument
62 this.id = id;
73 id = new UniqueIdentity(in);
85 id = new UniqueIdentity(val);
96 id = new UniqueIdentity(val);
103 if (id == null) return "";
104 return(id
[all...]
/openjdk7/jdk/test/java/util/TimeZone/
H A DOldIDMappingTest.java72 for (String id : oldmap.keySet()) {
73 TimeZone tzAlias = TimeZone.getTimeZone(id);
74 TimeZone tz = TimeZone.getTimeZone(oldmap.get(id));
78 + id + " isn't an alias of " + oldmap.get(id));
81 System.out.println(" " + id + " => " + oldmap.get(id));
85 if (!newmap.containsKey(id)) {
88 System.out.println(" " + id + " => " + oldmap.get(id));
[all...]

Completed in 123 milliseconds

1234567891011>>