/libcore/luni/src/test/java/libcore/java/io/ |
D | OldFilterReaderTest.java | 27 private boolean called; field in OldFilterReaderTest 41 called = true; in close() 45 called = true; in mark() 49 called = true; in markSupported() 54 called = true; in read() 59 called = true; in read() 64 called = true; in ready() 69 called = true; in reset() 73 called = true; in skip() 82 called = true; in test_ConstructorLjava_io_Reader() [all …]
|
D | OldFilterWriterTest.java | 27 private boolean called; field in OldFilterWriterTest 41 called = true; in close() 45 called = true; in flush() 49 called = true; in write() 53 called = true; in write() 57 called = true; in write() 61 called = true; in skip() 70 called = true; in test_ConstructorLjava_io_Writer() 82 assertTrue("close() has not been called.", called); in test_close() 87 assertTrue("flush() has not been called.", called); in test_flush() [all …]
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | PrivilegedActionTest.java | 16 private boolean called=false; field in PrivilegedActionTest.MyPrivilegedAction 18 called = true; in run() 25 private boolean called=false; field in PrivilegedActionTest.MyPrivilegedAction2 27 called = true; in run() 37 assertTrue("run method was not called", action.called); in testRun()
|
D | ProviderTest.java | 626 boolean called = false; field in ProviderTest.TestSecurityManager 637 called = true; in checkPermission()
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesTest.java | 133 public static Object called(String name, Object... args) { in called() method in MethodHandlesTest 416 protected Example(int x) { this(); called("protected <init>", this, x); } in Example() 420 public void v0() { called("v0", this); } in v0() 421 protected void pro_v0() { called("pro_v0", this); } in pro_v0() 422 void pkg_v0() { called("pkg_v0", this); } in pkg_v0() 423 private void pri_v0() { called("pri_v0", this); } in pri_v0() 424 public static void s0() { called("s0"); } in s0() 425 protected static void pro_s0() { called("pro_s0"); } in pro_s0() 426 static void pkg_s0() { called("pkg_s0"); } in pkg_s0() 427 private static void pri_s0() { called("pri_s0"); } in pri_s0() [all …]
|
D | InvokeGenericTest.java | 116 static Object called(String name, Object... args) { in called() method in InvokeGenericTest
|
D | MethodHandlesGeneralTest.java | 1971 called("userMethod", o, s, i); in userMethod() 2006 called("runForRunnable"); in runForRunnable() 2017 return called("fooForFooable/"+x, y); in fooForFooable()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/ |
D | CallbackHandlerTest.java | 36 assertFalse(ch.called); in test_CallbackHandler() 38 assertTrue(ch.called); in test_CallbackHandler() 42 boolean called = false; field in CallbackHandlerTest.CallbackHandlerImpl 44 called = true; in handle()
|
/libcore/ojluni/src/test/java/lang/invoke/remote/ |
D | RemoteExample.java | 35 public final void fin_v0() { MethodHandlesTest.called("Rem/fin_v0", this); } in fin_v0() 36 protected void pro_v0() { MethodHandlesTest.called("Rem/pro_v0", this); } in pro_v0() 37 protected static void pro_s0() { MethodHandlesTest.called("Rem/pro_s0"); } in pro_s0()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadGroupTest.java | 774 private boolean called; field in ThreadGroupTest.TestThreadDefaultUncaughtExceptionHandler 780 this.called = true; in uncaughtException() 786 assertTrue(called); in assertWasCalled() 792 assertFalse(called); in assertWasNotCalled()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | XmlToSax2DriverTest.java | 462 boolean[] called = {false}; in testStartElement() 468 called[0] = true; in testStartElement() 475 assertTrue(called[0]); in testStartElement()
|
/libcore/ojluni/src/test/java/lang/invoke/common/test/java/lang/invoke/lib/ |
D | Helper.java | 110 public static Object called(String name, Object... args) { in called() method in Helper
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 28 # 5. Products derived from this software may not be called "OpenSSL"
|
/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBufferAs-X-Buffer.java.template | 73 // position when the method is called from either HeapByteBuffer or DirectByteBuffer.
|
/libcore/ojluni/src/test/ |
D | LICENSE | 322 be called something other than `show w' and `show c'; they could even be
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 322 be called something other than `show w' and `show c'; they could even be
|
/libcore/ |
D | LICENSE | 305 called something other than 'show w' and 'show c'; they could even be
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 201 * {@link #implReplaceWith(byte[])} will not be called.
|
/libcore/ojluni/src/main/ |
D | LICENSE | 313 called something other than 'show w' and 'show c'; they could even be
|