HomeSort by relevance Sort by last modified time
    Searched refs:ismethod (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ps_util.py 74 if inspect.ismethod(p.name):
80 if inspect.ismethod(p.cmdline):
  /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):
  /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...]
DocXMLRPCServer.py 77 if inspect.ismethod(object):
  /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...]
DocXMLRPCServer.py 77 if inspect.ismethod(object):
  /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):
  /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):
  /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
  /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/chromium-trace/catapult/third_party/pipeline/pipeline/
util.py 151 return bool(((inspect.isfunction(obj) or inspect.ismethod(obj)) and
  /external/chromium-trace/catapult/telemetry/telemetry/
decorators.py 198 if inspect.ismethod(test):
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
browser_test_runner.py 159 test_class, predicate=inspect.ismethod):
  /external/selinux/sepolgen/src/sepolgen/
lex.py 663 ismethod = isinstance(f, types.MethodType)
667 if ismethod:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 663 ismethod = isinstance(f, types.MethodType)
667 if ismethod:
    [all...]

Completed in 572 milliseconds

1 2