/prebuilts/gdb/darwin-x86/lib/python2.7/ |
Bastion.py | 34 from types import MethodType 121 if type(attribute) == MethodType:
|
socket.py | 50 from types import MethodType 230 m = MethodType(p,None,_socketobject)
|
types.py | 54 UnboundMethodType = type(_C._m) # Same as MethodType 57 MethodType = type(_x._m)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
Bastion.py | 34 from types import MethodType 121 if type(attribute) == MethodType:
|
socket.py | 50 from types import MethodType 230 m = MethodType(p,None,_socketobject)
|
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/ |
Bastion.py | 34 from types import MethodType 121 if type(attribute) == MethodType:
|
socket.py | 50 from types import MethodType 230 m = MethodType(p,None,_socketobject)
|
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/ |
Bastion.py | 34 from types import MethodType 121 if type(attribute) == MethodType:
|
socket.py | 50 from types import MethodType 230 m = MethodType(p,None,_socketobject)
|
types.py | 54 UnboundMethodType = type(_C._m) # Same as MethodType 57 MethodType = type(_x._m)
|
/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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pyclbr.py | 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType 75 if not isinstance(obj, MethodType):
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pyclbr.py | 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType 75 if not isinstance(obj, MethodType):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType 75 if not isinstance(obj, MethodType):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType 75 if not isinstance(obj, MethodType):
|
/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...] |
/art/runtime/verifier/ |
method_verifier.h | 58 enum MethodType { 66 std::ostream& operator<<(std::ostream& os, const MethodType& rhs); 640 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type) 665 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range) 670 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type, 676 MethodType method_type, bool is_range, [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...] |
/prebuilts/misc/windows/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/tools/linux-x86_64/protoc/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...] |
/external/clang/lib/Sema/ |
SemaLambda.cpp | 358 QualType MethodType = MethodTypeInfo->getType(); 365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); 369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), 391 MethodType, MethodTypeInfo, [all...] |