/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_associate.py | 254 rec = getattr(self.cur, "next")() 280 rec = getattr(self.cur, "next")()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_rpm.py | 463 val = getattr(self, string.lower(field)) 533 val = getattr(self, attr)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 635 # getattr or getitem as needed 638 obj = getattr(obj, i)
|
tempfile.py | 127 if cur_pid != getattr(self, '_rng_pid', None): 387 a = getattr(file, name)
|
uuid.py | 437 _UuidCreate = getattr(lib, 'UuidCreateSequential', 438 getattr(lib, 'UuidCreate', None))
|
urllib2.py | 227 getattr(self, 'get_' + name)() 228 return getattr(self, attr) 380 func = getattr(handler, meth_name) 401 meth = getattr(processor, meth_name) 409 meth = getattr(processor, meth_name) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 16 result.append(to_tuple(getattr(t, f))) 190 value = getattr(ast_node, name)
|
test_wsgiref.py | 377 self.assertEqual(getattr(handler,'wsgi_'+attr),env['wsgi.'+attr]) 413 self.assertRaises(NotImplementedError, getattr(h,name))
|
regrtest.py | 837 yield name, getattr(self, get_name), getattr(self, restore_name) [all...] |
test_subprocess.py | [all...] |
test_set.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_associate.py | 254 rec = getattr(self.cur, "next")() 280 rec = getattr(self.cur, "next")()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_rpm.py | 463 val = getattr(self, string.lower(field)) 533 val = getattr(self, attr)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 635 # getattr or getitem as needed 638 obj = getattr(obj, i)
|
tempfile.py | 127 if cur_pid != getattr(self, '_rng_pid', None): 387 a = getattr(file, name)
|
uuid.py | 437 _UuidCreate = getattr(lib, 'UuidCreateSequential', 438 getattr(lib, 'UuidCreate', None))
|
urllib2.py | 227 getattr(self, 'get_' + name)() 228 return getattr(self, attr) 380 func = getattr(handler, meth_name) 401 meth = getattr(processor, meth_name) 409 meth = getattr(processor, meth_name) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 16 result.append(to_tuple(getattr(t, f))) 190 value = getattr(ast_node, name)
|
test_wsgiref.py | 377 self.assertEqual(getattr(handler,'wsgi_'+attr),env['wsgi.'+attr]) 413 self.assertRaises(NotImplementedError, getattr(h,name))
|
regrtest.py | 837 yield name, getattr(self, get_name), getattr(self, restore_name) [all...] |
test_subprocess.py | [all...] |
test_set.py | [all...] |
/system/media/camera/docs/ |
metadata_helpers.py | 155 return (i for i in getattr(combined_kind, member)) 172 return getattr(matched_kind, member)
|
/external/clang/lib/Sema/ |
SemaDeclAttr.cpp | 367 if (RT->getDecl()->getAttr<LockableAttr>()) 397 if (RD->getAttr<LockableAttr>()) 708 if (!RT || !RT->getDecl()->getAttr<LockableAttr>()) { [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t058rewriteAST.py | 71 r = getattr(parser, grammarEntry)() 100 r = getattr(parser, grammarEntry)() 104 r = getattr(walker, treeEntry)() [all...] |