Searched defs:id (Results 376 - 400 of 770) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java138 void addHtable(JPEGHuffmanTable table, boolean isDC, int id) { argument
139 tables.add(new Htable(table, isDC, id));
170 Htable(JPEGHuffmanTable table, boolean isDC, int id) { argument
172 tableID = id;
237 System.out.println("table id: " + Integer.toString(tableID));
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp109 char *id = _ext_functions->at(i)->id; local
110 err = rt.allocate(strlen(id)+1, (unsigned char**)&(ext_funcs[i].id));
114 strcpy(ext_funcs[i].id, id);
197 char *id = _ext_events->at(i)->id; local
198 err = rt.allocate(strlen(id)+1, (unsigned char**)&(ext_events[i].id));
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp104 intptr_t* id() const { return _id; } function in class:jvmtiDeferredLocalVariableSet
114 jvmtiDeferredLocalVariableSet(methodOop method, int bci, intptr_t* id);
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp66 // First error, and its thread id. We must be able to handle native thread,
67 // so use thread id instead of Thread* to identify thread.
99 bool should_report_bug(unsigned int id) { return id != oom_error; } argument
H A DyieldingWorkgroup.cpp300 int id; local
322 id = gang()->started_workers();
327 data.task()->work(id); // This might include yielding
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCSingleTypePropertyInfo.java70 public final ID id() { method in class:CSingleTypePropertyInfo
H A DTypeUseImpl.java49 private final ID id; field in class:TypeUseImpl
53 public TypeUseImpl(CNonElement itemType, boolean collection, ID id, MimeType expectedMimeType, CAdapter adapter) { argument
56 this.id = id;
74 return id;
88 if (this.id != that.id ) return false;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DEventLocation.java101 public void setPublicId(String id) { argument
102 _publicId = id;
104 public void setSystemId(String id) { argument
105 _systemId = id;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOneWayFeature.java168 * @param id
170 public void setRelatesToID(String id) { argument
171 this.relatesToID = id;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java44 public final String id; field in class:Engine
46 public Engine(String id, Executor threadPool) { argument
47 this(id);
51 public Engine(String id) { argument
52 this.id = id;
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32MediaTray.java57 private Win32MediaTray(int value, int id) { argument
59 winID = id;
67 protected Win32MediaTray(int id, String name) { argument
69 winID = id;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TrayIcon.h64 void SendMouseEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount,
66 void SendActionEvent(jint id, jlong when, jint modifiers, MSG *pMsg = NULL);
90 INLINE void AddTrayIconItem(UINT id) { argument
91 TrayIconListItem* item = new TrayIconListItem(id, this);
96 static AwtTrayIcon* SearchTrayIconItem(UINT id);
97 static void RemoveTrayIconItem(UINT id);
144 TrayIconListItem(UINT id, AwtTrayIcon* trayIcon) { argument
145 m_ID = id;
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java73 private int id; field in class:Test6921644.Owner
76 @ConstructorProperties("id")
77 public Owner(int id) { argument
78 this.id = id;
82 return this.id;
95 private int id; field in class:Test6921644.Author
103 this.id = owner.getId();
111 return this.id;
114 public void setId(Integer id) { argument
[all...]
/openjdk7/jdk/test/java/net/URLConnection/
H A DZeroContentLength.java75 int id; field in class:ZeroContentLength.Worker
77 Worker(Socket s, int id) { argument
79 this.id = id;
121 debug("worker " + id +
126 debug("worker: " + id + ": Shutdown");
147 debug("worked " + id +
206 int id;
208 id = connectionCount++;
211 Worker w = new Worker(s, id);
[all...]
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java51 private ActivationID id; field in class:ForceLogSnapshot
61 public ForceLogSnapshot(ActivationID id, MarshalledObject mobj) argument
64 this.id = id;
67 Activatable.exportObject(this, id, 0);
111 return id;
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java94 public MarshalledObject activate(ActivationID id, boolean force) { argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.cpp98 le_int32 ia, ib, ic, id, ix, x; local
124 id = glyphStorage.getCharIndex(lastGlyph, success);
135 glyphStorage.setCharIndex(firstGlyph, id, success);
141 id = glyphStorage.getCharIndex(lastGlyph, success);
146 glyphStorage.setCharIndex(firstGlyph, id, success);
196 id = glyphStorage.getCharIndex(lastGlyph, success);
210 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
217 id = glyphStorage.getCharIndex(lastGlyph, success);
230 glyphStorage.setCharIndex(firstGlyph, id, success);
240 id
[all...]
H A DIndicRearrangementProcessor2.cpp95 le_int32 ia, ib, ic, id, ix, x; local
121 id = glyphStorage.getCharIndex(lastGlyph, success);
132 glyphStorage.setCharIndex(firstGlyph, id, success);
138 id = glyphStorage.getCharIndex(lastGlyph, success);
143 glyphStorage.setCharIndex(firstGlyph, id, success);
193 id = glyphStorage.getCharIndex(lastGlyph, success);
207 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
214 id = glyphStorage.getCharIndex(lastGlyph, success);
227 glyphStorage.setCharIndex(firstGlyph, id, success);
237 id
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecretKeyFactory.java83 private static void addKeyType(String name, long id) { argument
84 Long l = Long.valueOf(id);
152 long newKeyID = token.p11.C_CopyObject(session.id(),
265 long keyID = token.p11.C_CreateObject(session.id(), attributes);
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/src/share/classes/sun/security/x509/
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null; field in class:SubjectKeyIdentifierExtension
74 if (id == null) {
79 id.encode(os);
90 id = new KeyIdentifier(octetString);
111 this.id = new KeyIdentifier(val);
119 + String.valueOf(id) + "]\n";
148 id = (KeyIdentifier)obj;
161 return (id);
173 id = null;
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DImports.java300 Identifier id = Identifier.lookup(currentPackage, nm);
301 if (importable(id, env)) {
302 className = id;
309 id = Identifier.lookup(t.getName(), nm);
311 if (importable(id, env)) {
316 className = id;
322 throw new AmbiguousClass(className, id);
341 * Check to see if 'id' names an importable class in `env'.
344 static public boolean importable(Identifier id, Environment env) { argument
345 if (!id
437 addPackage(Identifier id) argument
452 setCurrentPackage(Identifier id) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DCatchStatement.java44 Identifier id; field in class:CatchStatement
51 public CatchStatement(long where, Expression texpr, IdentifierToken id, Statement body) { argument
53 this.mod = id.getModifiers();
55 this.id = id.getName();
60 public CatchStatement(long where, Expression texpr, Identifier id, Statement body) { argument
63 this.id = id;
76 if (ctx.getLocalField(id) != null) {
77 env.error(where, "local.redefined", id);
[all...]
/openjdk7/jdk/src/share/classes/sun/util/
H A DTimeZoneNameUtility.java97 public static final String[] retrieveDisplayNames(String id, Locale locale) { argument
99 return retrieveDisplayNames(rb, id, locale);
103 String id, Locale locale) {
113 locale, rb, id);
118 names = rb.getStringArray(id);
164 // Check whether this id is an alias, if so,
165 // look for the standard id.
177 // There may be a case that a standard id has become an
193 String id,
196 if (aliases.containsValue(id)) {
102 retrieveDisplayNames(OpenListResourceBundle rb, String id, Locale locale) argument
192 examineAliases(TimeZoneNameProvider tznp, Locale locale, String id, Map<String, String> aliases, Set<Map.Entry<String, String>> aliasesSet) argument
216 buildZoneStrings(TimeZoneNameProvider tznp, Locale locale, String id) argument
[all...]
/openjdk7/jdk/test/javax/management/Introspector/
H A DIdenticalMBeanInfoTest.java72 private int id = nextId++; field in class:IdenticalMBeanInfoTest.Broadcaster
82 new MBeanNotificationInfo(new String[] {"type" + id},

Completed in 101 milliseconds

<<11121314151617181920>>