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

  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
stubout.py 68 orig_attr = getattr(obj, attr_name)
78 orig_attr = None
83 orig_attr = getattr(obj, attr_name)
87 if orig_attr is None:
95 orig_attr = staticmethod(orig_attr)
97 self.stubs.append((orig_obj, attr_name, orig_attr))
  /external/chromium-trace/catapult/third_party/mox3/mox3/
stubout.py 68 orig_attr = getattr(obj, attr_name)
78 orig_attr = None
83 orig_attr = getattr(obj, attr_name)
87 if orig_attr is None:
95 orig_attr = staticmethod(orig_attr)
97 self.stubs.append((orig_obj, attr_name, orig_attr))
  /external/protobuf/python/
stubout.py 65 orig_attr = getattr(obj, attr_name)
75 orig_attr = None
80 orig_attr = getattr(obj, attr_name)
84 if orig_attr is None:
91 orig_attr = staticmethod(orig_attr)
93 self.stubs.append((orig_obj, attr_name, orig_attr))
  /external/autotest/client/common_lib/test_utils/
mock.py 438 namespace, symbol, orig_attr, new_attr = stub
439 if orig_attr == self.NONEXISTENT_ATTRIBUTE:
442 setattr(namespace, symbol, orig_attr)
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialposix.py 322 orig_attr = termios.tcgetattr(self.fd)
323 iflag, oflag, cflag, lflag, ispeed, ospeed, cc = orig_attr
426 if [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] != orig_attr:

Completed in 1379 milliseconds