Searched refs:echo (Results 26 - 50 of 66) sorted by relevance

123

/openjdk9/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DUseCustomSocketFactory.java73 Echo[] echo = spawnAndTest(rmid.getPort());
74 reactivateAndTest(echo);
87 Echo[] echo = new Echo[protocol.length];
107 echo[i] = null;
112 echo[i] = (Echo) Naming.lookup("//:" + registryPort +
123 if (echo[i] == null)
127 System.err.println("Bound to " + echo[i]);
130 byte[] result = echo[i].echoNot(data);
134 echo[i].shutdown();
148 return echo;
152 reactivateAndTest(Echo[] echo) argument
[all...]
/openjdk9/jdk/test/javax/management/mxbean/
H A DStandardMBeanOverrideTest.java192 echo("\n>>> Create the MBean server");
197 echo("\n>>> Get the MBean server's default domain");
199 echo("\tDefault Domain = " + domain);
206 echo("\n>>> Create the " + cn +
208 echo("\tObjectName = " + ons);
216 echo("MBeanInfo descriptor = " + d);
219 echo("Descriptor is null or empty");
224 echo("OK: immutableInfo field is true");
226 echo("KO: immutableInfo field should be true");
233 echo("O
250 private static void echo(String msg) { method in class:StandardMBeanOverrideTest
[all...]
/openjdk9/jdk/test/java/rmi/transport/dgcDeadLock/
H A DDGCDeadLock.java115 String echo = null;
121 echo = foo.echo("Hello world");
146 echo = bar.echo("Remote call" + i);
/openjdk9/jdk/test/javax/management/monitor/
H A DThreadPoolTest.java87 echo(">>> TASK "+prop+" is called.");
111 echo(">>> CREATE MBeanServer");
120 echo(">>> CREATE ObservedObject = " + mbeanNames[i].toString());
139 echo("Unsupported monitor type");
142 echo(">>> CREATE Monitor = " + monitorNames[i].toString());
151 echo("Error, not all "+nTasks+" monitor tasks are called after "
161 echo("All "+nTasks+" monitors are called.");
168 private static void echo(String message) { method in class:ThreadPoolTest
181 echo(">>> MAXIMUM POOL SIZE = 10 [default value]");
184 echo(">>> MAXIMU
[all...]
H A DThreadPoolAccTest.java91 echo(">>> CREATE MBeanServer");
98 echo(">>> CREATE ObservedObject = " + mbeanNames[i].toString());
122 echo(">>> CREATE Monitor = " + monitorNames[i].toString());
129 echo(">>> RUN Principal = " + principals[i / 3]);
155 echo("Task not submitted " + new Date() + ". RETRY");
158 echo(">>> Monitor = " + monitorNames[i]);
159 echo(">>> ObservedObject = " + monitor[i].getObservedObject());
160 echo(">>> ObservedAttribute = " + monitor[i].getObservedAttribute());
161 echo(">>> Principal = " + principal);
164 echo("\tO
172 private static void echo(String message) { method in class:ThreadPoolAccTest
[all...]
/openjdk9/langtools/test/tools/javac/classfiles/attributes/LineNumberTable/
H A DLineNumberTest.java45 echo("[Executing test]: " + testData);
49 echo("[Test failed]: " + testData);
54 echo("[Test passed]: " + testData);
/openjdk9/jdk/test/javax/management/openmbean/
H A DEqualsTest.java43 private static void echo(String message) { method in class:EqualsTest
51 echo("=-=-= Test CompositeDataSupport.equals() with ArrayType =-=-=");
53 echo(">>> Two SimpleTypes with different descriptions");
75 echo(">>> Two SimpleTypes with equal values");
93 echo(">>> Two ArrayTypes with different references");
118 echo(">>> Two ArrayTypes with different values");
128 echo(">>> Two 2-dimension ArrayTypes with equal values");
172 echo(">>> Two primitive ArrayTypes with different descriptions");
200 echo(">>> Two primitive ArrayTypes with different references");
227 echo(">>> Tw
[all...]
/openjdk9/jdk/test/java/lang/Runtime/exec/
H A DLotsOfDestroys.java39 UnixCommands.ensureCommandsAvailable("echo");
43 UnixCommands.echo() + " x");
/openjdk9/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DMBSFPreStartPostStartTest.java108 echo("=-=-= MBSFPreStartPostStartTest: Set MBSF " +
171 echo("OK: Did go into MBeanServerForwarder!");
173 echo("KO: Didn't go into MBeanServerForwarder!");
177 echo("Failed to perform operation: " + e);
202 private static void echo(String message) { method in class:MBSFPreStartPostStartTest
227 echo(">>> Unhappy Bye, Bye!");
231 echo(">>> Happy Bye, Bye!");
/openjdk9/jdk/test/java/awt/geom/Path2D/
H A DPath2DGrow.java40 static void echo(String msg) { method in class:Path2DGrow
46 echo(msg);
64 echo("\n - Test(Path2D.Double[0]) ---");
69 echo("\n - Test(Path2D.Double) ---");
74 echo("\n - Test(Path2D.Float[0]) ---");
79 echo("\n - Test(Path2D.Float) ---");
84 echo("\n - Test(GeneralPath[0]) ---");
89 echo("\n - Test(GeneralPath) ---");
/openjdk9/jdk/test/java/rmi/reliability/juicer/
H A DOrangeImpl.java46 public int[] recurse(OrangeEcho echo, int[] message, int level) argument
56 response = echo.recurse(this, message, level);
/openjdk9/hotspot/src/jdk.hotspot.agent/scripts/
H A Dstart-debug-server.bat1 @echo off
37 echo JAVA_HOME does not point to a working J2SE 1.5 installation.
40 echo Usage: start-debug-server [pid]
41 echo $0 <java executable> [Dr Watson dump file]
42 echo Start the JDI debug server on [pid] or [Dr Watson dump file]
43 echo so that it can be debugged from a remote machine.
44 echo JAVA_HOME must contain the pathname of a J2SE 1.5
45 echo installation.
H A Dstart-rmiregistry.bat1 @echo off
27 @echo off
39 echo JAVA_HOME does not point to a working J2SE 1.5 installation.
42 @echo usage: start-rmiregistry
43 @echo Start the rmi registry with with sa-jdi.jar on the bootclasspath
44 @echo for use by the debug server.
45 @echo JAVA_HOME must contain the pathname of a J2SE 1.5 installation.
/openjdk9/jdk/test/com/sun/corba/serialization/
H A DObjectStreamTest$_Echo_Stub.java53 public Object echo(Object arg0) throws java.rmi.RemoteException { method in class:ObjectStreamTest$_Echo_Stub
58 OutputStream out = _request("echo", true);
67 return echo(arg0);
75 ServantObject so = _servant_preinvoke("echo",ObjectStreamTest.Echo.class);
77 return echo(arg0);
81 Object result = ((ObjectStreamTest.Echo)so.servant).echo(arg0Copy);
/openjdk9/jdk/test/javax/xml/ws/xsanymixed/
H A DServiceImpl.java47 public EchoResponse echo(EchoRequest request) { method in class:ServiceImpl
/openjdk9/jdk/test/sun/rmi/runtime/Log/6409194/
H A DNoConsoleOutput.java102 Object echo(Object obj) throws RemoteException; method in interface:NoConsoleOutput.DoRMIStuff.Foo
106 public Object echo(Object obj) { return obj; } method in class:NoConsoleOutput.DoRMIStuff.FooImpl
113 foostub.echo(fooimpl2);
/openjdk9/langtools/test/tools/javac/importscope/
H A DNegativeCyclicDependencyTest.java134 echo(message);
138 echo("Test case failed.");
140 echo(source.getCharContent(true));
141 echo();
257 public void echo() { method in class:NegativeCyclicDependencyTest
258 echo("");
261 public void echo(CharSequence message) { method in class:NegativeCyclicDependencyTest
262 echo(message.toString());
265 public void echo(String message) { method in class:NegativeCyclicDependencyTest
H A DImportDependenciesTest.java106 echo("Compilation failed!");
107 echo(source);
108 echo(result.message);
109 echo();
123 echo(message);
152 public void echo() { method in class:ImportDependenciesTest
153 echo("");
156 public void echo(String output) { method in class:ImportDependenciesTest
H A DImportMembersTest.java130 echo(message);
145 echo("Test case failed!");
147 echo(message);
148 echo();
199 echo(javaSource.getCharContent(true).toString());
203 public void echo() { method in class:ImportMembersTest
204 echo("");
207 public void echo(String output) { method in class:ImportMembersTest
/openjdk9/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DOrangeImpl.java49 public int[] recurse(OrangeEcho echo, int[] message, int level) argument
61 response = echo.recurse(this, message, level);
/openjdk9/jdk/test/java/util/concurrent/atomic/
H A DSerial.java59 DoubleAdder result = echo(a);
70 DoubleAccumulator result = echo(a);
84 LongAdder result = echo(a);
95 LongAccumulator result = echo(a);
110 static <T extends Serializable> T echo(T obj) { method in class:Serial
/openjdk9/langtools/test/tools/javac/classfiles/attributes/deprecated/
H A DDeprecatedTest.java246 echo("Testing outer class : " + outerClassName);
266 echo("Testing inner class : " + innerClassName);
283 echo("Testing method : " + methodName);
293 echo("Testing field : " + fieldName);
/openjdk9/langtools/test/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesIndexTest.java78 echo("Testing class : " + innerName);
80 echo("Ignored : " + innerName);
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DConsole.java315 echoOff = echo(false);
328 echoOff = echo(true);
375 private static native boolean echo(boolean on) throws IOException; method in class:Console
522 // Add a shutdown hook to restore console's echo state should
531 echo(true);
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_TextField.cpp105 jchar echo = SendMessage(EM_GETPASSWORDCHAR); local
107 if(echo == 0){
226 jchar echo = secs->echoChar; local
235 c->SendMessage(EM_SETPASSWORDCHAR, echo);

Completed in 98 milliseconds

123