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

  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.h 24 std::string out_file_name, int channels, int loss_rate,
PacketLossTest.cc 29 std::string out_file_name,
37 ss << out_file_name << "_" << loss_rate_ << "_" << burst_length_ << "_";
EncodeDecodeTest.h 74 std::string out_file_name, size_t channels);
EncodeDecodeTest.cc 126 std::string out_file_name, size_t channels) {
146 file_stream << webrtc::test::OutputPath() << out_file_name
163 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm";
  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_server.py 141 out_file_name = "IPerfServer,{},{}{}.log".format(self.port, tag,
143 full_out_path = os.path.join(self.log_path, out_file_name)
  /toolchain/binutils/binutils-2.25/gas/
depend.c 200 wrap_output (f, out_file_name, ':');
messages.c 284 if (out_file_name != NULL)
285 unlink_if_ordinary (out_file_name);
as.c 948 out_file_name = xstrdup (optarg);
1021 output_file_close (out_file_name);
1023 unlink_if_ordinary (out_file_name);
    [all...]
as.h 387 COMMON char *out_file_name;
383 COMMON char *out_file_name; variable
listing.c     [all...]
  /external/autotest/client/bin/
fio_util.py 217 out_file_name = '%s_%s_percentile.html' % (test_name, test_type)
219 out_file_name = '%s_%s.html' % (test_name, test_type)
221 with open(out_file_name, 'w') as f:
  /system/update_engine/scripts/update_payload/
applier.py 409 out_file_name = out_file.name
412 patch_cmd = [self.bspatch_path, in_file_name, out_file_name,
419 with open(out_file_name, 'rb') as out_file:
435 os.remove(out_file_name)
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppression_test.cc 164 std::string out_file_name = test::OutputPath() + "suppressed_keystrokes.pcm"; local
165 FILE* out_file = fopen(out_file_name.c_str(), "wb");
  /art/tools/runtime_memusage/
symbol_trace_info.py 270 out_file_name = os.path.join(parsed_argv.out_dir_name, "time_output_" +
273 with open(out_file_name, "w") as output_file:
  /frameworks/native/cmds/installd/
utils.cpp 248 std::string* out_dir_name, std::string* out_file_name) {
257 *out_file_name = dex_path.substr(dirIndex + 1);
    [all...]
dexopt.cpp 803 std::string out_file_name = StringPrintf("/data/misc/profman/%s.txt", pkgname.c_str()); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c     [all...]

Completed in 330 milliseconds