Searched refs:output_name (Results 1 - 25 of 41) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Doutputcapture.py39 def _capture_output_with_name(self, output_name):
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):
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/
H A Dargs.c267 static FILE *std_open(char *output_name, char *sfx, char *msg) argument
270 char fname[strlen(output_name) + 32];
272 sprintf(fname, "%s.%s", output_name, sfx);
331 output_name = optarg;
399 if (output_name == NULL) {
403 rngs_ofp = std_open(output_name, "dat", "range data");
404 avgs_ofp = std_open(output_name, "avg", "stats data");
405 msgs_ofp = std_open(output_name, "msg", "K messages");
407 xavgs_ofp = std_open(output_name, "xvg",
H A Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
H A Dglobals.h169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
H A Doutput.c681 if (output_name == NULL) return;
683 sprintf(fname, "%s_qhist.dat", output_name);
698 sprintf(fname, "%s_dhist.dat", output_name);
/external/linux-tools-perf/
H A Dbuiltin-record.c49 static const char *output_name = NULL; variable
465 if (!output_name) {
471 output_name = "/data/perf.data";
473 output_name = "perf.data";
477 if (output_name) {
478 if (!strcmp(output_name, "-"))
480 else if (!stat(output_name, &st) && st.st_size) {
484 output_name);
486 rename(output_name, oldname);
502 output = open(output_name, flag
[all...]
H A Dbuiltin-timechart.c48 static char const *output_name = "output.svg"; variable
1013 write_svg_file(output_name);
1016 (last_time - first_time) / 1000000000.0, output_name);
1096 OPT_STRING('o', "output", &output_name, "file",
/external/llvm/tools/gold/
H A Dgold-plugin.cpp65 std::string output_name = ""; member in namespace:__anon10018
147 output_name = tv->tv_u.tv_string;
412 path = output_name;
416 path = output_name + ".bc";
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix.h43 gss_name_t* output_name) = 0;
114 gss_name_t* output_name);
H A Dmock_gssapi_library_posix.cc264 gss_name_t* output_name) {
267 if (!output_name)
282 *output_name = output;
260 import_name( OM_uint32* minor_status, const gss_buffer_t input_name_buffer, const gss_OID input_name_type, gss_name_t* output_name) argument
H A Dmock_gssapi_library_posix.h124 gss_name_t* output_name);
H A Dhttp_auth_gssapi_posix.cc507 gss_name_t* output_name) {
510 output_name);
503 import_name( OM_uint32* minor_status, const gss_buffer_t input_name_buffer, const gss_OID input_name_type, gss_name_t* output_name) argument
/external/blktrace/
H A Dblktrace.c285 static char *output_name; variable
1504 if (output_name)
1506 output_name, cpu);
2068 output_name = optarg;
2155 else if (output_name && (strcmp(output_name, "-") == 0)) {
2651 if (output_name) {
2653 output_name = NULL;
H A Dblkparse.c262 static char *output_name; variable
2742 output_name = optarg;
2819 if (!output_name) {
2825 snprintf(ofname, sizeof(ofname) - 1, "%s", output_name);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc300 internal::FilePath output_name(colon + 1);
301 if (!output_name.IsDirectory())
302 return output_name.ToString();
305 output_name, internal::GetCurrentExecutableName(),
/external/chromium/testing/gtest/src/
H A Dgtest.cc409 internal::FilePath output_name(colon + 1);
410 if (!output_name.IsAbsolutePath())
415 output_name = internal::FilePath::ConcatPaths(
419 if (!output_name.IsDirectory())
420 return output_name.ToString();
423 output_name, internal::GetCurrentExecutableName(),
/external/gtest/src/
H A Dgtest.cc409 internal::FilePath output_name(colon + 1);
410 if (!output_name.IsAbsolutePath())
415 output_name = internal::FilePath::ConcatPaths(
419 if (!output_name.IsDirectory())
420 return output_name.ToString();
423 output_name, internal::GetCurrentExecutableName(),
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc409 internal::FilePath output_name(colon + 1);
410 if (!output_name.IsAbsolutePath())
415 output_name = internal::FilePath::ConcatPaths(
419 if (!output_name.IsDirectory())
420 return output_name.ToString();
423 output_name, internal::GetCurrentExecutableName(),
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc409 internal::FilePath output_name(colon + 1);
410 if (!output_name.IsAbsolutePath())
415 output_name = internal::FilePath::ConcatPaths(
419 if (!output_name.IsDirectory())
420 return output_name.ToString();
423 output_name, internal::GetCurrentExecutableName(),
/external/open-vcdiff/gtest/src/
H A Dgtest.cc390 internal::FilePath output_name(colon + 1);
391 if (!output_name.IsAbsolutePath())
396 output_name = internal::FilePath::ConcatPaths(
400 if (!output_name.IsDirectory())
401 return output_name.ToString();
404 output_name, internal::GetCurrentExecutableName(),
/external/protobuf/gtest/src/
H A Dgtest.cc390 internal::FilePath output_name(colon + 1);
391 if (!output_name.IsAbsolutePath())
396 output_name = internal::FilePath::ConcatPaths(
400 if (!output_name.IsDirectory())
401 return output_name.ToString();
404 output_name, internal::GetCurrentExecutableName(),
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc1713 internal::FilePath output_name(colon + 1);
1714 if (!output_name.IsAbsolutePath())
1719 output_name = internal::FilePath::ConcatPaths(
1723 if (!output_name.IsDirectory())
1724 return output_name.ToString();
1727 output_name, internal::GetCurrentExecutableName(),
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh4962 output_name=`basename $output`
4964 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4965 cwrapper="$output_path/$output_name.exe"
/external/chromium/third_party/libevent/
H A Dltmain.sh4954 output_name=`basename $output`
4956 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4957 cwrapper="$output_path/$output_name.exe"
/external/libffi/
H A Dltmain.sh4928 output_name=`basename $output`
4930 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4931 cwrapper="$output_path/$output_name.exe"

Completed in 873 milliseconds

12