Searched refs:name2type (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DEntity.java146 public static int name2type(String nm) { method in class:Entity
H A DElement.java255 public static int name2type(String nm) { method in class:Element
H A DAttributeList.java204 public static int name2type(String nm) { method in class:AttributeList
/openjdk10/langtools/test/tools/javac/classfiles/attributes/LocalVariableTable/
H A DLocalVariableTestBase.java154 for (Map.Entry<String, String> name2type : expectedLocals2Types.entrySet()) {
155 String name = name2type.getKey();
156 String type = name2type.getValue();
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp208 BasicType name2type(const char* name) { function
H A DglobalDefinitions.hpp622 extern BasicType name2type(const char* name);
/openjdk10/jdk/make/src/classes/build/tools/dtdbuilder/
H A DDTDParser.java404 int t = Entity.name2type(tnm);
536 type = Element.name2type(nm);
587 atts.type = AttributeList.name2type(getString(0));
655 atts.modifier = AttributeList.name2type(getString(0));
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp750 BasicType t = name2type(utf);

Completed in 126 milliseconds