/libcore/luni/src/test/java/libcore/java/util/ |
D | OptionalTest.java | 52 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/ |
D | DeserializeMethodTest.java | 58 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
|
D | SerializedLambdaTest.java | 141 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/ |
D | hyts_mainClass.ser | ... MainClass.java
package foo.bar.execjartest
public foo.bar.execjartest.MainClass extends java.lang ... |
D | hyts_Foo.ser | Foo.java
package foo.bar.execjartest
public foo.bar.execjartest.Foo extends java.lang ... |
D | hyts_Bar.ser | ... Bar.java
package foo.bar.execjartest
foo.bar.execjartest.Bar extends java.lang ... |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | ProxyTest.java | 322 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
|
D | ReflectionTest.java | 498 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
|
D | OldAndroidClassTest.java | 158 void foo(); in foo() method
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomSerializationTest.java | 43 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/ |
D | ClassTest.java | 38 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/ |
D | OldLogManagerTest.java | 96 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/ |
D | Support_Proxy_I2.java | 24 void foo(boolean b, int i); in foo() method
|
D | Support_Proxy_I1.java | 25 void foo(int i, boolean b); in foo() method
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | CollatorTest.java | 78 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/ |
D | IdentityHashMap2Test.java | 172 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/ |
D | ObjectStreamClassTest.java | 122 public X foo() { in foo() method in ObjectStreamClassTest.SyntheticTest
|
D | ObjectOutputStreamTest.java | 459 private int foo; field in ObjectOutputStreamTest.NotSerializable 488 private int foo; field in ObjectOutputStreamTest.ExternalizableWithReplace
|
D | SerializationStressTest2.java | 628 private int foo; field in SerializationStressTest2.SameInstVarNameSuperClass 645 protected int foo; field in SerializationStressTest2.SameInstVarNameSubClass
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandlesTest.java | 268 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
|
D | MethodHandleCombinersTest.java | 850 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/ |
D | ThreadTest.java | 195 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/ |
D | DatagramChannelTest.java | 1755 void foo() { in foo() method in DatagramChannelTest.B
|