Searched refs:bogus (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/test/tools/javac/DefiniteAssignment/7003744/
H A DT7003744b.java35 final int bogus;
44 bogus = 4;
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DLocalAddress.java42 InetAddress bogus = InetAddress.getByName("0.0.0.0");
51 if (ia == null || ia.equals(bogus))
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DConnect.java101 InetSocketAddress bogus = new InetSocketAddress(address, 3333);
103 dc.send(bb, bogus);
104 throw new RuntimeException("Allowed bogus send while connected");
H A DMulticastSendReceiveTests.java201 InetAddress bogus = (group instanceof Inet6Address) ?
205 nif.getName(), bogus.getHostAddress());
208 key = dc.join(group, nif, bogus);
/openjdk7/jdk/test/javax/management/Introspector/
H A DClassLeakTest.java89 if (ops.length != 1 || !ops[0].getName().equals("bogus")
130 public void bogus(); method in interface:ClassLeakTest.TestMBean
139 public void bogus() {} method in class:ClassLeakTest.Test
/openjdk7/langtools/test/tools/javac/scope/
H A DStarImportTest.java327 private Set<Symbol> bogus = new HashSet<Symbol>(); field in class:StarImportTest.Model
361 if (bogus.contains(sym)) {
364 log("Warning: " + sym.name + ":" + sym + " appears to be bogus");
365 bogus.add(sym);
377 log("Warning: " + bogusCount + " other bogus entries previously reported");
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java493 /// Creates an invisble pointer by giving it bogus image
496 byte bogus[] = { (byte) 0 };
498 tk.createCustomCursor( tk.createImage( bogus ), new Point(0, 0), "" );
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2174 assert(*tail == ':', "bogus match by match_option()");

Completed in 61 milliseconds