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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 24 for old_attr, new_attr in replace.items():
25 LOOKUP[(module, old_attr)] = new_attr
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 24 for old_attr, new_attr in replace.items():
25 LOOKUP[(module, old_attr)] = new_attr
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/tools/deep_memory_profiler/tests/
range_dict_tests.py 36 new_attr = ExclusiveRangeDictTest.TestAttribute()
37 new_attr.set(self._value)
38 return new_attr
  /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
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
94 setattr(orig_obj, attr_name, new_attr)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_att.c 124 X509_ATTRIBUTE *new_attr=NULL; local
141 if ((new_attr=X509_ATTRIBUTE_dup(attr)) == NULL)
143 if (!sk_X509_ATTRIBUTE_push(sk,new_attr))
151 if (new_attr != NULL) X509_ATTRIBUTE_free(new_attr);
  /external/openssl/crypto/x509/
x509_att.c 124 X509_ATTRIBUTE *new_attr=NULL; local
141 if ((new_attr=X509_ATTRIBUTE_dup(attr)) == NULL)
143 if (!sk_X509_ATTRIBUTE_push(sk,new_attr))
151 if (new_attr != NULL) X509_ATTRIBUTE_free(new_attr);
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 909 pa_buffer_attr new_attr = {0}; local
910 FillPlaybackBufferAttr(new_latency, &new_attr);
914 &new_attr,
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]

Completed in 239 milliseconds