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

12 3 4

  /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...]
  /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...]
  /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):
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
util.py 266 elif isinstance(resolved_name, types.MethodType):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dis.py 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
socket.py 50 from types import MethodType
230 m = MethodType(p,None,_socketobject)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 146 elif type(ob)==types.MethodType:
  /prebuilts/gdb/linux-x86/lib/python2.7/
dis.py 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
socket.py 50 from types import MethodType
230 m = MethodType(p,None,_socketobject)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 146 elif type(ob)==types.MethodType:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
socket.py 50 from types import MethodType
230 m = MethodType(p,None,_socketobject)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 146 elif type(ob)==types.MethodType:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
socket.py 50 from types import MethodType
230 m = MethodType(p,None,_socketobject)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 146 elif type(ob)==types.MethodType:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
six.py 505 create_bound_method = types.MethodType
513 return types.MethodType(func, obj, obj.__class__)
  /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;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
app2.py 49 self._new_style = isinstance(run_with_args, types.MethodType)
  /external/chromium-trace/catapult/third_party/six/
six.py 539 create_bound_method = types.MethodType
550 return types.MethodType(func, obj, obj.__class__)
553 return types.MethodType(func, None, cls)
  /external/selinux/sepolgen/src/sepolgen/
yacc.py 461 if n[0:2] == 'p_' and type(v) in (types.FunctionType, types.MethodType): continue
735 if isinstance(f,types.MethodType):
    [all...]

Completed in 797 milliseconds

12 3 4