Home
last modified time | relevance | path

Searched refs:nativeNames (Results 1 – 25 of 99) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
58 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
63 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
65 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
70 this.nativeNames = nativeNames; in PhysicalFont()
H A DSunFontManager.java762 String[] nativeNames; field in SunFontManager.FontRegistrationInfo
770 this.nativeNames = names; in FontRegistrationInfo()
883 String[] nativeNames, in registerDeferredFont() argument
909 regInfo.nativeNames, in initialiseDeferredFont()
947 String[] nativeNames, in registerFontFile() argument
976 Type1Font t1f = new Type1Font(fileName, nativeNames); in registerFontFile()
1004 String[][] nativeNames, in registerFonts() argument
1015 registerFontFile(fileNames[i], nativeNames[i], in registerFonts()
2867 String[][] nativeNames = new String[ls.length][];
3119 String[] nativeNames = null;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
65 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
70 this.nativeNames = nativeNames; in PhysicalFont()
H A DSunFontManager.java768 String[] nativeNames; field in SunFontManager.FontRegistrationInfo
776 this.nativeNames = names; in FontRegistrationInfo()
889 String[] nativeNames, in registerDeferredFont() argument
915 regInfo.nativeNames, in initialiseDeferredFont()
953 String[] nativeNames, in registerFontFile() argument
982 Type1Font t1f = new Type1Font(fileName, nativeNames); in registerFontFile()
1010 String[][] nativeNames, in registerFonts() argument
1021 registerFontFile(fileNames[i], nativeNames[i], in registerFonts()
2880 String[][] nativeNames = new String[ls.length][];
3134 String[] nativeNames = null;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java41 protected Object nativeNames; field in PhysicalFont
65 PhysicalFont(String platname, Object nativeNames) in PhysicalFont() argument
70 this.nativeNames = nativeNames; in PhysicalFont()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
214 for (String n : nativeNames) { in test3_verifyNames()
228 Arrays.sort(nativeNames); in test3_verifyNames()
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
214 for (String n : nativeNames) { in test3_verifyNames()
228 Arrays.sort(nativeNames); in test3_verifyNames()
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
214 for (String n : nativeNames) { in test3_verifyNames()
228 Arrays.sort(nativeNames); in test3_verifyNames()
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java206 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
213 for (String n : nativeNames) { in test3_verifyNames()
227 Arrays.sort(nativeNames); in test3_verifyNames()
228 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
229 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
214 for (String n : nativeNames) { in test3_verifyNames()
228 Arrays.sort(nativeNames); in test3_verifyNames()
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names();
214 for (String n : nativeNames) {
228 Arrays.sort(nativeNames);
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length);
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
214 for (String n : nativeNames) { in test3_verifyNames()
228 Arrays.sort(nativeNames); in test3_verifyNames()
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/internal/jimage/
H A DJImageReadTest.java207 String[] nativeNames = JIMAGE_Names(); in test3_verifyNames() local
214 for (String n : nativeNames) { in test3_verifyNames()
228 Arrays.sort(nativeNames); in test3_verifyNames()
229 String[] combined = Arrays.copyOf(names, nativeNames.length + names.length); in test3_verifyNames()
230 System.arraycopy(nativeNames,0, combined, names.length, nativeNames.length); in test3_verifyNames()
/dports/sysutils/goawk/goawk-1.9.2/parser/
H A Dresolve.go115 nativeNames := make([]string, 0, len(p.nativeFuncs))
117 nativeNames = append(nativeNames, name)
119 sort.Strings(nativeNames)
120 nativeIndexes := make(map[string]int, len(nativeNames))
121 for i, name := range nativeNames {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/
H A DWin32FontManager.java115 protected void registerFontFile(String fontFileName, String[] nativeNames, in registerFontFile() argument
157 nativeNames, in registerFontFile()
161 registerFontFile(path, nativeNames, in registerFontFile()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/
H A DWin32FontManager.java115 protected void registerFontFile(String fontFileName, String[] nativeNames, in registerFontFile() argument
157 nativeNames, in registerFontFile()
161 registerFontFile(path, nativeNames, in registerFontFile()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/awt/
H A DWin32FontManager.java115 protected void registerFontFile(String fontFileName, String[] nativeNames, in registerFontFile() argument
157 nativeNames, in registerFontFile()
161 registerFontFile(path, nativeNames, in registerFontFile()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/awt/
H A DWin32FontManager.java115 protected void registerFontFile(String fontFileName, String[] nativeNames, in registerFontFile() argument
157 nativeNames, in registerFontFile()
161 registerFontFile(path, nativeNames, in registerFontFile()

1234