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 D | incremental_javac_test_android_library.py | 145 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 D | incremental_javac_test_android_library.py | 149 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 D | rscript_to_cpp_test.bzl | 33 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 D | runjsontests.py | 130 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 D | bisection_search.py | 220 def __init__(self, script_path, expected_output_path, logfile): argument 229 self._expected_output_path = expected_output_path
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_unittest.cpp | 4454 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()
|