/external/chromium/base/ |
bind_internal_win.h | 28 typedef false_type IsMethod; 35 typedef false_type IsMethod; 42 typedef false_type IsMethod; 51 typedef false_type IsMethod; 60 typedef false_type IsMethod; 70 typedef false_type IsMethod; 80 typedef false_type IsMethod; 91 typedef false_type IsMethod; 102 typedef false_type IsMethod; 114 typedef false_type IsMethod; [all...] |
bind_internal_win.h.pump | 36 typedef false_type IsMethod; 54 typedef false_type IsMethod;
|
bind_internal.h | 76 typedef false_type IsMethod; 84 typedef true_type IsMethod; 95 typedef true_type IsMethod; 106 typedef false_type IsMethod; 116 typedef true_type IsMethod; 128 typedef true_type IsMethod; 140 typedef false_type IsMethod; 151 typedef true_type IsMethod; 164 typedef true_type IsMethod; 177 typedef false_type IsMethod; [all...] |
bind_internal.h.pump | 84 typedef false_type IsMethod; 103 typedef true_type IsMethod; 120 typedef true_type IsMethod; 243 typedef typename TargetTraits::IsMethod IsMethod; 251 COMPILE_ASSERT(IsMethod::value || 254 COMPILE_ASSERT(!IsMethod::value || !is_array<P$(BOUND_ARG)>::value, 287 MaybeRefcount<IsMethod, P1>::AddRef(p1_); 295 MaybeRefcount<IsMethod, P1>::Release(p1_);
|
/external/proguard/src/proguard/ant/ |
MemberSpecificationElement.java | 51 * @param isMethod specifies whether this specification 57 boolean isMethod, 79 if (isMethod)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule 118 if ismethod(py_item, getattr(py_item, m), m):
|
test_inspect.py | 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode, 47 inspect.isframe, inspect.isfunction, inspect.ismethod, 81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse') 82 self.istest(inspect.ismethod, 'git.argue') 616 # contrary to spec, ismethod() is also True for unbound methods 618 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod)) 621 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod)) 629 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod)) 632 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule 118 if ismethod(py_item, getattr(py_item, m), m):
|
test_inspect.py | 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode, 47 inspect.isframe, inspect.isfunction, inspect.ismethod, 81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse') 82 self.istest(inspect.ismethod, 'git.argue') 616 # contrary to spec, ismethod() is also True for unbound methods 618 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod)) 621 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod)) 629 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod)) 632 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(), 67 def ismethod(object): function 81 But not if ismethod() or isclass() or isfunction() are true. 91 im_func attribute (etc) when an object passes ismethod().""" 94 and not ismethod(object) # mutual exclusion 161 return bool((isfunction(object) or ismethod(object)) and 240 or ismethod(object) 320 if (ismethod(obj_via_getattr) or 409 if ismethod(object): 566 if ismethod(object) [all...] |
DocXMLRPCServer.py | 77 if inspect.ismethod(object):
|
pydoc.py | 130 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(), 67 def ismethod(object): function 81 But not if ismethod() or isclass() or isfunction() are true. 91 im_func attribute (etc) when an object passes ismethod().""" 94 and not ismethod(object) # mutual exclusion 161 return bool((isfunction(object) or ismethod(object)) and 240 or ismethod(object) 320 if (ismethod(obj_via_getattr) or 409 if ismethod(object): 566 if ismethod(object) [all...] |
DocXMLRPCServer.py | 77 if inspect.ismethod(object):
|
pydoc.py | 130 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj) [all...] |
/external/chromium_org/base/ |
bind_internal.h.pump | 40 // call by including a typedef named IsMethod. The value of 104 // IsMethod typedef is exposed. The existence of this typedef (NOT the value) 139 typedef true_type IsMethod; 161 typedef true_type IsMethod;
|
bind_internal.h | 34 // call by including a typedef named IsMethod. The value of 98 // IsMethod typedef is exposed. The existence of this typedef (NOT the value) 127 typedef true_type IsMethod; 146 typedef true_type IsMethod; 183 typedef true_type IsMethod; 202 typedef true_type IsMethod; 240 typedef true_type IsMethod; 260 typedef true_type IsMethod; 301 typedef true_type IsMethod; 323 typedef true_type IsMethod; [all...] |
bind_helpers.h | 283 static Yes& Check(typename U::IsMethod*); 485 template <bool IsMethod, typename P1>
|
/external/chromium_org/chrome/third_party/mock4js/ |
mock4js.js | 558 var isMethod = typeof(mockedType[property]) == 'function';
560 return isMethod && isPublic;
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 43 import static signature.converter.dex.DexUtil.isMethod; 583 if (isMethod(method) && isVisible(method, visibility)) { [all...] |
DexUtil.java | 433 public static boolean isMethod(DexMethod method) {
|
/dalvik/vm/ |
Init.cpp | 650 static void processXjitmethod(const char* opt, bool isMethod) { 653 if (isMethod && gDvmJit.methodTable == NULL) { 656 if (!isMethod && gDvmJit.classTable == NULL) { 675 dvmHashTableLookup(isMethod ? gDvmJit.methodTable : gDvmJit.classTable, [all...] |
/external/javassist/src/main/javassist/bytecode/ |
MethodInfo.java | 211 public boolean isMethod() {
|
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-gradle/4.9/ |
proguard-gradle-4.9.jar | |
/external/javassist/src/main/javassist/ |
CtClassType.java | 848 if (minfo.isMethod()) { [all...] |