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

  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 160 Vendor_object_attributes::new_attribute(int tag) function in class:gold::Vendor_object_attributes
338 Object_attribute* attr = pvoa->new_attribute(tag);
attributes.h 262 new_attribute(int tag);
  /external/autotest/client/common_lib/test_utils/
mock.py 391 def stub_with(self, namespace, symbol, new_attribute):
404 newstub = (namespace, symbol, original_attribute, new_attribute)
406 setattr(namespace, symbol, new_attribute)

Completed in 3050 milliseconds