Home
last modified time | relevance | path

Searched refs:expected_output_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/build/android/test/incremental_javac_gn/
H A Dincremental_javac_test_android_library.py145 expected_output_path = '{}/obj/{}.javac.jar'.format(options.out_dir,
147 if not os.path.exists(expected_output_path):
148 raise Exception('{} not created.'.format(expected_output_path))
150 shutil.copyfile(expected_output_path, options.out_jar)
/aosp_15_r20/external/angle/build/android/test/incremental_javac_gn/
H A Dincremental_javac_test_android_library.py149 expected_output_path = '{}/obj/{}.javac.jar'.format(options.out_dir,
151 if not os.path.exists(expected_output_path):
152 raise Exception('{} not created.'.format(expected_output_path))
154 shutil.copyfile(expected_output_path, options.out_jar)
/aosp_15_r20/build/bazel/rules/cc/
H A Drscript_to_cpp_test.bzl33 expected_output_path = paths.join(
40 expected_output_path,
42 .format(expected_output_path, get_arg_value(args, "-o")),
/aosp_15_r20/external/jsoncpp/test/
H A Drunjsontests.py130 expected_output_path = os.path.splitext(input_path)[0] + '.expected'
131 expected_output = open(expected_output_path, 'rt', encoding = 'utf-8').read()
/aosp_15_r20/art/tools/bisection_search/
H A Dbisection_search.py220 def __init__(self, script_path, expected_output_path, logfile): argument
229 self._expected_output_path = expected_output_path
/aosp_15_r20/system/tools/aidl/
Daidl_unittest.cpp4454 void Test(const Options& options, const std::string expected_output_path) { in Test() argument
4457 EXPECT_TRUE(io_delegate_.GetWrittenContents(expected_output_path, nullptr)); in Test()