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

  /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/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 221 def __init__(self, test_port, layout_tests_directory, results_directory, platforms, filesystem, scm):
222 self.test_port = test_port
369 test_baselines = test_config.test_port.expected_baselines(
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 515 test_port = ImageDiffTestPort(options=options, user=mocktool.MockUser())
516 passing_run(args, port_obj=test_port, tests_included=True)
517 return test_port
522 test_port = get_port_for_run(base_args + ['--tolerance', '.1'])
523 self.assertEqual(0.1, test_port.tolerance_used_for_diff_image)
524 test_port = get_port_for_run(base_args + ['--tolerance', '0'])
525 self.assertEqual(0, test_port.tolerance_used_for_diff_image)
529 test_port = get_port_for_run(base_args)
530 self.assertEqual(None, test_port.tolerance_used_for_diff_image)

Completed in 189 milliseconds