/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 437 _PIPE_BUF = getattr(select, 'PIPE_BUF', 512) 508 v = getattr(sys.flags, flag) 765 if not getattr(self, '_child_created', False): [all...] |
imaplib.py | 213 return getattr(self, attr.lower()) [all...] |
pdb.py | 167 if getattr(self, "currentbp", False) and \ 301 func = getattr(self, 'do_' + cmd) [all...] |
xmllib.py | 134 self.elements[tag] = getattr(self, key), end 139 self.elements[tag] = start, getattr(self, key) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_float.py | 643 @unittest.skipUnless(getattr(sys, 'float_repr_style', '') == 'short', [all...] |
test_calendar.py | 234 value = getattr(calendar, attr) 244 value = getattr(calendar, attr)
|
test_sets.py | 447 method = getattr(x, TestSubsets.case2method[case]) 456 method = getattr(y, TestSubsets.case2method[rcase])
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
python_message.py | 132 # getattr() and setattr() to reflectively manipulate field values. If we 135 # you can still access it just fine using getattr/setattr -- it's not even [all...] |
/external/protobuf/python/google/protobuf/ |
reflection.py | 204 # getattr() and setattr() to reflectively manipulate field values. If we 207 # you can still access it just fine using getattr/setattr -- it's not even [all...] |
/external/tcpdump/ |
print-nfs.c | 535 printf(" getattr"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 662 class Getattr(Node): 675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 213 return getattr(self, attr.lower()) [all...] |
pdb.py | 167 if getattr(self, "currentbp", False) and \ 301 func = getattr(self, 'do_' + cmd) [all...] |
xmllib.py | 134 self.elements[tag] = getattr(self, key), end 139 self.elements[tag] = start, getattr(self, key) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_calendar.py | 234 value = getattr(calendar, attr) 244 value = getattr(calendar, attr)
|
test_sets.py | 447 method = getattr(x, TestSubsets.case2method[case]) 456 method = getattr(y, TestSubsets.case2method[rcase])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 662 class Getattr(Node): 675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | [all...] |
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 586 int (*getattr) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t059debug.py | 93 getattr(parser, grammarEntry)()
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_data_source.py | 381 print ('%s -> %s' % (d, getattr(property_, d)))
|
/external/chromium_org/sync/tools/testserver/ |
chromiumsync_test.py | 31 getattr(message.requested_types,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner.py | 181 method = getattr(self, '_handle_' + name)
|