Searched defs:id (Results 551 - 575 of 770) sorted by relevance

<<21222324252627282930>>

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp160 deferred->push(new jvmtiDeferredLocalVariableSet(method(), bci(), fr().id()));
161 assert(deferred->top()->id() == fr().id(), "Huh? Must match");
321 jvmtiDeferredLocalVariableSet::jvmtiDeferredLocalVariableSet(methodOop method, int bci, intptr_t* id) { argument
324 _id = id;
340 return cvf->fr().id() == id() && cvf->method() == method() && cvf->bci() == bci();
H A Dvm_operations.cpp123 VM_DeoptimizeFrame::VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id) { argument
125 _id = id;
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp231 GangWorker::GangWorker(AbstractWorkGang* gang, uint id) { argument
233 set_id(id);
234 set_name("Gang worker#%d (%s)", id, gang->name());
248 tty->print_cr("Running gang worker for gang %s id %d",
249 gang()->name(), id());
272 gang()->name(), id());
306 gang()->name(), id());
322 tty->print("Work for work gang %s id %d task %s part %d",
323 gang()->name(), id(), data.task()->name(), part);
329 tty->print("Finish for work gang %s id
[all...]
H A DyieldingWorkgroup.hpp53 YieldingFlexibleGangWorker(AbstractWorkGang* gang, int id) : argument
54 GangWorker(gang, id) { }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFormatter.java288 public JFormatter id(String id) { argument
291 p(id);
294 // see if there is a type name that collides with this id
295 if(collectedReferences.containsKey(id)) {
296 if( !collectedReferences.get(id).getClasses().isEmpty() ) {
297 for( JClass type : collectedReferences.get(id).getClasses() ) {
299 collectedReferences.get(id).setId(false);
304 collectedReferences.get(id).setId(true);
310 collectedReferences.put(id, t
494 private boolean id; field in class:JFormatter.ReferenceList
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCBuiltinLeafInfo.java97 private final ID id; field in class:CBuiltinLeafInfo
100 private CBuiltinLeafInfo(NType typeToken, QName typeName, ID id) { argument
102 this.id = id;
130 return id;
182 protected Builtin(Class c, String typeName, ID id) { argument
183 super(NavigatorImpl.theInstance.ref(c), new QName(WellKnownNamespace.XML_SCHEMA,typeName),id);
H A DCElementPropertyInfo.java68 private ID id; field in class:CElementPropertyInfo
85 // TODO: shouldn't they get id and expectedMimeType from TypeUses of CTypeRef?
86 public CElementPropertyInfo(String name, CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, argument
90 this.id = id;
95 public ID id() { method in class:CElementPropertyInfo
96 return id;
H A DCReferencePropertyInfo.java186 public ID id() { method in class:CReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DUnusedCustomizationChecker.java219 for( XSIdentityConstraint id : decl.getIdentityConstraints() )
220 id.visit(this);
255 public void identityConstraint(XSIdentityConstraint id) { argument
256 if(check(id)) {
257 id.getSelector().visit(this);
258 for( XSXPath xp : id.getFields() )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DPropertyInfoImpl.java73 private final ID id; field in class:PropertyInfoImpl
148 this.id = calcId();
251 public final ID id() { method in class:PropertyInfoImpl
252 return id;
293 if(id==ID.IDREF) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java223 public final void addAttributeWithAlgorithmData(QualifiedName name, String URI, int id, Object data) { argument
231 _algorithmIds[_attributeCount] = id;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DBindingID.java266 private static boolean belongsTo(String lexical, String id) { argument
267 return lexical.equals(id) || lexical.startsWith(id+'?');
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java453 * @param id a subroutine id.
456 boolean inSubroutine(final long id) { argument
458 return (srcAndRefPositions[(int) (id >>> 32)] & (int) id) != 0;
483 * @param id a subroutine id.
486 void addToSubroutine(final long id, final int nbSubroutines) { argument
491 srcAndRefPositions[(int) (id >>> 32)] |= (int) id;
506 visitSubroutine(final Label JSR, final long id, final int nbSubroutines) argument
[all...]
/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/windows/native/sun/windows/
H A Dawt_MenuItem.h49 // id's for methods executed on toolkit thread
87 INLINE void SetID(UINT id) { m_Id = id; } argument
169 UINT m_Id; /* The id of this item */
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java203 int id; field in class:RemoteEntity
217 RemoteEntity(int id, InetSocketAddress server, PrintStream log) argument
221 this.id = id;
234 String number = Integer.toString(id);
271 int id() { method in class:RemoteEntity
272 return id;
290 //log.println("acking from "+id);
303 log.println("writing from "+id);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java176 int id = (int) c.getAttrLong("id");
178 setCPIndex(tag, c.getText().toString(), id);
201 int id = findCPIndex(tag, name);
202 if (id == 0) {
203 id = cpoolSize;
205 setCPIndex(tag, name, id);
207 new String[]{"id", "" + id},
233 return id;
236 setCPIndex(int tag, String name, int id) argument
[all...]
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPortMixer.c50 (JNIEnv *env, jclass cls, jlong id) {
53 if (id != 0) {
54 PORT_Close((void*) (INT_PTR) id);
60 (JNIEnv *env, jclass cls, jlong id) {
64 if (id != 0) {
65 ret = (jint) PORT_GetPortCount((void*) (INT_PTR) id);
73 (JNIEnv *env, jclass cls, jlong id, jint portIndex) {
79 if (id != 0) {
80 ret = (jint) PORT_GetPortType((void*) (INT_PTR) id, portIndex);
89 (JNIEnv *env, jclass cls, jlong id, jin
49 Java_com_sun_media_sound_PortMixer_nClose(JNIEnv *env, jclass cls, jlong id) argument
59 Java_com_sun_media_sound_PortMixer_nGetPortCount(JNIEnv *env, jclass cls, jlong id) argument
72 Java_com_sun_media_sound_PortMixer_nGetPortType(JNIEnv *env, jclass cls, jlong id, jint portIndex) argument
88 Java_com_sun_media_sound_PortMixer_nGetPortName(JNIEnv *env, jclass cls, jlong id, jint portIndex) argument
332 Java_com_sun_media_sound_PortMixer_nGetControls(JNIEnv *env, jclass cls, jlong id, jint portIndex, jobject vector) argument
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp138 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, (jint)mappedChar); local
139 return id;
144 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, ch); local
145 return id;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKernTable.cpp184 LEGlyphID id = font->mapCharToGlyph(i); local
185 if (id < 256) {
186 ids[id] = (char)i;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java396 private static String getName(Map<Integer,String> nameMap, long id) { argument
398 if ((id >>> 32) == 0) {
399 name = nameMap.get(Integer.valueOf((int)id));
402 name = "Unknown 0x" + toFullHexString(id);
415 public static String getMechanismName(long id) { argument
416 return getName(mechNames, id);
423 public static String getKeyName(long id) { argument
424 return getName(keyNames, id);
431 public static String getAttributeName(long id) { argument
432 return getName(attributeNames, id);
439 getObjectClassName(long id) argument
578 addMapping(Map<Integer,String> nameMap, Map<String,Integer> idMap, long id, String name) argument
592 addMech(long id, String name) argument
596 addKeyType(long id, String name) argument
600 addAttribute(long id, String name) argument
604 addObjectClass(long id, String name) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java83 // id in 16 bit MSB format, i.e. 0x0603 for SHA512withECDSA
84 private int id; field in class:SignatureAndHashAlgorithm
101 this.id = ((hash.value & 0xFF) << 8) | (signature.value & 0xFF);
106 private SignatureAndHashAlgorithm(String algorithm, int id, int sequence) { argument
107 this.hash = HashAlgorithm.valueOf((id >> 8) & 0xFF);
108 this.signature = SignatureAlgorithm.valueOf(id & 0xFF);
110 this.id = id;
124 int id = (hash << 8) | signature;
125 SignatureAndHashAlgorithm signAlg = supportedMap.get(id);
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java139 public Color getColor(JComponent c, Region id, int state, argument
142 if (!id.isSubregion() && state == SynthConstants.ENABLED) {
161 Color color = getColorForState(c, id, state, type);
185 * @param id Region identifier
190 protected Color getColorForState(JComponent c, Region id, int state, argument
222 public Font getFont(JComponent c, Region id, int state) { argument
223 if (!id.isSubregion() && state == SynthConstants.ENABLED) {
230 return getFontForState(c, id, state);
238 * @param id Region identifier
242 protected Font getFontForState(JComponent c, Region id, in argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DType.java419 public String typeString(String id, boolean abbrev, boolean ret) { argument
439 return (id.length() > 0) ? s + " " + id : s;
445 public String typeString(String id) { argument
446 return typeString(id, false, true);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFieldExpression.java40 Identifier id; field in class:FieldExpression
54 public FieldExpression(long where, Expression right, Identifier id) { argument
56 this.id = id;
60 this.id = field.getName();
85 if (fe.id == idThis || fe.id == idClass) {
88 buf.insert(0, fe.id);
95 buf.insert(0, ((IdentifierExpression)e).id);
138 MemberDefinition field = rightClass.getInnerClass(env, id);
[all...]

Completed in 110 milliseconds

<<21222324252627282930>>