HomeSort by relevance Sort by last modified time
    Searched refs:old_attr (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_renames.py 24 for old_attr, new_attr in replace.items():
25 LOOKUP[(module, old_attr)] = new_attr
27 #bare.add(old_attr)
35 """ % (module, old_attr, old_attr)
38 """ % (module, old_attr)
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_renames.py 24 for old_attr, new_attr in replace.items():
25 LOOKUP[(module, old_attr)] = new_attr
27 #bare.add(old_attr)
35 """ % (module, old_attr, old_attr)
38 """ % (module, old_attr)
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_renames.py 24 for old_attr, new_attr in list(replace.items()):
25 LOOKUP[(module, old_attr)] = new_attr
27 #bare.add(old_attr)
35 """ % (module, old_attr, old_attr)
38 """ % (module, old_attr)
  /external/tensorflow/tensorflow/core/framework/
op_def_util.cc 442 bool MoreRestrictive(const OpDef::AttrDef& old_attr,
447 if (!old_attr.has_allowed_values()) return true;
450 if (!IsSubsetOf(old_attr.allowed_values().list().type(),
454 if (!IsSubsetOf(old_attr.allowed_values().list().s(),
471 bool HigherMinimum(const OpDef::AttrDef& old_attr,
476 if (!old_attr.has_minimum()) return true;
479 return new_attr.minimum() > old_attr.minimum();
530 const OpDef::AttrDef* old_attr = local
532 if (old_attr) {
559 const OpDef::AttrDef* old_attr local
577 const OpDef::AttrDef* old_attr = local
635 const OpDef::AttrDef* old_attr = local
683 const OpDef::AttrDef* old_attr = local
    [all...]
  /external/python/setuptools/pkg_resources/_vendor/
six.py 141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None):
148 if old_attr is None:
151 new_attr = old_attr
155 if old_attr is None:
156 old_attr = name
157 self.attr = old_attr
  /external/python/setuptools/setuptools/_vendor/
six.py 141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None):
148 if old_attr is None:
151 new_attr = old_attr
155 if old_attr is None:
156 old_attr = name
157 self.attr = old_attr
  /external/python/six/
six.py 141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None):
148 if old_attr is None:
151 new_attr = old_attr
155 if old_attr is None:
156 old_attr = name
157 self.attr = old_attr
  /external/scapy/scapy/modules/
six.py 146 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None):
153 if old_attr is None:
156 new_attr = old_attr
160 if old_attr is None:
161 old_attr = name
162 self.attr = old_attr
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 1612 mmap_attr_t old_attr, new_attr; local
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 368 milliseconds