/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_renames.py | 34 ( attr_name=%r | import_as_name< attr_name=%r 'as' any >) > 37 power< module_name=%r trailer< '.' attr_name=%r > any* > 64 attr_name = results.get("attr_name") 68 if mod_name and attr_name: 69 new_attr = unicode(LOOKUP[(mod_name.value, attr_name.value)]) 70 attr_name.replace(Name(new_attr, prefix=attr_name.prefix))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_renames.py | 34 ( attr_name=%r | import_as_name< attr_name=%r 'as' any >) > 37 power< module_name=%r trailer< '.' attr_name=%r > any* > 64 attr_name = results.get("attr_name") 68 if mod_name and attr_name: 69 new_attr = unicode(LOOKUP[(mod_name.value, attr_name.value)]) 70 attr_name.replace(Name(new_attr, prefix=attr_name.prefix))
|
/external/chromium_org/third_party/protobuf/python/ |
stubout.py | 42 def SmartSet(self, obj, attr_name, new_attr): 43 """Replace obj.attr_name with new_attr. This method is smart and works 48 This method supports the case where attr_name is a staticmethod or a 63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))): 65 orig_attr = getattr(obj, attr_name) 80 orig_attr = getattr(obj, attr_name) 89 old_attribute = obj.__dict__.get(attr_name) 93 self.stubs.append((orig_obj, attr_name, orig_attr)) 94 setattr(orig_obj, attr_name, new_attr)
|
/external/protobuf/python/ |
stubout.py | 42 def SmartSet(self, obj, attr_name, new_attr): 43 """Replace obj.attr_name with new_attr. This method is smart and works 48 This method supports the case where attr_name is a staticmethod or a 63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))): 65 orig_attr = getattr(obj, attr_name) 80 orig_attr = getattr(obj, attr_name) 89 old_attribute = obj.__dict__.get(attr_name) 93 self.stubs.append((orig_obj, attr_name, orig_attr)) 94 setattr(orig_obj, attr_name, new_attr)
|
/external/elfutils/libdw/ |
dwarf_child.c | 105 unsigned int attr_name; local 106 get_uleb128 (attr_name, attrp); 111 if (attr_name == 0 && attr_form == 0) 115 if (attr_name == search_name && search_name != INVALID) 118 *codep = attr_name;
|
/external/chromium_org/content/browser/download/ |
file_metadata_unittest_linux.cc | 65 void CheckExtendedAttributeValue(const string attr_name, 67 ssize_t len = getxattr(test_file().value().c_str(), attr_name.c_str(), 70 FAIL() << "Attribute '" << attr_name << "' does not exist"; 73 len = getxattr(test_file().value().c_str(), attr_name.c_str(), buffer, len);
|
/external/chromium_org/tools/grit/grit/gather/ |
igoogle_strings.py | 44 for attr_name in attr_names: 46 att_text.append(attr_name) 49 xml.sax.saxutils.quoteattr(attrs.getValueByQName(attr_name)))
|
muppet_strings.py | 51 for attr_name in attr_names: 53 att_text.append(attr_name) 56 xml.sax.saxutils.quoteattr(attrs.getValueByQName(attr_name)))
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 94 def alias_accessor( alias_name, attr_name ) 95 alias_method( alias_name, attr_name ) 96 alias_method( :"#{ alias_name }=", :"#{ attr_name }=" )
|
/bionic/libc/kernel/common/linux/ |
sysfs.h | 40 #define attr_name(_attr) (_attr).attr.name macro
|
/cts/tools/utils/cts/ |
tools.py | 183 def GetAndroidAttr(self, tag, attr_name): 188 attr_name: An attribute name in the android manifest namespace. 194 return element.getAttributeNS('http://schemas.android.com/apk/res/android', attr_name) 196 def GetAttr(self, tag, attr_name): 201 attr_name: An attribute name in the default namespace. 207 return element.getAttribute(attr_name)
|
/development/ndk/platforms/android-3/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
sysfs.h | 37 #define attr_name(_attr) (_attr).attr.name macro
|