HomeSort by relevance Sort by last modified time
    Searched refs:MethodType (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodType.java 31 class MethodType implements java.io.Serializable {
34 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) {
39 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) {
44 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { return null; }
47 MethodType methodType(Class<?> rtype) { return null; }
50 MethodType methodType(Class<?> rtype, Class<?> ptype0) { return null;
    [all...]
LambdaMetafactory.java 38 MethodType invokedType,
39 MethodType samMethodType,
41 MethodType instantiatedMethodType)
46 MethodType invokedType,
CallSite.java 31 public MethodType type() { return null; }
MethodHandleInfo.java 49 public MethodType getMethodType();
59 public static String toString(int kind, Class<?> defc, String name, MethodType type) {
MethodHandles.java 60 MethodHandle findStatic(Class<?> refc, String name, MethodType type) throws NoSuchMethodException, IllegalAccessException { return null; }
62 public MethodHandle findVirtual(Class<?> refc, String name, MethodType type) throws NoSuchMethodException, IllegalAccessException { return null; }
64 public MethodHandle findConstructor(Class<?> refc, MethodType type) throws NoSuchMethodException, IllegalAccessException { return null; }
66 public MethodHandle findSpecial(Class<?> refc, String name, MethodType type,
77 public MethodHandle bind(Object receiver, String name, MethodType type) throws NoSuchMethodException, IllegalAccessException { return null; }
100 MethodHandle spreadInvoker(MethodType type, int leadingArgCount) { return null; }
103 MethodHandle exactInvoker(MethodType type) { return null; }
106 MethodHandle invoker(MethodType type) { return null; }
109 MethodHandle explicitCastArguments(MethodHandle target, MethodType newType) { return null; }
112 MethodHandle permuteArguments(MethodHandle target, MethodType newType, int... reorder) { return null;
    [all...]
MethodHandle.java 30 public MethodType type() { return null; }
40 public MethodHandle asType(MethodType newType) { return null; }
  /external/opencv3/modules/imgproc/perf/
perf_matchTemplate.cpp 9 CV_ENUM(MethodType, TM_SQDIFF, TM_SQDIFF_NORMED, TM_CCORR, TM_CCORR_NORMED, TM_CCOEFF, TM_CCOEFF_NORMED)
11 typedef std::tr1::tuple<Size, Size, MethodType> ImgSize_TmplSize_Method_t;
21 MethodType::all()
55 MethodType::all()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
new.py 14 from types import MethodType as instancemethod
Bastion.py 34 from types import MethodType
121 if type(attribute) == MethodType:
types.py 54 UnboundMethodType = type(_C._m) # Same as MethodType
57 MethodType = type(_x._m)
  /prebuilts/gdb/linux-x86/lib/python2.7/
new.py 14 from types import MethodType as instancemethod
Bastion.py 34 from types import MethodType
121 if type(attribute) == MethodType:
types.py 54 UnboundMethodType = type(_C._m) # Same as MethodType
57 MethodType = type(_x._m)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 14 from types import MethodType as instancemethod
Bastion.py 34 from types import MethodType
121 if type(attribute) == MethodType:
types.py 54 UnboundMethodType = type(_C._m) # Same as MethodType
57 MethodType = type(_x._m)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 14 from types import MethodType as instancemethod
Bastion.py 34 from types import MethodType
121 if type(attribute) == MethodType:
types.py 54 UnboundMethodType = type(_C._m) # Same as MethodType
57 MethodType = type(_x._m)
  /external/opencv3/modules/imgproc/perf/opencl/
perf_matchTemplate.cpp 10 CV_ENUM(MethodType, TM_SQDIFF, TM_SQDIFF_NORMED, TM_CCORR, TM_CCORR_NORMED, TM_CCOEFF, TM_CCOEFF_NORMED)
12 typedef std::tr1::tuple<Size, Size, MethodType, MatType> ImgSize_TmplSize_Method_MatType_t;
19 MethodType::all(),
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
SerializedLambdaTest.java 36 import java.lang.invoke.MethodType;
299 private static final MethodType predicateMT = MethodType.methodType(boolean.class, Object.class);
300 private static final MethodType stringPredicateMT = MethodType.methodType(boolean.class, String.class);
313 "test", MethodType.methodType(Predicate.class),
325 "test", MethodType.methodType(SerPredicate.class)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h 141 typedef void (Class::*MethodType)();
143 MethodClosure0(Class* object, MethodType method, bool self_deleting)
155 MethodType method_;
185 typedef void (Class::*MethodType)(Arg1 arg1);
187 MethodClosure1(Class* object, MethodType method, bool self_deleting,
201 MethodType method_;
233 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2);
235 MethodClosure2(Class* object, MethodType method, bool self_deleting,
249 MethodType method_;
353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 888 typedef void (Class::*MethodType)();
890 MethodClosure0(Class* object, MethodType method, bool self_deleting)
902 MethodType method_;
932 typedef void (Class::*MethodType)(Arg1 arg1);
934 MethodClosure1(Class* object, MethodType method, bool self_deleting,
948 MethodType method_;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 885 typedef void (Class::*MethodType)();
887 MethodClosure0(Class* object, MethodType method, bool self_deleting)
899 MethodType method_;
929 typedef void (Class::*MethodType)(Arg1 arg1);
931 MethodClosure1(Class* object, MethodType method, bool self_deleting,
945 MethodType method_;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 885 typedef void (Class::*MethodType)();
887 MethodClosure0(Class* object, MethodType method, bool self_deleting)
899 MethodType method_;
929 typedef void (Class::*MethodType)(Arg1 arg1);
931 MethodClosure1(Class* object, MethodType method, bool self_deleting,
945 MethodType method_;
    [all...]

Completed in 396 milliseconds

1 2 3 4