OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MethodType
(Results
1 - 15
of
15
) sorted by null
/dalvik/vm/oo/
Resolve.h
30
enum
MethodType
{
53
* Can cause the method's class to be initialized if
methodType
is
59
MethodType
methodType
);
96
const char* dvmMethodTypeStr(
MethodType
methodType
);
/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
):
/external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.h
118
typedef void (T::*
MethodType
)(const CppArgumentList&, CppVariant*);
119
MemberCallback(T* object,
MethodType
method)
131
MethodType
m_method;
137
typedef void (T::*
MethodType
)(CppVariant*);
138
MemberGetterCallback(T* object,
MethodType
method)
147
MethodType
m_method;
/art/runtime/verifier/
method_verifier.h
54
enum
MethodType
{
61
std::ostream& operator<<(std::ostream& os, const
MethodType
& rhs);
549
mirror::ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx,
MethodType
method_type)
575
MethodType
method_type,
/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/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/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 2356 milliseconds