HomeSort by relevance Sort by last modified time
    Searched refs:write_text_file (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
server_base_unittest.py 48 host.filesystem.write_text_file(server._pid_file, 'foo')
52 host.filesystem.write_text_file(server._pid_file, 'foo')
apache_http_unittest.py 48 host.filesystem.write_text_file('/tmp/WebKit/httpd.pid', '42')
54 host.filesystem.write_text_file(test_port.path_to_apache_config_file(), '')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_win_unittest.py 52 host.filesystem.write_text_file(dump_file, 'channel:\npid:%s\nplat:Win32\nprod:content_shell\n' % expected_pid)
65 host.filesystem.write_text_file(dump_file, 'product:content_shell\n')
dump_reader_multipart_unittest.py 78 host.filesystem.write_text_file(dump_file, "\r\n".join(TestDumpReaderMultipart._MULTIPART_DUMP))
97 host.filesystem.write_text_file(dump_file, "\r\n".join(TestDumpReaderMultipart._MULTIPART_DUMP))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover_unittest.py 48 host.filesystem.write_text_file(self._absolute_path('existing_file.txt'), '')
49 host.filesystem.write_text_file(self._absolute_path('VirtualTestSuites'), '[]')
50 host.filesystem.write_text_file(self._absolute_path('TestExpectations'), """
55 host.filesystem.write_text_file(self._absolute_path('existing_directory_with_contents', 'test.html'), '')
56 host.filesystem.write_text_file(self._absolute_path('origin', 'path', 'test.html'), """
64 host.filesystem.write_text_file(self._absolute_path('origin', 'path', 'test.css'), """
71 host.filesystem.write_text_file(self._absolute_path('origin', 'path', 'test.js'), """
76 host.filesystem.write_text_file(self._absolute_path('unmoved', 'test.html'), """
print_layout_test_times_unittest.py 44 fs.write_text_file(fs.join(results_directory, 'times_ms.json'), """
run_webkit_tests_unittest.py 443 host.filesystem.write_text_file('/tmp/overrides.txt', 'Bug(x) passes/image.html [ ImageOnlyFailure Pass ]\n')
474 host.filesystem.write_text_file(filename, 'passes/text.html')
485 host.filesystem.write_text_file(filename, 'LayoutTests/passes/text.html')
492 host.filesystem.write_text_file(smoke_test_filename, 'passes/text.html\n')
    [all...]
generate_results_dashboard.py 152 self._filesystem.write_text_file(archived_results_file_path, final_json)
layout_tests_mover.py 180 self._filesystem.write_text_file(expectations_file,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
main.py 88 host.filesystem.write_text_file(name + '.bak', source)
89 host.filesystem.write_text_file(name, dest)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 159 port.host.filesystem.write_text_file(port.layout_tests_dir() + '/canvas/test', '')
160 port.host.filesystem.write_text_file(port.layout_tests_dir() + '/css2.1/test', '')
171 port.host.filesystem.write_text_file(port.host.filesystem.join(dirname, filename), content)
209 port._filesystem.write_text_file('/tmp/local-baselines/fast/test-expected.txt', 'foo')
225 port._filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations', '')
231 port._filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/foo/TestExpectations', '')
232 port._filesystem.write_text_file(
234 port._filesystem.write_text_file(
424 fs.write_text_file(fs.join(port.layout_tests_dir(), 'VirtualTestSuites'),
433 fs.write_text_file(fs.join(port.layout_tests_dir(), 'VirtualTestSuites')
    [all...]
port_testcase.py 335 port._filesystem.write_text_file(skia_overrides_path, 'dummy text')
367 port._filesystem.write_text_file(path, '')
374 port._filesystem.write_text_file(path, '')
375 port._filesystem.write_text_file('/tmp/foo', 'foo')
376 port._filesystem.write_text_file('/tmp/bar', 'bar')
448 port._filesystem.write_text_file('/existing/httpd.conf', 'Hello, world!')
test.py 285 filesystem.write_text_file('/mock-checkout/LayoutTests/TestExpectations', """
314 filesystem.write_text_file(LAYOUT_TEST_DIR + '/reftests/foo/reftest.list', """
356 filesystem.write_text_file(filesystem.join(LAYOUT_TEST_DIR, 'virtual', 'virtual_passes', 'passes', 'args-expected.txt'), 'args-txt --virtual-arg')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 51 fs.write_text_file('foo.txt', 'foo')
52 fs.write_text_file('foobar', 'foobar')
54 fs.write_text_file(fs.join('foodir', 'baz'), 'baz')
198 fs.write_text_file(new_file, u'foo')
207 fs.write_text_file(new_file, u'foo')
285 fs.write_text_file(text_path, unicode_text_string)
filesystem.py 219 def write_text_file(self, path, contents): member in class:FileSystem
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 473 port.host.filesystem.write_text_file(runner._base_path + '/Parser/memory-test.html', 'some content')
489 filesystem.write_text_file(runner._base_path + '/inspector/pass.html', 'some content')
490 filesystem.write_text_file(runner._base_path + '/Bindings/event-target-wrapper.html', 'some content')
554 filesystem.write_text_file(runner._base_path + '/resources/results-template.html',
557 filesystem.write_text_file(runner._base_path + '/Dromaeo/resources/dromaeo/web/lib/jquery-1.6.4.js', 'jquery content')
589 filesystem.write_text_file(output_json_path, '[{"previous": "results"}]')
603 filesystem.write_text_file(output_json_path, '[{"previous": "results"}]')
656 port.host.filesystem.write_text_file('/mock-checkout/output.json', 'bad json')
658 port.host.filesystem.write_text_file('/mock-checkout/output.json', '{"another bad json": "1"}')
664 port.host.filesystem.write_text_file('/mock-checkout/slave-config.json', '{"key": "value"}'
    [all...]
perftestsrunner.py 252 filesystem.write_text_file(output_json_path, json_output)
261 filesystem.write_text_file(self._results_page_path(), results_page)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer_unittest.py 65 host.filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/VirtualTestSuites', '[]')
81 host.filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/VirtualTestSuites', '[]')
111 fs.write_text_file(fs.join(webkit_base, 'LayoutTests', 'VirtualTestSuites'),
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 832 write_text_file(const char* path, const char* data) function in namespace:android
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 60 filesystem.write_text_file(file_path, json_string)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
flakytests.py 130 fs.write_text_file(flaky_tests_path, flaky_tests_contents)
rebaseline_unittest.py 55 self.tool.filesystem.write_text_file(self.tool.filesystem.join(self.lion_port.layout_tests_dir(), "VirtualTestSuites"),
72 self.tool.filesystem.write_text_file(self._expand(path), contents)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 68 self.filesystem.write_text_file(file_path, text)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 187 filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsrebaseline.html'), 'content')
188 filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsrebaseline-expected.html'), 'content')
189 filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsmanualrebaseline.html'), 'content')
190 filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsmanualrebaseline-expected.html'), 'content')
202 filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'disabled-test.html-disabled'), 'content')
318 port._filesystem.write_text_file(port._filesystem.join(port.layout_tests_dir(), 'failures/expected/text.html'), 'foo')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 126 self.fs.write_text_file(path_to_commit_msg, commit_msg)

Completed in 359 milliseconds

1 2