Searched refs:tn (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DAbstractTypeListNode.java61 TypeNode tn = (TypeNode)it.next();
63 tn.genJavaDeclaration(writer, depth);
69 TypeNode tn = (TypeNode)it.next();
70 tn.genJavaRead(writer, depth, tn.name());
92 TypeNode tn = (TypeNode)it.next();
93 sb.append(tn.javaParam());
103 TypeNode tn = (TypeNode)it.next();
104 tn.genJavaWrite(writer, depth, tn
[all...]
H A DOutNode.java52 TypeNode tn = (TypeNode)it.next();
55 writer.print(tn.javaParam());
63 TypeNode tn = (TypeNode)it.next();
65 writer.print(tn.name());
80 TypeNode tn = (TypeNode)it.next();
83 writer.print(tn.javaParam());
H A DAltNode.java104 TypeNode tn = (TypeNode)it.next();
105 writer.print(tn.name());
/openjdk7/langtools/make/tools/SelectTool/
H A DSelectToolTask.java174 String tn = (String) e.getItem();
175 argsField.setText(getDefaultArgsForTool(props, tn));
177 okButton.setEnabled(!tn.equals(""));
265 String getDefaultArgsForTool(Properties props, String tn) { argument
266 return (tn == null || tn.equals("")) ? "" : props.getProperty(tn + ".args", "");
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java253 final TargetedNotification tn =
255 if (allowNotificationEmission(source, tn))
256 targetedNotifs.add(tn);
299 for (TargetedNotification tn : nr.getTargetedNotifications()) {
300 Integer id = tn.getListenerID();
304 Notification n = tn.getNotification();
405 TargetedNotification tn) {
412 connectionId, name, tn.getNotification(), getSubject());
418 tn.getNotification() + " not forwarded: the " +
425 tn
404 allowNotificationEmission(ObjectName name, TargetedNotification tn) argument
[all...]
H A DClientNotifForwarder.java494 final TargetedNotification tn = notifs[i];
495 final Integer listenerID = tn.getListenerID();
505 final Notification notif = tn.getNotification();
531 final TargetedNotification tn = notifs[i];
532 dispatchNotification(tn,myListenerID,listeners);
557 void dispatchNotification(TargetedNotification tn, argument
560 final Notification notif = tn.getNotification();
561 final Integer listenerID = tn.getListenerID();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DLeafBeanInfoImpl.java83 QName tn = xducer.getTypeName(instance);
84 if(tn!=null) return tn;
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DIOUtil.c111 int tn = 0; local
115 tn += n;
120 return (tn > 0) ? JNI_TRUE : JNI_FALSE;
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DArrayType.java940 String tn = getTypeName();
947 tn = tn.replaceFirst(
956 return new ArrayType<T>(cn, tn, d,
1008 String tn = getTypeName();
1015 tn = tn.replaceFirst(
1024 return new ArrayType<T>(cn, tn, d,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java222 QName tn = clazz.getTypeName();
223 if(tn!=null) {
224 nsUri = tn.getNamespaceURI();
987 QName tn = c.getTypeName();
988 if(tn!=null)
989 xw._attribute("name",tn.getLocalPart()); // named
1039 QName tn = t.getTagName();
1040 e.name(tn.getLocalPart());
1043 elementFormDefault.writeForm(e,tn);
1055 QName tn
1140 canBeDirectElementRef(TypeRef<T, C> t, QName tn, TypeInfo parentInfo) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java679 QNode tn = t.next;
682 if (tn != null) { // lagging tail
683 advanceTail(t, tn);
792 QNode tn = t.next;
795 if (tn != null) {
796 advanceTail(t, tn);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java1479 int tn = ALL_TYPES.indexOf(type);
1480 if (tn < 0 || which >= INTERNED_ARGUMENT_LIMIT)
1482 return INTERNED_ARGUMENTS[tn][which];
1529 for (int tn = 0; tn < ALL_TYPES.length(); tn++) {
1530 for (int i = 0; i < INTERNED_ARGUMENTS[tn].length; i++) {
1531 char type = ALL_TYPES.charAt(tn);
1532 INTERNED_ARGUMENTS[tn][i] = new Name(i, type);
1545 for (int tn
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJAXBModelImpl.java108 QName tn = l.getTypeName();
109 if(tn!=null) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1987 TypeNode *tn = n->as_Type(); // Constants derive from type nodes
1988 const TypePtr* tp = tn->type()->is_ptr();
1990 tn->set_type(TypePtr::NULL_PTR);
1995 TypeNode *tn = n->as_Type(); // Constants derive from type nodes
1996 const TypePtr* tp = tn->type()->make_ptr();
1998 tn->set_type(TypeNarrowOop::NULL_PTR);
H A Dcompile.cpp1124 void Compile::set_cached_top_node(Node* tn) { argument
1125 if (tn != NULL) verify_top(tn);
1127 _top = tn;
1202 void Compile::verify_top(Node* tn) const {
1203 if (tn != NULL) {
1204 assert(tn->is_Con(), "top node must be a constant");
1205 assert(((ConNode*)tn)->type() == Type::TOP, "top node must have correct type");
1206 assert(tn->in(0) != NULL, "must have live top node");
H A Descape.cpp2862 TypeNode *tn = n->as_Type(); local
2867 const Type *tn_type = igvn->type(tn);
2880 igvn->hash_delete(tn);
2881 igvn->set_type(tn, tn_type);
2882 tn->set_type(tn_type);
2883 igvn->hash_insert(tn);
H A Dcompile.hpp720 void set_cached_top_node(Node* tn);
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java1778 int tn = t.length();
1779 int n = sn < tn ? sn : tn;
1785 return sn - tn;

Completed in 265 milliseconds