Searched refs:go (Results 26 - 50 of 100) sorted by relevance

1234

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest2.sh46 go() { function
58 go -noclassgc -XX:PermSize=8m -XX:MaxPermSize=8m -XX:+UseSerialGC LowMemoryTest2
59 go -noclassgc -XX:PermSize=8m -XX:MaxPermSize=8m -XX:+UseParallelGC LowMemoryTest2
60 go -noclassgc -XX:PermSize=8m -XX:MaxPermSize=8m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC \
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DAsyncCloseTest.java26 * should override description() and go() methods.
32 public abstract boolean go() throws Exception; method in class:AsyncCloseTest
/openjdk7/jdk/test/java/nio/charset/CharsetDecoder/
H A DAverageMax.java43 public abstract void go() throws Exception; method in class:AverageMax.Test
47 go();
74 public void go() throws Exception {
85 public void go() throws Exception {
/openjdk7/jdk/test/java/io/pathNames/unix/
H A DTrailingSlash.java47 static void go(String fns, boolean fis, boolean raf, boolean fos) method in class:TrailingSlash
84 static void go(String fn, String fns) throws Exception { method in class:TrailingSlash
95 go(fns, false, false, true);
100 go(fns, false, false, false);
105 go(fns, true, true, true);
115 go("xyzzy", "xyzzy");
116 go("xyzzy", "xyzzy/");
117 go("xyzzy", "xyzzy//");
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A Drun_tests.sh119 go() { function
127 go StateTest
128 go EchoTest
129 go CloseTest
136 go StateTest -Djava.security.manager -Djava.security.policy=${TESTSRC}/java.policy.pass
137 go StateTest -expectFail -Djava.security.manager -Djava.security.policy=${TESTSRC}/java.policy.fail
/openjdk7/jdk/test/java/lang/String/
H A DEncodings.java48 static void go(String enc, String str, final byte[] bytes, boolean bidir) method in class:Encodings
148 static void go(String enc, String str, byte[] bytes) throws Exception { method in class:Encodings
149 go(enc, str, bytes, true);
155 go("US-ASCII", "abc", new byte[] { 'a', 'b', 'c' });
156 go("us-ascii", "abc", new byte[] { 'a', 'b', 'c' });
157 go("ISO646-US", "abc", new byte[] { 'a', 'b', 'c' });
158 go("ISO-8859-1", "ab\u00c7", new byte[] { 'a', 'b', (byte)'\u00c7' });
159 go("UTF-8", "ab\u1e09",
164 go("UTF-16BE", "ab\u1e09",
166 go("UT
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DMethodCalls.java33 (new MethodCalls()).go();
70 void go() throws Exception { method in class:MethodCalls
H A DCountEvent.java51 first.go();
52 second.go();
53 third.go();
56 void go() { method in class:CountEventTarg
93 BreakpointEvent bpEvent = resumeTo(className, "go", "()V");
H A DControlFlow.java11 (new ControlFlow()).go();
14 void go() throws Exception { method in class:ControlFlow
H A DInstanceFilter.java50 first.go();
51 second.go();
52 third.go();
55 void go() { method in class:InstanceFilterTarg
78 String[] expectedMethods = new String[] { "go", "one", "two", "three"};
132 BreakpointEvent bpe = startTo("InstanceFilterTarg", "go", "()V");
/openjdk7/jdk/test/java/io/charStreams/
H A DWriteLengths.java40 static void go(int len, String enc) throws Exception { method in class:WriteLengths
56 go(i, "us-ascii");
H A DLineLengthsSource.java69 private void go(int t) throws IOException { method in class:LineLengthsSource
85 go(0);
86 go(1);
87 go(2);
/openjdk7/jdk/test/sun/security/provider/PolicyParser/ExtDirsA/
H A Da.jar ... =%3Cinit%3E" <init> () public void go
/openjdk7/jdk/test/java/security/AccessControlContext/
H A DNullCombinerEquals.java37 nce.go();
43 void go() throws Exception { method in class:NullCombinerEquals
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DNonMutualSpnego.java40 new NonMutualSpnego().go();
43 void go() throws Exception { method in class:NonMutualSpnego
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A Dloader.jar ... %3Cinit%3E" <init> () public static void go (java.lang.String) throws java.lang. ...
H A DProviderLoader.java34 public static void go(final String config) throws Exception { method in class:ProviderLoader
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DKeySets.java42 abstract void go() throws Exception; method in class:KeySets.Catch
45 go();
69 void go() throws Exception {
74 void go() throws Exception {
82 void go() throws Exception {
86 void go() throws Exception {
101 void go() throws Exception {
106 void go() throws Exception {
113 void go() throws Exception {
118 void go() throw
[all...]
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DExtDirs.java42 a.go();
H A DExtDirsChange.java52 a.go();
73 a.go();
90 a.go();
114 a.go();
H A DExtDirsDefaultPolicy.java51 a.go();
/openjdk7/jdk/test/java/io/BufferedReader/
H A DFill.java71 static void go(int shortFall) throws Exception { method in class:Fill
88 for (int i = 0; i < 8; i++) go(i);
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DSetLength.java37 static void go(File fn, int max) throws IOException { method in class:SetLength
64 go(fn, 20);
66 go(fn, 64 * 1024);
/openjdk7/jdk/test/java/lang/ClassLoader/deadlock/
H A DGetResource.java40 CyclicBarrier go = new CyclicBarrier(2); field in class:GetResource
50 go.await();
70 go.await(); // wait until t1 holds the lock of the system properties
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A Drun_tests.sh57 go() { function
63 go BasicTest
64 go PrematureLoadTest

Completed in 130 milliseconds

1234