Searched refs:hello (Results 1 - 25 of 59) sorted by relevance

123

/openjdk10/nashorn/test/script/nosecurity/parsertests/
H A Dfunctions.js30 function hello() { print('hello') } function
31 function hello(a) { print(a) }
32 function hello(a, b) { print(a, b) }
33 var hello = function() { print('hello') };
34 var hello = function hello() { print('hello') };
H A DswitchStat.js31 switch (key) { case 2: hello(); break; };
32 switch (key) { case 4: hello(); break; case 2: world(); break; default: break };
/openjdk10/jdk/test/javax/naming/module/src/hello/
H A Dmodule-info.java24 module hello {
26 exports org.example.hello;
/openjdk10/jdk/test/java/rmi/module/src/mserver/serverpkg/
H A DServer.java28 private final String hello = "Hello world!"; field in class:Server
35 return hello;
/openjdk10/jdk/test/java/rmi/registry/readTest/testPkg/
H A DServer.java28 public String hello = "Hello, world!"; field in class:Server
33 return hello;
/openjdk10/nashorn/test/script/basic/
H A DJDK-8011718.js32 hello:"From obj",
35 hello:"From obj2",
45 print(this.hello);
/openjdk10/jdk/test/java/net/URLClassLoader/sealing/
H A Db.jar ... href="/source/s?defs= "> () public static void hello
H A DCheckSealed.java45 p.A.hello();
49 p.B.hello();
/openjdk10/jdk/test/tools/jjs/
H A Dscripting.js11 var hello = "Hello, ${n}"; variable
12 if (hello != "Hello, Nashorn") {
H A Djjs-argsTest.sh39 ${JJS} -J-Djava.security.manager ${TESTSRC}/args.js -- hello world
/openjdk10/jdk/test/java/lang/module/customfs/m1/p/
H A DMain.java28 q.Hello.hello();
/openjdk10/jdk/test/java/lang/module/customfs/m2/q/
H A DHello.java27 public static void hello() { method in class:Hello
28 System.out.println("hello");
/openjdk10/jdk/test/java/net/URLClassLoader/sealing/b/p/
H A DB.java29 public static void hello() { method in class:B
/openjdk10/jdk/test/java/net/URLClassLoader/sealing/a/p/
H A DA.java29 public static void hello() { method in class:A
/openjdk10/jdk/test/sun/misc/JarIndex/metaInfFilenames/jarA/a/
H A DA.java27 public static void hello() throws Exception { method in class:A
/openjdk10/jdk/test/sun/misc/JarIndex/metaInfFilenames/jarB/b/
H A DB.java27 public static void hello() { method in class:B
/openjdk10/langtools/test/jdk/javadoc/doclet/testPrivateClasses/pkg2/
H A DI.java30 void hello(T param); method in interface:I
H A DC.java27 public void hello(String param) { } method in class:C
/openjdk10/nashorn/test/script/nosecurity/
H A Djjs-option-scripting.js40 var hello = "Hello ${x}"
41 if (hello != "Hello Nashorn") {
/openjdk10/nashorn/test/script/nosecurity/treeapi/
H A Dswitch.js40 case 2: hello();
44 case 4: hello(); break;
H A Dliteral.js40 hello
/openjdk10/jdk/test/javax/naming/module/src/hello/org/example/hello/
H A DHello.java24 package org.example.hello;
H A DHelloImpl.java24 package org.example.hello;
/openjdk10/jdk/test/java/lang/ModuleLayer/src/m1/p/
H A DMain.java36 q.Hello.hello();
37 w.Hello.hello();
/openjdk10/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DHelloImpl.java44 System.out.println("hello method called");
46 return "hello";
58 Hello hello = null;
73 hello = (Hello) registry.lookup("/HelloServer");
76 System.err.println(hello.sayHello() +
82 hello = null;

Completed in 158 milliseconds

123