Lines Matching full:copy
6 * You may obtain a copy of the License at
26 static void copy(String filename, PrintStream out) throws IOException {
53 copy("stubs/jsr239/" + fname +
55 copy("stubs/jsr239/" + fname + ".java-impl", glImplStream);
56 copy("stubs/jsr239/" + fname + ".cpp", cStream);
153 copy("stubs/jsr239/GL10Header.java-if", gl10Stream);
154 copy("stubs/jsr239/GL10ExtHeader.java-if", gl10ExtStream);
155 copy("stubs/jsr239/GL11Header.java-if", gl11Stream);
156 copy("stubs/jsr239/GL11ExtHeader.java-if", gl11ExtStream);
157 copy("stubs/jsr239/GL11ExtensionPackHeader.java-if", gl11ExtPackStream);
158 copy("stubs/jsr239/GLImplHeader.java-impl", glImplStream);
159 copy("stubs/jsr239/GLCHeader.cpp", cStream);