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

  /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/tensorflow/tensorflow/python/platform/
googletest.py 187 orig_attr = getattr(obj, attr_name)
196 orig_attr = None
202 orig_attr = getattr(obj, attr_name)
214 orig_attr = staticmethod(orig_attr)
216 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/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 5099 milliseconds