Searched refs:f2 (Results 51 - 75 of 110) sorted by relevance

12345

/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarationFilter.java176 final DeclarationFilter f2 = f;
179 return f1.matches(d) && f2.matches(d);
194 final DeclarationFilter f2 = f;
197 return f1.matches(d) || f2.matches(d);
/openjdk7/jdk/src/share/classes/java/io/
H A DFileSystem.java188 public abstract boolean rename(File f1, File f2); argument
224 public abstract int compare(File f1, File f2); argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAnchorTables.cpp54 const Format2AnchorTable *f2 = (const Format2AnchorTable *) this; local
56 f2->getAnchor(glyphID, fontInstance, anchor);
/openjdk7/jdk/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/
H A DVSyncedBufferStrategyTest.java265 final Frame f2)
275 f2.dispose();
286 f2.dispose();
297 f2.dispose();
318 Frame f2 = createAndShowBSFrame();
320 createAndShowDescGUI(f1, f2, f3);
264 createAndShowDescGUI(final Frame f3, final Frame f1, final Frame f2) argument
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java43 JFrame f2 = new JFrame("frame"); field in class:ClearLwQueueBreakTest
75 f2.setVisible(true);
130 f2.addFocusListener(listener1);
139 f2.removeFocusListener(listener1);
140 f2.addFocusListener(listener2);
/openjdk7/jdk/src/solaris/classes/java/io/
H A DUnixFileSystem.java270 public boolean rename(File f1, File f2) { argument
278 return rename0(f1, f2);
280 private native boolean rename0(File f1, File f2); argument
304 public int compare(File f1, File f2) { argument
305 return f1.getPath().compareTo(f2.getPath());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamField.java200 ObjectStreamField f2 = (ObjectStreamField)o;
202 boolean otherprim = (f2.typeString == null);
207 return this.name.compareTo(f2.name);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamField.java191 ObjectStreamField f2 = (ObjectStreamField)o;
193 boolean otherprim = (f2.typeString == null);
198 return this.name.compareTo(f2.name);
/openjdk7/jdk/test/tools/pack200/
H A DTimeStamp.java129 static void verifyJar(File f1, File f2) throws IOException { argument
135 jf2 = new JarFile(f2);
136 System.out.println("Verifying: " + f1 + " and " + f2);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DMain.java132 String f2 = cmpJarFile.getAbsoluteFile().toString();
136 System.out.println("Compared JAR:" + f2);
140 Globals.println("Compared JAR:" + f2);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java100 Figure f2 = c.getOutputSlot().getFigure();
101 Point p2 = new Point(f2.getPosition());
102 p2.translate(c.getOutputSlot().getRelativePosition().x, f2.getSize().height / 2);
103 Point p3 = new Point(f2.getPosition());
/openjdk7/jdk/test/java/lang/Class/getField/
H A DExceptions.java35 private int f2; field in class:Exceptions
39 private static final String [] nsfe = {"f0", "f2", "f4", "f6"};
/openjdk7/langtools/test/tools/javac/api/
H A DT6838467.java117 File f2 = ck.other(fk.file);
118 JavaFileManager fm2 = createFileManager(fk, f2);
126 int expect = (f1.getAbsoluteFile().equals(f2.getAbsoluteFile()) ? paths.length : 0);
128 System.err.println("test " + (++count) + " " + fk + " " + ck + " " + f1 + " " + f2);
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java97 FileOutputStream f2 = null;
130 f2 = newFileOutputStream(redirects[2].file(),
132 stdHandles[2] = fdAccess.getHandle(f2.getFD());
144 finally { if (f2 != null) f2.close(); }
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp45 // _flags [tos|0|00|00|00|f|v|f2|unused|field_index] (for field entries)
47 // _flags [tos|M|vf|fv|ea|f|0|f2|unused|00000|psize] (for method entries)
62 // f2 = virtual but final (method entries only: is_vfinal())
71 // f2 flag true if f2 contains an oop (e.g., virtual final method)
95 // _indices = invoke code for f1 (b1 section), invoke code for f2 (b2 section),
143 void set_f2(intx f2) { assert(_f2 == 0 || _f2 == f2, "illegal field change"); _f2 = f2; } argument
144 void set_f2_as_vfinal_method(methodOop f2) { asser argument
[all...]
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSelCacheTest.java132 static void compare (File f1, File f2) throws IOException { argument
134 InputStream i2 = new BufferedInputStream (new FileInputStream(f2));
H A DTest1.java141 static void compare (File f1, File f2) throws IOException { argument
143 InputStream i2 = new BufferedInputStream (new FileInputStream(f2));
H A DTest12.java173 static void compare (File f1, File f2) throws IOException { argument
175 InputStream i2 = new BufferedInputStream (new FileInputStream(f2));
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpCapture.java160 String f2 = f.replace("%d", Integer.toString(rand.nextInt()));
161 fi = new File(f2);
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java575 public int compare(File f1, File f2) {
585 if (f2 instanceof ShellFolder) {
586 sf2 = (ShellFolder) f2;
601 String name2 = f2.getName();
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DFileHandler.java546 File f2 = files[i+1];
548 if (f2.exists()) {
549 f2.delete();
551 f1.renameTo(f2);
/openjdk7/jdk/test/java/lang/Math/
H A DPowTests.java178 expected = (y < 0.0) ? f2(y) :f1(y);
186 expected = (y < 0.0) ? f1(y): f2(y);
215 static double f2(double y) { method in class:PowTests
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFinallyStatement.java275 LocalMember f1, f2;
289 f2 = new LocalMember(where, thisClass, 0, Type.tInt, null);
291 num2 = new Integer(ctx.declare(env, f2));
H A DIdentifierExpression.java179 MemberDefinition f2 = ctx.getApparentField(env, id);
180 if (f2 != null && f2 != f) {
183 if (f2.isLocal()) {
189 f2.getClassDeclaration());
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java527 public boolean rename(File f1, File f2) { argument
535 return rename0(f1, f2);
537 protected native boolean rename0(File f1, File f2); argument
592 public int compare(File f1, File f2) { argument
593 return f1.getPath().compareToIgnoreCase(f2.getPath());

Completed in 122 milliseconds

12345