Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 23 of 23) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DOptionalTest.java52 String foo = "foo"; in testGet() local
79 String foo = "foo"; in testIfPresent() local
95 final String foo = "foo"; in testFilter() local
118 String foo = "foo"; in testMap() local
141 String foo = "foo"; in testFlatMap() local
170 String foo = "foo"; in testOrElse() local
185 String foo = "foo"; in testOrElseGet() local
210 String foo = "foo"; in testOrElseThrow() local
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DDeserializeMethodTest.java58 void foo() { in foo() method in DeserializeMethodTest.Cap1
68 void foo() { in foo() method in DeserializeMethodTest.Cap2
79 void foo() { in foo() method in DeserializeMethodTest.Cap3
DSerializedLambdaTest.java141 Predicate<String> foo(int x) { in testSerializeCapturingInt() method in SerializedLambdaTest.Moo
156 Predicate<String> foo(String t) { in testSerializeCapturingString() method in SerializedLambdaTest.Moo
176 Predicate<String> foo(Box b) { in testSerializeCapturingNonSerializable() method in SerializedLambdaTest.Moo
298 private static boolean foo(Object s) { return s != null && ((String) s).length() > 0; } in foo() method in SerializedLambdaTest
/libcore/support/src/test/java/tests/resources/
Dhyts_mainClass.ser ... MainClass.java package foo.bar.execjartest public foo.bar.execjartest.MainClass extends java.lang ...
Dhyts_Foo.serFoo.java package foo.bar.execjartest public foo.bar.execjartest.Foo extends java.lang ...
Dhyts_Bar.ser ... Bar.java package foo.bar.execjartest foo.bar.execjartest.Bar extends java.lang ...
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DProxyTest.java322 int foo(); in foo() method
326 float foo(); in foo() method
330 Integer foo(); in foo() method
334 String foo(); in foo() method
338 CharSequence foo(); in foo() method
342 CharSequence foo(); in foo() method
346 CharSequence foo(); in foo() method
350 Object foo(); in foo() method
354 void foo(); in foo() method
358 Echo foo(); in foo() method
DReflectionTest.java498 Foo foo = new Foo("string"); in testClassEnclosedByConstructor() local
507 Foo foo = new Foo(); in testClassEnclosedByMethod() local
608 private void foo(String s) { in foo() method in ReflectionTest.Foo
611 private void foo(int i) { in foo() method in ReflectionTest.Foo
641 public void foo() throws IOException, InvocationTargetException, IllegalStateException {} in foo() method in ReflectionTest.HasThrows
642 public void foo(Void v) {} in foo() method in ReflectionTest.HasThrows
646 void foo() throws IOException, InvocationTargetException, IllegalStateException; in foo() method
647 void foo(Void v); in foo() method
DOldAndroidClassTest.java158 void foo(); in foo() method
/libcore/luni/src/test/java/libcore/xml/
DDomSerializationTest.java43 Element foo = document.createElement("foo"); in testWriteDocument() local
55 Element foo = document.createElement("foo"); in testWriteSpecialCharactersInText() local
/libcore/luni/src/test/java/libcore/java/lang/
DClassTest.java38 public void foo(); in foo() method
42 public void foo(T param); in foo() method
117 void foo(); in foo() method
120 void foo(); in foo() method
208 public static void staticMethod(String foo) { in staticMethod()
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLogManagerTest.java96 Logger foo = mockManager.getLogger(FOO); in testGetLogger() local
153 Logger foo = new MockLogger("testGetLogger_hierachy.foo", null); in testGetLogger_hierarchy() local
165 Logger foo = new MockLogger(FOO, null); in testGetLogger_nameSpace() local
/libcore/support/src/test/java/tests/support/
DSupport_Proxy_I2.java24 void foo(boolean b, int i); in foo() method
DSupport_Proxy_I1.java25 void foo(int i, boolean b); in foo() method
/libcore/luni/src/test/java/libcore/java/text/
DCollatorTest.java78 String foo = new String(arr, 0, len, "iso8859-1"); in test_collationKeySize() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIdentityHashMap2Test.java172 private final String foo; field in IdentityHashMap2Test.TestKey
174 TestKey(String foo) { in TestKey()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectStreamClassTest.java122 public X foo() { in foo() method in ObjectStreamClassTest.SyntheticTest
DObjectOutputStreamTest.java459 private int foo; field in ObjectOutputStreamTest.NotSerializable
488 private int foo; field in ObjectOutputStreamTest.ExternalizableWithReplace
DSerializationStressTest2.java628 private int foo; field in SerializationStressTest2.SameInstVarNameSuperClass
645 protected int foo; field in SerializationStressTest2.SameInstVarNameSubClass
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java268 public void foo() { in foo() method in MethodHandlesTest.A
278 public void foo() { in foo() method in MethodHandlesTest.B
456 public String foo(); in foo() method
490 public String foo() { in foo() method in MethodHandlesTest.BarImpl
1330 public static void foo(int... ints) {} in foo() method in MethodHandlesTest.VariableArityTester
DMethodHandleCombinersTest.java850 String foo = (String) invoker.invoke(target, "bar", "bar", 24); in testInvokers() local
858 String foo = (String) exactInvoker.invoke(target, (Object) returnBar(), "bar"); in testInvokers() local
863 String foo = (String) exactInvoker.invoke(target, "bar", "bar", 24); in testInvokers() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java195 ThreadGroup foo = null; in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java1755 void foo() { in foo() method in DatagramChannelTest.B