HomeSort by relevance Sort by last modified time
    Searched refs:output_file (Results 176 - 200 of 280) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/make/tools/releasetools/
ota_from_target_files.py 148 "-in <input_file>" and "-out <output_file>" parameters.
712 def WriteFullOTAPackage(input_zip, output_file):
729 staging_file = output_file
    [all...]
  /external/libxcam/tests/
test-cl-image.cpp 169 const char *input_file = NULL, *output_file = NULL, *refer_file = NULL; local
190 output_file = optarg;
304 if (!input_format || !input_file || !output_file || (enable_psnr && !refer_file) || handler_type == TestHandlerUnknown) {
311 ret = output_fp.open (output_file, "wb");
312 CHECK (ret, "open output file(%s) failed", XCAM_STR (output_file));
535 CHECK (ret, "write buffer to %s failed", XCAM_STR (output_file));
  /external/devlib/devlib/platform/
arm.py 259 def get_data(self, output_file):
276 with open(output_file, 'wb') as wfh:
285 return MeasurementsCsv(output_file, self.active_channels)
  /external/google-benchmark/tools/
compare.py 21 output_file = find_benchmark_flag('--benchmark_out=', flags)
23 if in1_kind == IT_Executable and in2_kind == IT_Executable and output_file:
25 "benchmarks causing it to be overwritten") % output_file)
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 196 output_file = os.path.join(gtest_test_utils.GetTempDir(),
201 os.remove(output_file)
211 self.assert_(os.path.isfile(output_file))
  /external/googletest/googletest/test/
gtest_xml_output_unittest.py 209 output_file = os.path.join(gtest_test_utils.GetTempDir(),
214 os.remove(output_file)
225 self.assert_(os.path.isfile(output_file))
  /external/libcxx/utils/google-benchmark/tools/
compare.py 21 output_file = find_benchmark_flag('--benchmark_out=', flags)
23 if in1_kind == IT_Executable and in2_kind == IT_Executable and output_file:
25 "benchmarks causing it to be overwritten") % output_file)
  /external/v8/testing/gtest/test/
gtest_xml_output_unittest.py 206 output_file = os.path.join(gtest_test_utils.GetTempDir(),
211 os.remove(output_file)
221 self.assert_(os.path.isfile(output_file))
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 206 output_file = os.path.join(gtest_test_utils.GetTempDir(),
211 os.remove(output_file)
221 self.assert_(os.path.isfile(output_file))
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 196 output_file = os.path.join(gtest_test_utils.GetTempDir(),
201 os.remove(output_file)
211 self.assert_(os.path.isfile(output_file))
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 206 output_file = os.path.join(gtest_test_utils.GetTempDir(),
211 os.remove(output_file)
221 self.assert_(os.path.isfile(output_file))
  /device/google/cuttlefish_common/host/commands/record_audio/
main.cc 32 DEFINE_string(output_file, "", "Location of the output audio file.");
45 << "--output_file must be specified.";
  /external/autotest/client/cros/audio/
check_quality.py 72 parser.add_argument('--output-file', metavar='OUTPUT_FILE', type=str,
404 def dump(self, output_file):
407 @param output_file: A file path to dump spectral and quality
415 with open(output_file, 'w') as f:
493 if args.output_file:
494 checker.dump(args.output_file)
cras_utils.py 107 def loopback_cmd(output_file, duration=10, channels=2, rate=48000):
110 @param output_file: The name of the file the loopback to be stored in.
119 args += ['--loopback_file', output_file]
  /external/libjpeg-turbo/
cdjpeg.h 67 FILE *output_file; member in struct:djpeg_dest_struct
  /system/tpm/tpm_manager/client/
main.cc 107 read_space --index=<index> --file=<output_file> [--password=<password>]
439 void HandleReadSpaceReply(const std::string& output_file,
441 if (!WriteStringToFile(reply.data(), output_file)) {
449 const std::string& output_file,
458 weak_factory_.GetWeakPtr(), output_file));
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 1768 char *output_file; local
    [all...]
  /bionic/libc/tools/
genseccomp.py 246 with open(output_path, "w") as output_file:
247 output_file.write(output)
  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 86 def _download_extension_crx(self, output_file):
89 @param output_file: The output file of the extension.
99 file_utils.download_file(extension_download_url, output_file)
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 210 with open(file_path, 'w') as output_file:
211 writer = csv.DictWriter(output_file, fieldnames=fieldnames,
  /external/boringssl/src/util/bot/
update_clang.py 44 def DownloadUrl(url, output_file):
45 """Download url into output_file."""
63 output_file.write(chunk)
  /external/chromium-trace/catapult/systrace/systrace/
run_systrace.py 83 if options.output_file is None:
88 options.output_file = base + suffix
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 1265 string output_file = local
1294 string output_file = local
    [all...]
  /external/tensorflow/tensorflow/tools/git/
gen_git_source.py 234 def raw_generate(output_file):
241 output_file: Output filename for the version info cc
245 write_version_info(output_file, git_version)
  /external/toolchain-utils/bestflags/
testing_batch.py 270 with open(file_name, 'w') as output_file:
274 output_file.write('%s=[1-%d]\n' % (i, upper_bound))

Completed in 1954 milliseconds

1 2 3 4 5 6 78 91011>>