Searched defs:call (Results 1 - 25 of 226) sorted by relevance

12345678910

/openjdk10/nashorn/test/src/
H A DUnnamedPackageTestCallback.java35 String call(String s); method in interface:UnnamedPackageTestCallback
/openjdk10/langtools/test/jdk/javadoc/doclet/testLambdaFeature/pkg1/
H A DNotAFuncInf.java28 V call() throws Exception; method in interface:NotAFuncInf
H A DFuncInf.java29 V call() throws Exception; method in interface:FuncInf
/openjdk10/langtools/test/tools/javac/accessVirtualInner/b/
H A DB.java31 void call(); method in interface:B.Caller
/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReference26.java38 static void call(int i, SAM s) { } method in class:MethodReference26
39 static void call(Integer i, SAM s) { } method in class:MethodReference26
H A DTargetType13.java16 static <E extends Throwable> void call(SAM<E> s) throws E { } method in class:TargetType13
H A DTargetType20.java41 <Z> void call(SAM2<Z> x, SAM2<Z> y) { } method in class:TargetType20.Test
H A DTargetType19.java40 <Z> void call(SAM<? extends Z> s, Z z) { } method in class:TargetType19
H A DMethodReference21.java16 void call(SAM s) {} method in class:MethodReference21
H A DMethodReference50.java19 void call(SAM1 s) {} method in class:MethodReference50
20 void call(SAM2 s) {} method in class:MethodReference50
H A DLambdaConv10.java12 interface Method1<R, A1> { public R call( A1 a1 ); } method in interface:LambdaConv10.Method1
H A DTargetType26.java14 <Z> void call(Z z) { } method in class:TargetType26
H A DBadStatementInLambda02.java18 void call(SAM s) { } method in class:BadStatementInLambda02
H A DTargetType01.java35 B call(A a); method in interface:TargetType01.Func
H A DMethodReference25.java44 static void call(int i, SAM1 s) { s.m(i); } method in class:MethodReference25
45 static void call(int i, SAM2 s) { s.m(i); } method in class:MethodReference25
H A DTargetType39.java16 <U, V> void call(SAM<U, V> s) { } method in class:TargetType39
H A DTargetType08.java39 public static void call(SAM1 s) { } method in class:TargetType07
40 public static void call(SAM2 s) { } method in class:TargetType07
H A DTargetType07.java39 public static <X> void call(SAM1<X> s) { } method in class:TargetType07
40 public static <X> void call(SAM2<X> s) { } method in class:TargetType07
/openjdk10/hotspot/src/share/vm/utilities/
H A DerrorReporter.cpp30 void ErrorReporter::call(FILE* fd, char* buffer, int length) { function in class:ErrorReporter
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCallable.java65 V call() throws Exception; method in interface:Callable
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationInfo.java37 JavaCallSiteRelocationInfo(Call call, HotSpotResolvedJavaMethod callTarget) { argument
H A DForeignGotCallSiteRelocationSymbol.java33 ForeignGotCallSiteRelocationSymbol(CompiledMethodInfo mi, Call call, CallSiteRelocationInfo callSiteRelocation, DataBuilder dataBuilder) { argument
37 private static Symbol createPltSymbol(DataBuilder dataBuilder, CompiledMethodInfo mi, Call call, CallSiteRelocationInfo callSiteRelocation) { argument
H A DForeignCallSiteRelocationInfo.java40 ForeignCallSiteRelocationInfo(Call call, HotSpotForeignCallLinkage callTarget) { argument
44 private static String getTargetSymbol(Call call, HotSpotForeignCallLinkag argument
[all...]
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DDispatcher.java48 void dispatch(Remote obj, RemoteCall call) argument
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DCloseDuringWrite.java49 public Void call() throws IOException { method in class:CloseDuringWrite.Closer

Completed in 196 milliseconds

12345678910