OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_port
(Results
1 - 16
of
16
) 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")
http_server_base_unittest.py
41
test_port
= test.TestPort(host)
43
server = HttpServerBase(
test_port
)
http_server_unittest.py
46
test_port
= test.TestPort(host)
52
server = Lighttpd(
test_port
, "/mock/output_dir",
68
test_port
= test.TestPort(host)
77
server = Lighttpd(
test_port
, "/mock/output_dir",
apache_http_server_unittest.py
53
test_port
= test.TestPort(host)
54
host.filesystem.write_text_file(
test_port
._path_to_apache_config_file(), '')
56
server = LayoutTestApacheHttpd(
test_port
, "/mock/output_dir", number_of_servers=4)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py
496
test_port
= host.port_factory.get('test-win-xp', None)
497
test_port
.test_exists = lambda test: True
498
test_port
.test_isfile = lambda test: True
500
test_config =
test_port
.test_configuration()
501
test_port
.expectations_dict = lambda: {"expectations": """Bug(x) [ Linux Win Release ] failures/expected/foo.html [ Failure ]
504
expectations = TestExpectations(
test_port
, self.get_basic_tests())
514
test_port
= host.port_factory.get('test-win-xp', None)
515
test_port
.test_exists = lambda test: True
516
test_port
.test_isfile = lambda test: True
518
test_config =
test_port
.test_configuration(
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py
41
def __init__(self,
test_port
, layout_tests_directory, results_directory, platforms, filesystem, scm):
42
self.
test_port
=
test_port
queries_unittest.py
111
self.
test_port
= self.tool.port_factory.get('test-win-xp')
112
self.tool.port_factory.get = lambda port_name=None: self.
test_port
rebaseline_unittest.py
[
all
...]
/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_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py
46
test_port
= TestPort(host=MockHost(), options=options)
47
runner = PerfTestsRunner(args=args, port=
test_port
)
51
return runner,
test_port
perftestsrunner_integrationtest.py
205
test_port
= TestPort(host=MockHost(), options=options)
206
test_port
.create_driver = lambda worker_number=None, no_timeout=False: driver_class()
208
runner = PerfTestsRunner(args=args, port=
test_port
)
213
return runner,
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/layout_tests/layout_package/
json_results_generator_unittest.py
216
test_port
= test.TestPort(MockHost())
220
trie = json_results_generator.test_timings_trie(
test_port
, individual_test_timings)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py
187
test_baselines = test_config.
test_port
.expected_baselines(test_file, baseline_extension)
Completed in 967 milliseconds