HomeSort by relevance Sort by last modified time
    Searched defs:MethodType (Results 1 - 14 of 14) 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)
  /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 50 enum MethodType {
57 std::ostream& operator<<(std::ostream& os, const MethodType& rhs);
583 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
609 MethodType method_type,
615 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type,
621 MethodType method_type, bool is_range,
    [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 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/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 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1997 milliseconds