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

  /development/scripts/
divide_and_compress_test.py 71 os.stat('/foo/0.zip').AndReturn([test_file_size])
74 os.stat('/baz/0.zip').AndReturn([test_file_size])
102 test_target.OpenZipFileAtPath(source_path, mode='r').AndReturn(source)
105 mode='w').AndReturn(dest)
126 source_zip.infolist().AndReturn([self.files['file1'], self.files['file1']])
127 source_zip.infolist().AndReturn([self.files['file1'], self.files['file1']])
128 source_zip.read(self.files['file1'].filename).AndReturn(
201 ''.join([os.getcwd(), '/0.zip']), mode='r').AndReturn(
218 mock_zip.infolist().AndReturn([self.file1])
219 mock_zip.infolist().AndReturn([self.file1]
    [all...]
  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 297 self.fake_file.LocalPath().AndReturn(self.fake_file_name)
305 include_deletes=False, file_filter=None).AndReturn([self.fake_file])
317 self.output_api.PresubmitNotifyResult(author_msg).AndReturn(None)
320 self.fake_file.NewContents().AndReturn(contents.splitlines())
322 self.fake_file_name + ':\n' + output.strip()).AndReturn(None)
  /external/chromium_org/third_party/protobuf/python/
mox.py 48 mock_dao.RetrievePersonWithIdentifier('1').AndReturn(person)
718 def AndReturn(self, return_value):
746 Self for chaining with AndReturn and AndRaise.
760 mock_dao.RunQuery(StrContains('IN (1, 2, 4, 5)')).AndReturn(mock_result)
871 mock_dao.RunQuery(StrContains('IN (1, 2, 4, 5)')).AndReturn(mock_result)
943 mock_dao.GetUsersInfo(In('expectedUserName')).AndReturn(mock_result)
    [all...]
  /external/protobuf/python/
mox.py 48 mock_dao.RetrievePersonWithIdentifier('1').AndReturn(person)
718 def AndReturn(self, return_value):
746 Self for chaining with AndReturn and AndRaise.
760 mock_dao.RunQuery(StrContains('IN (1, 2, 4, 5)')).AndReturn(mock_result)
871 mock_dao.RunQuery(StrContains('IN (1, 2, 4, 5)')).AndReturn(mock_result)
943 mock_dao.GetUsersInfo(In('expectedUserName')).AndReturn(mock_result)
    [all...]

Completed in 251 milliseconds