HomeSort by relevance Sort by last modified time
    Searched refs:getattr (Results 101 - 125 of 674) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 63 obj = getattr(module, name)
67 load_tests = getattr(module, 'load_tests', None)
100 parent, obj = obj, getattr(obj, part)
137 hasattr(getattr(testCaseClass, attrname), '__call__')
256 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
277 load_tests = getattr(package, 'load_tests', None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 63 obj = getattr(module, name)
67 load_tests = getattr(module, 'load_tests', None)
100 parent, obj = obj, getattr(obj, part)
137 hasattr(getattr(testCaseClass, attrname), '__call__')
256 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
277 load_tests = getattr(package, 'load_tests', None)
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 122 attr = getattr(test_module, name)
145 attr = getattr(test_case_class, attrname)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 56 stream = getattr(sys, output_name)
63 captured_output = getattr(sys, output_name).getvalue()
  /external/clang/tools/scan-view/
startfile.py 53 setsid = getattr(os, 'setsid', None)
55 setsid = getattr(os, 'setpgrp', None)
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 70 getattr
97 getattr
126 getattr
150 getattr
base-notmetreq.conf 69 getattr
96 getattr
125 getattr
149 getattr
small-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
  /external/libsepol/tests/policies/test-linker/
small-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
  /external/chromium_org/third_party/jinja2/
visitor.py 32 return getattr(self, method, None)
  /external/chromium_org/third_party/tlslite/tlslite/utils/
PyCrypto_RSAKey.py 20 return getattr(self.rsa, name)
  /external/chromium_org/tools/
bisect_test.py 16 self.patched.append((obj, name, getattr(obj, name)))
  /external/chromium_org/tools/telemetry/telemetry/core/
repeat_options.py 38 match = re.match('([0-9]+)([sS]?)$', str(getattr(finder_options,
  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 38 if getattr(k, n)()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 120 attribute = getattr(object, name)
codeop.py 61 _features = [getattr(__future__, fname)
hashlib.py 96 f = getattr(_hashlib, 'openssl_' + name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_stringptr.py 16 self.assertRaises(ValueError, getattr, x.str, "contents")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 122 return [getattr(mod, name) for name in dir(mod) if name.startswith('Test')]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 38 setattr(self, m, getattr(self.frame, m))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 52 if (not (imports.children or getattr(imports, 'value', None)) or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 103 get = getattr(klass, ("_get_" + name)).im_func
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 120 attribute = getattr(object, name)
codeop.py 61 _features = [getattr(__future__, fname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_stringptr.py 16 self.assertRaises(ValueError, getattr, x.str, "contents")

Completed in 916 milliseconds

1 2 3 45 6 7 8 91011>>