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

  /external/tensorflow/tensorflow/python/platform/
test.py 68 # Import StubOutForTesting class
69 StubOutForTesting = _googletest.StubOutForTesting # pylint: disable=invalid-name
115 'StubOutForTesting',
googletest.py 141 class StubOutForTesting(object):
148 stubs = StubOutForTesting()
248 This method is automatically called when the StubOutForTesting()
288 This method is automatically called when the StubOutForTesting()
  /external/protobuf/python/
stubout.py 20 class StubOutForTesting:
24 stubs = StubOutForTesting()
mox.py 162 self.stubs = stubout.StubOutForTesting()
    [all...]
  /external/autotest/site_utils/
cloud_console_client_unittest.py 24 self._stubs = mox.stubout.StubOutForTesting()

Completed in 73 milliseconds