HomeSort by relevance Sort by last modified time
    Searched refs:result_file (Results 1 - 11 of 11) sorted by null

  /external/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py 25 result_file = os.path.join(target_dir, 'result.json')
27 execute(['intercept-build', '--cdb', result_file, './exec',
29 return (expected_file, result_file)
  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 80 brillo::Blob result_file; local
81 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file));
86 ExpectVectorsEq(expected_file, result_file);
135 brillo::Blob result_file; local
136 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file));
146 ExpectVectorsEq(expected_file, result_file);
177 brillo::Blob result_file; local
178 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file));
190 ExpectVectorsEq(expected_file, result_file);
  /external/lisa/libs/utils/android/workloads/
geekbench.py 138 result_file = os.path.join(self.out_dir, target_result_file)
139 self._log.debug("result_file={}".format(result_file))
140 self._target.pull(remote_result_file, result_file)
  /external/v8/tools/clang/pylib/clang/
plugin_testing.py 109 result_file = '%s.txt%s' % (test_name, '' if self._reset_results else
114 open(result_file, 'w').write(actual)
118 open(result_file, 'w').write(actual)
  /external/autotest/site_utils/
perf_compare.py 306 def generate_results(report_file, result_file, perf_keys_requested):
315 @param result_file: A string name for the CSV file to output.
322 with open(result_file, 'w') as f:
329 logging.info('P-value results available in "%s"', result_file)
525 result_file = options.experiment_name + '_results.csv'
526 if os.path.isfile(result_file):
527 os.remove(result_file)
543 generate_results(report_file, result_file, perf_keys_requested)
  /external/wpa_supplicant_8/hs20/client/
osu_client.h 33 const char *result_file; member in struct:hs20_osu_client
osu_client.c 42 if (!ctx->result_file)
45 f = fopen(ctx->result_file, "w");
    [all...]
  /external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/
network_WiFi_AttenuatedPerf.py 179 result_file = os.path.join(
187 with open(result_file, 'w') as f:
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 108 with open(result_filename) as result_file:
109 for line in result_file.readlines():
  /external/autotest/frontend/afe/
moblab_rpc_interface.py     [all...]
  /external/libxml2/
runtest.c     [all...]

Completed in 445 milliseconds