/external/compiler-rt/lib/lsan/lit_tests/LsanConfig/ |
lit.cfg | 6 attr_value = getattr(config, attr_name, None)
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
lit.cfg | 6 attr_value = getattr(config, attr_name, None)
|
/external/sepolicy/ |
installd.te | 14 allow installd data_file_type:{ file_class_set } { getattr unlink };
|
zygote.te | 15 allow zygote appdomain:dir { getattr search }; 51 allow zygote shell_data_file:file { write getattr };
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 48 meth = getattr(self.visitor, 'visit' + className, self.default) 79 meth = getattr(self.visitor, 'visit' + className, 0) 94 print "\t", "%-12.12s" % attr, getattr(node, attr) 113 print "\t", "%-10.10s" % attr, getattr(node, attr)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
functools.py | 33 setattr(wrapper, attr, getattr(wrapped, attr)) 35 getattr(wrapper, attr).update(getattr(wrapped, attr, {})) 76 opfunc.__doc__ = getattr(int, opname).__doc__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Delegator.py | 10 attr = getattr(self.delegate, name) # May raise AttributeError
|
RemoteObjectBrowser.py | 16 value = getattr(self.__item, name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cd.py | 25 getattr(cd, attr)
|
test_errno.py | 31 self.assertIn(getattr(errno, attribute), errno.errorcode,
|
time_hashlib.py | 53 print "testing speed of _hashlib.%s" % sys.argv[2], getattr(_hashlib, sys.argv[2]) 58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)): 59 creatorFunc = getattr(hashlib, hName) 60 print "testing speed of hashlib."+hName, getattr(hashlib, hName)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 48 meth = getattr(self.visitor, 'visit' + className, self.default) 79 meth = getattr(self.visitor, 'visit' + className, 0) 94 print "\t", "%-12.12s" % attr, getattr(node, attr) 113 print "\t", "%-10.10s" % attr, getattr(node, attr)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
functools.py | 33 setattr(wrapper, attr, getattr(wrapped, attr)) 35 getattr(wrapper, attr).update(getattr(wrapped, attr, {})) 76 opfunc.__doc__ = getattr(int, opname).__doc__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Delegator.py | 10 attr = getattr(self.delegate, name) # May raise AttributeError
|
RemoteObjectBrowser.py | 16 value = getattr(self.__item, name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cd.py | 25 getattr(cd, attr)
|
test_errno.py | 31 self.assertIn(getattr(errno, attribute), errno.errorcode,
|
time_hashlib.py | 53 print "testing speed of _hashlib.%s" % sys.argv[2], getattr(_hashlib, sys.argv[2]) 58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)): 59 creatorFunc = getattr(hashlib, hName) 60 print "testing speed of hashlib."+hName, getattr(hashlib, hName)
|
/external/chromium_org/tools/telemetry/telemetry/ |
__init__.py | 28 if (inspect.isclass(getattr(m, x)) or 29 inspect.isfunction(getattr(m, x))):
|
/external/chromium_org/third_party/protobuf/python/ |
stubout.py | 55 - The stubbing is using the builtin getattr and setattr. So, the __get__ 57 probably be to manipulate obj.__dict__ instead of getattr() and 65 orig_attr = getattr(obj, attr_name) 80 orig_attr = getattr(obj, attr_name) 87 # Calling getattr() on a staticmethod transforms it to a 'normal' function. 119 old_child = getattr(parent, child_name)
|
/external/protobuf/python/ |
stubout.py | 55 - The stubbing is using the builtin getattr and setattr. So, the __get__ 57 probably be to manipulate obj.__dict__ instead of getattr() and 65 orig_attr = getattr(obj, attr_name) 80 orig_attr = getattr(obj, attr_name) 87 # Calling getattr() on a staticmethod transforms it to a 'normal' function. 119 old_child = getattr(parent, child_name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
__init__.py | 58 if not getattr(v, '_propdict', None): 61 for superclassname in getattr(v, '_superclassnames', []): 64 v._propdict.update(getattr(superclass, '_propdict', {})) 65 v._elemdict.update(getattr(superclass, '_elemdict', {})) 66 v._propdict.update(getattr(v, '_privpropdict', {})) 67 v._elemdict.update(getattr(v, '_privelemdict', {}))
|
/external/chromium_org/content/browser/accessibility/ |
cross_platform_accessibility_browsertest.cc | 62 std::string GetAttr(const AccessibilityNodeData& node, 93 std::string CrossPlatformAccessibilityBrowserTest::GetAttr( 146 GetAttr(tree, AccessibilityNodeData::ATTR_DOC_URL).c_str()); 149 GetAttr(tree, AccessibilityNodeData::ATTR_DOC_TITLE).c_str()); 151 "html", GetAttr(tree, AccessibilityNodeData::ATTR_DOC_DOCTYPE).c_str()); 154 GetAttr(tree, AccessibilityNodeData::ATTR_DOC_MIMETYPE).c_str()); 163 GetAttr(body, AccessibilityNodeData::ATTR_HTML_TAG).c_str()); 165 GetAttr(body, AccessibilityNodeData::ATTR_DISPLAY).c_str()); 173 "input", GetAttr(button, AccessibilityNodeData::ATTR_HTML_TAG).c_str()); 177 GetAttr(button, AccessibilityNodeData::ATTR_DISPLAY).c_str()) [all...] |
/external/llvm/bindings/python/llvm/ |
object.py | 270 getattr(self, 'name') 271 getattr(self, 'size') 272 getattr(self, 'contents') 273 getattr(self, 'address') 346 getattr(self, 'name') 347 getattr(self, 'address') 348 getattr(self, 'file_offset') 349 getattr(self, 'size') 429 getattr(self, 'address') 430 getattr(self, 'offset' [all...] |
/external/chromium_org/chrome/test/pyautolib/ |
remote_host.py | 80 if getattr(self, request[0], None): 81 result = getattr(self, request[0])(*request[1], **request[2]) 83 result = getattr(self.target, request[0])(*request[1], **request[2])
|