OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_output_path
(Results
1 - 2
of
2
) sorted by null
/external/jsoncpp/test/
runjsontests.py
85
expected_output_path
= os.path.splitext(input_path)[0] + '.expected'
86
expected_output = file(
expected_output_path
, 'rt' ).read()
/art/tools/bisection_search/
bisection_search.py
226
def __init__(self, script_path,
expected_output_path
, logfile):
231
expected_output_path
: string, path to file with expected output.
235
self._expected_output_path =
expected_output_path
Completed in 216 milliseconds