Searched refs:fullName (Results 51 - 75 of 103) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2D.java73 protected String fullName; /* Full font name (english) */ field in class:Font2D
136 String fName = fullName.toLowerCase();
480 return fullName;
484 return fullName;
H A DSunFontManager.java698 ", Font " + f.fullName + " rank="+rank);
701 compositeFonts.put(f.fullName, f);
702 fullNameToFont.put(f.fullName.toLowerCase(Locale.ENGLISH), f);
746 String fontName = f.fullName;
2627 physicalFonts.remove(oldFont.fullName);
2628 fullNameToFont.remove(oldFont.fullName.toLowerCase(Locale.ENGLISH));
3047 String fullName = font.getFontName(l).toLowerCase();
3048 if (names.contains(familyName) || names.contains(fullName)) {
3092 removeFromCache(fullNameTable.get(fullName));
3095 fullNameTable.put(fullName, font2
[all...]
H A DTrueTypeFont.java561 if (familyName == null || fullName == null) {
940 return fullName;
975 // System.out.println("platname="+platName+" font="+fullName+
1165 if (fullName == null || langID == ENGLISH_LOCALE_ID ||
1172 if (fullName == null || langID == ENGLISH_LOCALE_ID) {
1173 fullName = tmpName;
1186 localeFullName = fullName;
1262 return fullName;
1271 return fullName;
1278 return fullName;
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassRef.java94 public String fullName() { method in class:CClassRef
H A DCElementInfo.java268 public String fullName() { method in class:CElementInfo
270 return type.fullName();
272 String r = parent.fullName();
H A DCAdapter.java81 public String fullName() {
/openjdk7/jdk/test/sun/text/resources/
H A DLocaleDataTest.java284 String fullName = null;
289 fullName = "sun.util.resources." + rbName;
291 fullName = "sun.text.resources." + rbName;
299 ResourceBundle bundle = ResourceBundle.getBundle(fullName,
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java222 ParseException.methodClash (scanner, fullName (), method.name ());
235 addDerivedFromName (e.fullName ());
279 ParseException.selfInherit (scanner, entry.fullName ());
H A DSymtabEntry.java123 public final String fullName () method in class:SymtabEntry
126 } // fullName
188 typeName (newType.fullName ());
/openjdk7/jdk/src/share/classes/java/util/
H A DServiceLoader.java336 String fullName = PREFIX + service.getName();
338 configs = ClassLoader.getSystemResources(fullName);
340 configs = loader.getResources(fullName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java102 String fullName = m.getAnnotationType().getDeclaration().getQualifiedName();
104 getClass().getClassLoader().loadClass(fullName).asSubclass(Annotation.class);
165 protected String fullName(MethodDeclaration m) { method in class:InlineAnnotationReaderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DServiceFinder.java341 final String fullName = prefix + service.getName();
343 configs = ClassLoader.getSystemResources(fullName);
345 configs = loader.getResources(fullName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DServiceFinder.java336 String fullName = prefix + service.getName();
338 configs = ClassLoader.getSystemResources(fullName);
340 configs = loader.getResources(fullName);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DService.java262 String fullName = prefix + service.getName();
264 configs = ClassLoader.getSystemResources(fullName);
266 configs = loader.getResources(fullName);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java163 fullName = familyName;
165 fullName = familyName + " " + styleStr;
184 // fullName = "Unknown";
392 return " ** Native Font: Family="+familyName+ " Name="+fullName+
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java144 GeneralNames fullName = point.getFullName();
145 if (fullName == null) {
154 fullName = getFullNames
161 fullName = getFullNames
171 for (Iterator<GeneralName> t = fullName.iterator(); t.hasNext(); ) {
671 X500Name fullName = new X500Name(rdns.toArray(new RDN[0]));
673 fullNames.add(new GeneralName(fullName));
/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c165 wchar_t* fullName; member in struct:CheckFamilyInfo
188 static int DifferentFamily(wchar_t *family, wchar_t* fullName) { argument
192 /* If fullName can't be stored in the struct, assume correct family */
193 if (wcslen((LPWSTR)fullName) >= LF_FACESIZE) {
199 info.fullName = fullName;
203 wcscpy(lfw.lfFaceName, fullName);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DInterfaceGen.java252 // if (!parent.fullName ().equals ("org/omg/CORBA/Object"))
426 if (entry.fullName ().equals ("org/omg/CORBA/Object"))
443 if (entry.fullName ().equals ("org/omg/CORBA/Object"))
511 if (entry.fullName ().equals ("org/omg/CORBA/Object"))
522 if (entry.fullName ().equals ("org/omg/CORBA/Object"))
641 stream.println (indent + "if (!" + stringName + ".equals (\"" + entry.fullName () + "\"))");
816 java.lang.String fullname = i.fullName();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJEnumConstant.java94 return this.type.fullName().concat(".").concat(this.name);
H A DJFormatter.java268 p(type.fullName()); // collision was detected, so generate FQCN
430 p("import").p(clazz.fullName()).p(';').nl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DDummyListField.java96 super(context, prop, !coreList.fullName().equals("java.util.ArrayList"));
H A DUntypedListField.java95 super(context, prop, !coreList.fullName().equals("java.util.ArrayList"));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java196 private String getHandlerConfigFileName(String fullName){ argument
197 String name = Names.stripQualifier(fullName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DNavigatorImpl.java80 return type.fullName();
240 return c.fullName();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DTypeUtil.java264 return t1.fullName().compareTo(t2.fullName());

Completed in 874 milliseconds

12345