Searched refs:foo (Results 251 - 275 of 307) sorted by relevance

<<111213

/openjdk7/jdk/test/com/sun/jdi/
H A DArrayLengthDumpTest.sh49 public void foo() {
71 my.foo();
H A DExpiredRequestDeletionTest.java45 int foo = 9; field in class:ExpiredRequestDeletionTarg
53 ++foo;
144 * if anything has called failure("foo") testFailed will be true
H A DLocationTest.java44 abstract void foo(); method in class:AbstractLocationTarg
51 void foo() { method in class:LocationTarg
103 loc = getLocation("AbstractLocationTarg", "foo");
105 failure("location of AbstractLocationTarg.foo() should have " +
142 loc = getLocation("LocationTarg", "foo");
144 failure("location of LocationTarg.foo() " +
148 failure("location.declaringType() of LocationTarg.foo() " +
152 if (!loc.method().name().equals("foo")) {
153 failure("location.method() of LocationTarg.foo() " +
154 "should have been foo, bu
[all...]
H A DMonitorEventTest.java50 static void foo() { method in class:MonitorTestTarg
59 foo();
187 resumeTo("MonitorTestTarg", "foo", "()V");
215 * if anything has called failure("foo") testFailed will be true
/openjdk7/jdk/test/java/lang/annotation/loaderLeak/
H A DLoaderLeak.sh81 ${TESTJAVA}${FS}bin${FS}java Main foo
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCollatorProviderTest.java34 com.foo.CollatorProviderImpl cp = new com.foo.CollatorProviderImpl();
H A DDecimalFormatSymbolsProviderTest.java34 com.foo.DecimalFormatSymbolsProviderImpl dfsp = new com.foo.DecimalFormatSymbolsProviderImpl();
H A DBreakIteratorProviderTest.java35 com.foo.BreakIteratorProviderImpl bip = new com.foo.BreakIteratorProviderImpl();
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4619536.java37 IndexedPropertyDescriptor ipd = BeanUtils.getIndexedPropertyDescriptor(A.class, "foo");
39 error(ipd, "A.foo should be String type");
41 PropertyDescriptor pd = BeanUtils.findPropertyDescriptor(B.class, "foo");
43 error(pd, "B.foo should not be an indexed property");
46 error(pd, "B.foo should be Date type");
48 pd = BeanUtils.findPropertyDescriptor(Child.class, "foo");
50 error(pd, "Child.foo should not be an indexed property");
52 pd = BeanUtils.findPropertyDescriptor(Classic.class, "foo");
54 error(pd, "Classic.foo should not be an indexed property");
56 ipd = BeanUtils.getIndexedPropertyDescriptor(Index.class, "foo");
137 setFoo(String foo) argument
157 setFoo(String[] foo) argument
177 setFoo(String[] foo) argument
[all...]
/openjdk7/jdk/test/java/util/logging/
H A DSimpleFormatterFormat.java60 "test.foo",
61 "test.foo",
75 Logger foo = Logger.getLogger("test.foo");
76 foo.log(Level.SEVERE, "{0} {1} {2}", new Object[] {"severe", "hello", "world"});
77 foo.warning(messages[1]);
H A DLoggingDeadlock4.java89 Logger foo = Logger.getLogger("foo logger");
H A DTestAppletLoggerContext.java281 Logger bar = new Bridge.CustomLogger("com.foo.Bar");
290 Logger foo = new Bridge.CustomLogger("com.foo.Foo");
291 boolean b = LogManager.getLogManager().addLogger(foo);
293 assertNotNull(foo.getParent());
294 testParent(foo);
296 testParent(LogManager.getLogManager().getLogger(foo.getName()));
302 Logger bar = new Bridge.CustomLogger("com.foo.Bar");
311 Logger foo = new Bridge.CustomLogger("com.foo
[all...]
/openjdk7/jdk/test/sun/net/idn/
H A DTestStringPrep.java276 String foo = Integer.toString(ch,16).toUpperCase();
277 for (int i = foo.length(); i < 4; ++i) {
280 return result + foo;
/openjdk7/hotspot/test/compiler/6851282/
H A DTest.java37 void foo(A a, A[] as) { method in class:Test
57 new Test().foo(as.get(0), as.subList(1, as.size()).toArray(new A[0]));
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DStringsAndBounds.java54 List<? extends T> foo(List<? super T> t) { method in class:Test
/openjdk7/jdk/test/java/net/URLConnection/contentHandler/
H A DUserContentHandler.java82 Object o = new COM.foo.content.text.plain();
87 props.put("java.content.handler.pkgs", "COM.foo.content");
/openjdk7/jdk/test/java/nio/Buffer/
H A DLimitDirectMemory.sh86 launchFail foo
/openjdk7/jdk/test/sun/util/logging/
H A DPlatformLoggerTest.java43 final String FOO_PLATFORM_LOGGER = "test.platformlogger.foo";
52 PlatformLogger foo = PlatformLogger.getLogger(FOO_PLATFORM_LOGGER);
53 checkPlatformLogger(foo, FOO_PLATFORM_LOGGER);
73 foo.setLevel(PlatformLogger.Level.SEVERE);
76 checkPlatformLoggerLevels(foo, bar);
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java40 static TestImpl foo = null; field in class:TestImpl
50 locker = lockTargetExpireLeases(foo, DGCDeadLock.HOLD_TARGET_TIME);
64 foo = new TestImpl();
67 + "/Foo", foo);
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DDateFormatProviderImpl.java27 package com.foo;
H A DDecimalFormatSymbolsProviderImpl.java27 package com.foo;
H A DFooNumberFormat.java24 package com.foo;
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DTooManyFooTest.java71 public int foo(); // Both in Parent1 and Parent2 method in interface:TooManyFooTest.Parent1
82 public int foo(); // Both in Parent1 and Parent2 method in interface:TooManyFooTest.Parent2
104 public int foo() {return 0;} method in class:TooManyFooTest.Child
113 public int foo() {return 0;} method in class:TooManyFooTest.ChildMix
132 { "foo", int.class.getName() },
197 if (mxbean && !mboi.getName().equals("foo")) {
201 // However, in thsi tests, for all methods but foo(),
/openjdk7/langtools/test/tools/javac/
H A DT6410706.java75 Foo foo; // should generate deprecation warning field in class:T6410706
/openjdk7/jdk/test/sun/rmi/transport/tcp/
H A DDeadCachedConnection.java94 } catch (Exception foo) {

Completed in 136 milliseconds

<<111213