/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/ |
Constructor.java | 26 boolean isVarArgs, boolean isMethod, boolean isConstructor, int methodId, Annotation[] annotations) {
28 isPublic, isNative, isVarArgs, isMethod, isConstructor, methodId, annotations);
|
Method.java | 38 final boolean isMethod;
46 boolean isNative, boolean isVarArgs, boolean isMethod, boolean isConstructor, int methodId, Annotation[] annotations) {
60 this.isMethod = isMethod;
122 public boolean isMethod () {
123 return isMethod;
165 + ", isVarArgs=" + isVarArgs + ", isMethod=" + isMethod + ", isConstructor=" + isConstructor + ", parameters="
|
/external/libcxx/test/libcxx/test/ |
tracing.py | 29 if inspect.ismethod(member):
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
tracing.py | 29 if inspect.ismethod(member):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
ps_util.py | 74 if inspect.ismethod(p.name): 80 if inspect.ismethod(p.cmdline):
|
/external/proguard/src/proguard/ant/ |
MemberSpecificationElement.java | 51 * @param isMethod specifies whether this specification 57 boolean isMethod, 79 if (isMethod)
|
/external/dhcpcd-6.8.2/dbus/ |
rpc-dbus.c | 502 #define IsMethod(msg, method) \ 508 } else if (IsMethod(msg, "GetVersion")) { 510 } else if (IsMethod(msg, "Rebind")) { 521 } else if (IsMethod(msg, "Release")) { 532 } else if (IsMethod(msg, "Stop")) { 550 #undef IsMethod
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
ReportAPI.java | 118 if (!a.isMethod()) { 124 if (comp == 0 && a.isMethod() && r.isMethod()) 159 if (comp == 0 && a.isMethod() && r.isMethod()) { // collect overloads
|
GatherAPIData.java | 232 if (doc.isMethod() && doc.containingClass().isEnum()) { 292 if (doc.isMethod()) System.err.print(" method"); 331 // Doc. isField, isMethod, isConstructor, isClass, isInterface 381 } else if (doc.isMethod()) {
|
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/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...] |
/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...] |
/external/libchrome/base/ |
bind_internal.h | 34 // call by including a typedef named IsMethod. The value of 138 // IsMethod typedef is exposed. The existence of this typedef (NOT the value) 171 using IsMethod = true_type; 190 using IsMethod = true_type;
|
/external/libweave/third_party/chromium/base/ |
bind_internal.h | 34 // call by including a typedef named IsMethod. The value of 138 // IsMethod typedef is exposed. The existence of this typedef (NOT the value) 171 using IsMethod = std::true_type; 190 using IsMethod = std::true_type;
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ |
ReflectionCacheSourceCreator.java | 84 boolean isMethod; 375 if (stub.isMethod) { 631 if (m.isMethod() != null) { 632 stub.isMethod = true; 633 stub.returnType = getType(m.isMethod().getReturnType()); 634 stub.isStatic = m.isMethod().isStatic(); 635 stub.isAbstract = m.isMethod().isAbstract(); 636 stub.isNative = m.isMethod().isAbstract(); 637 stub.isFinal = m.isMethod().isFinal(); 678 + stub.isMethod + ", " + stub.isConstructor + ", " + stub.methodId + "," + getAnnotations(m.getDeclaredAnnotations (…) [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
util.py | 287 not inspect.ismethod(handler)) and 324 return bool(((inspect.isfunction(obj) or inspect.ismethod(obj)) and
|