HomeSort by relevance Sort by last modified time
    Searched defs:MethodType (Results 1 - 15 of 15) sorted by null

  /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)
  /external/chromium_org/remoting/protocol/
authentication_method.h 24 enum MethodType {
54 MethodType type() const { return type_; }
73 AuthenticationMethod(MethodType type, HashFunction hash_function);
75 MethodType type_;
  /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):
  /art/runtime/verifier/
method_verifier.h 54 enum MethodType {
61 std::ostream& operator<<(std::ostream& os, const MethodType& rhs);
552 mirror::ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
578 MethodType method_type,
584 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type,
590 MethodType method_type, bool is_range,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 900 typedef void (Class::*MethodType)();
902 MethodClosure0(Class* object, MethodType method, bool self_deleting)
914 MethodType method_;
944 typedef void (Class::*MethodType)(Arg1 arg1);
946 MethodClosure1(Class* object, MethodType method, bool self_deleting,
    [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...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 840 typedef void (Class::*MethodType)();
842 MethodClosure0(Class* object, MethodType method, bool self_deleting)
853 MethodType method_;
882 typedef void (Class::*MethodType)(Arg1 arg1);
884 MethodClosure1(Class* object, MethodType method, bool self_deleting,
897 MethodType method_;
928 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2);
930 MethodClosure2(Class* object, MethodType method, bool self_deleting,
943 MethodType method_;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtmv2.h 200 RTM_ENTITY_METHOD_TYPE MethodType;
206 RTM_ENTITY_METHOD_TYPE MethodType;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 849 milliseconds