Home
last modified time | relevance | path

Searched refs:jf1 (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/games/sauerbraten/sauerbraten/packages/jf1/
H A Dpackage.cfg4 texture 0 "jf1/jf64.jpg"
5 texture 0 "jf1/jf128.jpg"
6 texture 0 "jf1/jfbutn.jpg"
7 texture 0 "jf1/jfflr.jpg"
8 texture 0 "jf1/jfgrid.jpg"
9 texture 0 "jf1/jfhatch.jpg"
10 texture 0 "jf1/jflite.jpg"
12 texture 0 "jf1/jfrock.jpg"
13 texture 0 "jf1/jfrust.jpg"
14 texture 0 "jf1/jfstripe.jpg"
[all …]
/dports/games/sauerbraten/sauerbraten/packages/base/
H A Druby.cfg17 texture 0 "jf1/jf64.jpg"
18 texture 0 "jf1/jf128.jpg"
19 texture 0 "jf1/jfbutn.jpg"
20 texture 0 "jf1/jfflr.jpg"
21 texture 0 "jf1/jfgrid.jpg"
22 texture 0 "jf1/jfhatch.jpg"
23 texture 0 "jf1/jflite.jpg"
25 texture 0 "jf1/jfrock.jpg"
26 texture 0 "jf1/jfrust.jpg"
28 texture 0 "jf1/jfwall.jpg"
[all …]
H A Disland.cfg219 texture 0 "jf1/jf32.jpg"
220 texture 0 "jf1/jf64.jpg"
221 texture 0 "jf1/jf128.jpg"
222 texture 0 "jf1/jfbutn.jpg"
223 texture 0 "jf1/jfflr.jpg"
224 texture 0 "jf1/jfgrid.jpg"
225 texture 0 "jf1/jfhatch.jpg"
226 texture 0 "jf1/jflite.jpg"
228 texture 0 "jf1/jfrock.jpg"
229 texture 0 "jf1/jfrust.jpg"
[all …]
H A Dmetl3.cfg114 texture 0 "jf1/jf64.jpg"
115 texture 0 "jf1/jf128.jpg"
116 texture 0 "jf1/jfbutn.jpg"
117 texture 0 "jf1/jfflr.jpg"
118 texture 0 "jf1/jfgrid.jpg"
119 texture 0 "jf1/jfhatch.jpg"
120 texture 0 "jf1/jflite.jpg"
122 texture 0 "jf1/jfrock.jpg"
123 texture 0 "jf1/jfrust.jpg"
124 texture 0 "jf1/jfstripe.jpg"
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java61 private static boolean compareClass0(JarFile jf1, JarFile jf2, in compareClass0() argument
66 InputStream is1 = jf1.getInputStream(je); in compareClass0()
81 is1 = jf1.getInputStream(je); in compareClass0()
122 JarFile jf1 = new JarFile(jar1); in compareClass() local
128 for (JarEntry je1 : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in compareClass()
131 boolean pf = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
138 JarEntry je1 = jf1.getJarEntry(className); in compareClass()
139 result = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
H A DJarFileCompare.java125 private static void checkEntry(JarFile jf1, JarFile jf2, JarEntry je) throws IOException { in checkEntry() argument
126 InputStream is1 = jf1.getInputStream(je); in checkEntry()
129 if (!compareStreams(jf1.getInputStream(je), jf2.getInputStream(je))) { in checkEntry()
149 JarFile jf1 = new JarFile(jarPath1); in jarCompare() local
157 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
165 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
172 Manifest mf1 = new Manifest(jf1.getInputStream(je)); in jarCompare()
182 checkEntry(jf1, jf2, je); in jarCompare()
185 checkEntry(jf1, jf2, je); in jarCompare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java61 private static boolean compareClass0(JarFile jf1, JarFile jf2, in compareClass0() argument
66 InputStream is1 = jf1.getInputStream(je); in compareClass0()
81 is1 = jf1.getInputStream(je); in compareClass0()
122 JarFile jf1 = new JarFile(jar1); in compareClass() local
128 for (JarEntry je1 : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in compareClass()
131 boolean pf = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
138 JarEntry je1 = jf1.getJarEntry(className); in compareClass()
139 result = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
H A DJarFileCompare.java125 private static void checkEntry(JarFile jf1, JarFile jf2, JarEntry je) throws IOException { in checkEntry() argument
126 InputStream is1 = jf1.getInputStream(je); in checkEntry()
129 if (!compareStreams(jf1.getInputStream(je), jf2.getInputStream(je))) { in checkEntry()
149 JarFile jf1 = new JarFile(jarPath1); in jarCompare() local
157 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
165 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
172 Manifest mf1 = new Manifest(jf1.getInputStream(je)); in jarCompare()
182 checkEntry(jf1, jf2, je); in jarCompare()
185 checkEntry(jf1, jf2, je); in jarCompare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java61 private static boolean compareClass0(JarFile jf1, JarFile jf2, in compareClass0() argument
66 InputStream is1 = jf1.getInputStream(je); in compareClass0()
81 is1 = jf1.getInputStream(je); in compareClass0()
122 JarFile jf1 = new JarFile(jar1); in compareClass() local
128 for (JarEntry je1 : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in compareClass()
131 boolean pf = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
138 JarEntry je1 = jf1.getJarEntry(className); in compareClass()
139 result = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
H A DJarFileCompare.java125 private static void checkEntry(JarFile jf1, JarFile jf2, JarEntry je) throws IOException { in checkEntry() argument
126 InputStream is1 = jf1.getInputStream(je); in checkEntry()
129 if (!compareStreams(jf1.getInputStream(je), jf2.getInputStream(je))) { in checkEntry()
149 JarFile jf1 = new JarFile(jarPath1); in jarCompare() local
157 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
165 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
172 Manifest mf1 = new Manifest(jf1.getInputStream(je)); in jarCompare()
182 checkEntry(jf1, jf2, je); in jarCompare()
185 checkEntry(jf1, jf2, je); in jarCompare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java61 private static boolean compareClass0(JarFile jf1, JarFile jf2, in compareClass0() argument
66 InputStream is1 = jf1.getInputStream(je); in compareClass0()
81 is1 = jf1.getInputStream(je); in compareClass0()
122 JarFile jf1 = new JarFile(jar1); in compareClass() local
128 for (JarEntry je1 : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in compareClass()
131 boolean pf = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
138 JarEntry je1 = jf1.getJarEntry(className); in compareClass()
139 result = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
H A DJarFileCompare.java125 private static void checkEntry(JarFile jf1, JarFile jf2, JarEntry je) throws IOException { in checkEntry() argument
126 InputStream is1 = jf1.getInputStream(je); in checkEntry()
129 if (!compareStreams(jf1.getInputStream(je), jf2.getInputStream(je))) { in checkEntry()
149 JarFile jf1 = new JarFile(jarPath1); in jarCompare() local
157 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
165 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
172 Manifest mf1 = new Manifest(jf1.getInputStream(je)); in jarCompare()
182 checkEntry(jf1, jf2, je); in jarCompare()
185 checkEntry(jf1, jf2, je); in jarCompare()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java61 private static boolean compareClass0(JarFile jf1, JarFile jf2, in compareClass0() argument
66 InputStream is1 = jf1.getInputStream(je); in compareClass0()
81 is1 = jf1.getInputStream(je); in compareClass0()
122 JarFile jf1 = new JarFile(jar1); in compareClass() local
128 for (JarEntry je1 : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in compareClass()
131 boolean pf = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
138 JarEntry je1 = jf1.getJarEntry(className); in compareClass()
139 result = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
H A DJarFileCompare.java125 private static void checkEntry(JarFile jf1, JarFile jf2, JarEntry je) throws IOException { in checkEntry() argument
126 InputStream is1 = jf1.getInputStream(je); in checkEntry()
129 if (!compareStreams(jf1.getInputStream(je), jf2.getInputStream(je))) { in checkEntry()
149 JarFile jf1 = new JarFile(jarPath1); in jarCompare() local
157 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
165 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
172 Manifest mf1 = new Manifest(jf1.getInputStream(je)); in jarCompare()
182 checkEntry(jf1, jf2, je); in jarCompare()
185 checkEntry(jf1, jf2, je); in jarCompare()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java61 private static boolean compareClass0(JarFile jf1, JarFile jf2, in compareClass0() argument
66 InputStream is1 = jf1.getInputStream(je); in compareClass0()
81 is1 = jf1.getInputStream(je); in compareClass0()
122 JarFile jf1 = new JarFile(jar1); in compareClass() local
128 for (JarEntry je1 : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in compareClass()
131 boolean pf = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
138 JarEntry je1 = jf1.getJarEntry(className); in compareClass()
139 result = compareClass0(jf1, jf2, je1, ignoreUnkAttrs, ignoreElements); in compareClass()
H A DJarFileCompare.java125 private static void checkEntry(JarFile jf1, JarFile jf2, JarEntry je) throws IOException { in checkEntry() argument
126 InputStream is1 = jf1.getInputStream(je); in checkEntry()
129 if (!compareStreams(jf1.getInputStream(je), jf2.getInputStream(je))) { in checkEntry()
149 JarFile jf1 = new JarFile(jarPath1); in jarCompare() local
157 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
165 for (JarEntry je : Collections.list((Enumeration<JarEntry>) jf1.entries())) { in jarCompare()
172 Manifest mf1 = new Manifest(jf1.getInputStream(je)); in jarCompare()
182 checkEntry(jf1, jf2, je); in jarCompare()
185 checkEntry(jf1, jf2, je); in jarCompare()
/dports/games/cube/cube/packages/base/
H A Dksp2.cfg97 texture 0 "jf1/jf64.jpg"
98 texture 0 "jf1/jf128.jpg"
99 texture 0 "jf1/jfbutn.jpg"
100 texture 0 "jf1/jfflr.jpg"
101 texture 0 "jf1/jfgrid.jpg"
102 texture 0 "jf1/jfhatch.jpg"
103 texture 0 "jf1/jflite.jpg"
105 texture 0 "jf1/jfrock.jpg"
106 texture 0 "jf1/jfrust.jpg"
107 texture 0 "jf1/jfstripe.jpg"
[all …]
H A Ddrianmp2.cfg114 texture 0 "jf1/jf64.jpg"
115 texture 0 "jf1/jf128.jpg"
116 texture 0 "jf1/jfbutn.jpg"
117 texture 0 "jf1/jfflr.jpg"
118 texture 0 "jf1/jfgrid.jpg"
119 texture 0 "jf1/jfhatch.jpg"
120 texture 0 "jf1/jflite.jpg"
122 texture 0 "jf1/jfrock.jpg"
123 texture 0 "jf1/jfrust.jpg"
124 texture 0 "jf1/jfstripe.jpg"
[all …]
H A Druins.cfg113 texture 0 "jf1/jf64.jpg"
114 texture 0 "jf1/jf128.jpg"
115 texture 0 "jf1/jfbutn.jpg"
116 texture 0 "jf1/jfflr.jpg"
117 texture 0 "jf1/jfgrid.jpg"
118 texture 0 "jf1/jfhatch.jpg"
119 texture 0 "jf1/jflite.jpg"
121 texture 0 "jf1/jfrock.jpg"
122 texture 0 "jf1/jfrust.jpg"
123 texture 0 "jf1/jfstripe.jpg"
[all …]
H A Daquae.cfg122 texture 0 "jf1/jf32.jpg"
123 texture 0 "jf1/jf64.jpg"
124 texture 0 "jf1/jf128.jpg"
125 texture 0 "jf1/jfbutn.jpg"
126 texture 0 "jf1/jfflr.jpg"
127 texture 0 "jf1/jfgrid.jpg"
128 texture 0 "jf1/jfhatch.jpg"
129 texture 0 "jf1/jflite.jpg"
131 texture 0 "jf1/jfrock.jpg"
132 texture 0 "jf1/jfrust.jpg"
[all …]
H A Dfsession.cfg119 texture 0 "jf1/jf64.jpg"
120 texture 0 "jf1/jf128.jpg"
121 texture 0 "jf1/jfbutn.jpg"
122 texture 0 "jf1/jfflr.jpg"
123 texture 0 "jf1/jfgrid.jpg"
124 texture 0 "jf1/jfhatch.jpg"
125 texture 0 "jf1/jflite.jpg"
127 texture 0 "jf1/jfrock.jpg"
128 texture 0 "jf1/jfrust.jpg"
129 texture 0 "jf1/jfstripe.jpg"
[all …]
H A Dkmap3.cfg110 texture 0 "jf1/jf64.jpg"
111 texture 0 "jf1/jf128.jpg"
112 texture 0 "jf1/jfbutn.jpg"
113 texture 0 "jf1/jfflr.jpg"
114 texture 0 "jf1/jfgrid.jpg"
115 texture 0 "jf1/jfhatch.jpg"
116 texture 0 "jf1/jflite.jpg"
118 texture 0 "jf1/jfrock.jpg"
119 texture 0 "jf1/jfrust.jpg"
120 texture 0 "jf1/jfstripe.jpg"
[all …]
H A Dkmap5.cfg113 texture 0 "jf1/jf64.jpg"
114 texture 0 "jf1/jf128.jpg"
115 texture 0 "jf1/jfbutn.jpg"
116 texture 0 "jf1/jfflr.jpg"
117 texture 0 "jf1/jfgrid.jpg"
118 texture 0 "jf1/jfhatch.jpg"
119 texture 0 "jf1/jflite.jpg"
121 texture 0 "jf1/jfrock.jpg"
122 texture 0 "jf1/jfrust.jpg"
123 texture 0 "jf1/jfstripe.jpg"
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/jar/normalize/
H A DTestNormal.java83 public static void compareJars(JarFile jf1, JarFile jf2) throws Exception { in compareJars() argument
85 if (jf1.size() != jf2.size()) { in compareJars()
86 throw new Exception("Jars " + jf1.getName() + " and " + jf2.getName() in compareJars()
89 for (JarEntry elem1 : Collections.list(jf1.entries())) { in compareJars()
99 jf1.close(); in compareJars()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/jar/normalize/
H A DTestNormal.java83 public static void compareJars(JarFile jf1, JarFile jf2) throws Exception { in compareJars() argument
85 if (jf1.size() != jf2.size()) { in compareJars()
86 throw new Exception("Jars " + jf1.getName() + " and " + jf2.getName() in compareJars()
89 for (JarEntry elem1 : Collections.list(jf1.entries())) { in compareJars()
99 jf1.close(); in compareJars()

12345678910>>...13