/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
copy.py | 78 copier = getattr(cls, "__copy__", None) 86 reductor = getattr(x, "__reduce_ex__", None) 90 reductor = getattr(x, "__reduce__", None) 109 t = getattr(types, name, None) 172 copier = getattr(x, "__deepcopy__", None) 180 reductor = getattr(x, "__reduce_ex__", None) 184 reductor = getattr(x, "__reduce__", None)
|
codecs.py | 379 getattr=getattr): 383 return getattr(self.stream, name) 624 getattr=getattr): 628 return getattr(self.stream, name) 709 getattr=getattr): 713 return getattr(self.stream, name) 827 getattr=getattr) [all...] |
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 361 #define GETATTR(nAmE) ((attr=node.ToElement()->Attribute(nAmE))!=NULL) ? attr:"" 362 m_XMLMode = GETATTR("mode"); 363 m_XMLLanguage = GETATTR("xml:lang"); 364 m_RootRule = GETATTR("root"); // The root rule name 368 m_XMLTagFormat = GETATTR("tag-format"); 369 m_XMLVersion = GETATTR("version"); 370 m_XMLBase = GETATTR("xml:base"); 377 std::string meta_name = GETATTR("name"); 378 std::string meta_value = GETATTR("content"); 413 std::string ruleName = GETATTR("id" ) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 23 return getattr(self._logcursor, v) 26 v = getattr(self._logcursor, "next")() 68 return getattr(self._dbcursor, v) 78 v = getattr(self._dbcursor, "next")() 218 return getattr(self._db, "has_key")(k) 241 return getattr(self._db, v) 383 return getattr(self._dbenv, v) 404 return getattr(self._dbsequence, v) 492 print 'py module: %s' % getattr(bsddb, "__file"+suffix) 493 print 'extension module: %s' % getattr(bsddb, "__file"+suffix [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 23 return getattr(self._logcursor, v) 26 v = getattr(self._logcursor, "next")() 68 return getattr(self._dbcursor, v) 78 v = getattr(self._dbcursor, "next")() 218 return getattr(self._db, "has_key")(k) 241 return getattr(self._db, v) 383 return getattr(self._dbenv, v) 404 return getattr(self._dbsequence, v) 492 print 'py module: %s' % getattr(bsddb, "__file"+suffix) 493 print 'extension module: %s' % getattr(bsddb, "__file"+suffix [all...] |
/external/chromium_org/third_party/jinja2/ |
nodes.py | 67 storage.extend(getattr(bases[0], attr, ())) 160 yield name, getattr(self, name) 241 ', '.join('%s=%r' % (arg, getattr(self, arg, None)) for 329 attribute lookups directly into getattr calls and does *not* use the 559 if filter_ is None or getattr(filter_, 'contextfilter', False): 563 if getattr(filter_, 'evalcontextfilter', False): 565 elif getattr(filter_, 'environmentfilter', False): 609 if getattr(obj, 'contextfunction', False): 611 elif getattr(obj, 'evalcontextfunction', False): 613 elif getattr(obj, 'environmentfunction', False) [all...] |
/external/clang/test/ |
lit.cfg | 18 path = getattr(config, 'lit_tools_dir', None) 51 clang_obj_root = getattr(config, 'clang_obj_root', None) 56 config.llvm_src_root = getattr(config, 'llvm_src_root', None) 57 config.llvm_obj_root = getattr(config, 'llvm_obj_root', None) 90 llvm_tools_dir = getattr(config, 'llvm_tools_dir', None) 95 llvm_libs_dir = getattr(config, 'llvm_libs_dir', None)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCUnusedIVarsChecker.cpp | 131 ID->getAttr<UnusedAttr>() || ID->getAttr<IBOutletAttr>() || 132 ID->getAttr<IBOutletCollectionAttr>() ||
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 379 getattr=getattr): 383 return getattr(self.stream, name) 624 getattr=getattr): 628 return getattr(self.stream, name) 709 getattr=getattr): 713 return getattr(self.stream, name) 827 getattr=getattr) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_string.py | 13 realresult = getattr(string, methodname)(object, *args) 22 getattr(string, methodname), 28 getattr(string, methodname)(object, *args)
|
symlink_support.py | 9 prev_val = getattr(can_symlink, 'prev_val', None)
|
test_stringprep.py | 81 # f = getattr(stringprep, p)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_string.py | 13 realresult = getattr(string, methodname)(object, *args) 22 getattr(string, methodname), 28 getattr(string, methodname)(object, *args)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_fuse.cc | 96 if (fuse_ops_->getattr) { 98 result = fuse_ops_->getattr(path_cstr, &statbuf); 233 } else if (fuse_ops_->getattr) { 234 result = fuse_ops_->getattr(path_.c_str(), stat);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
skip.py | 36 attr = getattr(klass, name)
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
repeat_options.py | 38 match = re.match('([0-9]+)([sS]?)$', str(getattr(finder_options,
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_filter.py | 9 if hasattr(obj, label) and getattr(obj, label):
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
lit.cfg | 21 llvm_obj_root = getattr(config, 'llvm_obj_root', None)
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/ |
lit.cfg | 21 llvm_obj_root = getattr(config, 'llvm_obj_root', None)
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
lit.cfg | 30 build_top = getattr(config, 'build_top', None)
|
/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/ |
__init__.py | 84 return getattr(mod, name)
|
/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/ctypes/test/ |
test_stringptr.py | 16 self.assertRaises(ValueError, getattr, x.str, "contents")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 84 return getattr(mod, name)
|