Lines Matching refs:open
163 with open('/proc/%s/status' % pid) as proc_file:
315 with open(revision_num_file) as f:
328 with open(graphs_file) as f:
344 with open(graphs_file, 'w') as f:
352 with open(data_file) as f:
395 with open(data_file, 'w') as f:
399 with open(revision_num_file, 'w') as f:
506 with open(revision_num_file) as f:
518 with open(data_file) as f:
549 with open(data_file, 'w') as f:
553 with open(revision_num_file, 'w') as f:
614 will open up a single tab.
618 open_tab_command: A callable that will open a single tab.
621 num_tabs: The number of tabs to open, i.e., the number of times to invoke
641 msg='Did not open %d new tab(s).' % num_tabs)
730 f = open('/proc/stat')
777 """Measures time to open a new tab."""
782 """Measures time to open a new tab navigated to a flash page."""
792 """Measures time to open 20 tabs."""
1025 """Measures time to open a tab to a logged-in Gmail account.
1055 """Measures time to open a tab to a logged-in Calendar account.
1084 """Measures time to open a tab to a logged-in Docs account.
1288 # Open up the test webpage; it's assumed the test will start automatically.
1758 with open(scroll_file) as f:
1844 with open(sites_path) as f:
1939 # Open up the test webpage; it's assumed the test will start automatically.
2242 with open(os.path.join(dirname, rfile)) as fp:
2443 tabs: A list of strings representing the URLs of the websites to open
2520 with open(os.path.join(self.server.docroot, filename), 'wb') as f:
2572 xhr.open('POST', 'process_upload', true);