Home | History | Annotate | Download | only in afe

Lines Matching refs:client_control_file

69                      client_control_file='', test_source_build=None):
78 @param client_control_file If specified, use this text as the body of a
85 assert not (client_control_file and is_server)
95 if client_control_file:
98 raw_control_files.append(client_control_file + '\nreturn locals()')
161 def _sanity_check_generate_control(is_server, client_control_file):
170 if is_server and client_control_file:
177 client_control_file='', profile_only=None,
185 @param client_control_file Contents of a client control file to run as the
195 client_control_file=client_control_file)
199 client_control_file,