Searched refs:MockFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/
H A DPRESUBMIT_test.py72 class MockFile(object): class in inherits:object
161 mock_file = MockFile('some/path/foo.cc', contents)
170 mock_file = MockFile('some/path/foo.cc', contents)
179 mock_file = MockFile('some/path/foo_platform.cc', contents)
188 mock_file = MockFile('some/path/foo_platform.cc', contents)
198 mock_file = MockFile('some/path/foo-suffix.h', contents)
208 mock_file = MockFile('some/path/foo_unittest_win.h', contents)
257 mock_file = MockFile('', contents)
267 mock_file = MockFile('', contents)
274 mock_file = MockFile('', content
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process_unittest.py53 class MockFile(object): class in inherits:object
71 self.stdin = MockFile(server_process)
72 self.stdout = MockFile(server_process)
73 self.stderr = MockFile(server_process)
/external/chromium_org/media/
H A DPRESUBMIT_test.py56 class MockFile(object): class in inherits:object
85 input_api.files.append(MockFile('test.cc', contents))
/external/chromium_org/tools/strict_enum_value_checker/
H A Dstrict_enum_value_checker_test.py58 class MockFile(object): class in inherits:object
150 mock_file = MockFile(self.MOCK_FILE_LOCAL_PATH,

Completed in 210 milliseconds