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

  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_client.py 52 out_file_name = "IPerfClient,{},{}{}.log".format(
54 full_out_path = os.path.join(self.log_path, out_file_name)
iperf_server.py 230 out_file_name = "IPerfServer,{},{}{}.log".format(
232 self.full_out_path = os.path.join(self.log_path, out_file_name)
278 out_file_name = "IPerfServer,{},{}{}.log".format(
280 self.full_out_path = os.path.join(self.log_path, out_file_name)
338 out_file_name = "IPerfServer,{},{}{}.log".format(
340 self.full_out_path = os.path.join(self.log_path, out_file_name)
  /external/tensorflow/tensorflow/contrib/lite/models/
speech_test.cc 62 string out_file_name = data_path(out_name); local
63 std::ifstream out_file(out_file_name);
65 std::cerr << "Failed to open " << out_file_name << std::endl;
87 std::cerr << "Not enough lines in " << out_file_name << std::endl;
  /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";
  /toolchain/binutils/binutils-2.27/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 1022 out_file_name = xstrdup (optarg);
1095 output_file_close (out_file_name);
1097 unlink_if_ordinary (out_file_name);
    [all...]
as.h 372 COMMON const char *out_file_name;
368 COMMON const 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:
  /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");
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 228 out_file_name = "IPerfServer,{},{}{}.log".format(
230 self.full_out_path = os.path.join(self.log_path, out_file_name)
  /system/update_engine/scripts/update_payload/
applier.py 448 out_file_name = out_file.name
453 bspatch_cmd = [self.bspatch_path, in_file_name, out_file_name,
461 "--dst_file=%s" % out_file_name,
468 with open(out_file_name, 'rb') as out_file:
484 os.remove(out_file_name)
  /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:
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 113 out_file_name = "IPerfServer,{},{},{}.log".format(
116 full_out_path = os.path.join(log_path, out_file_name)
coex_test_utils.py 794 out_file_name = "{}".format("fping.txt")
795 full_out_path = os.path.join(pri_ad.log_path, out_file_name)
  /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 961 std::string out_file_name = StringPrintf("\/data\/misc\/profman\/%s-%s.txt", local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.c     [all...]

Completed in 858 milliseconds