Home
last modified time | relevance | path

Searched refs:output_name (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/system/
Doutputcapture.py39 def _capture_output_with_name(self, output_name): argument
40 self.saved_outputs[output_name] = getattr(sys, output_name)
42 setattr(sys, output_name, captured_output)
45 def _restore_output_with_name(self, output_name): argument
46 captured_output = getattr(sys, output_name).getvalue()
47 setattr(sys, output_name, self.saved_outputs[output_name])
48 del self.saved_outputs[output_name]
/external/blktrace/btt/
Dargs.c267 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open() argument
270 char fname[strlen(output_name) + 32]; in std_open()
272 sprintf(fname, "%s.%s", output_name, sfx); in std_open()
331 output_name = optarg; in handle_args()
399 if (output_name == NULL) { in handle_args()
403 rngs_ofp = std_open(output_name, "dat", "range data"); in handle_args()
404 avgs_ofp = std_open(output_name, "avg", "stats data"); in handle_args()
405 msgs_ofp = std_open(output_name, "msg", "K messages"); in handle_args()
407 xavgs_ofp = std_open(output_name, "xvg", in handle_args()
Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
Doutput.c681 if (output_name == NULL) return; in output_histos()
683 sprintf(fname, "%s_qhist.dat", output_name); in output_histos()
698 sprintf(fname, "%s_dhist.dat", output_name); in output_histos()
Dglobals.h169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
/external/linux-tools-perf/
Dbuiltin-record.c49 static const char *output_name = NULL; variable
465 if (!output_name) { in __cmd_record()
471 output_name = "/data/perf.data"; in __cmd_record()
473 output_name = "perf.data"; in __cmd_record()
477 if (output_name) { in __cmd_record()
478 if (!strcmp(output_name, "-")) in __cmd_record()
480 else if (!stat(output_name, &st) && st.st_size) { in __cmd_record()
484 output_name); in __cmd_record()
486 rename(output_name, oldname); in __cmd_record()
502 output = open(output_name, flags, S_IRUSR | S_IWUSR); in __cmd_record()
[all …]
Dbuiltin-timechart.c48 static char const *output_name = "output.svg"; variable
1013 write_svg_file(output_name); in __cmd_timechart()
1016 (last_time - first_time) / 1000000000.0, output_name); in __cmd_timechart()
1096 OPT_STRING('o', "output", &output_name, "file",
Dandroid.patch196 + output_name = "/data/perf.data";
198 output_name = "perf.data";
202 if (output_name) {
203 if (!strcmp(output_name, "-"))
/external/llvm/tools/gold/
Dgold-plugin.cpp65 std::string output_name = ""; variable
147 output_name = tv->tv_u.tv_string; in onload()
412 path = output_name; in all_symbols_read_hook()
416 path = output_name + ".bc"; in all_symbols_read_hook()
/external/chromium/net/http/
Dhttp_auth_gssapi_posix.h43 gss_name_t* output_name) = 0;
114 gss_name_t* output_name);
Dmock_gssapi_library_posix.cc264 gss_name_t* output_name) { in import_name() argument
267 if (!output_name) in import_name()
282 *output_name = output; in import_name()
Dmock_gssapi_library_posix.h124 gss_name_t* output_name);
Dhttp_auth_gssapi_posix.cc507 gss_name_t* output_name) { in import_name() argument
510 output_name); in import_name()
/external/blktrace/
Dblktrace.c285 static char *output_name; variable
1504 if (output_name) in fill_ofname()
1506 output_name, cpu); in fill_ofname()
2068 output_name = optarg; in handle_args()
2155 else if (output_name && (strcmp(output_name, "-") == 0)) { in handle_args()
2651 if (output_name) { in main()
2653 output_name = NULL; in main()
Dblkparse.c262 static char *output_name; variable
2742 output_name = optarg; in main()
2819 if (!output_name) { in main()
2825 snprintf(ofname, sizeof(ofname) - 1, "%s", output_name); in main()
/external/protobuf/gtest/src/
Dgtest.cc390 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
391 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
396 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
400 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
401 return output_name.ToString(); in GetAbsolutePathToOutputFile()
404 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/chromium/testing/gtest/src/
Dgtest.cc409 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
415 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
419 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
420 return output_name.ToString(); in GetAbsolutePathToOutputFile()
423 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/gtest/src/
Dgtest.cc409 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
415 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
419 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
420 return output_name.ToString(); in GetAbsolutePathToOutputFile()
423 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/open-vcdiff/gtest/src/
Dgtest.cc390 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
391 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
396 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
400 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
401 return output_name.ToString(); in GetAbsolutePathToOutputFile()
404 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc409 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
415 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
419 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
420 return output_name.ToString(); in GetAbsolutePathToOutputFile()
423 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/llvm/utils/unittest/googletest/
Dgtest.cc409 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
415 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
419 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
420 return output_name.ToString(); in GetAbsolutePathToOutputFile()
423 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc300 internal::FilePath output_name(colon + 1); in GetOutputFile() local
301 if (!output_name.IsDirectory()) in GetOutputFile()
302 return output_name.ToString(); in GetOutputFile()
305 output_name, internal::GetCurrentExecutableName(), in GetOutputFile()
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc1713 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
1714 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
1719 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
1723 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
1724 return output_name.ToString(); in GetAbsolutePathToOutputFile()
1727 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
/external/chromium/third_party/libevent/
Dltmain.sh4954 output_name=`basename $output`
4956 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4957 cwrapper="$output_path/$output_name.exe"
/external/llvm/autoconf/
Dltmain.sh4879 output_name=`basename $output`
4881 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4882 cwrapper="$output_path/$output_name.exe"

12