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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
crash_service_unittest.py 46 test_port = test.TestPort(host)
47 test_port._path_to_crash_service = lambda: "/mock/crash_service"
49 server = CrashService(test_port, "/mock/crash_dumps_dir")
54 test_port = test.TestPort(host)
55 test_port._path_to_crash_service = lambda: "/mock/crash_service"
60 server = CrashService(test_port, "/mock/crash_dumps_dir")
server_base_unittest.py 41 test_port = test.TestPort(host)
43 server = ServerBase(test_port, test_port.default_results_directory())
apache_http_unittest.py 53 test_port = test.TestPort(host)
54 host.filesystem.write_text_file(test_port.path_to_apache_config_file(), '')
56 server = ApacheHTTP(test_port, "/mock/output_dir", additional_dirs=[], number_of_servers=4)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 531 test_port = host.port_factory.get('test-win-xp', None)
532 test_port.test_exists = lambda test: True
533 test_port.test_isfile = lambda test: True
535 test_config = test_port.test_configuration()
536 test_port.expectations_dict = lambda: {"expectations": """Bug(x) [ Linux Win Release ] failures/expected/foo.html [ Failure ]
539 expectations = TestExpectations(test_port, self.get_basic_tests())
549 test_port = host.port_factory.get('test-win-xp', None)
550 test_port.test_exists = lambda test: True
551 test_port.test_isfile = lambda test: True
553 test_config = test_port.test_configuration(
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py     [all...]
rebaselineserver.py 42 def __init__(self, test_port, layout_tests_directory, results_directory, platforms, host):
43 self.test_port = test_port
queries_unittest.py 108 self.test_port = self.tool.port_factory.get('test-win-xp')
109 self.tool.port_factory.get = lambda port_name=None: self.test_port
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
browser_test_unittest.py 94 test_port = self.make_port(options=MockOptions(driver_name='browser_tests'))
95 self.assertFalse('.app/Contents/MacOS' in test_port._path_to_driver())
  /external/netperf/
netperf.c 131 printf("remotehost is %s and port %s\n",host_name,test_port);
137 establish_control(host_name,test_port,address_family,
netsh.h 13 #define TEST_PORT "12865"
42 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
netsh.c 125 char test_port[PORTBUFSIZE]; /* where is the test waiting */ variable
396 strncpy(test_port,"12865",PORTBUFSIZE); /* where is the test waiting */
715 strncpy(test_port,arg1,PORTBUFSIZE);
999 printf("Port: %s\n",test_port);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 172 (_, self.test_port) = s.getsockname()
186 self._options.server_port = self.test_port
196 '-p', str(self.test_port),
197 '-P', str(self.test_port),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 50 test_port = TestPort(host=MockHost(), options=options)
51 runner = PerfTestsRunner(args=args, port=test_port)
55 return runner, test_port
384 test_port = TestPort(host=MockHost(), options=options)
385 test_port.create_driver = lambda worker_number=None, no_timeout=False: driver_class()
387 runner = PerfTestsRunner(args=args, port=test_port)
392 return runner, test_port
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 182 test_baselines = test_config.test_port.expected_baselines(test_file, baseline_extension)

Completed in 529 milliseconds